.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,241,217;--color-primary-1:255,209,128;--color-primary-2:255,162,0;--color-primary-3:128,81,0;--color-primary-4:38,24,0;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:106,106,106;--color-secondary-3:53,53,53;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow Condensed";--paragraphs-font-family:"Outfit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1e1e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW { background-color:#ffa200;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { background-color: transparent; background-image: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container > .video-iframe-container { display: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row > .video-iframe-container { display: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .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); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { border-width: 0; border-radius: 0; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#qdE9wDTI86Zdl22pacvGA6EQi6PouSc3 { color:#1e1e2e;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.90625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { background-color: transparent; background-image: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container > .video-iframe-container { display: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row > .video-iframe-container { display: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .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); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { border-width: 0; border-radius: 0; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#JIctdbfKyhJcbMKtd3UUQDu2nOUc7I25 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:8.25rem;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:center;text-align-last:center;display:block; }
#JWL4ht5Tn9nEpviqitcP2KXrpxhyHLXb { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:20.5rem;left:8.09375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#oEp1uQP3NsxTnynNWRnpkSG7tsJfHare { color:#9bbfc4;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:5.1875rem;left:9.90625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#EqtovcXbm4DL2tT6xFUKm96C9l42VkDb { color:#ffa200;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.90625rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#mvv1isC3SP6oXd62deSp7SUBmM5NGUab { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:27.6875rem;top:26.25rem;left:23.65625rem;overflow:hidden;display:block; }
#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242434;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; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { background-color: transparent; background-image: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container > .video-iframe-container { display: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row > .video-iframe-container { display: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .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); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { border-width: 0; border-radius: 0; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#Z14If5E49Q9VbaVO6BRXtlhH3rXZ62Ac { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffa200;border-right:0;border-bottom:0;top:1.5rem;left:1.4375rem;display:block; }
#Tf9PG7ynNT8iPVRwNIIEDovuhvZQ45gM { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3rem;left:6.25rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#THk4eoxaECQT0Nr0F6lvPqsb3ie2zHiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.5rem;left:2.5rem; }
#vtcttOnzydTRitqC2opMxwHN90XAMB4t { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffa200;border-right:0;border-bottom:0;top:8.375rem;left:1.5rem;display:block; }
#ZhS1czxvnSc5ilHRQok8BFCuAg1hH4A4 { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.875rem;left:6.3125rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#VLCMA95dAZpizuIPBPHF95UV2TNETAck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:10.375rem;left:2.5625rem; }
#IVb7m6RaTXGcTikI7t5BuTmAFGhGfNDe { box-sizing:content-box;height:6.125rem;width:72.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(245,245,240,0.08);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #ffa200;border-right:0;border-bottom:0;top:15.25rem;left:1.5rem;display:block; }
#VRNk7cz1tQ5xFH3KWGTQLFL5phlss8qq { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:17.53125rem;left:6.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#dMMuGstJBLApFHqyqQQp6b7pwgovzBkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.25rem;left:2.5625rem; }
#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { background-color: transparent; background-image: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container > .video-iframe-container { display: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row > .video-iframe-container { display: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .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); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { border-width: 0; border-radius: 0; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:75rem;position:relative;display:block; }#IGugP0gZZoa2mBWoMi6mkDpsF7l1Jcd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:6.9375rem;left:5.75rem;height:3.125rem;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; }
#WOK0TFMMsn02nZlNeqFowUV8bZWePZfa { box-sizing:content-box;height:75.4375rem;width:71.75rem;position:absolute;display:block;z-index:14998;background-color:#1e1e2e;background-image:none;box-shadow: none;border-top:0.125rem solid #ffa200;border-left:0.125rem solid #ffa200;border-right:0.125rem solid #ffa200;border-bottom:0.125rem solid #ffa200;top:3.5625rem;left:1.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uh884WQtTOw0lNSOymPVcdByAHbJu8mC { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.25rem;left:9.25rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#hSAM1JsRzTGnvPomDTfuyNkF3HNRvpmU { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HMyxLeoVQhGsabxLs7kTEbw4N0TGC3XQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:14.5rem;left:6.4375rem; }
#xlSZQ9yVLxdVSKNwmendhbH1pweoV3Co { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.8125rem;left:6.4375rem; }
#EcsBaNw4KuRgCC2R5T4isgam97xRTcuJ { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:16.5625rem;left:9.25rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#AbDaFJkGlHPp6Eoy83HWk8LMUvgIP7CR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19.1875rem;left:6.4375rem; }
#Z8Kv2QsFSTNe8p9qFEupxK6AuEIRUxX2 { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:18.9375rem;left:9.25rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#f36CRnfMtQO55xsmiBHLvav7vWmV4PSU { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:22.25rem;left:5.75rem;height:10.9375rem;text-align:left;text-align-last:left;display:block; }
#Rkrtyr3MMTzX6wgWTUP79cm2xXlcVg1N { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:38.4375rem;left:5.75rem;display:block; }
#pZldTe1CMcMThTydDkrUG18f21gwcopT { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:38.875rem;left:7rem;height:4rem;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; }
#Xtulxphx5t5xeGBUTGptFFVxpMxx6ITh { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:38.9375rem;left:10rem;height:1.875rem;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; }
#IAk2kVoTIBQhiC3FyAetUogEmkmCMsCn { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:41.3125rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#k2I7QV6fsM9qM4Sp2R1qs51k4WHCU6IU { color:#79bcfc;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.5625rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Sdg1e49szC5ql6LLgZnKvZTmlZ4ZG05W { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:43.4375rem;left:5.75rem;display:block; }
#ttH8JDoPvbJQnEaUVpINJ02o95MTK9AL { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:43.875rem;left:7rem;height:4rem;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; }
#tWrfJnhd66hc7vKkvv44Em4ezemdIdvo { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:46.3125rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#UTziDbpbEFuKZI2HVDHzwTfnxF5x12zK { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:43.9375rem;left:10rem;height:1.875rem;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; }
#LnPZub6vRr1d6ZKBpJ5JX8sxMB1ymLoh { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:48.5625rem;left:5.75rem;display:block; }
#hbKilRx2siMzRyUR4mKd1Tlel10XavfO { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:49rem;left:7rem;height:4rem;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; }
#KnClb2LXEIf2WNLM78AxT7zha3ScTLSU { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:51.4375rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#oCvpBoZedPwPQ3DBK0XJqZpmM6EwvIDq { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:49.0625rem;left:10rem;height:1.875rem;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; }
#kAsVU1z0qFfGxrtEkk6S4Tctcbk6ASh2 { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:53.6875rem;left:5.75rem;display:block; }
#EBFZHFrUQ8gCPOlCFgHBbEPrZa21lBFm { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15013;line-height:.8;letter-spacing:0;top:54.125rem;left:7rem;height:4rem;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; }
#qdmqwI6aueBQ9FQcFNy2LOLTDOuc4o2I { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:56.5625rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#SoJ9GwVx14WArCVP4tnhi6oU9B6EAo7m { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:54.1875rem;left:10rem;height:1.875rem;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; }
#oobpxlCnfmKQEtG9TBg4GqVHVf12MlJ7 { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:58.75rem;left:5.75rem;display:block; }
#Uh5Jpvz0sN2seMWeObEEomlCJ1GfTcUN { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15017;line-height:.8;letter-spacing:0;top:59.1875rem;left:7rem;height:4rem;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; }
#TZXTInkfPpIwEBRvU86yeJWSEiTE7B6f { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:61.625rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#dofFs1PSdc1qe7y8qc3ck2HpGwlbcUk8 { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:59.25rem;left:10rem;height:1.875rem;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; }
#z2TpSCQNM80EqqlWoZz19haQw45JzKbW { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:63.875rem;left:5.75rem;display:block; }
#DTTlVEn2L2r0C8UtoGziJtMPO2yOerds { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:64.3125rem;left:7rem;height:4rem;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; }
#FGwOK3HcakvTV3cToSS4q858Ph4u2uUy { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:66.75rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#AVrJWTDD3Cl35ESubDkPIt9Bo7Cg9nVG { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:64.375rem;left:10rem;height:1.875rem;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; }
#Rix6LgBUlWszuxsFoaqfkviGsshQ4sQB { box-sizing:content-box;height:5.0625rem;width:58.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:69rem;left:5.75rem;display:block; }
#hi3OyzDafp3dJNJ6pd6o1VqUlmHVkoxF { color:#ffa200;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15025;line-height:.8;letter-spacing:0;top:69.4375rem;left:7rem;height:4rem;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; }
#slHlG4VsyfNf5C4DawOL9gyGkSk9KWRB { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:71.875rem;left:10.125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#ZL9w75EfQBqCW0TqOrBltZlA4ckn1tLK { color:#ffa200;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:69.5rem;left:10rem;height:1.875rem;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; }
#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container { background-color: transparent; background-image: none; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container > .video-iframe-container { display: none; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row > .video-iframe-container { display: none; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .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); }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container { border-width: 0; border-radius: 0; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#A9BmrlUlQo2FwJr01fc65t4TZRPaVmhb { box-sizing:content-box;height:15.625rem;width:36rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,188,252,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:5.125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#s0zOtHo7uyfmn4Dda7MVFqH9TAEO4KAa { box-sizing:content-box;height:15.625rem;width:36rem;position:absolute;display:block;z-index:15000;background-color:rgba(155,191,196,0.35);background-image:none;box-shadow: none;border-top:0.3125rem solid #79bcfc;border-left:0.3125rem solid #79bcfc;border-right:0.3125rem solid #79bcfc;border-bottom:0.3125rem solid #79bcfc;top:4.875rem;left:38.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tZtGwfpeqgeFihsRbz4tTwSrcQ814olT { box-sizing:content-box;height:12.9375rem;width:74.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffa200;border-left:0.0625rem solid #ffa200;border-right:0.0625rem solid #ffa200;border-bottom:0.0625rem solid #ffa200;top:22rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WdM6QnQyzhtwsIyBqD4mlT6C9QoXgmec { color:#79bcfc;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fezngfT97zopAab9JQhZybTVpFpc13OP { color:#f5f5f0;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.875rem;left:0rem;height:4.625rem;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:center;text-align-last:center;display:block; }
#WgLWohlvdVRpmEk4xWuyvUz9V7HBPRQ0 { color:#79bcfc;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:15.0625rem;left:0rem;height:3.375rem;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:center;text-align-last:center;display:block; }
#kaat8Bv55T6J4bvm3amuFumKVN4whsRN { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:38.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hQHx40JdSI92qe4O4VlAMTPn054F3KLv { color:#f5f5f0;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:9.875rem;left:38.625rem;height:3.125rem;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:center;text-align-last:center;display:block; }
#B0P2KkOshowR2qtBGU7Lo2JvesBf0O9Q { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.625rem;height:3.375rem;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:center;text-align-last:center;display:block; }
#kJBBMMUJ5c3vh23dRZT0sH0MXisTRSuf { color:#f5f5f0;display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:14.5rem;left:38.5625rem;height:1.3125rem;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:center;text-align-last:center;display:block; }
#XGuIQCq0sRMRP0J8Qlav8vHRRkugzKsh { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.75rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#IQ7Ov1RlB1sq7EaEg7aJX1qlGm0Ttsiw { color:rgba(var(--color-secondary-1),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#CyT8thcsB7yOJieWoNJGdhAimB2xrQRE { background-color:#ffa200;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.8125rem;left:19.625rem;display:block; }
#DOZ2czI0x7ZpDc9o8a1bwb8hTshNIL20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMCTVwqFaT4cUJg5qmWdnFnE2kQTbU8G { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(245,245,240,0.41);border-left:0.0625rem solid rgba(245,245,240,0.41);border-right:0.0625rem solid rgba(245,245,240,0.41);border-bottom:0.0625rem solid rgba(245,245,240,0.41);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f5f0;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.625rem;left:19.625rem;display:block; }
#NlJVpazTE4lEGHKCbXWpSGRIbM6rSzmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.521875rem;padding-right:0.463125rem;padding-bottom:0.521875rem;padding-left:0.463125rem;display:block;align-items:center;width:2.778125rem;min-width:2.778125rem;height:2.80625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.08875rem;font-weight:700;line-height:44.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.704375rem;height:1.109375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.783125rem;font-weight:400;line-height:17.75px;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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:5.285625rem;padding-top:0.6525rem;padding-right:0.66125rem;padding-bottom:0.6525rem;padding-left:0.66125rem;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:25rem;left:29.7744140625rem;z-index:15083; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #WONd4eV4vr6TqomDct5fCFQmSqPraRu5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #z8TQaA2TwoB6itslTpNTe1IpbkPq1LtW { width:auto; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #w757puhtXbsATOUrW8SxoesdsTiRheGZ {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #MT70opcT3DTaLH26Ptbi7dKzQLmrFTcy { display:flex;position:relative;top:0rem;left:0rem; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #JZAr2eOys4NXktGU1pRiqL8MPIE7npWF {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #UcKBJ0rGvOVsWy8WE83rWycTDwZerZtc {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #rq3RylKtdrOeBNZdvS667cB0iMPRmLuT { display:flex;position:relative;top:0rem;left:0rem; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #Zw66o4NxMKwkzH4aX87Zfp5qrCn9KQ7O {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #gClkbUU46dHPikPs1wXGt9memsQAvnSH {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #qdM3IgO3g4AS319hTA2W9sczeaFmpHgQ { display:flex;position:relative;top:0rem;left:0rem; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #lB5BQ1DEJpAoxXSoMeLX5avHP8xkoxvX {  }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL #oxtJXipaTMn9BM8VOV2yf44KoRO11pt4 {  }
#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container { background-color: transparent; background-image: none; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container > .video-iframe-container { display: none; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row > .video-iframe-container { display: none; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .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); }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container { border-width: 0; border-radius: 0; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#X4IfATuKlgHbZ7gf4T5vJlVJnf7cNmqv { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:36.0625rem;top:11.875rem;left:0rem;overflow:hidden;display:block; }
#bIQzTRcPFuT4d8XsI1csTZuQTn1ggvl3 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:36.0625rem;top:11.875rem;left:38.9375rem;overflow:hidden;display:block; }
#JhmSOzH3cfmGR7f5hxOT211bAUWOiG01 { color:#1e1e2e;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.125rem;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; }
#eph3RLvp82QqJ4ldt8siymdO1igM4VfA { color:#ffa200;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container { background-color: transparent; background-image: none; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container > .video-iframe-container { display: none; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row > .video-iframe-container { display: none; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .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); }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container { border-width: 0; border-radius: 0; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#R2DMrsIFpgZclMeFxaUvfSerbBoDmhWT { box-sizing:content-box;height:17.5rem;width:36rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,188,252,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:9.1875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XxRJrQSdQIlWABDA8SNW4DsqhToFT5Ab { box-sizing:content-box;height:17.4375rem;width:36rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,162,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffa200;border-left:0.0625rem solid #ffa200;border-right:0.0625rem solid #ffa200;border-bottom:0.0625rem solid #ffa200;top:9.1875rem;left:38.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ao6BM4gTEtPXwv3NBxT7hzVRxqBVSGtL { box-sizing:content-box;height:13.125rem;width:74.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffa200;border-left:0.0625rem solid #ffa200;border-right:0.0625rem solid #ffa200;border-bottom:0.0625rem solid #ffa200;top:29.5rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xvxurFBKHMgLWEwh9TfumG9MT3Xm5C9f { color:#f5f5f0;display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.1875rem;left:0.65625rem;height:4.625rem;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; }
#WvWSO5F066MnZJlKM8QhsqkrGw8ZL5PL { color:#f5f5f0;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.1875rem;left:39.84375rem;height:4.625rem;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; }
#JbBeyL4QDgHizgfm438D8qbJaPPwGkLA { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.25rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#yrSL94350etnaK9p93DkAH1bkLnTxRUc { color:rgba(var(--color-secondary-1),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.125rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ssNCwbHpwnNIxVU1CGpJybIkfDDUNNeG { background-color:#ffa200;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.625rem;left:19.625rem;display:block; }
#zkFXozThVtJMfiAkT6GXBgFQoDR0Q59g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTKiTmXoPdkiinMiMoghVXJBP2dP5Utd { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(245,245,240,0.41);border-left:0.0625rem solid rgba(245,245,240,0.41);border-right:0.0625rem solid rgba(245,245,240,0.41);border-bottom:0.0625rem solid rgba(245,245,240,0.41);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f5f0;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.4375rem;left:19.625rem;display:block; }
#rFT7J2Tp1L8XNsV8KVQtkpbbgMHMWCVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HO4mgTtEZtnxngrTDPEw5XFvHPMSTpqt { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;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; }
#GRemlbl2orOCwsNelCvtB0MrTTMDCwhr { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#cbIbInPFBKLKHuGTtmAOImE9u8Bg0l7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:15.75rem;left:0.6875rem; }
#H0ETT6P34ScCRsTa0Rl3o7BoMTVCexnN { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.5625rem;left:3.375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#vrrGQqK2u3LZKHZg5vNU5RXBFGGbPXwe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:18.1875rem;left:0.6875rem; }
#shEz87xf7VO8xJqwBU36uho0WSzJLc2o { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:18rem;left:3.375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#IoiWM0FfQlm2wl6TdTxUniq48TrR2IKa { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.875rem;left:3.375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#mbXxKstdwN4iHSOsitwoH1Fh4kTJb9rT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:22.0625rem;left:0.6875rem; }
#bTgqa7VsnBFNoBidqXq17mnPDVlamtWh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:15.9375rem;left:39.875rem; }
#zLRTE70ctTvuBKstukEvfRCnNDph7bR6 { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:15.75rem;left:42.5625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#mRufcEcgzmUJEJ9smkmCHB6TXzS9MWmr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:18.375rem;left:39.875rem; }
#aQnluPTIAhWgXDVBb0x8gOJPEVWkcvWZ { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:18.1875rem;left:42.5625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#oFlWyGXZMBkhCFPn2CikgbXLX3DwldgE { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:22.0625rem;left:42.5625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#vPuHoDQuvPT8QrICvLNdUzo9iLApeMsF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:22.25rem;left:39.875rem; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.521875rem;padding-right:0.463125rem;padding-bottom:0.521875rem;padding-left:0.463125rem;display:block;align-items:center;width:2.778125rem;min-width:2.778125rem;height:2.80625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.08875rem;font-weight:700;line-height:44.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.704375rem;height:1.109375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.783125rem;font-weight:400;line-height:17.75px;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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:5.28515625rem;padding-top:0.6525rem;padding-right:0.66125rem;padding-bottom:0.6525rem;padding-left:0.66125rem;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:32.828125rem;left:29.7744140625rem;z-index:15084; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mS6XH8fQXnq7W2p7MA3R6uGDCuQPb8Ua { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #LXdRu3GnqEn659IM8RHPy8elX68MI1X7 { width:auto; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #r2TEE1mmfP4egkdzXP2I0Q5SvEe5xTO8 {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #ME3VmnRGUpLwx5J7RiJTLEdfntwsIxKX { display:flex;position:relative;top:0rem;left:0rem; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #bIzWNbVt2zSfByR8GGg0EG8HHZWTvTOd {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #a24XUx1mos1bVcPF3vT4NVRezUiXDs7s {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #MDmzMnyP3CSMGnBRvwSKDduQ4kcuSWXk { display:flex;position:relative;top:0rem;left:0rem; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WpSTLNUKdP9yCWgnMUS87abZAq989byZ {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WUqZohHTGF0ls2n5XE6sR1ryBFFUH1MG {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #kRnq759Pqp6HLXcpeu14c5Ppo3apU0tW { display:flex;position:relative;top:0rem;left:0rem; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #olLCt070TuULRfLAZULxd07fIKsHg8NG {  }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mKEEFOmbSMtDIETzp7IQsEo65TF7bPOJ {  }
#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { background-color: transparent; background-image: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container > .video-iframe-container { display: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row > .video-iframe-container { display: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .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); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { border-width: 0; border-radius: 0; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#LSZKCAGxImTMVqzRBsfXnJKogusHZKxP { box-sizing:content-box;height:4.4375rem;width:72.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(121,188,252,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #79bcfc;border-right:0;border-bottom:0;top:13.4375rem;left:0rem;display:block; }
#KLyAv4zcBIenGad2pWzvyF3vxRy7vf1r { color:#1e1e2e;display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.875rem;left:1.9375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#hGi92rBlhMNVXM449sVST2524MBXr2nk { box-sizing:content-box;height:5.125rem;width:72.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(121,188,252,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #79bcfc;border-right:0;border-bottom:0;top:18.5625rem;left:0rem;display:block; }
#ENmsuVlpRIWUL0mnfmSnuKruTeKIFlPC { color:#1e1e2e;display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:19.5625rem;left:2rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#RbtBQGqpw3Zg1Oydmwg2QutPuGiMieyS { box-sizing:content-box;height:4.4375rem;width:72.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(121,188,252,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #79bcfc;border-right:0;border-bottom:0;top:29.25rem;left:0rem;display:block; }
#UhT55T5TQyKBJXTzKeFANEQq7StxGBVy { color:#1e1e2e;display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:30.6875rem;left:1.9375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#mx08fNXSTVJmSWxU8V4u7dnBZdHnNVbu { box-sizing:content-box;height:5.4375rem;width:72.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(121,188,252,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #79bcfc;border-right:0;border-bottom:0;top:34.375rem;left:0rem;display:block; }
#v5Pe7kFm4x5OadxWMPSrEhq4hykzFtG8 { color:#1e1e2e;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:35.8125rem;left:1.9375rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#VTJqsorPIH4ovMe46GMJdusWufJS0wTv { box-sizing:content-box;height:4.4375rem;width:72.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(121,188,252,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #79bcfc;border-right:0;border-bottom:0;top:24.25rem;left:0rem;display:block; }
#hkUt7m63TDGqU6ETsZ87P52fJKo2UJPB { color:#1e1e2e;display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:25.6875rem;left:1.9375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#nNmk1LVCahmeoV0GLqObZQHTBsg2P38I { color:#ffa200;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#Wr3FBoDLin6BZtE86I0XbtEOoTTtrPGE { color:#1e1e2e;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:6.25rem;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; }
#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container { background-color: transparent; background-image: none; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container > .video-iframe-container { display: none; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row > .video-iframe-container { display: none; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .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); }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container { border-width: 0; border-radius: 0; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#nDfQfKSWqVHDtET7TwbEExw0aVXODapf { box-sizing:content-box;height:15.625rem;width:36rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,188,252,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid #79bcfc;border-left:0.0625rem solid #79bcfc;border-right:0.0625rem solid #79bcfc;border-bottom:0.0625rem solid #79bcfc;top:23.875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ahrlBn9wgUn4DF3rDvnvaxB1FlxF8klb { box-sizing:content-box;height:15.625rem;width:36rem;position:absolute;display:block;z-index:15000;background-color:rgba(121,188,252,0.35);background-image:none;box-shadow: none;border-top:0.3125rem solid #79bcfc;border-left:0.3125rem solid #79bcfc;border-right:0.3125rem solid #79bcfc;border-bottom:0.3125rem solid #79bcfc;top:23.625rem;left:38.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PWc2URoewRIaC9VAT3tnZomEGiLPauSb { box-sizing:content-box;height:13.125rem;width:74.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffa200;border-left:0.0625rem solid #ffa200;border-right:0.0625rem solid #ffa200;border-bottom:0.0625rem solid #ffa200;top:40.75rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cg3NzOtCwraSkqBq9JAi725EhDIHWoCA { color:#79bcfc;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CHPaAHDSAWQTpBOxT1hxlEiBPwE9ZvPQ { color:#f5f5f0;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:28.625rem;left:0rem;height:4.625rem;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:center;text-align-last:center;display:block; }
#rXzyKSrzfC753aqcS78zvrdaO9K0lmD3 { color:#79bcfc;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:33.8125rem;left:0rem;height:3.375rem;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:center;text-align-last:center;display:block; }
#e6U95TqHo7km2MAZedGCxn4QSVQreZaz { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.375rem;left:38.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NtwS8oqLcNT3TH8qbJLaNvW9meXAnK4F { color:#f5f5f0;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:28.625rem;left:38.625rem;height:3.125rem;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:center;text-align-last:center;display:block; }
#z2GDrPo1DiOOddOi1iAeR5xZyofCIRoq { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:34.5625rem;left:38.625rem;height:3.375rem;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:center;text-align-last:center;display:block; }
#p2gR6GEq9G2QiGysDn5LzguA7b94SSzP { color:#f5f5f0;display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:33.25rem;left:38.5625rem;height:1.3125rem;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:center;text-align-last:center;display:block; }
#KXUZo5tFhRXoCE6BTxTpS9QK1B7rdXoF { color:#ffa200;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.5rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#uUJ7wkb4MJF60OpNl5lihDt7ktMQ6htV { color:rgba(var(--color-secondary-1),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:51.375rem;left:19.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#cJkIAAn2cVBML4IRN2olGCi981bbIkrD { background-color:#ffa200;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#1e1e2e;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:56.875rem;left:19.625rem;display:block; }
#QAOHeTSkIZqnqmnO2mOrMgokGD4sRq9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBttkREqEeT5Wnsfpvnbof4dHRmeeqKM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(245,245,240,0.41);border-left:0.0625rem solid rgba(245,245,240,0.41);border-right:0.0625rem solid rgba(245,245,240,0.41);border-bottom:0.0625rem solid rgba(245,245,240,0.41);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f5f5f0;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.6875rem;left:19.625rem;display:block; }
#oIA8V7oC2UT1lKNRZTn9lwMeLgTLk8Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAT5QUVCoa3TTvGTIGF68PJdAFOfQASq { color:#ffa200;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#ltx1rVPExMBm950fVrT0vpMuqXp1SBpd { color:#f5f5f0;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.75rem;left:0rem;height:3.125rem;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; }
#UmxNdxcTdJ4STtR9UKcUQWHIEMnFPwqc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:9.4375rem;left:0rem; }
#k0SJMJDoG8XsePNliKpLAD96HgTAwJsB { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:9.46875rem;left:3.28125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#PhNxm5SakMAXEUhcAMLF9gvLM49CBq1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:11.9375rem;left:0rem; }
#ubRDLO7yq8R3R8tc4VCVT4Lm1APMdh9G { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:12rem;left:3.3125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ni1Q02Mt19gmy3Qig81kxAiDWhGGggDO { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:16.875rem;left:3.3125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#aDiDfgxT1GeGD7V2zpWrA6xAtDZzIXyv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:16.8125rem;left:0rem; }
#IgbQmxkvzWIbHVDEwt3iaX2UkvNggROQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:14.3125rem;left:0rem; }
#uhFWASVuDfUIBTXPPkJTLABr1xNx05zG { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:14.375rem;left:3.3125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#KJTXEC7XdbTuyJxcS6mfITNegZEPXyo9 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:19.375rem;left:3.3125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#H4MuB2Hc6zvMTicSXucsceOQMM56nngH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:19.3125rem;left:0rem; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.521875rem;padding-right:0.463125rem;padding-bottom:0.521875rem;padding-left:0.463125rem;display:block;align-items:center;width:2.778125rem;min-width:2.778125rem;height:2.80625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.08875rem;font-weight:700;line-height:44.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.704375rem;height:1.109375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.783125rem;font-weight:400;line-height:17.75px;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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:5.28515625rem;padding-top:0.6525rem;padding-right:0.66125rem;padding-bottom:0.6525rem;padding-left:0.66125rem;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:44.078125rem;left:29.7744140625rem;z-index:15085; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #vPxlilmkQ9NiZFKTdVivCvQp7fsJbPkn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #T3wamheXtCmT24O9updhsPDlycbwCZLA { width:auto; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #Gr4WQq8Q8RQAX67aAFDx4X4AXU593WV8 {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #hmtLaeEKylGD4OzoUVav9O2pnlIaqvmG { display:flex;position:relative;top:0rem;left:0rem; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #pH59aNAwhl62QT6lKhVfZl9bflZmEdw4 {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #dIHk1I2JBBkpbsQihhU2LwAqEDbCyebm {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ZKNt245HC9l0s6a2GTiI7QrP5rD7Zlqx { display:flex;position:relative;top:0rem;left:0rem; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ethfQzQz2J55H9dETsEiq8w1xFmdBdmv {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #rKTxTsAAft86LER9JT4sr9iAhmviT9Vb {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #xLAEBxETp0zDxwsdiNtWRnQsggwfGfmr { display:flex;position:relative;top:0rem;left:0rem; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #qRClqfKLu314BMK7Zoclp3QJM6KndGTD {  }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #y0B2Ad1asoAxSJ3ZmGPg8ItkqRw7zAKe {  }
#lNAlOTx6vl6VOppSh1upbVKDQ61fc7GL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:25.6875rem;top:2.625rem;left:48.193359375rem;overflow:hidden;display:block; }
#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f0;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; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container { background-color: transparent; background-image: none; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container > .video-iframe-container { display: none; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row > .video-iframe-container { display: none; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .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); }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container { border-width: 0; border-radius: 0; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#HlbWqOEDETGklMt1JdNuzlqkZ19dkyrw { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #ffa200;border-left:0.125rem solid #ffa200;border-right:0.125rem solid #ffa200;border-bottom:0.125rem solid #ffa200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.6875rem;width:75rem;top:6.1875rem;left:0rem;display:block; }
#eKB0CFmsiwSsRgTSSN0XAnDciLspebwy { color:#1e1e2e;display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.625rem;left:1.5625rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFqc2EskgJGrnqVmhOqS1s37n5QCybTw { color:#1e1e2e;display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:13.8125rem;left:1.5625rem;height:5.25rem;font-style:normal;display:block; }
#Q8UgWOlvvX9WbuUlOFFta0oTPqzmvqDH { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:0.8125rem;left:58.875rem;overflow:hidden;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e2e;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.125rem;left:0.875rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#xscerE8k78Zhf1QKufwTlT5eRC71nOdt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:5.25rem;left:0.875rem;height:1.4375rem;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) { #du5gyWonC2abE8cKT1RLamSNviFhqtmW { display:block; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdE9wDTI86Zdl22pacvGA6EQi6PouSc3 { width:47.75rem;height:1.6875rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc { display:block; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIctdbfKyhJcbMKtd3UUQDu2nOUc7I25 { top:9.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWL4ht5Tn9nEpviqitcP2KXrpxhyHLXb { width:47.75rem;height:4.375rem;top:20.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEp1uQP3NsxTnynNWRnpkSG7tsJfHare { width:47.75rem;height:2.4375rem;top:5.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqtovcXbm4DL2tT6xFUKm96C9l42VkDb { width:47.75rem;height:1.4375rem;top:2.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvv1isC3SP6oXd62deSp7SUBmM5NGUab { top:26.25rem;left:10.03125rem;width:27.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDtARAFZM1VADi0WHwi1m6fw42U9GfvW { display:block; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z14If5E49Q9VbaVO6BRXtlhH3rXZ62Ac { top:1.5rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9PG7ynNT8iPVRwNIIEDovuhvZQ45gM { width:47.75rem;height:3.125rem;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THk4eoxaECQT0Nr0F6lvPqsb3ie2zHiy { top:3.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtcttOnzydTRitqC2opMxwHN90XAMB4t { top:8.375rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhS1czxvnSc5ilHRQok8BFCuAg1hH4A4 { width:47.75rem;height:3.125rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCMA95dAZpizuIPBPHF95UV2TNETAck { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVb7m6RaTXGcTikI7t5BuTmAFGhGfNDe { top:15.25rem;left:0rem;width:47.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNk7cz1tQ5xFH3KWGTQLFL5phlss8qq { width:47.75rem;height:1.5625rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMMuGstJBLApFHqyqQQp6b7pwgovzBkg { top:17.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 { display:block; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGugP0gZZoa2mBWoMi6mkDpsF7l1Jcd6 { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOK0TFMMsn02nZlNeqFowUV8bZWePZfa { top:3.5625rem;left:0rem;width:47.5rem;height:75.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh884WQtTOw0lNSOymPVcdByAHbJu8mC { width:36.125rem;height:1.75rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSAM1JsRzTGnvPomDTfuyNkF3HNRvpmU { width:47.75rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMyxLeoVQhGsabxLs7kTEbw4N0TGC3XQ { top:14.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlSZQ9yVLxdVSKNwmendhbH1pweoV3Co { top:16.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsBaNw4KuRgCC2R5T4isgam97xRTcuJ { width:47.75rem;height:1.75rem;top:16.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDaFJkGlHPp6Eoy83HWk8LMUvgIP7CR { top:19.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Kv2QsFSTNe8p9qFEupxK6AuEIRUxX2 { width:39.8125rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36CRnfMtQO55xsmiBHLvav7vWmV4PSU { width:47.75rem;height:10.9375rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkrtyr3MMTzX6wgWTUP79cm2xXlcVg1N { top:38.4375rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZldTe1CMcMThTydDkrUG18f21gwcopT { top:38.875rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtulxphx5t5xeGBUTGptFFVxpMxx6ITh { top:38.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk2kVoTIBQhiC3FyAetUogEmkmCMsCn { width:47.75rem;height:1.5625rem;top:41.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I7QV6fsM9qM4Sp2R1qs51k4WHCU6IU { width:47.75rem;height:1.625rem;top:35.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdg1e49szC5ql6LLgZnKvZTmlZ4ZG05W { top:43.4375rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttH8JDoPvbJQnEaUVpINJ02o95MTK9AL { top:43.875rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWrfJnhd66hc7vKkvv44Em4ezemdIdvo { width:47.75rem;height:1.5625rem;top:46.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTziDbpbEFuKZI2HVDHzwTfnxF5x12zK { top:43.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnPZub6vRr1d6ZKBpJ5JX8sxMB1ymLoh { top:48.5625rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKilRx2siMzRyUR4mKd1Tlel10XavfO { top:49rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnClb2LXEIf2WNLM78AxT7zha3ScTLSU { width:47.75rem;height:1.5625rem;top:51.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvpBoZedPwPQ3DBK0XJqZpmM6EwvIDq { top:49.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAsVU1z0qFfGxrtEkk6S4Tctcbk6ASh2 { top:53.6875rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBFZHFrUQ8gCPOlCFgHBbEPrZa21lBFm { top:54.125rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdmqwI6aueBQ9FQcFNy2LOLTDOuc4o2I { width:47.75rem;height:1.5625rem;top:56.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJ9GwVx14WArCVP4tnhi6oU9B6EAo7m { top:54.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oobpxlCnfmKQEtG9TBg4GqVHVf12MlJ7 { top:58.75rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh5Jpvz0sN2seMWeObEEomlCJ1GfTcUN { top:59.1875rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXTInkfPpIwEBRvU86yeJWSEiTE7B6f { width:47.75rem;height:1.5625rem;top:61.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dofFs1PSdc1qe7y8qc3ck2HpGwlbcUk8 { top:59.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TpSCQNM80EqqlWoZz19haQw45JzKbW { top:63.875rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTlVEn2L2r0C8UtoGziJtMPO2yOerds { top:64.3125rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGwOK3HcakvTV3cToSS4q858Ph4u2uUy { width:47.75rem;height:1.5625rem;top:66.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVrJWTDD3Cl35ESubDkPIt9Bo7Cg9nVG { top:64.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rix6LgBUlWszuxsFoaqfkviGsshQ4sQB { top:69rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3OyzDafp3dJNJ6pd6o1VqUlmHVkoxF { top:69.4375rem;left:0rem;width:3.875rem;height:4rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slHlG4VsyfNf5C4DawOL9gyGkSk9KWRB { width:47.75rem;height:1.5625rem;top:71.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9w75EfQBqCW0TqOrBltZlA4ckn1tLK { top:69.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd { display:block; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9BmrlUlQo2FwJr01fc65t4TZRPaVmhb { top:5.125rem;left:0rem;width:36rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0zOtHo7uyfmn4Dda7MVFqH9TAEO4KAa { top:4.875rem;left:11.125rem;width:36rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZtGwfpeqgeFihsRbz4tTwSrcQ814olT { top:22rem;left:0rem;width:47.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdM6QnQyzhtwsIyBqD4mlT6C9QoXgmec { width:36.125rem;height:1.625rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fezngfT97zopAab9JQhZybTVpFpc13OP { top:9.875rem;left:0rem;width:36.125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgLWohlvdVRpmEk4xWuyvUz9V7HBPRQ0 { top:15.0625rem;left:0rem;width:36.125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaat8Bv55T6J4bvm3amuFumKVN4whsRN { width:36.125rem;height:1.625rem;top:7.625rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQHx40JdSI92qe4O4VlAMTPn054F3KLv { top:9.875rem;left:11.625rem;width:36.125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0P2KkOshowR2qtBGU7Lo2JvesBf0O9Q { top:15.8125rem;left:11.625rem;width:36.125rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBBMMUJ5c3vh23dRZT0sH0MXisTRSuf { top:14.5rem;left:11.3125rem;width:36.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGuIQCq0sRMRP0J8Qlav8vHRRkugzKsh { width:36.125rem;height:1.25rem;top:23.75rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7Ov1RlB1sq7EaEg7aJX1qlGm0Ttsiw { width:36.125rem;height:1.25rem;top:32.375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyT8thcsB7yOJieWoNJGdhAimB2xrQRE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ2czI0x7ZpDc9o8a1bwb8hTshNIL20 { display:block; }
 }@media only screen and (max-width: 763px) { #TMCTVwqFaT4cUJg5qmWdnFnE2kQTbU8G { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlJVpazTE4lEGHKCbXWpSGRIbM6rSzmk { display:block; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL { display:flex;width:13.5rem;height:5.0625rem;top:26.0625rem;left:13.6806640625rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #WONd4eV4vr6TqomDct5fCFQmSqPraRu5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #z8TQaA2TwoB6itslTpNTe1IpbkPq1LtW {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #w757puhtXbsATOUrW8SxoesdsTiRheGZ {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #MT70opcT3DTaLH26Ptbi7dKzQLmrFTcy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #JZAr2eOys4NXktGU1pRiqL8MPIE7npWF {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #UcKBJ0rGvOVsWy8WE83rWycTDwZerZtc {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #rq3RylKtdrOeBNZdvS667cB0iMPRmLuT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #Zw66o4NxMKwkzH4aX87Zfp5qrCn9KQ7O {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #gClkbUU46dHPikPs1wXGt9memsQAvnSH {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #qdM3IgO3g4AS319hTA2W9sczeaFmpHgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #lB5BQ1DEJpAoxXSoMeLX5avHP8xkoxvX {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #oxtJXipaTMn9BM8VOV2yf44KoRO11pt4 {  }
 }@media only screen and (max-width: 763px) { #Wku6NuM6FDD2mD13PL35oyn9fNn7Samr { display:block; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4IfATuKlgHbZ7gf4T5vJlVJnf7cNmqv { top:11.875rem;left:0rem;width:36.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIQzTRcPFuT4d8XsI1csTZuQTn1ggvl3 { top:11.875rem;left:11.6875rem;width:36.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhmSOzH3cfmGR7f5hxOT211bAUWOiG01 { top:6.25rem;left:0rem;width:41.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eph3RLvp82QqJ4ldt8siymdO1igM4VfA { width:47.75rem;height:1.4375rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg { display:block; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2DMrsIFpgZclMeFxaUvfSerbBoDmhWT { top:9.1875rem;left:0rem;width:36rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRJrQSdQIlWABDA8SNW4DsqhToFT5Ab { top:9.1875rem;left:11.625rem;width:36rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6BM4gTEtPXwv3NBxT7hzVRxqBVSGtL { top:29.5rem;left:0rem;width:47.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxurFBKHMgLWEwh9TfumG9MT3Xm5C9f { top:10.1875rem;left:0rem;width:34.8125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWSO5F066MnZJlKM8QhsqkrGw8ZL5PL { top:10.1875rem;left:13.3125rem;width:34.3125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBeyL4QDgHizgfm438D8qbJaPPwGkLA { width:36.125rem;height:1.25rem;top:31.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSL94350etnaK9p93DkAH1bkLnTxRUc { width:36.125rem;height:1.25rem;top:40.125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssNCwbHpwnNIxVU1CGpJybIkfDDUNNeG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFXozThVtJMfiAkT6GXBgFQoDR0Q59g { display:block; }
 }@media only screen and (max-width: 763px) { #OTKiTmXoPdkiinMiMoghVXJBP2dP5Utd { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFT7J2Tp1L8XNsV8KVQtkpbbgMHMWCVS { display:block; }
 }@media only screen and (max-width: 763px) { #HO4mgTtEZtnxngrTDPEw5XFvHPMSTpqt { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRemlbl2orOCwsNelCvtB0MrTTMDCwhr { width:36.125rem;height:1.25rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbIbInPFBKLKHuGTtmAOImE9u8Bg0l7m { top:15.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ETT6P34ScCRsTa0Rl3o7BoMTVCexnN { width:29.5625rem;height:1.5625rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrrGQqK2u3LZKHZg5vNU5RXBFGGbPXwe { top:18.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shEz87xf7VO8xJqwBU36uho0WSzJLc2o { width:29.5625rem;height:3.125rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiWM0FfQlm2wl6TdTxUniq48TrR2IKa { width:29.5625rem;height:3.125rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbXxKstdwN4iHSOsitwoH1Fh4kTJb9rT { top:22.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTgqa7VsnBFNoBidqXq17mnPDVlamtWh { top:15.9375rem;left:26.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRTE70ctTvuBKstukEvfRCnNDph7bR6 { width:29.5625rem;height:1.5625rem;top:15.75rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRufcEcgzmUJEJ9smkmCHB6TXzS9MWmr { top:18.375rem;left:26.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQnluPTIAhWgXDVBb0x8gOJPEVWkcvWZ { width:29.5625rem;height:3.125rem;top:18.1875rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFlWyGXZMBkhCFPn2CikgbXLX3DwldgE { width:29.5625rem;height:1.5625rem;top:22.0625rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPuHoDQuvPT8QrICvLNdUzo9iLApeMsF { top:22.25rem;left:26.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn { display:flex;width:13.5rem;height:5.0625rem;top:26.0625rem;left:13.6806640625rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mS6XH8fQXnq7W2p7MA3R6uGDCuQPb8Ua { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #LXdRu3GnqEn659IM8RHPy8elX68MI1X7 {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #r2TEE1mmfP4egkdzXP2I0Q5SvEe5xTO8 {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #ME3VmnRGUpLwx5J7RiJTLEdfntwsIxKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #bIzWNbVt2zSfByR8GGg0EG8HHZWTvTOd {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #a24XUx1mos1bVcPF3vT4NVRezUiXDs7s {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #MDmzMnyP3CSMGnBRvwSKDduQ4kcuSWXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WpSTLNUKdP9yCWgnMUS87abZAq989byZ {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WUqZohHTGF0ls2n5XE6sR1ryBFFUH1MG {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #kRnq759Pqp6HLXcpeu14c5Ppo3apU0tW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #olLCt070TuULRfLAZULxd07fIKsHg8NG {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mKEEFOmbSMtDIETzp7IQsEo65TF7bPOJ {  }
 }@media only screen and (max-width: 763px) { #HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ { display:block; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSZKCAGxImTMVqzRBsfXnJKogusHZKxP { top:13.4375rem;left:0rem;width:47.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyAv4zcBIenGad2pWzvyF3vxRy7vf1r { width:47.75rem;height:1.5625rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGi92rBlhMNVXM449sVST2524MBXr2nk { top:18.5625rem;left:0rem;width:47.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENmsuVlpRIWUL0mnfmSnuKruTeKIFlPC { width:47.75rem;height:3.125rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtBQGqpw3Zg1Oydmwg2QutPuGiMieyS { top:29.25rem;left:0rem;width:47.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhT55T5TQyKBJXTzKeFANEQq7StxGBVy { width:47.75rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx08fNXSTVJmSWxU8V4u7dnBZdHnNVbu { top:34.375rem;left:0rem;width:47.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Pe7kFm4x5OadxWMPSrEhq4hykzFtG8 { width:47.75rem;height:3.125rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTJqsorPIH4ovMe46GMJdusWufJS0wTv { top:24.25rem;left:0rem;width:47.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkUt7m63TDGqU6ETsZ87P52fJKo2UJPB { width:47.75rem;height:1.5625rem;top:25.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNmk1LVCahmeoV0GLqObZQHTBsg2P38I { width:47.75rem;height:1.4375rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3FBoDLin6BZtE86I0XbtEOoTTtrPGE { top:5.875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 { display:block; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDfQfKSWqVHDtET7TwbEExw0aVXODapf { top:23.875rem;left:0rem;width:36rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahrlBn9wgUn4DF3rDvnvaxB1FlxF8klb { top:23.625rem;left:11.125rem;width:36rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWc2URoewRIaC9VAT3tnZomEGiLPauSb { top:40.75rem;left:0rem;width:47.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg3NzOtCwraSkqBq9JAi725EhDIHWoCA { width:36.125rem;height:1.625rem;top:26.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHPaAHDSAWQTpBOxT1hxlEiBPwE9ZvPQ { top:28.625rem;left:0rem;width:36.125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzyKSrzfC753aqcS78zvrdaO9K0lmD3 { top:33.8125rem;left:0rem;width:36.125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6U95TqHo7km2MAZedGCxn4QSVQreZaz { width:36.125rem;height:1.625rem;top:26.375rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwS8oqLcNT3TH8qbJLaNvW9meXAnK4F { top:28.625rem;left:11.625rem;width:36.125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GDrPo1DiOOddOi1iAeR5xZyofCIRoq { top:34.5625rem;left:11.625rem;width:36.125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2gR6GEq9G2QiGysDn5LzguA7b94SSzP { top:33.25rem;left:11.3125rem;width:36.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXUZo5tFhRXoCE6BTxTpS9QK1B7rdXoF { width:36.125rem;height:1.25rem;top:42.5rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJ7wkb4MJF60OpNl5lihDt7ktMQ6htV { width:36.125rem;height:1.25rem;top:51.375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJkIAAn2cVBML4IRN2olGCi981bbIkrD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAOHeTSkIZqnqmnO2mOrMgokGD4sRq9A { display:block; }
 }@media only screen and (max-width: 763px) { #FBttkREqEeT5Wnsfpvnbof4dHRmeeqKM { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIA8V7oC2UT1lKNRZTn9lwMeLgTLk8Tw { display:block; }
 }@media only screen and (max-width: 763px) { #sAT5QUVCoa3TTvGTIGF68PJdAFOfQASq { width:47.75rem;height:1.4375rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltx1rVPExMBm950fVrT0vpMuqXp1SBpd { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmxNdxcTdJ4STtR9UKcUQWHIEMnFPwqc { top:9.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SJMJDoG8XsePNliKpLAD96HgTAwJsB { width:29.5625rem;height:1.75rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhNxm5SakMAXEUhcAMLF9gvLM49CBq1Q { top:11.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRDLO7yq8R3R8tc4VCVT4Lm1APMdh9G { width:29.5625rem;height:1.75rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1Q02Mt19gmy3Qig81kxAiDWhGGggDO { width:35.625rem;height:1.75rem;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDiDfgxT1GeGD7V2zpWrA6xAtDZzIXyv { top:16.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgbQmxkvzWIbHVDEwt3iaX2UkvNggROQ { top:14.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFWASVuDfUIBTXPPkJTLABr1xNx05zG { width:36.8125rem;height:1.75rem;top:14.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTXEC7XdbTuyJxcS6mfITNegZEPXyo9 { width:35.625rem;height:1.75rem;top:19.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4MuB2Hc6zvMTicSXucsceOQMM56nngH { top:19.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z { display:flex;width:13.5rem;height:5.0625rem;top:26.0625rem;left:13.6806640625rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #vPxlilmkQ9NiZFKTdVivCvQp7fsJbPkn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #T3wamheXtCmT24O9updhsPDlycbwCZLA {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #Gr4WQq8Q8RQAX67aAFDx4X4AXU593WV8 {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #hmtLaeEKylGD4OzoUVav9O2pnlIaqvmG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #pH59aNAwhl62QT6lKhVfZl9bflZmEdw4 {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #dIHk1I2JBBkpbsQihhU2LwAqEDbCyebm {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ZKNt245HC9l0s6a2GTiI7QrP5rD7Zlqx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ethfQzQz2J55H9dETsEiq8w1xFmdBdmv {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #rKTxTsAAft86LER9JT4sr9iAhmviT9Vb {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #xLAEBxETp0zDxwsdiNtWRnQsggwfGfmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #qRClqfKLu314BMK7Zoclp3QJM6KndGTD {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #y0B2Ad1asoAxSJ3ZmGPg8ItkqRw7zAKe {  }
 }@media only screen and (max-width: 763px) { #lNAlOTx6vl6VOppSh1upbVKDQ61fc7GL { top:2.625rem;left:22.0625rem;width:25.6875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX { display:block; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlbWqOEDETGklMt1JdNuzlqkZ19dkyrw { width:47.25rem;height:15.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKB0CFmsiwSsRgTSSN0XAnDciLspebwy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFqc2EskgJGrnqVmhOqS1s37n5QCybTw { width:47.75rem;height:5.25rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8UgWOlvvX9WbuUlOFFta0oTPqzmvqDH { top:0.8125rem;left:31.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xscerE8k78Zhf1QKufwTlT5eRC71nOdt { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #du5gyWonC2abE8cKT1RLamSNviFhqtmW { background-color:#ffa200;background-image:none;display:block; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { background-color: transparent; background-image: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container > .video-iframe-container { display: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row > .video-iframe-container { display: none; }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .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); }#du5gyWonC2abE8cKT1RLamSNviFhqtmW > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdE9wDTI86Zdl22pacvGA6EQi6PouSc3 { width:20rem;height:2.75rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc { background-color:#1e1e2e;background-image:none;display:block; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { background-color: transparent; background-image: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container > .video-iframe-container { display: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row > .video-iframe-container { display: none; }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .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); }#cZUU1MwpX9iZpQMRLGDVE1FskHBf03wc > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIctdbfKyhJcbMKtd3UUQDu2nOUc7I25 { width:16.6875rem;height:14.625rem;top:9.375rem;left:1.65625rem;font-size:1.875rem;z-index:14990;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWL4ht5Tn9nEpviqitcP2KXrpxhyHLXb { width:20rem;height:10.875rem;top:25.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oEp1uQP3NsxTnynNWRnpkSG7tsJfHare { width:20rem;height:4.6875rem;top:3.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EqtovcXbm4DL2tT6xFUKm96C9l42VkDb { width:20rem;height:1.125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvv1isC3SP6oXd62deSp7SUBmM5NGUab { width:20rem;height:15.214446952596rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDtARAFZM1VADi0WHwi1m6fw42U9GfvW { background-color:#242434;background-image:none;display:block; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { background-color: transparent; background-image: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container > .video-iframe-container { display: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row > .video-iframe-container { display: none; }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .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); }#tDtARAFZM1VADi0WHwi1m6fw42U9GfvW > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z14If5E49Q9VbaVO6BRXtlhH3rXZ62Ac { width:20rem;height:12.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9PG7ynNT8iPVRwNIIEDovuhvZQ45gM { width:18.125rem;height:7.1875rem;top:4.6875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #THk4eoxaECQT0Nr0F6lvPqsb3ie2zHiy { display:flex;width:1.625rem;height:1.625rem;top:2.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vtcttOnzydTRitqC2opMxwHN90XAMB4t { width:20rem;height:10.6875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhS1czxvnSc5ilHRQok8BFCuAg1hH4A4 { width:18.0625rem;height:5.75rem;top:17.8125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VLCMA95dAZpizuIPBPHF95UV2TNETAck { display:flex;width:1.6875rem;height:1.6875rem;top:15.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #IVb7m6RaTXGcTikI7t5BuTmAFGhGfNDe { width:20rem;height:9.5rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNk7cz1tQ5xFH3KWGTQLFL5phlss8qq { width:17.9375rem;height:4.3125rem;top:29.6875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dMMuGstJBLApFHqyqQQp6b7pwgovzBkg { display:flex;width:1.6875rem;height:1.6875rem;top:27.125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 { background-color:#f5f5f0;background-image:none;display:block; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { background-color: transparent; background-image: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container > .video-iframe-container { display: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row > .video-iframe-container { display: none; }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .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); }#dak3xW1u1VEK0C8qiDWen8xUSTCK2oW6 > .row .container { width:20rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGugP0gZZoa2mBWoMi6mkDpsF7l1Jcd6 { width:17.6875rem;height:2.25rem;top:4.0625rem;left:1.15625rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOK0TFMMsn02nZlNeqFowUV8bZWePZfa { width:20rem;height:113.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh884WQtTOw0lNSOymPVcdByAHbJu8mC { width:15.5625rem;height:2.875rem;top:12.25rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hSAM1JsRzTGnvPomDTfuyNkF3HNRvpmU { width:17rem;height:2.875rem;top:7.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMyxLeoVQhGsabxLs7kTEbw4N0TGC3XQ { display:flex;width:1.25rem;height:1.25rem;top:12.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #xlSZQ9yVLxdVSKNwmendhbH1pweoV3Co { display:flex;width:1.25rem;height:1.25rem;top:16.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #EcsBaNw4KuRgCC2R5T4isgam97xRTcuJ { width:16.125rem;height:5.75rem;top:16.9375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AbDaFJkGlHPp6Eoy83HWk8LMUvgIP7CR { display:flex;width:1.25rem;height:1.25rem;top:23.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Z8Kv2QsFSTNe8p9qFEupxK6AuEIRUxX2 { width:15.5rem;height:1.4375rem;top:23.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f36CRnfMtQO55xsmiBHLvav7vWmV4PSU { width:18.25rem;height:18.6875rem;top:26.9375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rkrtyr3MMTzX6wgWTUP79cm2xXlcVg1N { width:19.3125rem;height:7.3125rem;top:49.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZldTe1CMcMThTydDkrUG18f21gwcopT { width:3.875rem;height:5rem;top:50.125rem;left:1.15625rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xtulxphx5t5xeGBUTGptFFVxpMxx6ITh { width:5.9375rem;height:1.625rem;top:50.125rem;left:4.5625rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAk2kVoTIBQhiC3FyAetUogEmkmCMsCn { width:14.875rem;height:4.3125rem;top:51.75rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k2I7QV6fsM9qM4Sp2R1qs51k4WHCU6IU { width:18.9375rem;height:1.25rem;top:47.5625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdg1e49szC5ql6LLgZnKvZTmlZ4ZG05W { width:19.3125rem;height:7.5rem;top:56.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttH8JDoPvbJQnEaUVpINJ02o95MTK9AL { width:3.875rem;height:5rem;top:57.4375rem;left:1.1875rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tWrfJnhd66hc7vKkvv44Em4ezemdIdvo { width:13.875rem;height:2.875rem;top:60.28125rem;left:5.03125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UTziDbpbEFuKZI2HVDHzwTfnxF5x12zK { width:15.125rem;height:1.625rem;top:58.0625rem;left:4.875rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LnPZub6vRr1d6ZKBpJ5JX8sxMB1ymLoh { width:19.25rem;height:8.5rem;top:64.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKilRx2siMzRyUR4mKd1Tlel10XavfO { width:3.875rem;height:5rem;top:65rem;left:1.1875rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KnClb2LXEIf2WNLM78AxT7zha3ScTLSU { width:13.9375rem;height:4.3125rem;top:67.875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oCvpBoZedPwPQ3DBK0XJqZpmM6EwvIDq { width:15rem;height:1.625rem;top:65.625rem;left:5rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAsVU1z0qFfGxrtEkk6S4Tctcbk6ASh2 { width:19.1875rem;height:10rem;top:72.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBFZHFrUQ8gCPOlCFgHBbEPrZa21lBFm { width:3.875rem;height:5rem;top:73.8125rem;left:1.15625rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdmqwI6aueBQ9FQcFNy2LOLTDOuc4o2I { width:14.3125rem;height:5.75rem;top:76.625rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SoJ9GwVx14WArCVP4tnhi6oU9B6EAo7m { width:14.8125rem;height:1.625rem;top:74.4375rem;left:5.1875rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oobpxlCnfmKQEtG9TBg4GqVHVf12MlJ7 { width:19.1875rem;height:8.375rem;top:82.90625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh5Jpvz0sN2seMWeObEEomlCJ1GfTcUN { width:3.875rem;height:5rem;top:83.875rem;left:1.15625rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZXTInkfPpIwEBRvU86yeJWSEiTE7B6f { width:14.875rem;height:4.3125rem;top:86.625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dofFs1PSdc1qe7y8qc3ck2HpGwlbcUk8 { width:14.8125rem;height:1.625rem;top:84.3125rem;left:5.1875rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2TpSCQNM80EqqlWoZz19haQw45JzKbW { width:19.1875rem;height:10.5rem;top:91.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTlVEn2L2r0C8UtoGziJtMPO2yOerds { width:3.875rem;height:5rem;top:92.125rem;left:1.15625rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGwOK3HcakvTV3cToSS4q858Ph4u2uUy { width:12.625rem;height:5.75rem;top:95.375rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AVrJWTDD3Cl35ESubDkPIt9Bo7Cg9nVG { width:14.875rem;height:1.625rem;top:92.6875rem;left:5.125rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rix6LgBUlWszuxsFoaqfkviGsshQ4sQB { width:19.25rem;height:11.8125rem;top:101.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3OyzDafp3dJNJ6pd6o1VqUlmHVkoxF { width:3.875rem;height:5rem;top:102.8125rem;left:1.15625rem;font-size:6.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #slHlG4VsyfNf5C4DawOL9gyGkSk9KWRB { width:13.8125rem;height:7.1875rem;top:105.625rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9w75EfQBqCW0TqOrBltZlA4ckn1tLK { width:14.6875rem;height:1.625rem;top:103.4375rem;left:5.3125rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd { display:block; }#znJTirBBc6Ok9xzucgtBgmNhmvDmKgUd > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9BmrlUlQo2FwJr01fc65t4TZRPaVmhb { width:19.875rem;height:12.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0zOtHo7uyfmn4Dda7MVFqH9TAEO4KAa { width:19.375rem;height:15.625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZtGwfpeqgeFihsRbz4tTwSrcQ814olT { width:19.875rem;height:13.125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdM6QnQyzhtwsIyBqD4mlT6C9QoXgmec { width:20rem;height:1.25rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fezngfT97zopAab9JQhZybTVpFpc13OP { width:20rem;height:4.625rem;top:7.125rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgLWohlvdVRpmEk4xWuyvUz9V7HBPRQ0 { width:20rem;height:2.375rem;top:12.3125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaat8Bv55T6J4bvm3amuFumKVN4whsRN { width:20rem;height:1.25rem;top:19.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQHx40JdSI92qe4O4VlAMTPn054F3KLv { width:20rem;height:4.75rem;top:21.5rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0P2KkOshowR2qtBGU7Lo2JvesBf0O9Q { width:20rem;height:2.875rem;top:28.4375rem;left:0rem;font-size:2.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJBBMMUJ5c3vh23dRZT0sH0MXisTRSuf { width:20rem;height:1.3125rem;top:27.125rem;left:0rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGuIQCq0sRMRP0J8Qlav8vHRRkugzKsh { width:20rem;height:1.25rem;top:36.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7Ov1RlB1sq7EaEg7aJX1qlGm0Ttsiw { width:18.125rem;height:2.5rem;top:43.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyT8thcsB7yOJieWoNJGdhAimB2xrQRE { width:20rem;height:4.25rem;top:49.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ2czI0x7ZpDc9o8a1bwb8hTshNIL20 { display:block; }
 }@media only screen and (max-width: 763px) { #TMCTVwqFaT4cUJg5qmWdnFnE2kQTbU8G { width:20rem;height:4.25rem;top:54.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlJVpazTE4lEGHKCbXWpSGRIbM6rSzmk { display:block; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL .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; }
#DL4REk7wWAwVVImczF3IOLlqB0KAcplL { display:flex;width:13.5rem;height:5.0625rem;top:37.3818359375rem;left:2.5869140625rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #WONd4eV4vr6TqomDct5fCFQmSqPraRu5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #z8TQaA2TwoB6itslTpNTe1IpbkPq1LtW {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #w757puhtXbsATOUrW8SxoesdsTiRheGZ {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #MT70opcT3DTaLH26Ptbi7dKzQLmrFTcy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #JZAr2eOys4NXktGU1pRiqL8MPIE7npWF {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #UcKBJ0rGvOVsWy8WE83rWycTDwZerZtc {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #rq3RylKtdrOeBNZdvS667cB0iMPRmLuT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #Zw66o4NxMKwkzH4aX87Zfp5qrCn9KQ7O {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #gClkbUU46dHPikPs1wXGt9memsQAvnSH {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #qdM3IgO3g4AS319hTA2W9sczeaFmpHgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #lB5BQ1DEJpAoxXSoMeLX5avHP8xkoxvX {  }
 }@media only screen and (max-width: 763px) { #DL4REk7wWAwVVImczF3IOLlqB0KAcplL #oxtJXipaTMn9BM8VOV2yf44KoRO11pt4 {  }
 }@media only screen and (max-width: 763px) { #Wku6NuM6FDD2mD13PL35oyn9fNn7Samr { display:block; }#Wku6NuM6FDD2mD13PL35oyn9fNn7Samr > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4IfATuKlgHbZ7gf4T5vJlVJnf7cNmqv { width:20rem;height:6.9670710571924rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIQzTRcPFuT4d8XsI1csTZuQTn1ggvl3 { width:20rem;height:6.966796875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhmSOzH3cfmGR7f5hxOT211bAUWOiG01 { width:20rem;height:2.25rem;top:4.25rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;color:#242434;display:block; }
 }@media only screen and (max-width: 763px) { #eph3RLvp82QqJ4ldt8siymdO1igM4VfA { width:20rem;height:1.4375rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffa200;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg { display:block; }#Tm6Id6OU3yIeInh0f0rOmQmWFf8nQvIg > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2DMrsIFpgZclMeFxaUvfSerbBoDmhWT { width:19.875rem;height:25.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRJrQSdQIlWABDA8SNW4DsqhToFT5Ab { width:19.875rem;height:21.375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6BM4gTEtPXwv3NBxT7hzVRxqBVSGtL { width:19.875rem;height:13.125rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxurFBKHMgLWEwh9TfumG9MT3Xm5C9f { width:18.8125rem;height:6.9375rem;top:9.8125rem;left:0.59375rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;color:#79bcfc;display:block; }
 }@media only screen and (max-width: 763px) { #WvWSO5F066MnZJlKM8QhsqkrGw8ZL5PL { width:20rem;height:6.9375rem;top:36.3125rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbBeyL4QDgHizgfm438D8qbJaPPwGkLA { width:20rem;height:1.25rem;top:59.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSL94350etnaK9p93DkAH1bkLnTxRUc { width:18.1875rem;height:2.5rem;top:67.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssNCwbHpwnNIxVU1CGpJybIkfDDUNNeG { width:20rem;height:4.25rem;top:72.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFXozThVtJMfiAkT6GXBgFQoDR0Q59g { display:block; }
 }@media only screen and (max-width: 763px) { #OTKiTmXoPdkiinMiMoghVXJBP2dP5Utd { width:20rem;height:4.25rem;top:77.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFT7J2Tp1L8XNsV8KVQtkpbbgMHMWCVS { display:block; }
 }@media only screen and (max-width: 763px) { #HO4mgTtEZtnxngrTDPEw5XFvHPMSTpqt { width:20rem;height:2.25rem;top:4.4375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRemlbl2orOCwsNelCvtB0MrTTMDCwhr { width:20rem;height:1.25rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbIbInPFBKLKHuGTtmAOImE9u8Bg0l7m { display:flex;width:1.25rem;height:1.25rem;top:17.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #H0ETT6P34ScCRsTa0Rl3o7BoMTVCexnN { width:15.875rem;height:2.875rem;top:17.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vrrGQqK2u3LZKHZg5vNU5RXBFGGbPXwe { display:flex;width:1.25rem;height:1.25rem;top:26.4375rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #shEz87xf7VO8xJqwBU36uho0WSzJLc2o { width:17.4375rem;height:4.3125rem;top:21.4375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IoiWM0FfQlm2wl6TdTxUniq48TrR2IKa { width:16.8125rem;height:5.75rem;top:26.4375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mbXxKstdwN4iHSOsitwoH1Fh4kTJb9rT { display:flex;width:1.25rem;height:1.25rem;top:21.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #bTgqa7VsnBFNoBidqXq17mnPDVlamtWh { display:flex;width:1.25rem;height:1.25rem;top:44.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #zLRTE70ctTvuBKstukEvfRCnNDph7bR6 { width:15.8125rem;height:2.875rem;top:44.375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mRufcEcgzmUJEJ9smkmCHB6TXzS9MWmr { display:flex;width:1.25rem;height:1.25rem;top:48.25rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #aQnluPTIAhWgXDVBb0x8gOJPEVWkcvWZ { width:15.4375rem;height:4.3125rem;top:48.25rem;left:3rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oFlWyGXZMBkhCFPn2CikgbXLX3DwldgE { width:16.9375rem;height:1.4375rem;top:53.53125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vPuHoDQuvPT8QrICvLNdUzo9iLApeMsF { display:flex;width:1.25rem;height:1.25rem;top:53.625rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn .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; }
#NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn { display:flex;width:13.5rem;height:5.0625rem;top:60.8125rem;left:2.5869140625rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mS6XH8fQXnq7W2p7MA3R6uGDCuQPb8Ua { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #LXdRu3GnqEn659IM8RHPy8elX68MI1X7 {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #r2TEE1mmfP4egkdzXP2I0Q5SvEe5xTO8 {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #ME3VmnRGUpLwx5J7RiJTLEdfntwsIxKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #bIzWNbVt2zSfByR8GGg0EG8HHZWTvTOd {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #a24XUx1mos1bVcPF3vT4NVRezUiXDs7s {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #MDmzMnyP3CSMGnBRvwSKDduQ4kcuSWXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WpSTLNUKdP9yCWgnMUS87abZAq989byZ {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #WUqZohHTGF0ls2n5XE6sR1ryBFFUH1MG {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #kRnq759Pqp6HLXcpeu14c5Ppo3apU0tW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #olLCt070TuULRfLAZULxd07fIKsHg8NG {  }
 }@media only screen and (max-width: 763px) { #NbgnNVTXSOTb3M1rTkbr2JLfAvo7h6sn #mKEEFOmbSMtDIETzp7IQsEo65TF7bPOJ {  }
 }@media only screen and (max-width: 763px) { #HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ { background-color:#f5f5f0;background-image:none;display:block; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { background-color: transparent; background-image: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container > .video-iframe-container { display: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row > .video-iframe-container { display: none; }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .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); }#HxMpyUCUf3mJ1KnawnmW8AD6XGaW1lOQ > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSZKCAGxImTMVqzRBsfXnJKogusHZKxP { width:20rem;height:7.5rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyAv4zcBIenGad2pWzvyF3vxRy7vf1r { width:18.125rem;height:5.75rem;top:16.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hGi92rBlhMNVXM449sVST2524MBXr2nk { width:20rem;height:8.875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENmsuVlpRIWUL0mnfmSnuKruTeKIFlPC { width:18.0625rem;height:7.1875rem;top:24.9375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RbtBQGqpw3Zg1Oydmwg2QutPuGiMieyS { width:19.875rem;height:7.125rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhT55T5TQyKBJXTzKeFANEQq7StxGBVy { width:17.875rem;height:5.75rem;top:41.6875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mx08fNXSTVJmSWxU8V4u7dnBZdHnNVbu { width:19.875rem;height:9.0625rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Pe7kFm4x5OadxWMPSrEhq4hykzFtG8 { width:18.75rem;height:7.1875rem;top:49.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VTJqsorPIH4ovMe46GMJdusWufJS0wTv { width:19.875rem;height:6.125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkUt7m63TDGqU6ETsZ87P52fJKo2UJPB { width:18.6875rem;height:4.3125rem;top:34.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nNmk1LVCahmeoV0GLqObZQHTBsg2P38I { width:20rem;height:1.4375rem;top:1.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffa200;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3FBoDLin6BZtE86I0XbtEOoTTtrPGE { width:20rem;height:9rem;top:4.5rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;color:#242434;display:block; }
 }@media only screen and (max-width: 763px) { #aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 { display:block; }#aRZ4v7op8gXO5NihiyFSPIZ7fqIDMWX5 > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDfQfKSWqVHDtET7TwbEExw0aVXODapf { width:19.875rem;height:15.625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahrlBn9wgUn4DF3rDvnvaxB1FlxF8klb { width:19.375rem;height:15.625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWc2URoewRIaC9VAT3tnZomEGiLPauSb { width:19.875rem;height:13.125rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg3NzOtCwraSkqBq9JAi725EhDIHWoCA { width:20rem;height:1.25rem;top:38rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHPaAHDSAWQTpBOxT1hxlEiBPwE9ZvPQ { width:20rem;height:4.625rem;top:40.25rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXzyKSrzfC753aqcS78zvrdaO9K0lmD3 { width:20rem;height:2.375rem;top:45.4375rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6U95TqHo7km2MAZedGCxn4QSVQreZaz { width:20rem;height:1.25rem;top:55.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwS8oqLcNT3TH8qbJLaNvW9meXAnK4F { width:20rem;height:4.75rem;top:57.5rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2GDrPo1DiOOddOi1iAeR5xZyofCIRoq { width:20rem;height:2.375rem;top:63.4375rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2gR6GEq9G2QiGysDn5LzguA7b94SSzP { width:20rem;height:1.3125rem;top:62.125rem;left:0rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXUZo5tFhRXoCE6BTxTpS9QK1B7rdXoF { width:20rem;height:1.25rem;top:71.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJ7wkb4MJF60OpNl5lihDt7ktMQ6htV { width:17.625rem;height:2.5rem;top:79.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJkIAAn2cVBML4IRN2olGCi981bbIkrD { width:20rem;height:4.25rem;top:84.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAOHeTSkIZqnqmnO2mOrMgokGD4sRq9A { display:block; }
 }@media only screen and (max-width: 763px) { #FBttkREqEeT5Wnsfpvnbof4dHRmeeqKM { width:20rem;height:4.25rem;top:90rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIA8V7oC2UT1lKNRZTn9lwMeLgTLk8Tw { display:block; }
 }@media only screen and (max-width: 763px) { #sAT5QUVCoa3TTvGTIGF68PJdAFOfQASq { width:20rem;height:1.4375rem;top:5.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffa200;display:block; }
 }@media only screen and (max-width: 763px) { #ltx1rVPExMBm950fVrT0vpMuqXp1SBpd { width:20rem;height:4.5rem;top:8rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;color:#f5f5f0;display:block; }
 }@media only screen and (max-width: 763px) { #UmxNdxcTdJ4STtR9UKcUQWHIEMnFPwqc { display:flex;width:1.8125rem;height:1.8125rem;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k0SJMJDoG8XsePNliKpLAD96HgTAwJsB { width:17.0625rem;height:3.25rem;top:14.3125rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PhNxm5SakMAXEUhcAMLF9gvLM49CBq1Q { display:flex;width:1.8125rem;height:1.8125rem;top:18.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ubRDLO7yq8R3R8tc4VCVT4Lm1APMdh9G { width:17.375rem;height:1.625rem;top:18.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ni1Q02Mt19gmy3Qig81kxAiDWhGGggDO { width:17.1875rem;height:3.25rem;top:26.5625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aDiDfgxT1GeGD7V2zpWrA6xAtDZzIXyv { display:flex;width:1.8125rem;height:1.8125rem;top:26.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgbQmxkvzWIbHVDEwt3iaX2UkvNggROQ { display:flex;width:1.8125rem;height:1.8125rem;top:21rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uhFWASVuDfUIBTXPPkJTLABr1xNx05zG { width:17.1875rem;height:4.875rem;top:20.875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KJTXEC7XdbTuyJxcS6mfITNegZEPXyo9 { width:17.3125rem;height:3.25rem;top:30.625rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H4MuB2Hc6zvMTicSXucsceOQMM56nngH { display:flex;width:1.8125rem;height:1.8125rem;top:30.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z .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; }
#CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z { display:flex;width:13.5rem;height:5.0625rem;top:73rem;left:2.5869140625rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #vPxlilmkQ9NiZFKTdVivCvQp7fsJbPkn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #T3wamheXtCmT24O9updhsPDlycbwCZLA {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #Gr4WQq8Q8RQAX67aAFDx4X4AXU593WV8 {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #hmtLaeEKylGD4OzoUVav9O2pnlIaqvmG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #pH59aNAwhl62QT6lKhVfZl9bflZmEdw4 {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #dIHk1I2JBBkpbsQihhU2LwAqEDbCyebm {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ZKNt245HC9l0s6a2GTiI7QrP5rD7Zlqx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #ethfQzQz2J55H9dETsEiq8w1xFmdBdmv {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #rKTxTsAAft86LER9JT4sr9iAhmviT9Vb {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #xLAEBxETp0zDxwsdiNtWRnQsggwfGfmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #qRClqfKLu314BMK7Zoclp3QJM6KndGTD {  }
 }@media only screen and (max-width: 763px) { #CODWoxnFTNNNFQbSB49QB7X0L5GiBK7Z #y0B2Ad1asoAxSJ3ZmGPg8ItkqRw7zAKe {  }
 }@media only screen and (max-width: 763px) { #lNAlOTx6vl6VOppSh1upbVKDQ61fc7GL { width:20rem;height:15.182481751825rem;top:95.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX { display:block; }#pRl74Xa55MRVwLJF4P5QR17kQZUp9mFX > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlbWqOEDETGklMt1JdNuzlqkZ19dkyrw { width:20rem;height:23.6875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKB0CFmsiwSsRgTSSN0XAnDciLspebwy { width:20rem;height:2.625rem;top:11.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFqc2EskgJGrnqVmhOqS1s37n5QCybTw { width:17.9375rem;height:15.625rem;top:15.0625rem;left:1.03125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Q8UgWOlvvX9WbuUlOFFta0oTPqzmvqDH { width:10.375rem;height:10.375rem;top:1.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.6875rem;top:2.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xscerE8k78Zhf1QKufwTlT5eRC71nOdt { width:20rem;height:1.6875rem;top:4.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }