.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:231,245,224;--color-primary-1:182,224,163;--color-primary-2:133,203,102;--color-primary-3:48,167,6;--color-primary-4:51,169,0;--color-secondary-0:217,229,241;--color-secondary-1:128,169,207;--color-secondary-2:0,83,159;--color-secondary-3:0,42,80;--color-secondary-4:0,12,24;--color-tertiary-0:255,255,255;--color-tertiary-1:163,188,217;--color-tertiary-2:102,143,192;--color-tertiary-3:15,83,156;--color-tertiary-4:0,68,150;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container { background-color: transparent; background-image: none; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container > .video-iframe-container { display: none; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row > .video-iframe-container { display: none; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .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); }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container { border-width: 0; border-radius: 0; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#LPx9T01PkTMXmt2qL1TEWhayzmZHqLAN { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.90625005960463rem;left:0rem;display:block; }
#Jh91T7fm7a9G5PcLCCkOetbZQ1syn1db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFNEZDXJTCIJyOlGNgVZyCLFc2A9yg9d { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9375rem;left:14rem;display:block; }
#xhAx7mN8lwhJRzvmlvUCvJtwZqprmMgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8r5SRQfdGbastW9FMasvLt1T03XRnap { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625005960463rem;left:21.5rem;display:none; }
#SCRnJ4COWAiCnF8qyXL7Z8UmzLTzxSTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jn8tmkNMn0dgJIX2dbgfItMSz8kCpMml { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3.31171875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.90468746423719rem;left:28.869140625rem;display:block; }
#axTWidneUhyqTunc9JZB164tRv4zkOXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA2Tw1PDohQi5ZvoAGs32DHJ5URunPXM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:17.1875rem;top:0.96875rem;left:42.8125rem;overflow:hidden;display:block; }
#fASWzlxwbgIB1aMfVOllKmiKsAckcy3L { background-color:transparent;background-image:none;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:#33a900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.812125rem;height:3.31171875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90468746423719rem;left:21.371482849121rem;display:block; }
#IX2rFVhoihsfoN2BizVTCZuOiJ5l8691 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi { position:relative;display:block; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi { background-color: transparent; background-image: none; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container > .video-iframe-container { display: none; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row > .video-iframe-container { display: none; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .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); }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi { border-width: 0; border-radius: 0; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RZOTmWlSoNWKMRN0xU6ZUSIllsCcb4rs { color:#f8f8f8;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.37);top:9.9375rem;left:2.25rem;height:4.2503875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFRNmcZdNAcTUQ0LoK6pUz3CTkWktOmL { color:#f8f8f8;display:block;width:38.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.35);top:16.094530105591rem;left:2.25rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2ieLRmWyThFhb6WeDKTOaqR3vyIWX0H { box-sizing:content-box;height:3.75rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.56);background-image:none;top:15.749999046326rem;left:1.6242179870606rem;display:block; }
#MFEyLtkgTxe8RaWgqvrqFUZycFeUT0i3 { color:#f8f8f8;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.35);top:20.75rem;left:3.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GviQUTC53Pc13VebuEtnMltHT9uaif2I { box-sizing:content-box;height:22.625rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(165,84,38,0.21);background-image:none;top:5.625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#S2iTg8yxKakd7GxTLaGVCpq34BahLKd3 { position:absolute;display:block;z-index:14998;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:22.6875rem;width:60rem;top:5.5625rem;left:0rem;overflow:hidden;display:block; }
#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { z-index:;position:relative;display:block; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { background-color: transparent; background-image: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container > .video-iframe-container { display: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row > .video-iframe-container { display: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .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); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { border-width: 0; border-radius: 0; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tDTNm7wT7NJJx1cr5yu25pZvzvxrBhBH { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#7b7b7b;background-image:none;top:7.1875rem;left:25.875rem;display:block; }
#a1pBPU90HSFbTQ2A1AZRqXGAMfVN6xmH { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.81210899353rem;left:26.499607086182rem;height:11.9rem;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;text-align:left;text-align-last:left;display:block; }
#h8MqZcm9NpDRzI1beyn3Xvg1K7CdMcpn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:34.75rem;left:26.375rem;height:4.9875rem;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;text-align:left;text-align-last:left;display:block; }
#TsGcP2BJ22uXDWxSxMyPxn5SFKWaXWgR { box-sizing:content-box;height:13.5rem;width:33.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.06210899353rem;left:25.937107086182rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#uhBuyW74BZNlWadmnuDRk636C5vkZpOl { color:#000000;display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.625rem;left:30.875001907349rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#ngqbbWliWu4MgNNbJ5bur3b3VaLk7vFL { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0rem;height:3.3rem;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;text-align:center;text-align-last:center;display:block; }
#OOrlg3obyXIiJrOsL8ORqq8VlnL5yMnR { box-sizing:content-box;height:6.25rem;width:33.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.3125rem;left:25.875rem;display:block; }
#sfmNi3MKde8raoMAi6eGslMqnXU3kGKC { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5625rem;left:26.4375rem;height:7.875rem;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;text-align:left;text-align-last:left;display:block; }
#sTFUWrkWnhD2UX1dKDCScd8XRFMFseCP { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:11.649148225784rem;left:25.811789512634rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#Na9clqWsI1mclMH3taE4yxiTeh78fdTt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.135654449463rem;left:26.982954978943rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#c566X7rpBsDmrRnoX6Xi0W2lV6wz2dwb { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.687125rem;width:23.687125rem;top:12.916405677796rem;left:0.984375rem;overflow:hidden;display:block; }
#HthmV38dmaoKdNgXnqLEwn680UaTdPqU { position:relative;display:block; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU { background-color: transparent; background-image: none; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container > .video-iframe-container { display: none; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row > .video-iframe-container { display: none; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .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); }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU { border-width: 0; border-radius: 0; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#C2I8pVsDfBfsxJSPGTf1yEza3PPu1cMq { color:rgba(var(--color-tertiary-0),1);display:block;width:50.2453125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.58593654632568rem;left:4.998046875rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv { position:relative;display:block; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv { background-color: transparent; background-image: none; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container > .video-iframe-container { display: none; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row > .video-iframe-container { display: none; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .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); }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv { border-width: 0; border-radius: 0; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bt0ofpHWvKHIwnLsonZhxFmOgNmtZpTR { box-sizing:content-box;height:23.8125rem;width:59.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.19);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;display:block; }
#nRxEt2BSDvHoTwzywomR32piobnqe70c { color:rgba(var(--color-tertiary-0),1);display:block;width:23.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.8125rem;left:33.6875rem;height:2.45rem;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;text-align:center;text-align-last:center;display:block; }
#iTK5bynCn2mHPGRgukwJtG6bmTuMNcy3 { box-sizing:content-box;height:2.4984375rem;width:14.874625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.75rem;left:37.8125rem;display:block; }
#D8FyihlIFSGbd8L68Kwfb7l2VbKkWbJz { box-sizing:content-box;height:2.4984375rem;width:14.874625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.75rem;left:37.8125rem;display:block; }
#woZHgmtcV9tcJzszFs75FQK1zsOZI1QC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8125rem;left:31.375rem;height:2.45rem;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;text-align:center;text-align-last:center;display:block; }
#RISvDFtxLwpWsuxblFwRtLP3uBddVKIT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.1875rem 1.875rem #252525;top:3.125rem;left:30.3125rem;height:3.5875rem;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;text-align:center;text-align-last:center;display:block; }
#eqH6UnIqpbBJS1DyIlMI55i8M9RszubH { position:absolute;display:block;z-index:14997;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:24.062125rem;width:60rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz { position:relative;display:block; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz { background-color: transparent; background-image: none; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container > .video-iframe-container { display: none; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row > .video-iframe-container { display: none; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .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); }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz { border-width: 0; border-radius: 0; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fdf7mSfeRfgAOhuyvXdlvoVCbfEWxqm5 { color:#000000;display:block;width:56.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.1953125rem;left:2.3097648620606rem;height:16.3625rem;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;text-align:left;text-align-last:left;display:block; }
#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN { position:relative;display:block; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN { background-color: transparent; background-image: none; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container > .video-iframe-container { display: none; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row > .video-iframe-container { display: none; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .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); }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN { border-width: 0; border-radius: 0; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJXhxSotDfqhEf94FUk0sT8PT8gWb548 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#k4T7lIE9cfH4Bm6G2mG9E03lJNIOighf { box-sizing:content-box;height:7.25rem;width:30.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.0625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#umlsu6WKWNxwRPr8krP4VAgDUcUPnuCT { color:#000000;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:7.5625rem;left:0.5625rem;height:5.5125rem;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;text-align:left;text-align-last:left;display:block; }
#gIdnk2uK1vbFHecsVkc7MCvk9TD47Lbo { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.125rem;left:0rem;height:1.6625rem;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;text-align:left;text-align-last:left;display:block; }
#HexkmMmpCBwr374qmZ2tKTfVC8A5z8xk { position:absolute;display:block;z-index:15002;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:15.437125rem;width:27.8741875rem;top:7.060546875rem;left:32.125778198243rem;overflow:hidden;display:block; }
#kTydHXf7UR2XhTrChBe8Uxdz7AW0vDbb { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:23rem;height:4.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.9375rem;left:3.1875rem;display:block; }
#yyNewCM0zR837TM7gkpoeZC4XgRHKyM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaWSvB6U79mvEyhzKKo47BlLqTzqERvQ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.4375rem;left:0rem;height:0;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;text-align:center;text-align-last:center;display:none; }
#Enar8JiHFDW7zgyV44Dn1wOhmuTJVeT4 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:10.994140625rem;left:2.5625rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#eo1J6TdXsw8g1Rft6oSs2yHqT6Lh792s { color:#0f539c;display:block;width:26.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:16.427341461182rem;left:32.996482849121rem;height:2.025rem;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;text-align:left;text-align-last:left;display:block; }
#EcXUNpV4Q64nitQx2OLQpTXUk86Og8d2 { box-sizing:content-box;height:3.3125rem;width:15.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.78515625rem;left:32.310935974121rem;display:block; }
#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm { position:relative;display:none; }#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm { border-width: 0; border-radius: 0; }#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#yRh87mBMz5SB06X6d7gKr98igq50LmQp { color:rgba(var(--color-tertiary-0),1);display:block;width:50.244125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.931640625rem;left:4.876953125rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2ElDOToS8N4QBCT1kem9EXElTv2nkpl { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1859359741211rem;left:0rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p { position:relative;display:none; }#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p { border-width: 0; border-radius: 0; }#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.621875rem;padding-right:0.554375rem;padding-bottom:0.621875rem;padding-left:0.554375rem;display:block;align-items:center;width:3.328125rem;min-width:3.328125rem;height:3.344375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.489375rem;font-weight:700;line-height:53.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.38875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.4375rem;height:1.32125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.93375rem;font-weight:400;line-height:21.14px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf { 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:21.75rem;height:6.298125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:23.5625rem;left:19.1875rem;z-index:15010; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #o8zAtD184W63XZhfMDFsELde67fqUft3 { display:flex;position:relative;top:0rem;left:0rem; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #tA3Ov3l0MKlv0hcRVfcH5hBu39cT6K96 { width:auto; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #VxAzCHsSRNbgwRuK3W5DPL9poW81IHlo {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #byr0BSiltOwpamSCTsCws9UDDlMQBLhB { display:flex;position:relative;top:0rem;left:0rem; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #Uzd1eUv05a2CKs7lpqkIZnnszZyJiGy0 {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #V8EizC9ZfalQ6iNuGWngHnPTJR2Pp7p4 {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #BhK12XIVLLOgTKErgTqqTeGxrCPliNBI { display:flex;position:relative;top:0rem;left:0rem; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #H9mKaiqcXTlrHoub3iMn59o95FHLUBMt {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #QHaIR6beer5CArGw7wIkpE47hsuSPCE9 {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wMP06UQ1vsInLqsXWiTgtXo12qWrLSAS { display:flex;position:relative;top:0rem;left:0rem; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wB1K9Nka3HUKq0Zp4sn5TKsGmJBt7kBb {  }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #kzL3IqZ5hhXQnEfEqJrRQTgMhQhc5PR1 {  }
#VpuuCIM7WLSrGJaf5qaVM989pgz3Jk94 { box-sizing:content-box;height:6.6875rem;width:26.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.3125rem;left:16.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#w5uRu2fTt0hZMbQT2CuQctTNT63hQ702 { background-color:rgba(var(--color-primary-3),0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5rem;left:21.3125rem;display:block; }
#QZsETwAuNKgWGceJE5kNWG0cTdofBfX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qam85FW0edAzyoNdAaJOd8zNTEpfUTww { color:rgba(var(--color-primary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtVuLZ5UJU2gzktlt1PeZLkH2kzceCGK { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.3125rem;height:14.625rem;text-align:center;text-align-last:center;display:none; }
#daWpwcVzk1kuzwh4Zix2wvesXA5nXK5D { box-sizing:content-box;height:5.87460625rem;width:55.562125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.1847648620606rem;left:2.1433601379394rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP { position:relative;display:block; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP { background-color: transparent; background-image: none; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container > .video-iframe-container { display: none; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row > .video-iframe-container { display: none; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .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); }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP { border-width: 0; border-radius: 0; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hScITWhIP3c5xefHJJMacR7epeWvOKUs { color:rgba(var(--color-tertiary-0),1);display:block;width:50.2448125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.798957824707rem;left:4.8760414123535rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo { position:relative;display:block; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo { background-color: transparent; background-image: none; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container > .video-iframe-container { display: none; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row > .video-iframe-container { display: none; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .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); }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo { border-width: 0; border-radius: 0; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bKrUOmUWNsgozB1AdNrunyfnlnRFslJp { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.3125rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#auXbZJqEMzZGGK4cUPP2JpeSmpzv4zlb { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:20.3125rem;left:14.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ceI4NC0AKfMTTXqL9zB6BcOTkOfsCbQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.0625rem;left:11.375rem; }
#JEIGdfLFBVTK0zHLXsl8gzzsv0PAblXW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.5625rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTCe09C2IHTt7gLCo4Xv9kCCcXT448Wy { box-sizing:content-box;height:5.125rem;width:44.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.125rem;left:8.625rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#x7v7UfyzuS3wu3LVQ1mZQcI1GMGw7Tcb { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:8.125rem;left:4.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#brCG58EgSygAaZLxLDLZs3oTFGJC1amy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23rem;left:11.4375rem; }
#EQtA2wCATKR7g7LwJqyDNvJcP7WkkGEy { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.25rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mfWwv02A5G2RdTwXePqokpbcNmEO89vR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.875rem;left:11.4375rem; }
#Uxk5dSPgAw7GON1ICATztoLtQr1CgMwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.9375rem;left:11.375rem; }
#dU7W4TLxFW9AO5RDzgD2f25aoKyltIb7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:29.125rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AMHsnD4mdTldT3817zrXMkW0S7hyKcC9 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:26.1875rem;left:14.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pa20pVEZkzo84TrpeRyvZ3xATxIDR0ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:40.5rem;left:11.4375rem; }
#pZvwiBw5Ozd981ULdNTbyWAfBZ2vynkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:37.5625rem;left:11.375rem; }
#KwrxRdn0JPMBtzI8KTbCNU7OJv5twoiB { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:40.75rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEaHbfx0MO9vvO7nZQcsspMNbBnkdBsn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:37.8125rem;left:14.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JxgCeAHuJFzt4oFNDeISGrfJtBEVBZaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:34.625rem;left:11.4375rem; }
#pioVar5lsTscxROvsuFfwzXo1DnW61hM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:34.875rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#glv57yKQc8lBdseJhuZ0DeBJkCmyVvxW { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:31.9375rem;left:14.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fh9ye73nR7WfsIbnJQIUgyRGlm6TUcqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.6875rem;left:11.375rem; }
#QSCXIvZ1nzlqxvPMg8TPpQGdraTEc3y4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:46.125rem;left:11.4375rem; }
#DeL43Q72NtWx9ihhp01dn9tb4UVdxdyn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:46.375rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f5KHZ1bNxIvgJNakOESTnwaOOcTWEZSM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:43.1875rem;left:11.375rem; }
#DIFAC0ElP59ekw6IKLu8oMxd4vqfvMtq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:43.4375rem;left:14.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fRO21nqNBspLTki1VZxDAKPD8rZwWwFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:34.125rem; }
#zIaMb8WMSSILKqzf6vxPP8SVPKaGkoSJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:23rem;left:34.1875rem; }
#S7DlLCJpuAMZrCIPME99TEyhxieuv3iI { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:37.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ppnZc6zLRz5zJSLHgF7OdHVivwdnVrzq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:23.25rem;left:37.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KCLtfTeXnydKo5EWbG0KwgGpTuNgQSCV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:25.9375rem;left:34.125rem; }
#dxJN3lDbTa6tyhZrp6MlpKwAUgixegJ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:26.1875rem;left:37.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z7vt440hCZopTXQAkV1thTUNvXr4Rvtw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28.875rem;left:34.1875rem; }
#T3tGlqhEgACvXizUT1tuufhgO3CgwE52 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:29.125rem;left:37.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DOFZAKolEUiC4nWx0VDoJbcvuWcIWBxS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:31.9375rem;left:37.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fHZfCfDsssDRpVFbK2GVo9xtkLVOT2af { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:31.6875rem;left:34.125rem; }
#WL6eX46TWt7TVdu5Iu1OMpuU1ceV7ZS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:34.625rem;left:34.1875rem; }
#DyeNbkoMLSKJedSSstks6ziP0VIhKlOB { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:34.875rem;left:37.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QEJLrDwVNDvlnmCc6taX09k8TXQ5zG5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:37.5625rem;left:34.125rem; }
#wu97y2DmkiooZfQ7HfCOPCtQR6clXveO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:37.8125rem;left:37.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ew3amntXwpwuex6RAzLUw0hybzwXuTMD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:40.5rem;left:34.1875rem; }
#kv81CdhPmrbFyicso1fWydnZ28CpS92q { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:40.75rem;left:37.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pr3613Kxd1ySH4tMGaiEtZOLnVCfeUSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:43.1875rem;left:34.125rem; }
#Sg79G2yBrzUEi2y27AoAL6pgSZHegCKw { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:43.4375rem;left:37.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P2mI4JaLxHKzSMQ25nxGpq6gNyk3dPux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:46.125rem;left:34.1875rem; }
#sJfIdms3f255HJStb3dii3fcK6fqxgJX { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:46.375rem;left:37.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JGNKgQwkCwHgAPFiQTXPB1OehOVD95wA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#fpkQoKTCC89yB8ESuvRtmn16yOd1euzo { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#udT4NJG49JTzGQiDogqIrSo8WJKm9Wqu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#vrvWedJVAn6uadoPeqQ2uQFQTTTtkGHI { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#u43ibsQWLPyTDNcHOQa1mVXvB6TJax0M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#Arf1k9flOoU6aHpTvFw4yNgzHMUyTR1c { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#R7Rhiw9ClWbsSwmk0h19JgS5mhRzeOwr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#cIwV8pZ9rpaoO5Xy0yff2H0kelwM2iBw { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#aMwUI4e1ncIrwlAA5uTZSKgxFnoo3MP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#lkPflUPC35zszOTMKUcD7nSBVKR17mu3 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KCpdgZZReKIXG8eXT9TQbgB9hJ3vTgpy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#daFGKOmaQFgaH0my9RoOZ2qV28q5vDt5 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kmXLrSUvGghaXiHeHvlMCdebiId5Hfpy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#WZ95Sfg0TXWCw5ZdDanSka8To7XxfSbk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KlE8V5mwHXt14lhLbST3KCAXHM1U8RvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#e35zJVCseV7c5A6zVv2GoHWPPK8U3iXn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#nuW5t8D5hmkNaTQEVo0qHeaZ5g7Molfi { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#WGUVAleipN7Uu19hcrvNpyCvi7sG2iB4 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ccs8m1fcQronKl8ia416oT9JriAoPpOt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#GP7Vbm9Fz9yOMJ88l9EirpMZywVS1iMR { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KLyKBJNwkF36LCGJroHNHXHwL015A1it { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#SGHh3mev9gRzK0w8SqOdDoJJomsx9fkd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bPXvpWDemEsG9o8yCAOTyHUOGATmQvwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#TMfi6rC5uRxsdZ0EATTaldZT3BFbhsTf { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#IAB7hHZQRkgEDqp8wFJFfKTa3U8vfq6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#QHCnggiI5AHFghOPyvsHh5IfgJz6EU3N { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#esTTKzl0FUB0W2itc60gFiPLE2OZWhKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#XLz54xwQlxgNdUP4TmZqdSrbK9MNvrUl { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#OKz8oMhKOVisRRWf2RXxOQqiWdoXAuhw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#fVchD2LTd0ZUSa6AW4okrnti7m9WgurM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#UySkTrxnfegAw7TMQekqczKWst9KI591 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#ogV1KkJbJBVMTkJ8m5KhoNkodglTbRwb { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#WM4GzGkrPhQDqWFNX6HoA60sgK1T08Ls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#ivh87czRoVI7JZaG1HKJCwM8yLuZ8l7S { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZtaPNRLO1D4JmTDZHuf1NcgNTzq4R69h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#agq5DBIovZ3cV5AeLsM1Gx8U0bZII4bM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#JxkzIUpnTwhRLq42zMPpI2fTSAluuUXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:20.0625rem;left:33rem;display:none; }
#O4i8U6AFoe0hGgmiAcmHlJW9pWXkKpUF { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { background-color: transparent; background-image: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container > .video-iframe-container { display: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row > .video-iframe-container { display: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .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); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { border-width: 0; border-radius: 0; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#ZzsV3yvT58FGvCQM6ah7tHw5mAs29LyG { color:rgba(var(--color-secondary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.4123268127441rem;left:1.0746517181396rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPfCBrAdTCK2uZKNGQ9l9oQ25N1ASc8z { position:absolute;display:block;z-index:15012;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:6rem;width:15.375rem;top:0rem;left:44.522058823529rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI { display:block; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPx9T01PkTMXmt2qL1TEWhayzmZHqLAN { width:14rem;height:3.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh91T7fm7a9G5PcLCCkOetbZQ1syn1db { display:block; }
 }@media only screen and (max-width: 763px) { #OFNEZDXJTCIJyOlGNgVZyCLFc2A9yg9d { width:6.75rem;height:3.25rem;top:0.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhAx7mN8lwhJRzvmlvUCvJtwZqprmMgu { display:block; }
 }@media only screen and (max-width: 763px) { #B8r5SRQfdGbastW9FMasvLt1T03XRnap { width:7.5rem;height:3.3125rem;top:0.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCRnJ4COWAiCnF8qyXL7Z8UmzLTzxSTK { display:block; }
 }@media only screen and (max-width: 763px) { #Jn8tmkNMn0dgJIX2dbgfItMSz8kCpMml { width:8.0625rem;height:3.25rem;top:0.875rem;left:22.744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTWidneUhyqTunc9JZB164tRv4zkOXX { display:block; }
 }@media only screen and (max-width: 763px) { #OA2Tw1PDohQi5ZvoAGs32DHJ5URunPXM { top:0.9375rem;left:30.5625rem;width:17.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASWzlxwbgIB1aMfVOllKmiKsAckcy3L { width:6.75rem;height:3.25rem;top:0.875rem;left:15.246482849121rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX2rFVhoihsfoN2BizVTCZuOiJ5l8691 { display:block; }
 }@media only screen and (max-width: 763px) { #RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi { display:block; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZOTmWlSoNWKMRN0xU6ZUSIllsCcb4rs { top:9.875rem;left:0rem;width:38.0625rem;height:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFRNmcZdNAcTUQ0LoK6pUz3CTkWktOmL { top:16.0625rem;left:0rem;width:38.0625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ieLRmWyThFhb6WeDKTOaqR3vyIWX0H { top:15.6875rem;left:0rem;width:26.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFEyLtkgTxe8RaWgqvrqFUZycFeUT0i3 { top:20.75rem;left:0rem;width:16.5rem;height:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GviQUTC53Pc13VebuEtnMltHT9uaif2I { top:5.625rem;left:0rem;width:47.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2iTg8yxKakd7GxTLaGVCpq34BahLKd3 { top:5.5625rem;left:0rem;width:47.75rem;height:18.05546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { display:block; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTNm7wT7NJJx1cr5yu25pZvzvxrBhBH { width:21.875rem;height:0.0625rem;top:7.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1pBPU90HSFbTQ2A1AZRqXGAMfVN6xmH { width:32.4375rem;height:;top:18.75rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MqZcm9NpDRzI1beyn3Xvg1K7CdMcpn { width:33.0625rem;height:4.9375rem;top:34.75rem;left:14.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGcP2BJ22uXDWxSxMyPxn5SFKWaXWgR { top:18rem;left:14.5rem;width:33.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhBuyW74BZNlWadmnuDRk636C5vkZpOl { width:19.3125rem;height:;top:16.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqbbWliWu4MgNNbJ5bur3b3VaLk7vFL { width:47.75rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOrlg3obyXIiJrOsL8ORqq8VlnL5yMnR { top:34.3125rem;left:14.1875rem;width:33.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfmNi3MKde8raoMAi6eGslMqnXU3kGKC { width:33.5625rem;height:;top:8.5rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFUWrkWnhD2UX1dKDCScd8XRFMFseCP { width:19.9375rem;height:;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na9clqWsI1mclMH3taE4yxiTeh78fdTt { width:19.9375rem;height:;top:42.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c566X7rpBsDmrRnoX6Xi0W2lV6wz2dwb { top:12.875rem;left:0rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthmV38dmaoKdNgXnqLEwn680UaTdPqU { display:block; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2I8pVsDfBfsxJSPGTf1yEza3PPu1cMq { top:0.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcw7H56oBTSiQVrUWV73MGgGseGIvPFv { display:block; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt0ofpHWvKHIwnLsonZhxFmOgNmtZpTR { top:1rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxEt2BSDvHoTwzywomR32piobnqe70c { width:23.0625rem;height:2.4375rem;top:11.8125rem;left:24.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTK5bynCn2mHPGRgukwJtG6bmTuMNcy3 { top:11.75rem;left:31.6875rem;width:14.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8FyihlIFSGbd8L68Kwfb7l2VbKkWbJz { top:7.75rem;left:31.6875rem;width:14.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woZHgmtcV9tcJzszFs75FQK1zsOZI1QC { width:27.75rem;height:2.4375rem;top:7.8125rem;left:20rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RISvDFtxLwpWsuxblFwRtLP3uBddVKIT { width:28.875rem;height:3.5625rem;top:3.125rem;left:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqH6UnIqpbBJS1DyIlMI55i8M9RszubH { top:0.8125rem;left:0rem;width:47.75rem;height:19.149441145833rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPeoiJys3LGEHPEzHR9IueelXkR9xtEz { display:block; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fdf7mSfeRfgAOhuyvXdlvoVCbfEWxqm5 { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87gNAtRMcG1BFdfkgBimTQwiu8iapcN { display:block; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJXhxSotDfqhEf94FUk0sT8PT8gWb548 { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4T7lIE9cfH4Bm6G2mG9E03lJNIOighf { top:7.0625rem;left:0rem;width:30.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlsu6WKWNxwRPr8krP4VAgDUcUPnuCT { width:31.6875rem;height:5.5rem;top:7.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIdnk2uK1vbFHecsVkc7MCvk9TD47Lbo { width:32.0625rem;height:1.625rem;top:14.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HexkmMmpCBwr374qmZ2tKTfVC8A5z8xk { top:7rem;left:19.875rem;width:27.8125rem;height:15.402961577355rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTydHXf7UR2XhTrChBe8Uxdz7AW0vDbb { width:22.9375rem;height:4.875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNewCM0zR837TM7gkpoeZC4XgRHKyM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaWSvB6U79mvEyhzKKo47BlLqTzqERvQ { width:20rem;height:3rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enar8JiHFDW7zgyV44Dn1wOhmuTJVeT4 { width:20rem;height:;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo1J6TdXsw8g1Rft6oSs2yHqT6Lh792s { width:26.0625rem;height:2rem;top:16.375rem;left:21.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcXUNpV4Q64nitQx2OLQpTXUk86Og8d2 { top:15.75rem;left:26.185935974121rem;width:15.125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm { display:block; }#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRh87mBMz5SB06X6d7gKr98igq50LmQp { top:0.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ElDOToS8N4QBCT1kem9EXElTv2nkpl { top:4.125rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p { display:block; }#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .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; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .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; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #o8zAtD184W63XZhfMDFsELde67fqUft3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #tA3Ov3l0MKlv0hcRVfcH5hBu39cT6K96 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #VxAzCHsSRNbgwRuK3W5DPL9poW81IHlo {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #byr0BSiltOwpamSCTsCws9UDDlMQBLhB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #Uzd1eUv05a2CKs7lpqkIZnnszZyJiGy0 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #V8EizC9ZfalQ6iNuGWngHnPTJR2Pp7p4 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #BhK12XIVLLOgTKErgTqqTeGxrCPliNBI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #H9mKaiqcXTlrHoub3iMn59o95FHLUBMt {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #QHaIR6beer5CArGw7wIkpE47hsuSPCE9 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wMP06UQ1vsInLqsXWiTgtXo12qWrLSAS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wB1K9Nka3HUKq0Zp4sn5TKsGmJBt7kBb {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #kzL3IqZ5hhXQnEfEqJrRQTgMhQhc5PR1 {  }
 }@media only screen and (max-width: 763px) { #VpuuCIM7WLSrGJaf5qaVM989pgz3Jk94 { top:23.3125rem;left:10.4375rem;width:26.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5uRu2fTt0hZMbQT2CuQctTNT63hQ702 { width:17.4375rem;height:3.1875rem;top:32.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZsETwAuNKgWGceJE5kNWG0cTdofBfX2 { display:block; }
 }@media only screen and (max-width: 763px) { #qam85FW0edAzyoNdAaJOd8zNTEpfUTww { top:17.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVuLZ5UJU2gzktlt1PeZLkH2kzceCGK { top:0.6875rem;left:0rem;width:20rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWpwcVzk1kuzwh4Zix2wvesXA5nXK5D { top:4.125rem;left:0rem;width:47.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh725NzQARbWqdKMsfFASRZJBMgOSWvP { display:block; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hScITWhIP3c5xefHJJMacR7epeWvOKUs { top:0.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7WnipEJbEQzdiLC8yhvozEZIImVzAFo { display:block; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKrUOmUWNsgozB1AdNrunyfnlnRFslJp { top:1.9375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #auXbZJqEMzZGGK4cUPP2JpeSmpzv4zlb { width:15.5625rem;height:;top:20.25rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceI4NC0AKfMTTXqL9zB6BcOTkOfsCbQh { top:20.0625rem;left:5.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIGdfLFBVTK0zHLXsl8gzzsv0PAblXW { width:28.6875rem;height:2.25rem;top:15.125rem;left:9.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCe09C2IHTt7gLCo4Xv9kCCcXT448Wy { top:4.125rem;left:2.5rem;width:44.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7v7UfyzuS3wu3LVQ1mZQcI1GMGw7Tcb { top:8.125rem;left:0rem;width:47.75rem;height:11.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #brCG58EgSygAaZLxLDLZs3oTFGJC1amy { top:23rem;left:5.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQtA2wCATKR7g7LwJqyDNvJcP7WkkGEy { width:15.5625rem;height:;top:23.25rem;left:8.5621070861819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfWwv02A5G2RdTwXePqokpbcNmEO89vR { top:28.875rem;left:5.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxk5dSPgAw7GON1ICATztoLtQr1CgMwL { top:25.9375rem;left:5.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7W4TLxFW9AO5RDzgD2f25aoKyltIb7 { width:15.5625rem;height:;top:29.0625rem;left:8.5621070861819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMHsnD4mdTldT3817zrXMkW0S7hyKcC9 { width:15.5625rem;height:;top:26.125rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa20pVEZkzo84TrpeRyvZ3xATxIDR0ad { top:40.5rem;left:5.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZvwiBw5Ozd981ULdNTbyWAfBZ2vynkr { top:37.5625rem;left:5.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrxRdn0JPMBtzI8KTbCNU7OJv5twoiB { width:15.5625rem;height:;top:40.6875rem;left:8.5621070861819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEaHbfx0MO9vvO7nZQcsspMNbBnkdBsn { width:15.5625rem;height:;top:37.75rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxgCeAHuJFzt4oFNDeISGrfJtBEVBZaD { top:34.625rem;left:5.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pioVar5lsTscxROvsuFfwzXo1DnW61hM { width:15.5625rem;height:;top:34.875rem;left:8.5621070861819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glv57yKQc8lBdseJhuZ0DeBJkCmyVvxW { width:15.5625rem;height:;top:31.875rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9ye73nR7WfsIbnJQIUgyRGlm6TUcqT { top:31.6875rem;left:5.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCXIvZ1nzlqxvPMg8TPpQGdraTEc3y4 { top:46.125rem;left:5.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeL43Q72NtWx9ihhp01dn9tb4UVdxdyn { width:15.5625rem;height:;top:46.3125rem;left:8.5621070861819rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5KHZ1bNxIvgJNakOESTnwaOOcTWEZSM { top:43.1875rem;left:5.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFAC0ElP59ekw6IKLu8oMxd4vqfvMtq { width:15.5625rem;height:;top:43.375rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRO21nqNBspLTki1VZxDAKPD8rZwWwFX { top:20.0625rem;left:28rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIaMb8WMSSILKqzf6vxPP8SVPKaGkoSJ { top:23rem;left:28.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7DlLCJpuAMZrCIPME99TEyhxieuv3iI { width:15.5625rem;height:;top:20.25rem;left:31.249603271484rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppnZc6zLRz5zJSLHgF7OdHVivwdnVrzq { width:15.5625rem;height:;top:23.25rem;left:31.311714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLtfTeXnydKo5EWbG0KwgGpTuNgQSCV { top:25.9375rem;left:28rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxJN3lDbTa6tyhZrp6MlpKwAUgixegJ1 { width:15.5625rem;height:;top:26.125rem;left:31.249603271484rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vt440hCZopTXQAkV1thTUNvXr4Rvtw { top:28.875rem;left:28.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tGlqhEgACvXizUT1tuufhgO3CgwE52 { width:15.5625rem;height:;top:29.0625rem;left:31.311714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFZAKolEUiC4nWx0VDoJbcvuWcIWBxS { width:15.5625rem;height:;top:31.875rem;left:31.249603271484rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZfCfDsssDRpVFbK2GVo9xtkLVOT2af { top:31.6875rem;left:28rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL6eX46TWt7TVdu5Iu1OMpuU1ceV7ZS5 { top:34.625rem;left:28.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeNbkoMLSKJedSSstks6ziP0VIhKlOB { width:15.5625rem;height:;top:34.875rem;left:31.311714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEJLrDwVNDvlnmCc6taX09k8TXQ5zG5h { top:37.5625rem;left:28rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu97y2DmkiooZfQ7HfCOPCtQR6clXveO { width:15.5625rem;height:;top:37.75rem;left:31.249603271484rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew3amntXwpwuex6RAzLUw0hybzwXuTMD { top:40.5rem;left:28.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv81CdhPmrbFyicso1fWydnZ28CpS92q { width:15.5625rem;height:;top:40.6875rem;left:31.311714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr3613Kxd1ySH4tMGaiEtZOLnVCfeUSc { top:43.1875rem;left:28rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg79G2yBrzUEi2y27AoAL6pgSZHegCKw { width:15.5625rem;height:;top:43.375rem;left:31.249603271484rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mI4JaLxHKzSMQ25nxGpq6gNyk3dPux { top:46.125rem;left:28.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJfIdms3f255HJStb3dii3fcK6fqxgJX { width:15.5625rem;height:;top:46.3125rem;left:31.311714172363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGNKgQwkCwHgAPFiQTXPB1OehOVD95wA { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpkQoKTCC89yB8ESuvRtmn16yOd1euzo { width:12.25rem;height:;top:18.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udT4NJG49JTzGQiDogqIrSo8WJKm9Wqu { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrvWedJVAn6uadoPeqQ2uQFQTTTtkGHI { width:12.25rem;height:;top:26.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u43ibsQWLPyTDNcHOQa1mVXvB6TJax0M { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Arf1k9flOoU6aHpTvFw4yNgzHMUyTR1c { width:12.25rem;height:;top:24.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7Rhiw9ClWbsSwmk0h19JgS5mhRzeOwr { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIwV8pZ9rpaoO5Xy0yff2H0kelwM2iBw { width:12.3125rem;height:;top:38.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMwUI4e1ncIrwlAA5uTZSKgxFnoo3MP0 { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkPflUPC35zszOTMKUcD7nSBVKR17mu3 { width:12.25rem;height:;top:35.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCpdgZZReKIXG8eXT9TQbgB9hJ3vTgpy { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daFGKOmaQFgaH0my9RoOZ2qV28q5vDt5 { width:12.25rem;height:;top:32.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmXLrSUvGghaXiHeHvlMCdebiId5Hfpy { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ95Sfg0TXWCw5ZdDanSka8To7XxfSbk { width:12.25rem;height:;top:29.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlE8V5mwHXt14lhLbST3KCAXHM1U8RvT { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e35zJVCseV7c5A6zVv2GoHWPPK8U3iXn { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuW5t8D5hmkNaTQEVo0qHeaZ5g7Molfi { width:12.3125rem;height:;top:60.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGUVAleipN7Uu19hcrvNpyCvi7sG2iB4 { width:12.3125rem;height:;top:57.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccs8m1fcQronKl8ia416oT9JriAoPpOt { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP7Vbm9Fz9yOMJ88l9EirpMZywVS1iMR { width:12.3125rem;height:;top:54.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLyKBJNwkF36LCGJroHNHXHwL015A1it { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGHh3mev9gRzK0w8SqOdDoJJomsx9fkd { width:12.3125rem;height:;top:52.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPXvpWDemEsG9o8yCAOTyHUOGATmQvwo { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMfi6rC5uRxsdZ0EATTaldZT3BFbhsTf { width:12.3125rem;height:;top:49.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAB7hHZQRkgEDqp8wFJFfKTa3U8vfq6l { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHCnggiI5AHFghOPyvsHh5IfgJz6EU3N { width:12.25rem;height:;top:21.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #esTTKzl0FUB0W2itc60gFiPLE2OZWhKD { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLz54xwQlxgNdUP4TmZqdSrbK9MNvrUl { width:12.3125rem;height:;top:43.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKz8oMhKOVisRRWf2RXxOQqiWdoXAuhw { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVchD2LTd0ZUSa6AW4okrnti7m9WgurM { width:12.3125rem;height:;top:40.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UySkTrxnfegAw7TMQekqczKWst9KI591 { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogV1KkJbJBVMTkJ8m5KhoNkodglTbRwb { width:12.3125rem;height:;top:71.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WM4GzGkrPhQDqWFNX6HoA60sgK1T08Ls { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivh87czRoVI7JZaG1HKJCwM8yLuZ8l7S { width:12.3125rem;height:;top:68.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtaPNRLO1D4JmTDZHuf1NcgNTzq4R69h { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agq5DBIovZ3cV5AeLsM1Gx8U0bZII4bM { width:12.3125rem;height:;top:66.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxkzIUpnTwhRLq42zMPpI2fTSAluuUXh { top:20.0625rem;left:26.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4i8U6AFoe0hGgmiAcmHlJW9pWXkKpUF { width:12.3125rem;height:;top:63.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF { display:block; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzsV3yvT58FGvCQM6ah7tHw5mAs29LyG { top:1.375rem;left:0rem;width:29.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPfCBrAdTCK2uZKNGQ9l9oQ25N1ASc8z { top:0rem;left:32.375rem;width:15.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lK3gwCVzuPSx0Fe9tpov69Rn2P8yi5DI > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPx9T01PkTMXmt2qL1TEWhayzmZHqLAN { width:13.1875rem;height:2.25rem;top:4.125rem;left:3.4062500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jh91T7fm7a9G5PcLCCkOetbZQ1syn1db { display:block; }
 }@media only screen and (max-width: 763px) { #OFNEZDXJTCIJyOlGNgVZyCLFc2A9yg9d { width:7.875rem;height:2.5625rem;top:6.9375rem;left:6.0625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xhAx7mN8lwhJRzvmlvUCvJtwZqprmMgu { display:block; }
 }@media only screen and (max-width: 763px) { #B8r5SRQfdGbastW9FMasvLt1T03XRnap { width:7.5rem;height:3.3125rem;top:0.875rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SCRnJ4COWAiCnF8qyXL7Z8UmzLTzxSTK { display:block; }
 }@media only screen and (max-width: 763px) { #Jn8tmkNMn0dgJIX2dbgfItMSz8kCpMml { width:8.0625rem;height:3.31171875rem;top:12.745311737061rem;left:5.9671872258186rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #axTWidneUhyqTunc9JZB164tRv4zkOXX { display:block; }
 }@media only screen and (max-width: 763px) { #OA2Tw1PDohQi5ZvoAGs32DHJ5URunPXM { width:13.5625rem;height:2.4375rem;top:1.0625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASWzlxwbgIB1aMfVOllKmiKsAckcy3L { width:6.75rem;height:3.24960625rem;top:9.4980459213256rem;left:6.6234372258188rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IX2rFVhoihsfoN2BizVTCZuOiJ5l8691 { display:block; }
 }@media only screen and (max-width: 763px) { #RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi { display:block; }#RlywTfWgL1VfNnxhCnq9Vmi15neEd0gi > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZOTmWlSoNWKMRN0xU6ZUSIllsCcb4rs { width:12.5625rem;height:1.3125rem;top:19.5625rem;left:0.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.37);display:block; }
 }@media only screen and (max-width: 763px) { #mFRNmcZdNAcTUQ0LoK6pUz3CTkWktOmL { width:16.75rem;height:0;top:13.643750190735rem;left:0.93671876192094rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T2ieLRmWyThFhb6WeDKTOaqR3vyIWX0H { width:10.3125rem;height:1.625rem;top:21.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFEyLtkgTxe8RaWgqvrqFUZycFeUT0i3 { width:16.5rem;height:1.1875rem;top:21.625rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GviQUTC53Pc13VebuEtnMltHT9uaif2I { width:19.9991875rem;height:7.5rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2iTg8yxKakd7GxTLaGVCpq34BahLKd3 { width:20rem;height:7.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { display:block; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { background-color: transparent; background-image: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container > .video-iframe-container { display: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row > .video-iframe-container { display: none; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .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); }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK { border-width: 0; border-radius: 0; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cu40iuNSJxNVRmTgK6rnAutcx0R5tpUK > .row .container { width:20rem;height:58.125rem;background-color:#ffffff;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTNm7wT7NJJx1cr5yu25pZvzvxrBhBH { width:10rem;height:0.0625rem;top:3.7286930084229rem;left:5.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1pBPU90HSFbTQ2A1AZRqXGAMfVN6xmH { width:20rem;height:auto;top:18.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h8MqZcm9NpDRzI1beyn3Xvg1K7CdMcpn { width:19.375rem;height:4.46165rem;top:43.095174789429rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TsGcP2BJ22uXDWxSxMyPxn5SFKWaXWgR { width:19.1875rem;height:17.125rem;top:15.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhBuyW74BZNlWadmnuDRk636C5vkZpOl { width:18.4991875rem;height:15.75rem;top:16.4375rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngqbbWliWu4MgNNbJ5bur3b3VaLk7vFL { width:20rem;height:1.65rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OOrlg3obyXIiJrOsL8ORqq8VlnL5yMnR { width:19.0625rem;height:7.3125rem;top:34.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfmNi3MKde8raoMAi6eGslMqnXU3kGKC { width:20rem;height:5.9488625rem;top:4.9154834747314rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sTFUWrkWnhD2UX1dKDCScd8XRFMFseCP { width:19.9991875rem;height:9.1875rem;top:4.9605464935303rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Na9clqWsI1mclMH3taE4yxiTeh78fdTt { width:19.9991875rem;height:5.25rem;top:35.280467033386rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c566X7rpBsDmrRnoX6Xi0W2lV6wz2dwb { width:17.625rem;height:17.625rem;top:39.810935020447rem;left:1.1859374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthmV38dmaoKdNgXnqLEwn680UaTdPqU { display:block; }#HthmV38dmaoKdNgXnqLEwn680UaTdPqU > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2I8pVsDfBfsxJSPGTf1yEza3PPu1cMq { width:19.375rem;height:1.575rem;top:0.67500114440919rem;left:0.31171876192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcw7H56oBTSiQVrUWV73MGgGseGIvPFv { display:block; }#pcw7H56oBTSiQVrUWV73MGgGseGIvPFv > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt0ofpHWvKHIwnLsonZhxFmOgNmtZpTR { width:19.9991875rem;height:2.49960625rem;top:7.76015663147rem;left:0.0011718273162842rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRxEt2BSDvHoTwzywomR32piobnqe70c { width:11.4375rem;height:0;top:17.821872234344rem;left:6.9058588147163rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iTK5bynCn2mHPGRgukwJtG6bmTuMNcy3 { width:14.8125rem;height:2.4375rem;top:23.3125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8FyihlIFSGbd8L68Kwfb7l2VbKkWbJz { width:12.6875rem;height:1.625rem;top:0.67265319824219rem;left:6.9058588147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #woZHgmtcV9tcJzszFs75FQK1zsOZI1QC { width:19.9980625rem;height:0;top:21.432419776916rem;left:0.0011718273162842rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RISvDFtxLwpWsuxblFwRtLP3uBddVKIT { width:11.5605625rem;height:1.575rem;top:0.79570388793944rem;left:7.4683588147163rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.375rem 0.1875rem 1.875rem #252525;display:block; }
 }@media only screen and (max-width: 763px) { #eqH6UnIqpbBJS1DyIlMI55i8M9RszubH { width:19.6875rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPeoiJys3LGEHPEzHR9IueelXkR9xtEz { display:block; }#DPeoiJys3LGEHPEzHR9IueelXkR9xtEz > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fdf7mSfeRfgAOhuyvXdlvoVCbfEWxqm5 { width:19.9991875rem;height:43.1375rem;top:1.5609369277954rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d87gNAtRMcG1BFdfkgBimTQwiu8iapcN { display:block; }#d87gNAtRMcG1BFdfkgBimTQwiu8iapcN > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJXhxSotDfqhEf94FUk0sT8PT8gWb548 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #k4T7lIE9cfH4Bm6G2mG9E03lJNIOighf { width:19.875rem;height:5.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlsu6WKWNxwRPr8krP4VAgDUcUPnuCT { width:20rem;height:5.25rem;top:5.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gIdnk2uK1vbFHecsVkc7MCvk9TD47Lbo { width:20rem;height:0;top:12.820834159851rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HexkmMmpCBwr374qmZ2tKTfVC8A5z8xk { width:19.9375rem;height:11.0625rem;top:18.6953125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kTydHXf7UR2XhTrChBe8Uxdz7AW0vDbb { width:17.8125rem;height:4.25rem;top:12.5rem;left:1.09375rem;font-size:1.0625rem;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #yyNewCM0zR837TM7gkpoeZC4XgRHKyM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaWSvB6U79mvEyhzKKo47BlLqTzqERvQ { width:20rem;height:3rem;top:1.0078125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Enar8JiHFDW7zgyV44Dn1wOhmuTJVeT4 { width:20rem;height:;top:5.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eo1J6TdXsw8g1Rft6oSs2yHqT6Lh792s { width:16.875rem;height:2.025rem;top:25.132029056549rem;left:1.0933592915535rem;font-size:1.6875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #EcXUNpV4Q64nitQx2OLQpTXUk86Og8d2 { width:15.1241875rem;height:3.31171875rem;top:24.488670825958rem;left:1.0933592915535rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm { display:none; }#rhQuNlC6qIZy9WGbCcs4DtRsPxOFAPPm > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yRh87mBMz5SB06X6d7gKr98igq50LmQp { width:19.375rem;height:3.298825rem;top:0.818359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ElDOToS8N4QBCT1kem9EXElTv2nkpl { width:20rem;height:0;top:7.5625019073488rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p { display:none; }#hUV3uyKuCFSsGMD3hlx6hnpxCps6Xw2p > .row .container { width:20rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-text.counter-number { padding-top:0.449375rem;padding-right:0.39125rem;padding-bottom:0.449375rem;padding-left:0.39125rem;width:2.3475rem;min-width:2.3475rem;height:2.415625rem;font-size:1.7975rem;line-height:38.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.280625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.13rem;height:0.955rem;font-size:0.67375rem;line-height:15.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf { display:flex;width:16.5rem;height:4.55rem;top:29.6875rem;left:1.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #o8zAtD184W63XZhfMDFsELde67fqUft3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #tA3Ov3l0MKlv0hcRVfcH5hBu39cT6K96 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #VxAzCHsSRNbgwRuK3W5DPL9poW81IHlo {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #byr0BSiltOwpamSCTsCws9UDDlMQBLhB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #Uzd1eUv05a2CKs7lpqkIZnnszZyJiGy0 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #V8EizC9ZfalQ6iNuGWngHnPTJR2Pp7p4 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #BhK12XIVLLOgTKErgTqqTeGxrCPliNBI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #H9mKaiqcXTlrHoub3iMn59o95FHLUBMt {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #QHaIR6beer5CArGw7wIkpE47hsuSPCE9 {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wMP06UQ1vsInLqsXWiTgtXo12qWrLSAS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #wB1K9Nka3HUKq0Zp4sn5TKsGmJBt7kBb {  }
 }@media only screen and (max-width: 763px) { #ZFBb5h4BsOeQX20lT1RK0KUBaMOE8vxf #kzL3IqZ5hhXQnEfEqJrRQTgMhQhc5PR1 {  }
 }@media only screen and (max-width: 763px) { #VpuuCIM7WLSrGJaf5qaVM989pgz3Jk94 { width:19.5rem;height:6.6875rem;top:28.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5uRu2fTt0hZMbQT2CuQctTNT63hQ702 { width:14.4375rem;height:3.25rem;top:37.8125rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZsETwAuNKgWGceJE5kNWG0cTdofBfX2 { display:block; }
 }@media only screen and (max-width: 763px) { #qam85FW0edAzyoNdAaJOd8zNTEpfUTww { width:20rem;height:3.571875rem;top:22.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtVuLZ5UJU2gzktlt1PeZLkH2kzceCGK { width:20rem;height:19.5rem;top:0.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daWpwcVzk1kuzwh4Zix2wvesXA5nXK5D { width:19.875rem;height:8.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh725NzQARbWqdKMsfFASRZJBMgOSWvP { display:block; }#Wh725NzQARbWqdKMsfFASRZJBMgOSWvP > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hScITWhIP3c5xefHJJMacR7epeWvOKUs { width:19.375rem;height:1.5rem;top:0.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7WnipEJbEQzdiLC8yhvozEZIImVzAFo { display:block; }#O7WnipEJbEQzdiLC8yhvozEZIImVzAFo > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKrUOmUWNsgozB1AdNrunyfnlnRFslJp { width:20rem;height:12.5125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #auXbZJqEMzZGGK4cUPP2JpeSmpzv4zlb { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceI4NC0AKfMTTXqL9zB6BcOTkOfsCbQh { display:flex;width:2.0625rem;height:2.0625rem;top:48.673611125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEIGdfLFBVTK0zHLXsl8gzzsv0PAblXW { width:14.625rem;height:1.70625rem;top:15.373046875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCe09C2IHTt7gLCo4Xv9kCCcXT448Wy { width:18.3125rem;height:4.0625rem;top:4.1875rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #x7v7UfyzuS3wu3LVQ1mZQcI1GMGw7Tcb { width:20rem;height:auto;top:8.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #brCG58EgSygAaZLxLDLZs3oTFGJC1amy { display:flex;width:2.0625rem;height:2.0625rem;top:23rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQtA2wCATKR7g7LwJqyDNvJcP7WkkGEy { width:15.5625rem;height:auto;top:23.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfWwv02A5G2RdTwXePqokpbcNmEO89vR { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxk5dSPgAw7GON1ICATztoLtQr1CgMwL { display:flex;width:2.0625rem;height:2.0625rem;top:25.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dU7W4TLxFW9AO5RDzgD2f25aoKyltIb7 { width:15.5625rem;height:auto;top:29.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMHsnD4mdTldT3817zrXMkW0S7hyKcC9 { width:15.5625rem;height:auto;top:26.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa20pVEZkzo84TrpeRyvZ3xATxIDR0ad { display:flex;width:2.0625rem;height:2.0625rem;top:40.5rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZvwiBw5Ozd981ULdNTbyWAfBZ2vynkr { display:flex;width:2.0625rem;height:2.0625rem;top:37.5625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwrxRdn0JPMBtzI8KTbCNU7OJv5twoiB { width:15.5625rem;height:auto;top:40.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEaHbfx0MO9vvO7nZQcsspMNbBnkdBsn { width:15.5625rem;height:auto;top:37.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxgCeAHuJFzt4oFNDeISGrfJtBEVBZaD { display:flex;width:2.0625rem;height:2.0625rem;top:34.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pioVar5lsTscxROvsuFfwzXo1DnW61hM { width:15.5625rem;height:auto;top:34.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #glv57yKQc8lBdseJhuZ0DeBJkCmyVvxW { width:15.5625rem;height:auto;top:31.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh9ye73nR7WfsIbnJQIUgyRGlm6TUcqT { display:flex;width:2.0625rem;height:2.0625rem;top:31.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSCXIvZ1nzlqxvPMg8TPpQGdraTEc3y4 { display:flex;width:2.0625rem;height:2.0625rem;top:46.125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeL43Q72NtWx9ihhp01dn9tb4UVdxdyn { width:15.5625rem;height:auto;top:46.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5KHZ1bNxIvgJNakOESTnwaOOcTWEZSM { display:flex;width:2.0625rem;height:2.0625rem;top:43.1875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIFAC0ElP59ekw6IKLu8oMxd4vqfvMtq { width:15.5625rem;height:auto;top:43.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRO21nqNBspLTki1VZxDAKPD8rZwWwFX { display:flex;width:2.0625rem;height:2.0625rem;top:18.1875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #zIaMb8WMSSILKqzf6vxPP8SVPKaGkoSJ { display:flex;width:2.0625rem;height:2.0625rem;top:23rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7DlLCJpuAMZrCIPME99TEyhxieuv3iI { width:12.3125rem;height:1.59375rem;top:46.421875rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppnZc6zLRz5zJSLHgF7OdHVivwdnVrzq { width:15.5625rem;height:auto;top:23.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCLtfTeXnydKo5EWbG0KwgGpTuNgQSCV { display:flex;width:2.0625rem;height:2.0625rem;top:25.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxJN3lDbTa6tyhZrp6MlpKwAUgixegJ1 { width:15.5625rem;height:auto;top:26.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7vt440hCZopTXQAkV1thTUNvXr4Rvtw { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3tGlqhEgACvXizUT1tuufhgO3CgwE52 { width:15.5625rem;height:auto;top:29.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOFZAKolEUiC4nWx0VDoJbcvuWcIWBxS { width:15.5625rem;height:auto;top:31.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHZfCfDsssDRpVFbK2GVo9xtkLVOT2af { display:flex;width:2.0625rem;height:2.0625rem;top:31.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WL6eX46TWt7TVdu5Iu1OMpuU1ceV7ZS5 { display:flex;width:2.0625rem;height:2.0625rem;top:34.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyeNbkoMLSKJedSSstks6ziP0VIhKlOB { width:15.5625rem;height:auto;top:34.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEJLrDwVNDvlnmCc6taX09k8TXQ5zG5h { display:flex;width:2.0625rem;height:2.0625rem;top:37.5625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu97y2DmkiooZfQ7HfCOPCtQR6clXveO { width:15.5625rem;height:auto;top:37.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew3amntXwpwuex6RAzLUw0hybzwXuTMD { display:flex;width:2.0625rem;height:2.0625rem;top:40.5rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv81CdhPmrbFyicso1fWydnZ28CpS92q { width:15.5625rem;height:auto;top:40.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pr3613Kxd1ySH4tMGaiEtZOLnVCfeUSc { display:flex;width:2.0625rem;height:2.0625rem;top:43.1875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sg79G2yBrzUEi2y27AoAL6pgSZHegCKw { width:15.5625rem;height:auto;top:43.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2mI4JaLxHKzSMQ25nxGpq6gNyk3dPux { display:flex;width:2.0625rem;height:2.0625rem;top:46.125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJfIdms3f255HJStb3dii3fcK6fqxgJX { width:15.5625rem;height:auto;top:46.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGNKgQwkCwHgAPFiQTXPB1OehOVD95wA { display:flex;width:2.0625rem;height:2.0625rem;top:21rem;left:2.5rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #fpkQoKTCC89yB8ESuvRtmn16yOd1euzo { width:12.3125rem;height:;top:18.421875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #udT4NJG49JTzGQiDogqIrSo8WJKm9Wqu { display:flex;width:2.0625rem;height:2.0625rem;top:26.625rem;left:2.5rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #vrvWedJVAn6uadoPeqQ2uQFQTTTtkGHI { width:12.3125rem;height:;top:26.9375rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #u43ibsQWLPyTDNcHOQa1mVXvB6TJax0M { display:flex;width:2.0625rem;height:2.0625rem;top:23.8125rem;left:2.5rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #Arf1k9flOoU6aHpTvFw4yNgzHMUyTR1c { width:12.3125rem;height:;top:24.125rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #R7Rhiw9ClWbsSwmk0h19JgS5mhRzeOwr { display:flex;width:2.0625rem;height:2.0625rem;top:37.8125rem;left:2.5rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #cIwV8pZ9rpaoO5Xy0yff2H0kelwM2iBw { width:12.3125rem;height:;top:38.125rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #aMwUI4e1ncIrwlAA5uTZSKgxFnoo3MP0 { display:flex;width:2.0625rem;height:2.0625rem;top:35rem;left:2.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #lkPflUPC35zszOTMKUcD7nSBVKR17mu3 { width:12.3125rem;height:;top:35.3125rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #KCpdgZZReKIXG8eXT9TQbgB9hJ3vTgpy { display:flex;width:2.0625rem;height:2.0625rem;top:32.1875rem;left:2.5rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #daFGKOmaQFgaH0my9RoOZ2qV28q5vDt5 { width:12.3125rem;height:;top:32.5rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kmXLrSUvGghaXiHeHvlMCdebiId5Hfpy { display:flex;width:2.0625rem;height:2.0625rem;top:29.375rem;left:2.5rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #WZ95Sfg0TXWCw5ZdDanSka8To7XxfSbk { width:12.3125rem;height:;top:29.6875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KlE8V5mwHXt14lhLbST3KCAXHM1U8RvT { display:flex;width:2.0625rem;height:2.0625rem;top:60.1875rem;left:2.5rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #e35zJVCseV7c5A6zVv2GoHWPPK8U3iXn { display:flex;width:2.0625rem;height:2.0625rem;top:57.375rem;left:2.5rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #nuW5t8D5hmkNaTQEVo0qHeaZ5g7Molfi { width:12.3125rem;height:;top:60.5rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #WGUVAleipN7Uu19hcrvNpyCvi7sG2iB4 { width:12.3125rem;height:;top:57.6875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ccs8m1fcQronKl8ia416oT9JriAoPpOt { display:flex;width:2.0625rem;height:2.0625rem;top:54.5625rem;left:2.5rem;z-index:15071; }
 }@media only screen and (max-width: 763px) { #GP7Vbm9Fz9yOMJ88l9EirpMZywVS1iMR { width:12.3125rem;height:;top:54.875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #KLyKBJNwkF36LCGJroHNHXHwL015A1it { display:flex;width:2.0625rem;height:2.0625rem;top:51.75rem;left:2.5rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #SGHh3mev9gRzK0w8SqOdDoJJomsx9fkd { width:12.3125rem;height:;top:52.0625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #bPXvpWDemEsG9o8yCAOTyHUOGATmQvwo { display:flex;width:2.0625rem;height:2.0625rem;top:49rem;left:2.5rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #TMfi6rC5uRxsdZ0EATTaldZT3BFbhsTf { width:13.3125rem;height:1.59375rem;top:49.312500953674rem;left:5.2500000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #IAB7hHZQRkgEDqp8wFJFfKTa3U8vfq6l { display:flex;width:2.0625rem;height:2.0625rem;top:46.1875rem;left:2.5rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #QHCnggiI5AHFghOPyvsHh5IfgJz6EU3N { width:12.3125rem;height:;top:21.234375rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #esTTKzl0FUB0W2itc60gFiPLE2OZWhKD { display:flex;width:2.0625rem;height:2.0625rem;top:43.375rem;left:2.5rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #XLz54xwQlxgNdUP4TmZqdSrbK9MNvrUl { width:12.3125rem;height:1.59375rem;top:43.6875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #OKz8oMhKOVisRRWf2RXxOQqiWdoXAuhw { display:flex;width:2.0625rem;height:2.0625rem;top:40.5625rem;left:2.5rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #fVchD2LTd0ZUSa6AW4okrnti7m9WgurM { width:12.3125rem;height:;top:40.875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UySkTrxnfegAw7TMQekqczKWst9KI591 { display:flex;width:2.0625rem;height:2.0625rem;top:71.375rem;left:2.5rem;z-index:15083; }
 }@media only screen and (max-width: 763px) { #ogV1KkJbJBVMTkJ8m5KhoNkodglTbRwb { width:12.3125rem;height:;top:71.6875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #WM4GzGkrPhQDqWFNX6HoA60sgK1T08Ls { display:flex;width:2.0625rem;height:2.0625rem;top:68.5625rem;left:2.5rem;z-index:15081; }
 }@media only screen and (max-width: 763px) { #ivh87czRoVI7JZaG1HKJCwM8yLuZ8l7S { width:12.3125rem;height:;top:68.875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaPNRLO1D4JmTDZHuf1NcgNTzq4R69h { display:flex;width:2.0625rem;height:2.0625rem;top:65.75rem;left:2.5rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #agq5DBIovZ3cV5AeLsM1Gx8U0bZII4bM { width:12.3125rem;height:;top:66.0625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #JxkzIUpnTwhRLq42zMPpI2fTSAluuUXh { display:flex;width:2.0625rem;height:2.0625rem;top:62.9375rem;left:2.5rem;z-index:15077; }
 }@media only screen and (max-width: 763px) { #O4i8U6AFoe0hGgmiAcmHlJW9pWXkKpUF { width:12.3125rem;height:;top:63.25rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { background-color: transparent; background-image: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container > .video-iframe-container { display: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row > .video-iframe-container { display: none; }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .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); }#g1zPwCqq6X1SZcpAUwlbiSJHSzSid3mF > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzsV3yvT58FGvCQM6ah7tHw5mAs29LyG { width:20rem;height:2.4rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPfCBrAdTCK2uZKNGQ9l9oQ25N1ASc8z { width:13.3125rem;height:5.1875rem;top:4.25rem;left:2.826171875rem;display:block; }
 }