.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,239,222;--color-primary-1:248,202,144;--color-primary-2:240,148,32;--color-primary-3:120,74,16;--color-primary-4:36,22,5;--color-secondary-0:248,234,221;--color-secondary-1:233,186,142;--color-secondary-2:211,116,28;--color-secondary-3:106,58,14;--color-secondary-4:32,17,4;--color-tertiary-0:255,255,255;--color-tertiary-1:227,227,227;--color-tertiary-2:160,160,160;--color-tertiary-3:80,80,80;--color-tertiary-4:16,16,16;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
 #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf *:focus-visible, #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf input[type="text"]:focus-visible, #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf input[type="email"]:focus-visible, #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf input[type="tel"]:focus-visible, #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf textarea:focus-visible { outline:0.125rem solid rgba(240,148,32,1);; } #SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#B9chZU5z9uEMWzwANhgtpnieLogu5khv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container { background-color: transparent; background-image: none; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container > .video-iframe-container { display: none; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row > .video-iframe-container { display: none; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .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); }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container { border-width: 0; border-radius: 0; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container { width:60rem;height:6.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#c8eff3f3c49f070b5f4ae1f27c929e79 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#g64604159e29c05430f2ec7c29c21687 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.75rem;left:21.6875rem;display:block; }
#e89229184246b500e5d458e7475714b4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0dc246e493532d831c1e09bf4c97ddd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:1rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:30.75rem;display:block; }
#Sf4e129c57ece59e06e141b4d9948e87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJ1t0ecK8vxmX5MDaXGCXZCSAUHGLiMb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.78125rem;left:46.8125rem;display:block; }
#c3XS8ZuQm8rTT9Srq1aHMn9Z28yu3N0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WADQZ4yOyKCsaedS6mTUzUullASZclm1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.875rem;top:2rem;left:0rem;overflow:hidden;display:none; }
#MAnILX27G70Qa4il06WbuL1ZgsltZTSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MAnILX27G70Qa4il06WbuL1ZgsltZTSG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/647143e6-4d8c-45c7-a524-65bba512bb83/fussballwerbeartikelwm2026eindruck.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:"roboto condensed";font-size:3.9375rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:10.625rem;left:0rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.97);top:25.625rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.3125rem;left:0rem;display:block; }
#eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQP1om3MrZvvUHoJtCGq5A0GoDyRPw52 { 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:0.0625rem;width:0.0625rem;top:43.75rem;left:0.71875rem;overflow:hidden;display:block; }
#K7R6kvFXxZP8JFCqcnWAzKJ1HKa899Ia { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:1.6875rem;left:0rem;display:none; }
#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { background-color: transparent; background-image: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .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); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { border-width: 0; border-radius: 0; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#sEevynOLnecshH1TmcdTJcacHbUK81qV { position:absolute;display:block;z-index:15000;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:3.3125rem;width:2.8125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#Ro4qNxHckOTwlMSl4cWAoBXKOfczwTor { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.75rem;height:1.7871125rem;font-style:normal;display:block; }
#W75i4E5RmOuldWtviemE0e37hUGqF5DT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.75rem;height:1.3808625rem;font-style:normal;display:block; }
#bFnoaauxWDD6lnFcBTMzIbumxSssNx8Q { position:absolute;display:block;z-index:15003;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:2.8125rem;width:2.8125rem;top:1.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#DKu5WTMokrvJk9HSMbWMcfUG54Z6D2c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:38.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#X3KDd97r13hxqy0erFuxv65c1ETKQsKX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:38.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#QislEF2qvcA7ZtZvHdPxsFqZIELai60E { position:absolute;display:block;z-index:15006;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:3.0625rem;width:2.75rem;top:6.6875rem;left:0rem;overflow:hidden;display:block; }
#wloXGdpiT319AXH1BtUO7f0BTkJ2smJR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.75rem;height:1.3808625rem;font-style:normal;display:block; }
#yOn7TTNzJzhzqustsDuSzItiF9wBy52e { position:absolute;display:block;z-index:15009;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:3.3125rem;width:2.6875rem;top:6.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#h3SMR6OiVgUrLlKw9gGmnEMzUSzmJyab { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:38.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#gl5zIQuKBKSkLFSo2EMwQ2yAEsWr16yG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.75rem;height:1.7871125rem;font-style:normal;display:block; }
#mitoWdK3yNqShK5tQKl7Thbrmo60p31f { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:38.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container { background-color: transparent; background-image: none; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container > .video-iframe-container { display: none; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row > .video-iframe-container { display: none; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .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); }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container { border-width: 0; border-radius: 0; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#ztlx2CvOqoANrElZQToxvKCb4UwxHhAR { color:rgba(var(--color-tertiary-3),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6279296875rem;left:0rem;height:14.6191375rem;font-style:italic;display:block; }
#MghPZOVlCTn2a3gyAKX3hiMDrvtCwFq8 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.6806625rem;display:block; }
#ctgVHMlD8mIFUi4Asne1drRTg5kg198G { color:rgba(var(--color-tertiary-3),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6279296875rem;left:0rem;height:14.6191375rem;font-style:italic;display:none; }
#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container { background-color: transparent; background-image: none; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container > .video-iframe-container { display: none; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row > .video-iframe-container { display: none; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .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); }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container { border-width: 0; border-radius: 0; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#ssmTkvwTiKb8TGeQfxEGImc5oKAVC14X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6044921875rem;left:15.4375rem;height:2.5996125rem;display:block; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .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; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ { 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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:0.1875rem;left:30.5625rem;z-index:15002; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #s4iMWeTADp34NQva3SDmIsT5ZSCwPTQG { display:flex;position:relative;top:0rem;left:0rem; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ffSnuZm5pupeMZlft437117RfFZzHE4o { width:auto; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #mT7HEJdw1TTT5Ny9F68Uos7cr8oSdirX {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #vltxv2OEJMl9mK23afJXTCmIroND8tNn { display:flex;position:relative;top:0rem;left:0rem; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #Hcds7CamowlW3cFHv05TmfiaxvlbznUT {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #KbZBLkWqHbornBzOUxF2Mm3MwObHk9Ez {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ryuksK68vW6D4fpB1qfDTdBVB6GGndUo { display:flex;position:relative;top:0rem;left:0rem; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #tDJzy8bThAaTv91KpDxWrbwNtnyiL92A {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ATTSiiQwcNWoTRChaTWckZnU2sgkotCq {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #zRxQKnsdiMSEK63ZTbXXlX5SBC5cnGpt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #cO3wkp4JX8b9kP9FAAnpJyLThNCLmMEI {  }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #akN3MSiXePfRtC2gNx0LxSPSTVW2rEQb {  }
#ssz6t9hW81DFHdz8IFGWd1KHf3D7sRnO { box-sizing:content-box;height:0.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.873046875rem;left:45.9375rem;display:block; }
#uXiaGdotVbShNBbKuyfk1NHrTkH6y4z9 { box-sizing:content-box;height:0.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8115234375rem;left:0rem;display:block; }
#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { color:#000000;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIhfeAvyqU8y135tfKSPCsx9privgawP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5rem;left:8.4375rem;display:block; }
#TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:28.875rem;top:0.78125rem;left:30.5625rem;overflow:hidden;display:block; }
#xdNfTrh16z7mWvRdRVOVsrIsh1qbTJ55 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5234375rem;left:0.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkHRZih9x6TFQGd39Gog0n3X1RCEuc5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:53.71875rem; }
#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { background-color: transparent; background-image: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .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); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { border-width: 0; border-radius: 0; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.625rem;top:32.625rem;left:0rem;display:block; }
#sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.59375rem;left:0.90625rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.65625rem;height:2.4375rem;font-style:italic;display:block; }
#QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.1875rem;left:0.90625rem;display:block; }
#O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18.625rem;top:32.625rem;left:20.625rem;display:block; }
#wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:20.625rem;overflow:hidden;display:block; }
#vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:41.25rem;overflow:hidden;display:block; }
#TWhZEtANmVWR6yJuKDbMfwvlgNOtMbd1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.15625rem;left:1.15625rem; }
#T6WkrmkKh7Zat1uExmz0OV9EJMKSAR7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.15625rem;left:21.6875rem; }
#BnZoLAQki6ca4FkPudlB908fErTBtLFO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:6.15625rem;left:42.3125rem; }
#FJyvRwbWWvS3gDTcbDVtC6RAPfLH0qIk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.4375rem;left:22.1875rem;height:2.4375rem;font-style:italic;display:block; }
#nT9WT5RTGwEF1zmVCb6s6CfOXwvrdz8h { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:21.6875rem;display:block; }
#ZPnZEvruRPd6NBWUokSSslO5K50XpbM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVQz9qMvTfrGMIr53PmcNMmnuJppXSxG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:24.59375rem;left:21.625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDVyxQD5pPfGcXzMQR4SRTXBcG2ZTGBi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:20.625rem;display:block; }
#IMQvwU90BXqCGhxpSFZ8KcdM1kVDOCgE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:28.75rem;left:21.53125rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VttvH4cuP3HueICz0F03bTCu6I6TIMoL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:0rem;display:block; }
#s24LTTK5m13rbl490TB9F9S9i9AJJxrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.88671875rem;left:0.90625rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZKifJuTl1IzwpOUgNfSZPXrRdRoKROV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:41.25rem;display:block; }
#gCJKi8nb70BTZATGh9uRPbeeqdIQqAk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:24.59375rem;left:42.3125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DSZI3C2iQwbu1CQr1lpWZpLpcXlA5ziN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.7490234375rem;left:42.25rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H00wSnTeMNOfcmPWHS8QJmCTdQta8xOX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.625rem;top:32.625rem;left:41.25rem;display:block; }
#bbzNsIEuCdfFVGh2Zazn2cprPHPypUps { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:42.3125rem;display:block; }
#Zh8iEZKCxB48FlVpThTDGnnX211ooNEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUEmcPJDkciraT8TsXVRxgx8zDb2G6L6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.4375rem;left:42.8125rem;height:2.4375rem;font-style:italic;display:block; }
#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container { background-color: transparent; background-image: none; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container > .video-iframe-container { display: none; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row > .video-iframe-container { display: none; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .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); }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container { border-width: 0; border-radius: 0; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#EGgN643L1ZThuusBmuhV2w9vESL4ystA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.75rem;height:9.097625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCvaPfx0xEkmvhkuzawLVJISxbooMNwg { color:#000000;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.75rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuFgTxeRf6SXhACb6TMDTfUJCXNg5GZD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.1875rem;left:3.75rem;display:block; }
#ks1tJhUTQ22QKWte0yclbBTDibtMKQ5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beCTy5EXmtA0CDMemDLhA7KAMtb8z429 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:28.875rem;top:0.78125rem;left:30.5625rem;overflow:hidden;display:block; }
#k3n4KwecZrBlKct5BAiVIcOxqB803CuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.9375rem;left:55.28125rem; }
#aZLEica907gIFRkT42tAmXX7ugCncCEG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container { background-color: transparent; background-image: none; }#aZLEica907gIFRkT42tAmXX7ugCncCEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container > .video-iframe-container { display: none; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row > .video-iframe-container { display: none; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .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); }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container { border-width: 0; border-radius: 0; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#a50e3oLe28le0cXWDgTQRsD5EnRlGv36 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#AT897TkcxVKcwiv8s7nAbhOAdZITTbQh { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.625rem;top:32.625rem;left:0rem;display:block; }
#dIBgueMK6WAexSXMFgI7yQS2xU7Omp2v { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.59375rem;left:0.90625rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7Ss1K1eQutiH0PyEGyfT1mRW4O9MtDH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.65625rem;height:2.4375rem;font-style:italic;display:block; }
#aO3eFElOmgirm3laLdDBGJhkkS3SpzUB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.1875rem;left:0.90625rem;display:block; }
#xLXfIFzi1fr1V5MvcOCxqIn6T5UQuGuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUlRq55Micst0sJA8VhUPwaDAT3BtHz1 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18.625rem;top:32.625rem;left:20.625rem;display:block; }
#PCH5GUAPOrlbolkmTDqedKkKLdBhGpss { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:20.625rem;overflow:hidden;display:block; }
#Jc1FLlS80LOceM30GwSfA1ZpeUkSW9qT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:41.25rem;overflow:hidden;display:block; }
#n8kp6sqKVxOOT1nKN5tVpHiirAgWdVpy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.15625rem;left:1.15625rem; }
#AwK4vw2SmkogyTX9UfLFpU1AiKDNZnqs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.15625rem;left:21.6875rem; }
#rA3l6GA9bvd8dRB2NAPsfpqvnXnwRsUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:6.15625rem;left:42.3125rem; }
#NvF6QETnz1KWq2iekNXvEMB71D8TpGXr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.4375rem;left:22.1875rem;height:2.4375rem;font-style:italic;display:block; }
#UTL6OIuV9TJ6aWBStFtn74gGnweX4Vwr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:21.6875rem;display:block; }
#sTVdlPHpwbgiReZShuaxOeTKZk4JZndJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twWHclmm0i5gNb4OHGWKMS709H7ZkXlC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:24.59375rem;left:21.625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sapKa4cTVzBDl1yW88Kh7eOdGwGMAMQP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:20.625rem;display:block; }
#xsTZD3Z9o3BHb98h7uJV7g57hpA5yLTa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:28.75rem;left:21.53125rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rp3wCXCbOIsfslyXbu5vL4GXZm7Il663 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:0rem;display:block; }
#WkUdxiv1hEQtfasR3o0bBBoTJ99f0ASi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.88671875rem;left:0.90625rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVfoh5FmkTsn3ToqUdfmTTJpIFL5Zen8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:41.25rem;display:block; }
#rQBWZ0hT6U4w1ScdNraItUZWiwPEk294 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:24.59375rem;left:42.3125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q6dXoTqoBGvEIrdN9KmMcurSu1uPog4v { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.7490234375rem;left:42.25rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JeOTw1CAhWwApDszT73KK83tvoNJzay1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.625rem;top:32.625rem;left:41.25rem;display:block; }
#HzDUgKZNV7GqkOTu6EQ1fpTzPBfi9b2J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:42.3125rem;display:block; }
#lCLlDTpy9e5UHVLFViQqpMJaZtXQarzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykTC56SM3ZilGdtXTePUvZKAiKT6v8NL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.4375rem;left:42.8125rem;height:2.4375rem;font-style:italic;display:block; }
#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container { background-color: transparent; background-image: none; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container > .video-iframe-container { display: none; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row > .video-iframe-container { display: none; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .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); }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container { border-width: 0; border-radius: 0; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#TUZFN8nTvGJpys7FSNL5FiTK7w3pKHMk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#x69ftPhEmtVM9BuGvtxV8ZWH7prgPQyy { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.625rem;top:32.625rem;left:0rem;display:block; }
#y3SzIT3WQxM51CTDkT64qpx2T5rcNfMA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.59375rem;left:0.90625rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oSUozgDNATTlTRadcyb7bHiLSovipMwT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.65625rem;height:2.4375rem;font-style:italic;display:block; }
#NG0b2pHGSWnMID5BlAn3eUoUA8EDHJy2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.1875rem;left:0.90625rem;display:block; }
#CnkP6FuvvcrGwokw7xGnTqIoVsir13rP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcRD0UbF2V5iO0lmyC718Bo5Sdx94Uif { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18.625rem;top:32.625rem;left:20.625rem;display:block; }
#QR3ankdhIS2ds4Fuv1HvaFg7pBtqpsA2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:20.625rem;overflow:hidden;display:block; }
#JxtvZ24buJ2C5B1I02zRHkn07cZgJ6Gw { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:41.25rem;overflow:hidden;display:block; }
#isSLSJpqheeNaqn1VXbw3Vn54SipmoxH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.15625rem;left:1.15625rem; }
#qrPGcf01EJD7q5ETWfMny264ltsDN5Ce { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.4375rem;left:22.1875rem;height:2.4375rem;font-style:italic;display:block; }
#tytGSHurswB5DqBDk27a4DSNyw5opJTw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:21.6875rem;display:block; }
#JOlrAL1neVnPN6FQ12dfTeS36cf2gklJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzKX68iUX8gmu9cXqfmAqscJAoIGL0l4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:24.59375rem;left:21.625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMCtohzeaOPEvvTPHNLvN5RziprvaeSz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:20.625rem;display:block; }
#n8AE0WtT012f86nMkpGlz8qBQzePUANJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:28.75rem;left:21.53125rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrqSlVBxZvUqlBLyX9ygiKWEL7virL4C { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;top:23.625rem;left:0rem;display:block; }
#hKs9Bq08BPsxw0exPRCooentp6gR9vhV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.88671875rem;left:0.90625rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0h1dq2TTss1GAgyFZKEsgNz2zaiD5ui { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;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.25rem;width:18.75rem;top:23.625rem;left:41.25rem;display:block; }
#qXvAI4zk5iDrcZhrLTaG8G5NIy2clrAm { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:24.59375rem;left:42.3125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tq51TJ8Hx0N4PrPVilKRJsFFIcGVeQAd { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.7490234375rem;left:42.25rem;height:9.13964375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSxl6efCSOpGB1nUsqgaQZU9uWG5WzhI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.15625rem;left:21.6875rem; }
#Ro5z2MW0c3m38v220TurPhPXbP0Xg3pW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.15625rem;left:42.3125rem;display:block; }
#ZqBZ6A5vc60SviV98FnLU5UiKxBpvPZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:5.53125rem;left:56.375rem; }
#aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#pTfZKFNRQGvWUJ8H3RSkeuCLny52Tc3F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.09375rem;left:15.03125rem; }
#y5N6IO0K384KkibC1EHwcrNtgBtHw1OK { position:relative;display:block; }#y5N6IO0K384KkibC1EHwcrNtgBtHw1OK > .row .container { position:relative;display:block; }#bc9dakWCtubMx3xufRdlMyFyTDGlT5qz { z-index:;position:relative;display:block; }#bc9dakWCtubMx3xufRdlMyFyTDGlT5qz > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B9chZU5z9uEMWzwANhgtpnieLogu5khv { display:block; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8eff3f3c49f070b5f4ae1f27c929e79 { width:11.875rem;height:2.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g64604159e29c05430f2ec7c29c21687 { width:7.4375rem;height:1rem;top:2.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89229184246b500e5d458e7475714b4 { display:block; }
 }@media only screen and (max-width: 763px) { #c0dc246e493532d831c1e09bf4c97ddd { width:14.1875rem;height:1rem;top:2.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf4e129c57ece59e06e141b4d9948e87 { display:block; }
 }@media only screen and (max-width: 763px) { #XJ1t0ecK8vxmX5MDaXGCXZCSAUHGLiMb { width:12.4375rem;height:2.5625rem;top:1.75rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3XS8ZuQm8rTT9Srq1aHMn9Z28yu3N0k { display:block; }
 }@media only screen and (max-width: 763px) { #WADQZ4yOyKCsaedS6mTUzUullASZclm1 { width:11.875rem;height:2.5rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAnILX27G70Qa4il06WbuL1ZgsltZTSG { display:none; }
#MAnILX27G70Qa4il06WbuL1ZgsltZTSG > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:47.75rem;height:11.8125rem;top:10.625rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:47.75rem;height:3.75rem;top:25.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:13.125rem;height:3.75rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #GQP1om3MrZvvUHoJtCGq5A0GoDyRPw52 { top:43.75rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7R6kvFXxZP8JFCqcnWAzKJ1HKa899Ia { top:1.6875rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEevynOLnecshH1TmcdTJcacHbUK81qV { top:1.6875rem;left:0rem;width:2.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4qNxHckOTwlMSl4cWAoBXKOfczwTor { top:2.0625rem;left:0.6875rem;width:16.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W75i4E5RmOuldWtviemE0e37hUGqF5DT { top:3.6875rem;left:0.6875rem;width:18.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFnoaauxWDD6lnFcBTMzIbumxSssNx8Q { top:1.6875rem;left:25.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKu5WTMokrvJk9HSMbWMcfUG54Z6D2c1 { top:3.6875rem;left:29.0625rem;width:18.6875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KDd97r13hxqy0erFuxv65c1ETKQsKX { top:2.0625rem;left:28.875rem;width:18.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QislEF2qvcA7ZtZvHdPxsFqZIELai60E { top:6.6875rem;left:0rem;width:2.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wloXGdpiT319AXH1BtUO7f0BTkJ2smJR { top:8.6875rem;left:0.6875rem;width:20.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOn7TTNzJzhzqustsDuSzItiF9wBy52e { top:6.6875rem;left:25.5rem;width:2.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3SMR6OiVgUrLlKw9gGmnEMzUSzmJyab { top:8.6875rem;left:26.5625rem;width:21.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5zIQuKBKSkLFSo2EMwQ2yAEsWr16yG { top:7.0625rem;left:0.6875rem;width:20.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mitoWdK3yNqShK5tQKl7Thbrmo60p31f { top:7.0625rem;left:29.25rem;width:16.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa { display:block; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztlx2CvOqoANrElZQToxvKCb4UwxHhAR { top:6.625rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MghPZOVlCTn2a3gyAKX3hiMDrvtCwFq8 { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctgVHMlD8mIFUi4Asne1drRTg5kg198G { top:6.625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU { display:block; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssmTkvwTiKb8TGeQfxEGImc5oKAVC14X { top:1.5625rem;left:9.3125rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .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; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .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; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ { display:flex;width:13.5rem;height:5.0625rem;top:21.5625rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #s4iMWeTADp34NQva3SDmIsT5ZSCwPTQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ffSnuZm5pupeMZlft437117RfFZzHE4o {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #mT7HEJdw1TTT5Ny9F68Uos7cr8oSdirX {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #vltxv2OEJMl9mK23afJXTCmIroND8tNn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #Hcds7CamowlW3cFHv05TmfiaxvlbznUT {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #KbZBLkWqHbornBzOUxF2Mm3MwObHk9Ez {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ryuksK68vW6D4fpB1qfDTdBVB6GGndUo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #tDJzy8bThAaTv91KpDxWrbwNtnyiL92A {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ATTSiiQwcNWoTRChaTWckZnU2sgkotCq {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #zRxQKnsdiMSEK63ZTbXXlX5SBC5cnGpt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #cO3wkp4JX8b9kP9FAAnpJyLThNCLmMEI {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #akN3MSiXePfRtC2gNx0LxSPSTVW2rEQb {  }
 }@media only screen and (max-width: 763px) { #ssz6t9hW81DFHdz8IFGWd1KHf3D7sRnO { top:2.8125rem;left:33.6875rem;width:14.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXiaGdotVbShNBbKuyfk1NHrTkH6y4z9 { top:2.75rem;left:0rem;width:14.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:28.625rem;height:;top:9.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:28.25rem;height:4.375rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.125rem;height:3.75rem;top:20.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:28.875rem;height:28.875rem;top:0.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNfTrh16z7mWvRdRVOVsrIsh1qbTJ55 { width:28.625rem;height:2.25rem;top:11.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHRZih9x6TFQGd39Gog0n3X1RCEuc5f { top:3.375rem;left:44.53125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:18.75rem;height:18.75rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { width:18.625rem;height:10.25rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:16.4375rem;height:1.9375rem;top:24.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:12.375rem;height:3.125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 763px) { #QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { width:18.625rem;height:10.1875rem;top:32.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { width:18.75rem;height:18.75rem;top:4.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:18.75rem;height:18.75rem;top:4.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhZEtANmVWR6yJuKDbMfwvlgNOtMbd1 { top:6.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6WkrmkKh7Zat1uExmz0OV9EJMKSAR7Z { top:6.125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZoLAQki6ca4FkPudlB908fErTBtLFO { top:6.125rem;left:32rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyvRwbWWvS3gDTcbDVtC6RAPfLH0qIk { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9WT5RTGwEF1zmVCb6s6CfOXwvrdz8h { width:12.375rem;height:3.125rem;top:38.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnZEvruRPd6NBWUokSSslO5K50XpbM8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVQz9qMvTfrGMIr53PmcNMmnuJppXSxG { width:16.625rem;height:3.5625rem;top:24.5625rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVyxQD5pPfGcXzMQR4SRTXBcG2ZTGBi { width:18.75rem;height:9.0625rem;top:23.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMQvwU90BXqCGhxpSFZ8KcdM1kVDOCgE { width:17.75rem;height:2.5625rem;top:28.75rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VttvH4cuP3HueICz0F03bTCu6I6TIMoL { width:18.75rem;height:9.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s24LTTK5m13rbl490TB9F9S9i9AJJxrQ { width:16.4375rem;height:2.5625rem;top:28.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZKifJuTl1IzwpOUgNfSZPXrRdRoKROV { width:18.75rem;height:9.0625rem;top:23.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJKi8nb70BTZATGh9uRPbeeqdIQqAk9 { width:16.625rem;height:;top:24.5625rem;left:31rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZI3C2iQwbu1CQr1lpWZpLpcXlA5ziN { width:17.75rem;height:2.5625rem;top:28.6875rem;left:29.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H00wSnTeMNOfcmPWHS8QJmCTdQta8xOX { width:18.625rem;height:10.25rem;top:32.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbzNsIEuCdfFVGh2Zazn2cprPHPypUps { width:12.375rem;height:3.125rem;top:38.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8iEZKCxB48FlVpThTDGnnX211ooNEC { display:block; }
 }@media only screen and (max-width: 763px) { #cUEmcPJDkciraT8TsXVRxgx8zDb2G6L6 { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:32.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB { display:block; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGgN643L1ZThuusBmuhV2w9vESL4ystA { width:14.625rem;height:;top:3.9375rem;left:0.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCvaPfx0xEkmvhkuzawLVJISxbooMNwg { width:24.875rem;height:5.8125rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFgTxeRf6SXhACb6TMDTfUJCXNg5GZD { width:13.875rem;height:3.75rem;top:22.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1tJhUTQ22QKWte0yclbBTDibtMKQ5A { display:block; }
 }@media only screen and (max-width: 763px) { #beCTy5EXmtA0CDMemDLhA7KAMtb8z429 { width:28.875rem;height:28.875rem;top:0.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3n4KwecZrBlKct5BAiVIcOxqB803CuW { top:1.9375rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZLEica907gIFRkT42tAmXX7ugCncCEG { display:block; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a50e3oLe28le0cXWDgTQRsD5EnRlGv36 { width:18.75rem;height:18.75rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT897TkcxVKcwiv8s7nAbhOAdZITTbQh { width:18.625rem;height:10.25rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIBgueMK6WAexSXMFgI7yQS2xU7Omp2v { width:16.4375rem;height:;top:24.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Ss1K1eQutiH0PyEGyfT1mRW4O9MtDH { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO3eFElOmgirm3laLdDBGJhkkS3SpzUB { width:12.375rem;height:3.125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXfIFzi1fr1V5MvcOCxqIn6T5UQuGuL { display:block; }
 }@media only screen and (max-width: 763px) { #eUlRq55Micst0sJA8VhUPwaDAT3BtHz1 { width:18.625rem;height:10.1875rem;top:32.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCH5GUAPOrlbolkmTDqedKkKLdBhGpss { width:18.75rem;height:18.75rem;top:4.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1FLlS80LOceM30GwSfA1ZpeUkSW9qT { width:18.75rem;height:18.75rem;top:4.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kp6sqKVxOOT1nKN5tVpHiirAgWdVpy { top:6.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwK4vw2SmkogyTX9UfLFpU1AiKDNZnqs { top:6.125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3l6GA9bvd8dRB2NAPsfpqvnXnwRsUy { top:6.125rem;left:32rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvF6QETnz1KWq2iekNXvEMB71D8TpGXr { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTL6OIuV9TJ6aWBStFtn74gGnweX4Vwr { width:12.375rem;height:3.125rem;top:38.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVdlPHpwbgiReZShuaxOeTKZk4JZndJ { display:block; }
 }@media only screen and (max-width: 763px) { #twWHclmm0i5gNb4OHGWKMS709H7ZkXlC { width:16.625rem;height:;top:24.5625rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapKa4cTVzBDl1yW88Kh7eOdGwGMAMQP { width:18.75rem;height:9.0625rem;top:23.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTZD3Z9o3BHb98h7uJV7g57hpA5yLTa { width:17.75rem;height:2.5625rem;top:28.75rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3wCXCbOIsfslyXbu5vL4GXZm7Il663 { width:18.75rem;height:9.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkUdxiv1hEQtfasR3o0bBBoTJ99f0ASi { width:16.4375rem;height:2.5625rem;top:28.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVfoh5FmkTsn3ToqUdfmTTJpIFL5Zen8 { width:18.75rem;height:9.0625rem;top:23.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQBWZ0hT6U4w1ScdNraItUZWiwPEk294 { width:16.625rem;height:;top:24.5625rem;left:31rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6dXoTqoBGvEIrdN9KmMcurSu1uPog4v { width:17.75rem;height:2.5625rem;top:28.6875rem;left:29.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeOTw1CAhWwApDszT73KK83tvoNJzay1 { width:18.625rem;height:10.25rem;top:32.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzDUgKZNV7GqkOTu6EQ1fpTzPBfi9b2J { width:12.375rem;height:3.125rem;top:38.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLlDTpy9e5UHVLFViQqpMJaZtXQarzx { display:block; }
 }@media only screen and (max-width: 763px) { #ykTC56SM3ZilGdtXTePUvZKAiKT6v8NL { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:32.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO { display:block; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUZFN8nTvGJpys7FSNL5FiTK7w3pKHMk { width:18.75rem;height:18.75rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69ftPhEmtVM9BuGvtxV8ZWH7prgPQyy { width:18.625rem;height:10.25rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3SzIT3WQxM51CTDkT64qpx2T5rcNfMA { width:17.875rem;height:;top:24.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSUozgDNATTlTRadcyb7bHiLSovipMwT { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG0b2pHGSWnMID5BlAn3eUoUA8EDHJy2 { width:12.375rem;height:3.125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkP6FuvvcrGwokw7xGnTqIoVsir13rP { display:block; }
 }@media only screen and (max-width: 763px) { #KcRD0UbF2V5iO0lmyC718Bo5Sdx94Uif { width:18.625rem;height:10.1875rem;top:32.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3ankdhIS2ds4Fuv1HvaFg7pBtqpsA2 { width:18.75rem;height:18.75rem;top:4.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxtvZ24buJ2C5B1I02zRHkn07cZgJ6Gw { width:18.75rem;height:18.75rem;top:4.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isSLSJpqheeNaqn1VXbw3Vn54SipmoxH { top:6.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPGcf01EJD7q5ETWfMny264ltsDN5Ce { width:9.8125rem;height:2.4375rem;top:34.4375rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tytGSHurswB5DqBDk27a4DSNyw5opJTw { width:12.375rem;height:3.125rem;top:38.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOlrAL1neVnPN6FQ12dfTeS36cf2gklJ { display:block; }
 }@media only screen and (max-width: 763px) { #GzKX68iUX8gmu9cXqfmAqscJAoIGL0l4 { width:16.625rem;height:;top:24.5625rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMCtohzeaOPEvvTPHNLvN5RziprvaeSz { width:18.75rem;height:9.0625rem;top:23.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8AE0WtT012f86nMkpGlz8qBQzePUANJ { width:17.75rem;height:2.5625rem;top:28.75rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrqSlVBxZvUqlBLyX9ygiKWEL7virL4C { width:18.75rem;height:9.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKs9Bq08BPsxw0exPRCooentp6gR9vhV { width:17.8125rem;height:2.5625rem;top:28.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0h1dq2TTss1GAgyFZKEsgNz2zaiD5ui { width:18.75rem;height:19.25rem;top:23.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXvAI4zk5iDrcZhrLTaG8G5NIy2clrAm { width:17.5rem;height:3.625rem;top:24.5625rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq51TJ8Hx0N4PrPVilKRJsFFIcGVeQAd { width:17.75rem;height:9.125rem;top:28.6875rem;left:29.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxl6efCSOpGB1nUsqgaQZU9uWG5WzhI { top:6.125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5z2MW0c3m38v220TurPhPXbP0Xg3pW { width:14.0625rem;height:3.1875rem;top:38.125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBZ6A5vc60SviV98FnLU5UiKxBpvPZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL { top:5.5rem;left:45.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
#aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pTfZKFNRQGvWUJ8H3RSkeuCLny52Tc3F { top:6.0625rem;left:12.96875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5N6IO0K384KkibC1EHwcrNtgBtHw1OK { display:block; }#y5N6IO0K384KkibC1EHwcrNtgBtHw1OK > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc9dakWCtubMx3xufRdlMyFyTDGlT5qz { display:block; }#bc9dakWCtubMx3xufRdlMyFyTDGlT5qz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B9chZU5z9uEMWzwANhgtpnieLogu5khv { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#B9chZU5z9uEMWzwANhgtpnieLogu5khv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8eff3f3c49f070b5f4ae1f27c929e79 { width:11.75rem;height:2.5625rem;top:2.03125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g64604159e29c05430f2ec7c29c21687 { width:7.4375rem;height:1rem;top:2.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e89229184246b500e5d458e7475714b4 { display:block; }
 }@media only screen and (max-width: 763px) { #c0dc246e493532d831c1e09bf4c97ddd { width:14.1875rem;height:1rem;top:2.75rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf4e129c57ece59e06e141b4d9948e87 { display:block; }
 }@media only screen and (max-width: 763px) { #XJ1t0ecK8vxmX5MDaXGCXZCSAUHGLiMb { width:12.4375rem;height:2.5625rem;top:15.5625rem;left:3.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3XS8ZuQm8rTT9Srq1aHMn9Z28yu3N0k { display:block; }
 }@media only screen and (max-width: 763px) { #WADQZ4yOyKCsaedS6mTUzUullASZclm1 { width:9.3125rem;height:2.125rem;top:2.21875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MAnILX27G70Qa4il06WbuL1ZgsltZTSG { display:flex;top:2.3125rem;left:16.21875rem;width:2rem;height:2rem;z-index:15014; }
#MAnILX27G70Qa4il06WbuL1ZgsltZTSG > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e61da1b-0636-487d-84a8-9f61ff306649/fussballwerbeartikelwm2026eindruckmobil.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:10rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:20rem;height:auto;top:25.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:13.125rem;height:3.75rem;top:33.3291015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #GQP1om3MrZvvUHoJtCGq5A0GoDyRPw52 { width:0.0625rem;height:0.0625rem;top:13.891625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7R6kvFXxZP8JFCqcnWAzKJ1HKa899Ia { top:7.5615234375rem;left:0rem;width:20rem;height:6.3925625rem;z-index:15005;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.7);line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEevynOLnecshH1TmcdTJcacHbUK81qV { width:2.8125rem;height:3.3125rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4qNxHckOTwlMSl4cWAoBXKOfczwTor { width:20rem;height:1.7871125rem;top:4.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W75i4E5RmOuldWtviemE0e37hUGqF5DT { width:20rem;height:1.3808625rem;top:6.662109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFnoaauxWDD6lnFcBTMzIbumxSssNx8Q { width:2.8125rem;height:2.8125rem;top:19.40625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKu5WTMokrvJk9HSMbWMcfUG54Z6D2c1 { width:18.6875rem;height:1.3808625rem;top:24.318359375rem;left:0.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3KDd97r13hxqy0erFuxv65c1ETKQsKX { width:18.875rem;height:1.7871125rem;top:22.53125rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QislEF2qvcA7ZtZvHdPxsFqZIELai60E { width:2.75rem;height:3.0625rem;top:9.60546875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wloXGdpiT319AXH1BtUO7f0BTkJ2smJR { width:20rem;height:2.76171875rem;top:14.767578125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOn7TTNzJzhzqustsDuSzItiF9wBy52e { width:2.6875rem;height:3.3125rem;top:27.509765625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3SMR6OiVgUrLlKw9gGmnEMzUSzmJyab { width:20rem;height:2.76171875rem;top:32.921875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl5zIQuKBKSkLFSo2EMwQ2yAEsWr16yG { width:20rem;height:1.7871125rem;top:12.98046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mitoWdK3yNqShK5tQKl7Thbrmo60p31f { width:16.3125rem;height:1.7871125rem;top:31.134765625rem;left:1.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa { display:block; }#z8FZgqdSZqpDQGxfgiIiB75GiFRo5dFa > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztlx2CvOqoANrElZQToxvKCb4UwxHhAR { width:16.5625rem;height:0;top:12.8984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MghPZOVlCTn2a3gyAKX3hiMDrvtCwFq8 { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctgVHMlD8mIFUi4Asne1drRTg5kg198G { width:20rem;height:32.1621125rem;top:13.5859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU { display:block; }#stKJ9AhqI7PfzXakrZnlRJifbWMLiWTU > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssmTkvwTiKb8TGeQfxEGImc5oKAVC14X { width:20rem;height:2.5996125rem;top:1.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .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; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ .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; }
#X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ { display:flex;width:13.5rem;height:5.0625rem;top:5.5234375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #s4iMWeTADp34NQva3SDmIsT5ZSCwPTQG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ffSnuZm5pupeMZlft437117RfFZzHE4o {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #mT7HEJdw1TTT5Ny9F68Uos7cr8oSdirX {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #vltxv2OEJMl9mK23afJXTCmIroND8tNn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #Hcds7CamowlW3cFHv05TmfiaxvlbznUT {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #KbZBLkWqHbornBzOUxF2Mm3MwObHk9Ez {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ryuksK68vW6D4fpB1qfDTdBVB6GGndUo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #tDJzy8bThAaTv91KpDxWrbwNtnyiL92A {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #ATTSiiQwcNWoTRChaTWckZnU2sgkotCq {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #zRxQKnsdiMSEK63ZTbXXlX5SBC5cnGpt { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #cO3wkp4JX8b9kP9FAAnpJyLThNCLmMEI {  }
 }@media only screen and (max-width: 763px) { #X4EFgrhrINo44V3K9gvq6oCxQP3DzEeZ #akN3MSiXePfRtC2gNx0LxSPSTVW2rEQb {  }
 }@media only screen and (max-width: 763px) { #ssz6t9hW81DFHdz8IFGWd1KHf3D7sRnO { width:14.0625rem;height:0.0625rem;top:18.4375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXiaGdotVbShNBbKuyfk1NHrTkH6y4z9 { width:14.0625rem;height:0.0625rem;top:5.1484375rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:20rem;height:5.19921875rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:16.25rem;height:7.3095625rem;top:32.3359375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.125rem;height:3.75rem;top:40.89453125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:18.4375rem;height:18.4375rem;top:9.07421875rem;left:0.78125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xdNfTrh16z7mWvRdRVOVsrIsh1qbTJ55 { width:20rem;height:5.19921875rem;top:27.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHRZih9x6TFQGd39Gog0n3X1RCEuc5f { display:flex;width:2.6875rem;height:2.6875rem;top:1.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:20rem;height:124.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { width:18.625rem;height:10.6875rem;top:29.0625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:16.4375rem;height:1.7871125rem;top:20.96875rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { width:8.375rem;height:2.4375rem;top:31.75rem;left:2.25rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:11.25rem;height:3.125rem;top:35.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 763px) { #QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { width:18.625rem;height:10.6875rem;top:70.1875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { width:18.75rem;height:18.75rem;top:42.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:18.75rem;height:18.75rem;top:83.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhZEtANmVWR6yJuKDbMfwvlgNOtMbd1 { display:flex;width:2.5rem;height:2.5rem;top:2.25rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #T6WkrmkKh7Zat1uExmz0OV9EJMKSAR7Z { display:flex;width:2.5rem;height:2.5rem;top:42.912109375rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #BnZoLAQki6ca4FkPudlB908fErTBtLFO { display:flex;width:2.5rem;height:2.5rem;top:84.599609375rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #FJyvRwbWWvS3gDTcbDVtC6RAPfLH0qIk { width:9.8125rem;height:2.4375rem;top:73.0625rem;left:2.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT9WT5RTGwEF1zmVCb6s6CfOXwvrdz8h { width:12.375rem;height:3.125rem;top:76.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnZEvruRPd6NBWUokSSslO5K50XpbM8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVQz9qMvTfrGMIr53PmcNMmnuJppXSxG { width:16.625rem;height:3.298825rem;top:61.787109375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDVyxQD5pPfGcXzMQR4SRTXBcG2ZTGBi { width:18.75rem;height:9.0625rem;top:61.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMQvwU90BXqCGhxpSFZ8KcdM1kVDOCgE { width:17.75rem;height:2.611325rem;top:66.068359375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VttvH4cuP3HueICz0F03bTCu6I6TIMoL { width:18.75rem;height:9.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s24LTTK5m13rbl490TB9F9S9i9AJJxrQ { width:16.4375rem;height:2.611325rem;top:24.392578125rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZKifJuTl1IzwpOUgNfSZPXrRdRoKROV { width:18.75rem;height:9.0625rem;top:102.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJKi8nb70BTZATGh9uRPbeeqdIQqAk9 { width:16.625rem;height:3.298825rem;top:103.412109375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSZI3C2iQwbu1CQr1lpWZpLpcXlA5ziN { width:17.75rem;height:2.611325rem;top:107.7548828125rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H00wSnTeMNOfcmPWHS8QJmCTdQta8xOX { width:18.625rem;height:10.25rem;top:111.4375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bbzNsIEuCdfFVGh2Zazn2cprPHPypUps { width:12.375rem;height:3.125rem;top:116.693359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8iEZKCxB48FlVpThTDGnnX211ooNEC { display:block; }
 }@media only screen and (max-width: 763px) { #cUEmcPJDkciraT8TsXVRxgx8zDb2G6L6 { width:9.8125rem;height:2.4375rem;top:113.505859375rem;left:2.25rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB { display:block; }#JAxqRFMUUcgEqVOGdpyoigXQ0weW6AvB > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGgN643L1ZThuusBmuhV2w9vESL4ystA { width:20rem;height:10.3984375rem;top:16.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCvaPfx0xEkmvhkuzawLVJISxbooMNwg { width:16.25rem;height:8.7715rem;top:28.2734375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFgTxeRf6SXhACb6TMDTfUJCXNg5GZD { width:13.125rem;height:3.75rem;top:39.232421875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1tJhUTQ22QKWte0yclbBTDibtMKQ5A { display:block; }
 }@media only screen and (max-width: 763px) { #beCTy5EXmtA0CDMemDLhA7KAMtb8z429 { width:12.6875rem;height:12.6875rem;top:3.08203125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3n4KwecZrBlKct5BAiVIcOxqB803CuW { display:flex;width:2.6875rem;height:2.6875rem;top:1.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #aZLEica907gIFRkT42tAmXX7ugCncCEG { display:block; }#aZLEica907gIFRkT42tAmXX7ugCncCEG > .row .container { width:20rem;height:122.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a50e3oLe28le0cXWDgTQRsD5EnRlGv36 { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT897TkcxVKcwiv8s7nAbhOAdZITTbQh { width:18.625rem;height:10.6875rem;top:29.0625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dIBgueMK6WAexSXMFgI7yQS2xU7Omp2v { width:16.4375rem;height:3.57421875rem;top:20.96875rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7Ss1K1eQutiH0PyEGyfT1mRW4O9MtDH { width:8rem;height:2.4375rem;top:31.8125rem;left:3.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aO3eFElOmgirm3laLdDBGJhkkS3SpzUB { width:11.25rem;height:3.125rem;top:34.875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXfIFzi1fr1V5MvcOCxqIn6T5UQuGuL { display:block; }
 }@media only screen and (max-width: 763px) { #eUlRq55Micst0sJA8VhUPwaDAT3BtHz1 { width:18.625rem;height:10.6875rem;top:70.1875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PCH5GUAPOrlbolkmTDqedKkKLdBhGpss { width:18.75rem;height:18.75rem;top:42.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1FLlS80LOceM30GwSfA1ZpeUkSW9qT { width:18.75rem;height:18.75rem;top:83.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kp6sqKVxOOT1nKN5tVpHiirAgWdVpy { display:flex;width:2.5rem;height:2.5rem;top:2.53125rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #AwK4vw2SmkogyTX9UfLFpU1AiKDNZnqs { display:flex;width:2.5rem;height:2.5rem;top:43.40625rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #rA3l6GA9bvd8dRB2NAPsfpqvnXnwRsUy { display:flex;width:2.5rem;height:2.5rem;top:84.53125rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #NvF6QETnz1KWq2iekNXvEMB71D8TpGXr { width:9.8125rem;height:2.4375rem;top:72.59375rem;left:3rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTL6OIuV9TJ6aWBStFtn74gGnweX4Vwr { width:12.375rem;height:3.125rem;top:75.78125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVdlPHpwbgiReZShuaxOeTKZk4JZndJ { display:block; }
 }@media only screen and (max-width: 763px) { #twWHclmm0i5gNb4OHGWKMS709H7ZkXlC { width:16.625rem;height:3.298825rem;top:62.318359375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sapKa4cTVzBDl1yW88Kh7eOdGwGMAMQP { width:18.75rem;height:9.0625rem;top:61.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTZD3Z9o3BHb98h7uJV7g57hpA5yLTa { width:17.75rem;height:2.611325rem;top:66.4375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3wCXCbOIsfslyXbu5vL4GXZm7Il663 { width:18.75rem;height:9.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkUdxiv1hEQtfasR3o0bBBoTJ99f0ASi { width:16.4375rem;height:2.611325rem;top:25.38671875rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVfoh5FmkTsn3ToqUdfmTTJpIFL5Zen8 { width:18.75rem;height:9.0625rem;top:102.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQBWZ0hT6U4w1ScdNraItUZWiwPEk294 { width:16.625rem;height:3.298825rem;top:103.65625rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6dXoTqoBGvEIrdN9KmMcurSu1uPog4v { width:17.75rem;height:2.611325rem;top:107.8740234375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeOTw1CAhWwApDszT73KK83tvoNJzay1 { width:18.625rem;height:10.25rem;top:111.625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HzDUgKZNV7GqkOTu6EQ1fpTzPBfi9b2J { width:12.375rem;height:3.125rem;top:117rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLlDTpy9e5UHVLFViQqpMJaZtXQarzx { display:block; }
 }@media only screen and (max-width: 763px) { #ykTC56SM3ZilGdtXTePUvZKAiKT6v8NL { width:9.8125rem;height:2.4375rem;top:114rem;left:2.9375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO { display:block; }#p1isntq7WWOsIOi7nwiqTMgmL6JXJIvO > .row .container { width:20rem;height:130.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUZFN8nTvGJpys7FSNL5FiTK7w3pKHMk { width:18.75rem;height:18.75rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69ftPhEmtVM9BuGvtxV8ZWH7prgPQyy { width:18.625rem;height:10.6875rem;top:30.125rem;left:0.625rem;z-index:14998;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #y3SzIT3WQxM51CTDkT64qpx2T5rcNfMA { width:16.4375rem;height:3.57421875rem;top:22.5625rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSUozgDNATTlTRadcyb7bHiLSovipMwT { width:7.8125rem;height:2.4375rem;top:32.5rem;left:2.59375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NG0b2pHGSWnMID5BlAn3eUoUA8EDHJy2 { width:11.25rem;height:3.125rem;top:35.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkP6FuvvcrGwokw7xGnTqIoVsir13rP { display:block; }
 }@media only screen and (max-width: 763px) { #KcRD0UbF2V5iO0lmyC718Bo5Sdx94Uif { width:18.625rem;height:10.6875rem;top:71.25rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QR3ankdhIS2ds4Fuv1HvaFg7pBtqpsA2 { width:18.75rem;height:18.75rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxtvZ24buJ2C5B1I02zRHkn07cZgJ6Gw { width:18.75rem;height:18.75rem;top:84.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isSLSJpqheeNaqn1VXbw3Vn54SipmoxH { display:flex;width:2.5rem;height:2.5rem;top:3.59375rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #qrPGcf01EJD7q5ETWfMny264ltsDN5Ce { width:9.8125rem;height:2.4375rem;top:73.3662109375rem;left:2.59375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tytGSHurswB5DqBDk27a4DSNyw5opJTw { width:12.375rem;height:3.125rem;top:76.3662109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOlrAL1neVnPN6FQ12dfTeS36cf2gklJ { display:block; }
 }@media only screen and (max-width: 763px) { #GzKX68iUX8gmu9cXqfmAqscJAoIGL0l4 { width:16.625rem;height:3.298825rem;top:63.3349609375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMCtohzeaOPEvvTPHNLvN5RziprvaeSz { width:18.75rem;height:9.0625rem;top:62.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8AE0WtT012f86nMkpGlz8qBQzePUANJ { width:17.75rem;height:2.611325rem;top:67.7412109375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrqSlVBxZvUqlBLyX9ygiKWEL7virL4C { width:18.75rem;height:8.875rem;top:21.25rem;left:0.625rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hKs9Bq08BPsxw0exPRCooentp6gR9vhV { width:16.4375rem;height:3.91699375rem;top:26.07421875rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0h1dq2TTss1GAgyFZKEsgNz2zaiD5ui { width:18.75rem;height:21.4375rem;top:103.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXvAI4zk5iDrcZhrLTaG8G5NIy2clrAm { width:16.625rem;height:3.298825rem;top:104.4599609375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq51TJ8Hx0N4PrPVilKRJsFFIcGVeQAd { width:17.75rem;height:9.13964375rem;top:109.7734375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSxl6efCSOpGB1nUsqgaQZU9uWG5WzhI { display:flex;width:2.5rem;height:2.5rem;top:44.5849609375rem;left:1.78125rem; }
 }@media only screen and (max-width: 763px) { #Ro5z2MW0c3m38v220TurPhPXbP0Xg3pW { width:14.0625rem;height:3.1875rem;top:120.0849609375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBZ6A5vc60SviV98FnLU5UiKxBpvPZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL { display:flex;width:1.9375rem;height:1.9375rem;top:85.5224609375rem;left:1.78125rem; }
#aVQ7USaiK8qGeyTnFRK7I9zoUoa0NLyL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pTfZKFNRQGvWUJ8H3RSkeuCLny52Tc3F { display:flex;width:2.625rem;height:2.625rem;top:126.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #y5N6IO0K384KkibC1EHwcrNtgBtHw1OK { display:block; }#y5N6IO0K384KkibC1EHwcrNtgBtHw1OK > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc9dakWCtubMx3xufRdlMyFyTDGlT5qz { display:block; }#bc9dakWCtubMx3xufRdlMyFyTDGlT5qz > .row .container { position:relative;display:block; } }