.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,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0249ee9f-59a7-4d83-877c-5588a114ed6d/Projektbeznazwy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#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); }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#971919;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container { background-color: transparent; background-image: none; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container > .video-iframe-container { display: none; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row > .video-iframe-container { display: none; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .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); }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container { border-width: 0; border-radius: 0; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#KAHsCdzVHkIf7Ah94llEXDU8Da3nJPzv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.97265625rem;left:18.1708984375rem;height:1.8681625rem;display:block; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.308125rem;padding-right:0.291875rem;padding-bottom:0.308125rem;padding-left:0.291875rem;display:block;align-items:center;width:1.745rem;min-width:1.745rem;height:1.655625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.233125rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.328125rem;height:0.655rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.4625rem;font-weight:400;line-height:10.48px;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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.3125rem;height:3.119375rem;padding-top:0.385rem;padding-right:0.415625rem;padding-bottom:0.385rem;padding-left:0.415625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:41.3583984375rem;z-index:15003; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #stQ1RovNRPdpwdvUdLpaTJH8ACClZJdI { display:flex;position:relative;top:0rem;left:0rem; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #uUXqDHXt1rkImcPCH1Kyqx8ltWnqx90J { width:auto; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #sX7rlm49eLQ831qXhFJ4adNm2XRTLgtU {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #J2yqV3rrHCU2EdthR3mhAx15713lOFiH { display:flex;position:relative;top:0rem;left:0rem; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #HbdmXLOp1sl5WUWRzhLvIJJw2nhJ657G {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #Ldywl4JxlETi0EJSirM2g3oqKceFexRw {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #mAkePQ88TwbSoBDClM7a11IVctulnK2g { display:flex;position:relative;top:0rem;left:0rem; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #OItD44MMhJsJ3xUze9l0rGNzIXRBbhls {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #TuDwdDoV6qKpLluppgMViV0QGhFvtdIi {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #gG6A5T7K9JgMsLB33CpUB6ZpD33GPTw7 { display:flex;position:relative;top:0rem;left:0rem; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #y13fePpQI2kJIgIlwwAAqucrh9XTSFy0 {  }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #QEn8QaT1G2Od6vAwBXiz3DdhR2DfcTZx {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:103.75rem;width:75rem;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; }#TfalyMDHRWm37W7GlIZd31ev9PoMC4ix { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5625rem;left:1.625rem;height:9.099625rem;display:block; }
#yo5NtBRvWwsCrEHcmgpZ9BobhrTTP4Cl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.625rem;height:2.92480625rem;display:block; }
#tU5lArhhrB9XtnLdJI5GLyQB8qEs0h6d { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.625rem;left:1.625rem;height:5.84765rem;display:block; }
#CGz4STgnsaQnnWB1ybf72yWv0JHKvRF5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.4716796875rem;left:1.625rem;display:block; }
#yneZdwPJrPLDdkNGHZUQcXNgT1NvIEOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUnvKe1R9XzZoLiuLGebp2z67QE0hsdf { box-sizing:content-box;height:39.875rem;width:65.5625rem;position:absolute;display:block;z-index:15004;background-color:#eff4fe;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.8125rem;left:5rem;border-top-right-radius:2.4375rem;border-bottom-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-top-left-radius:2.4375rem;display:block; }
#VvdILiM4066gGJynUHGZWEyh3SDcqauK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.28515625rem;left:19.3125rem;height:10.80078125rem;text-align:center;text-align-last:center;display:block; }
#V49heesmurtgcwRx2PvIaleEuwy83tAh { color:#2c3362;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:66.125rem;left:11.8125rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQT0O1F2THxGWNkZDIeoIF7BxSJ9sZ8N { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:74.125rem;left:11.8125rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:82.8125rem;left:11.8125rem;height:6.472625rem;display:block; }#xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w li:before{  }
#FztbBtwT4sabNAFcUlrOuMZXlbTEsqE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:80.25rem;left:11.8125rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxbbCtGgty5ts4GawFTtt4aHJX5Jx0J1 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.1875rem;width:26.0625rem;top:3rem;left:44.40625rem;overflow:hidden;display:block; }
#c9v5iWOKTCrg9zanf0KpQwNcThVAGT19 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.0625rem;width:26.125rem;top:61.6875rem;left:44.5rem;overflow:hidden;display:block; }
#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ { position:relative;display:block; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ { background-color: transparent; background-image: none; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row .container > .video-iframe-container { display: none; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row > .video-iframe-container { display: none; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .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); }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ { border-width: 0; border-radius: 0; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .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; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z7TLhiI0AuwFDPw8OxUD6wuO8QADTa04 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:6.84375rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#MbT92hTlZo7ATFZZrmPLZQiLnfaktRes { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.7685546875rem;left:28.03125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#a587DGZ1e8suwf7bDEOW4SGfa7wBAK2N { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:14.53125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK { position:relative;display:block; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK { background-color: transparent; background-image: none; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row .container > .video-iframe-container { display: none; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row > .video-iframe-container { display: none; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .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); }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK { border-width: 0; border-radius: 0; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .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; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .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:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xzqnJv8s8GXeCPNNwPXGQ58I0haEFdCs { background-color:transparent;background-image: -webkit-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e87f4', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e87f4', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: -0.125rem -0.125rem 6.6875rem rgba(var(--color-primary-2),0.74) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.912109375rem;left:23.9375rem;display:block; }
#FqLBFHvXBgf991RFirUd8kVoCtWQIbgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZ8RLZOZCyBHMfQoHZNE3ULe7S82UxMO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:22.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JVzTqdSrHncmd6U528rnOXcbohTp5Umm { position:relative;display:block; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm { background-color: transparent; background-image: none; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row .container > .video-iframe-container { display: none; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row > .video-iframe-container { display: none; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .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); }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm { border-width: 0; border-radius: 0; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .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; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .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:39.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QRB0vkeoG6NQnoUAGowwe8ThKRhv1smc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9365234375rem;left:2.71875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#GX2ZuBg06WRZXGfZTOhhM6Hlw99yBdSR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.28662109375rem;left:2.71875rem;height:2.51855625rem;display:block; }
#mw723AiqmLVqn1OvwzVGKT4G389HLNEc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.8623046875rem;left:2.71875rem;height:5.52344375rem;display:block; }
#Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.0625rem;left:2.71875rem;height:14.92775rem;display:block; }#Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n li:before{  }
#gIZmLrNsfEfWKButoNJvtgdoiIZ3PF6v { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:24.125rem;top:5.9365234375rem;left:44.1875rem;overflow:hidden;display:block; }
#ys4cMZKF0UJPQfz040NL86pgTQC4XElV { position:relative;display:block; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV { background-color: transparent; background-image: none; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row .container > .video-iframe-container { display: none; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row > .video-iframe-container { display: none; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .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); }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV { border-width: 0; border-radius: 0; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .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; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .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:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dCJHTfTZOc93pvHOvrBOhX2bBx4nr8GR { box-sizing:content-box;height:10.4375rem;width:70.125rem;position:absolute;display:block;z-index:15005;background-color:#eff4fe;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:3.125rem;border-top-right-radius:2.4375rem;border-bottom-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-top-left-radius:2.4375rem;display:block; }
#Cub2TE75W9nXzz3GUDlnWb2m1828eFMv { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9404296875rem;left:5.59375rem;height:5.11816875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8SHue6plQCtAnbiEDvGVyFV8dx4Eia9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.0625rem;height:5.11816875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBKi0q63o3g5ZqGLAENsuGM1OoAJ0VX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.1875rem;left:7.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi { position:relative;display:block; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi { background-color: transparent; background-image: none; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row .container > .video-iframe-container { display: none; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row > .video-iframe-container { display: none; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .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); }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi { border-width: 0; border-radius: 0; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .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; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .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:87.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nHrmwCXu9czkh1BTbp5szZPKETA9Swcw { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7490234375rem;left:12.65625rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#ArGETig29vlMSlK6hXvtQOSBy6g3WcAy { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.0498046875rem;left:26.5rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#bAGGCs6Lske5LQMRFaXdVvo83drliIoo { box-sizing:content-box;height:22.875rem;width:22.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.375rem;left:4.5806962025316rem;display:block; }
#K8d3iiXcIvqxPiQSCFc7FprQDn9kVb1X { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.48095703125rem;left:15.14306640625rem;height:3.4121125rem;display:block; }
#wWmeE5sh4p8uzdLOum4mIwFTI1N1sT7T { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.89306640625rem;left:5.83056640625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#nH0IUvOK4fnFGZgBvK0phh3A1LH3VcDK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.5rem;left:9.58056640625rem;height:9.0986375rem;text-align:center;text-align-last:center;display:block; }
#gGuUZxOwEofOUl9NP0T71VRp8cGSagSd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.9375rem;left:45.0625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#EdJDOczlMWowAzgMzsTngHcaxwDCyNVr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.4375rem;left:47.75rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#TPlQyaGtEk6qeEEc3qNfh61soQ6JDCFX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.5625rem;left:53.3125rem;height:3.4121125rem;display:block; }
#bzDHGUehc3zBQ04gLdCqt2iaHh8rRdls { box-sizing:content-box;height:26.3125rem;width:26.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:40.6875rem;display:block; }
#DqSqinMSGauDvp6DQLF3RdGtJWyZGHid { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:61rem;left:46.375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#xWPmKTCJinSTXPzFisyERQIt5dgTadlx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:66.3125rem;left:50.125rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#Tz7e4XsGvubU4ROg0KTHlls61XVnffyx { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:57.5625rem;left:55.6875rem;height:;display:block; }
#tUy7GeCDzGWNtCoo8xfqztgR0pS6OfTx { box-sizing:content-box;height:23.875rem;width:23.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.4375rem;left:44.625rem;display:block; }
#kbAe9ebA85qRbIMw1wF8O4V0FnKbQ7ZI { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:57.1875rem;left:14.4375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#ghueAQpgdGguHOkSQwgUFieUtBSh4EVR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:62.5rem;left:18.1875rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#asLVBRawMqkZlTttcmTmndDgCOs0fg1W { box-sizing:content-box;height:23.875rem;width:23.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.625rem;left:12.6875rem;display:block; }
#g1ZKBl5goK76Epmu6sMyTHrB3aUp6Aqg { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:53.75rem;left:23.75rem;height:3.4121125rem;display:block; }
#KWrxrhMOE0wzATx26ahhuzt6mTiz0hJq { box-sizing:content-box;height:10.375rem;width:10.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:30.6875rem;display:block; }
#RInaR1yLTTsRTtgp6V6m0GhzuqFIQPOF { box-sizing:content-box;height:6rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.130859375rem;left:31.9580078125rem;display:block; }
#zgC4zscHRi70v2J94y4pKBuNL7C42W9c { box-sizing:content-box;height:4.75rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.4375rem;left:4.58056640625rem;display:block; }
#Fwv67ANKJEq5hQN1UwqcOGgP3WWfnuJz { box-sizing:content-box;height:4.75rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.13671875rem;left:37.8955078125rem;display:block; }
#URxR6dU6eVKy4Qk3LfxSE8xW7ITsFnkn { box-sizing:content-box;height:3.8125rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#d54646;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.75rem;left:65.7705078125rem;display:block; }
#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a { position:relative;display:block; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a { background-color: transparent; background-image: none; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row .container > .video-iframe-container { display: none; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row > .video-iframe-container { display: none; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .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); }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a { border-width: 0; border-radius: 0; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .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; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .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:39.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ry5atDysz0UiLmFeb59VdgtHHu0aHcAo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.5rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#GRwQmlzZXnhOPe3QecNQ3tM0VpATbTID { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.5rem;height:7.5556875rem;display:block; }
#Ox2Xc5BbqG5ruvRETVJFl5NydhJMzCZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.5rem;height:1.4619125rem;display:block; }
#Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:4.5rem;height:5.01074375rem;display:block; }#Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm li:before{  }
#Rid0lcZgd5upTWc4i3CqQF6ILAFmqgOp { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:4.5rem;height:4.3857375rem;display:block; }
#QCTDMp5rhDQiZapvmSXkeaxNmDleaXac { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:24.375rem;top:4.9375rem;left:43.8125rem;overflow:hidden;display:block; }
#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 { position:relative;display:block; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 { background-color: transparent; background-image: none; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row .container > .video-iframe-container { display: none; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row > .video-iframe-container { display: none; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .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); }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 { border-width: 0; border-radius: 0; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .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; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .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:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AkVO2gH15T1vTLRN1RExv8QW6lkS27zu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.98828125rem;left:23.0625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container { background-color: transparent; background-image: none; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container > .video-iframe-container { display: none; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row > .video-iframe-container { display: none; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .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); }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container { border-width: 0; border-radius: 0; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#ONOXT5JyvlBR9UIMHG311RT10AkizSAy { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6239166259766rem;left:12.656251907349rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Kc1eD6z0tSHza9PTeRdtBKd138ISAWwT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.125rem;left:4.0625rem;height:2.923825rem;display:block; }
#ZGtfbFLabqLw8NJTnftQGC1BmTqfDQeg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.3125rem;left:4.0625rem;height:1.4619125rem;display:block; }
#liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.181640625rem;left:4.0625rem;height:5.01074375rem;display:block; }#liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ li:before{  }
#AMoWL5bHSTyNQCWdGbODNmsLO2TTzFXd { position:absolute;display:block;z-index:15006;height:17.624rem;width:31.4980625rem;top:34.1220703125rem;left:4.0625rem;display:block; }
#ldM0yVu4UHxouTKztwC6SV8FlCsDVM90 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:54.8095703125rem;left:4.0625rem;height:2.923825rem;display:block; }
#GwM5LpoUodyTiUKBXSbC0bZ8by8VLSGi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(var(--color-primary-2),0.41);top:9.1026477813719rem;left:20.156251907349rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#LinEWsy62KaqO2XMzBcmTt7m3h3tKP2U { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0342884063719rem;left:34.811201095581rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#KN4TBHNsybgXs3PoubmnqLsr1I0EKCsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:28.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#MBaaRFApxIStk7FWyC3vRBWAuNOUCpZD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1026477813719rem;left:12.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#JP32hVEOp3ObNJVipvzs4dAnU7UrmIeJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.125rem;width:25.1875rem;top:15.75rem;left:43.1875rem;overflow:hidden;display:block; }
#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU { position:relative;display:block; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU { background-color: transparent; background-image: none; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row .container > .video-iframe-container { display: none; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row > .video-iframe-container { display: none; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .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); }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU { border-width: 0; border-radius: 0; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .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; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .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:34.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AsSpzWTUnmsscXTzt73HXFsEW4dsmcz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7265625rem;left:20.9677734375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.7471790313719rem;left:29.685331344604rem;height:3.236325rem;display:block; }#lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn li:before{  }
#ru1tFW70tGivwLHaU1XHoFoaRh0KJzHq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.663629531861rem;left:20.968969345092rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.241958618164rem;left:29.685331344604rem;height:5.01074375rem;display:block; }#VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG li:before{  }
#KCZOWgtbpoUlUQKT5w0q3yKFFV6mVEz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.6201171875rem;left:26.4990234375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container { background-color: transparent; background-image: none; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container > .video-iframe-container { display: none; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row > .video-iframe-container { display: none; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .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); }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container { border-width: 0; border-radius: 0; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#guMDqxIBeD6xTHiXP1mNMzaubUeRhPTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2480487823486rem;left:6.8750019073488rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#acDymnqxrU4s7ibpa0ddV2tSTPxvREep { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.299478530884rem;left:14.937067031861rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#MEtKsHvEvJV6XFEO4aG6pd1qHgyxyQOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.372613906861rem;left:9.0310344696044rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW { position:relative;display:block; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW { background-color: transparent; background-image: none; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row .container > .video-iframe-container { display: none; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row > .video-iframe-container { display: none; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .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); }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW { border-width: 0; border-radius: 0; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .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; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .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.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#waSKRedfzAmhKKFqWAImTQUi9dG9qU9h { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#wxnaOloml7Vcv5N7NFLrIhe9VmTBJbTl { color:rgba(var(--color-tertiary-4),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#DTWu37g54QvHfAMauv4ubCbqlgW07RkI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.625rem;left:2.0625rem;height:8.771475rem;text-align:left;text-align-last:left;display:block; }
#rdOQWEHg1UKKKfzPdKN0NTr9k2XEbPVF { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.125rem;width:22.4375rem;top:0.625rem;left:48.1708984375rem;overflow:hidden;display:block; }
#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul { position:relative;display:block; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul { background-color: transparent; background-image: none; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row .container > .video-iframe-container { display: none; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row > .video-iframe-container { display: none; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .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); }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul { border-width: 0; border-radius: 0; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .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; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .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:32.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ID5EczDTCDDaKsDI9GNLn8hlGOy86mGL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6840286254881rem;left:40.498048782349rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#cn2ieBbliTHSApRC6t26srhxCVGlLh0F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.7666015625rem;left:40.498046875rem;height:11.483375rem;display:block; }#cn2ieBbliTHSApRC6t26srhxCVGlLh0F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cn2ieBbliTHSApRC6t26srhxCVGlLh0F li:before{  }
#mUiGiHdh0sXiXokDqCq14AT9B9SETkmE { position:absolute;display:block;z-index:15007;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:31.8125rem;width:25.375rem;top:0.21875rem;left:8.724609375rem;overflow:hidden;display:block; }
#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ { position:relative;display:block; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ { background-color: transparent; background-image: none; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row .container > .video-iframe-container { display: none; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row > .video-iframe-container { display: none; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .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); }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ { border-width: 0; border-radius: 0; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .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; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .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:47.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHi2ENuf87AUS5a3heiKKIUgdc1V6EOS { color:rgba(var(--color-tertiary-4),1);display:block;width:43.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3076171875rem;left:15.8115234375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Q9BE7f4lB9LamI3yg6Xt4l86k6Vfasm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.3125rem;left:4.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#FbpqcZCvBdeTtUD3TOfpCoKb7c0MKGDf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.1875rem;left:4.625rem;height:1.54296875rem;display:block; }
#xWl1gGbuTkKNukIi38y965Mpi1n9bpQ7 { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:18.375rem;left:4.0625rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNrptKczTciTieFdmg9G4cTelOB6Pvx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.875rem;left:4.625rem;height:5.25390625rem;display:block; }#yNrptKczTciTieFdmg9G4cTelOB6Pvx7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yNrptKczTciTieFdmg9G4cTelOB6Pvx7 li:before{  }
#Xpg7fOOb81irMFhHBd0fg9Bhrstu5kHm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:33.6875rem;left:4.625rem;height:1.54296875rem;display:block; }
#T9tftyqooiKqFeWUKe2dWdJTMM2ZeLiq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.375rem;left:4.625rem;height:1.54296875rem;display:block; }
#gC0Ey6P2v5KVMXz1yIl1inLAwqbJluUz { position:absolute;display:block;z-index:15029;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:25.374rem;width:30.874rem;top:16.814453125rem;left:39.6845703125rem;overflow:hidden;display:block; }
#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T { position:relative;display:block; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T { background-color: transparent; background-image: none; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row .container > .video-iframe-container { display: none; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row > .video-iframe-container { display: none; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .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); }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T { border-width: 0; border-radius: 0; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .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; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .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:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WGpetGXzEpqGvugdRLP6btKzZMf0Uutt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.75rem;left:41.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#T5qhcHmgSmFVfBIJVP5KVqNtOZ5qTKdy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.625rem;left:41.8125rem;height:1.54296875rem;display:block; }
#bIs336LGDU02PZPH8NZiiuzZDsxOnrPr { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:7.8125rem;left:41.25rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:41.8125rem;height:5.25390625rem;display:block; }#ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 li:before{  }
#IhqT3ygm1l2LJdmtXw373n3LVZJpuTZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.875rem;left:41.8125rem;height:1.54296875rem;display:block; }
#bxuw2onNwOQBHPBJx5nk49pH2kmQUZbR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.5625rem;left:41.8125rem;height:1.54296875rem;display:block; }
#QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.1875rem;left:45.375rem;height:3.3984375rem;display:block; }#QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX li:before{  }
#JBxZ5rpohZ4haCEwTblnbHTN0MIk0WGm { position:absolute;display:block;z-index:15030;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:25.3125rem;width:24.6875rem;top:7.001953125rem;left:4.8095703125rem;overflow:hidden;display:block; }
#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe { position:relative;display:block; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe { background-color: transparent; background-image: none; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row .container > .video-iframe-container { display: none; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row > .video-iframe-container { display: none; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .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); }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe { border-width: 0; border-radius: 0; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .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; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .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:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S8KZcpZL4R3w8JbHTlZNksLS0viNgOXt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.9375rem;left:5.125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#Otdn3o3ooqNXex2z7fkMKS3QwSCn9HM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.6875rem;height:1.54296875rem;display:block; }
#N0qBxI44ksviEhmbvm760HAXrnOcrsa9 { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:9rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.75rem;left:5.6875rem;height:3.3984375rem;display:block; }#WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg li:before{  }
#oaAz0h3Sxh0BFDcDCzMMaUosshzo8LtW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.5625rem;left:5.6875rem;height:1.54296875rem;display:block; }
#zkknNzdeoc9hewNApUXDgnlCwlitcEh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:31.25rem;left:5.6875rem;height:1.54296875rem;display:block; }
#WSrc3zQAkD4NIO5NRkecaxz802CLTDKC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.747829437256rem;left:9.3739147186281rem;height:3.3984375rem;display:block; }#WSrc3zQAkD4NIO5NRkecaxz802CLTDKC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSrc3zQAkD4NIO5NRkecaxz802CLTDKC li:before{  }
#CD4nDWdGJFg8JSJtDRM7ZVAa5i51f6VT { position:absolute;display:block;z-index:15033;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:33.125rem;width:26.0615rem;top:4.5625rem;left:45.3720703125rem;overflow:hidden;display:block; }
#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv { position:relative;display:block; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv { background-color: transparent; background-image: none; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row .container > .video-iframe-container { display: none; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row > .video-iframe-container { display: none; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .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); }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv { border-width: 0; border-radius: 0; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .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; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .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:60.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EuEDukV9cmSLEWbrzfNMUyBNpsvthSGu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.75rem;left:41.25rem;height:;text-align:left;text-align-last:left;display:block; }
#vxdfGSiRO26QU198yLvKgXHGA4hO9Lzd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.8125rem;height:1.54296875rem;display:block; }
#Bi4G0rknQBwKNKL1yykWGHTgkusHwyG5 { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:7.8125rem;left:41.25rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.5625rem;left:41.8125rem;height:1.54296875rem;display:block; }#fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs li:before{  }
#h9lC2aGBs8IPlRlusRTgeKS520c4qZrP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.0625rem;left:41.8125rem;height:1.54296875rem;display:block; }
#JZr3eMyKAJyA0zuCfG4w5WG1nO3vsBUI { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.75rem;left:41.8125rem;height:1.54296875rem;display:block; }
#b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.809030532837rem;left:41.812067031861rem;height:5.25390625rem;display:block; }#b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv li:before{  }
#TXEc1TdlW17dsubzXBkTqAFTrFlkEhsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.936849594116rem;left:41.843538284302rem;height:1.54296875rem;display:block; }
#wMCnLTNfeylUfyZGpsNKwWyhrgJ2D5kn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.357641220093rem;left:21.250001907349rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#zUv6olTDRGMGpuInJwf0xW1T6rSOCrDq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:50.295142263174rem;left:21.250001907349rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#MkhN6i16By623aPMVD2r6rHiTta8ruTs { position:absolute;display:block;z-index:15023;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:35.5625rem;width:23.875rem;top:3.3017578125rem;left:8.5576171875rem;overflow:hidden;display:block; }
#raE4335PIJQe9sU11FbDrXZbCafxCon6 { position:relative;display:block; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 { background-color: transparent; background-image: none; }#raE4335PIJQe9sU11FbDrXZbCafxCon6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row .container > .video-iframe-container { display: none; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row > .video-iframe-container { display: none; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .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); }#raE4335PIJQe9sU11FbDrXZbCafxCon6 { border-width: 0; border-radius: 0; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .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; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .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:303.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OIww3MyytO7eB18gQoTvJDs3bACvctPf { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3735rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8702812194824rem;left:16.498483657837rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#feLZLAs11B2fMFVlmovu1q1Kgu1RzGfn { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:4.0711860656738rem;left:20.625001907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZlXTVG1tNbc7zSGPkTo5xFcoirfc3dbv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25284576416rem;left:21.374784469604rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#tMzDvaIDmOmb8moz1CIVmxfPB9G7GF6x { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.606098175049rem;left:21.934679031372rem;height:13.88671875rem;text-align:center;text-align-last:center;display:block; }
#omMMycwvVxNQsS11qX1PhBxhvCHpOaS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:40.811634063721rem;left:3.6241321563721rem;height:15.42971875rem;display:block; }
#y7rTxrl3184OWrbO5A2LME13o80u7CFT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.9375rem;left:3.625rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#G6Oe2RKGVM4TPtgVcy9sAZGg79IoLbRh { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:35rem;left:3.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xt3mn5cObuGHw9DLdUxtkv4hBwyeIXAE { position:absolute;display:block;z-index:15028;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:25.374375rem;width:30.8745625rem;top:35.000001907349rem;left:39.934900283814rem;overflow:hidden;display:block; }
#yVVzNErK8y9Au6apPCMmVJ7Hil2bvLdE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:79.75rem;left:39.9375rem;height:13.88671875rem;display:block; }
#CMFXkuCKpTKOEvWvpAxbvmsZ29240cMW { position:absolute;display:block;z-index:15032;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:33.125rem;width:26.0623125rem;top:68.185768127444rem;left:6.8728313446044rem;overflow:hidden;display:block; }
#w7cTw7o3n1HFnZu7tniFmdy8sT1FpRqi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:75.875rem;left:39.9375rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#L81cdngrT20i35NX6Huk1HxBZHbsy3uq { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:73.9375rem;left:39.9375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MM6c5wzGwk5ZMun7eTf3O1qQElZugIic { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:123.375rem;left:4.8759765625rem;height:12.34375rem;display:block; }
#T7GDUnfQXKOKwDDC2A4clrUm7TTip7uD { position:absolute;display:block;z-index:15032;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:25.3125rem;width:24.6875rem;top:114.75rem;left:40.875rem;overflow:hidden;display:block; }
#pUAtc64Z1VGG3C23L4pTT3cOQxJzkoe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:116.6875rem;left:4.5625rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#uaiirUIDDZJoSLQPUxAdvUKXQomMnTIV { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:114.75rem;left:4.5625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilzKW9b7iN1UenGWXtks1xE9xkyyPi78 { position:absolute;display:block;z-index:15036;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.8125rem;width:25rem;top:152.3671875rem;left:6.8720703125rem;overflow:hidden;display:block; }
#la2pMv4XIMrZ3J3Xea7nXiQ72a0eV6OU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:158.8125rem;left:37.8125rem;height:15.42971875rem;display:block; }
#BZ9TA0R1lOkH8Et1LWf9W3EnFgSiwu1K { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:154.9375rem;left:37.8125rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#mlmCQSxIcowhNlozanRcEbVqP5Paw3i1 { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:153rem;left:37.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zdwLCTdy3ViN2kvQg5nI7GraVWPPDeF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:202.0625rem;left:4.21875rem;height:13.88671875rem;display:block; }
#fmAwILnM1dxlu16HPWwEmgNCJRXchb3H { position:absolute;display:block;z-index:15036;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:30.5625rem;width:24.4375rem;top:193.724609375rem;left:43.15234375rem;overflow:hidden;display:block; }
#vdiWv8pxLMxGw1wxuFLlLVK61iO5BMue { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:197.6875rem;left:3.875rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#EGvqkFN6VIW0ATk45MCkFllTXGhSxeXx { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:195.75rem;left:3.875rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Upmg2vvzJttBlLSvkVb1r71kfbPuGz9H { position:absolute;display:block;z-index:15040;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:30.3125rem;width:25.9375rem;top:231.5rem;left:4.75rem;overflow:hidden;display:block; }
#RZoo674N1eOoJzqMhFv4CMNXD6UDOWve { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:243.0625rem;left:37.8125rem;height:12.34375rem;display:block; }
#DKXGzpG3Hcxu0CymHLn0LCqTgKobrgyA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:239.1875rem;left:37.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#ApQNOo1T4EN9S67elhIEA8U58N6ePE93 { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:237.25rem;left:37.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#No1qDvZp8w4McRxIcu81SecrMs4XSaLD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:282.625rem;left:3.9375rem;height:7.71484375rem;display:block; }
#kv7y3K6KIz83GrGGRuTalNgM8JsziHxi { position:absolute;display:block;z-index:15040;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:35.8125rem;width:23.25rem;top:267.5rem;left:43.8458984375rem;overflow:hidden;display:block; }
#xUCG1nnqfreMOQLVEsGqOzGc1yryy3iL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:278.25rem;left:3.625rem;height:;text-align:left;text-align-last:left;display:block; }
#Ju6VgL9LKPgLxxy36OtBlmlNySTlTSlr { color:#5d92ff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.2);top:276.3125rem;left:3.625rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container { background-color: transparent; background-image: none; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container > .video-iframe-container { display: none; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row > .video-iframe-container { display: none; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .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); }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container { border-width: 0; border-radius: 0; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#KV7nfmbGOk38s2boqCA1UiueMLEcZ7aF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.1865234375rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 { position:relative;display:block; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 { background-color: transparent; background-image: none; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row .container > .video-iframe-container { display: none; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row > .video-iframe-container { display: none; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .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); }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 { border-width: 0; border-radius: 0; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .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; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .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:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:8.125rem;height:10.0215rem;display:block; }#TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H li:before{  }
#BroVinkAOfxHP88qgbyEyPMdvKTRAyKN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:8.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#rGRWR9PyThpv1mr8eJTz6OCaCgMViCTR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8125rem;left:8.125rem;height:4.3857375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pzIp50nkPsJAmzS6EeNSuUkAMzG852wM { position:absolute;display:block;z-index:15041;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:33.3125rem;width:26.5625rem;top:0.84375rem;left:40.623046875rem;overflow:hidden;display:block; }
#T6gb4hXf5r97I8c6AT828HBqBoeKc26s { position:relative;display:block; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s { background-color: transparent; background-image: none; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row .container > .video-iframe-container { display: none; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row > .video-iframe-container { display: none; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .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); }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s { border-width: 0; border-radius: 0; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .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; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .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:53.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xa7wbAySBaKvkso9tfoviNu8rCUs8bfA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:20.875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-element-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.7;overflow:hidden;height:auto; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-trigger.adaptive-delivery-prevent-bg, #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-trigger.lazyload, #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-trigger.lazyloading { background-image: none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 { box-sizing:content-box;height:auto;width:60.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.875rem;left:6.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #JxuLht0c52CSt1IEzb0RHKfpKE9QsIEs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #FpFzWeySa27ADZpkqNDdwtCbxTPDiye5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #pkQDeTAPLbraGyvVdlmnTh02y2W3s1DV { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrTLih7KDRWz0F4oJOWxVghmOezJPfhD {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zSvUKnUoLUxdKkkLNEDSEJypg51sZNE2 {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #k8eTbVw9dofofCR5ADrhmfQdX6Od6LOP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #yInkrSFUPSZ2yLJoklku1twAx9uydgDW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #cqzfIIpLmitUA1Lt5pCpdZu5sHLTf0k0 { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #VJ2yiHcbQq41k38t1fkIgTX53mcm5Ep5 {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #kzDaCuq7sssCDrHIyhRLsqsW3M1kN7lR { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #EDKdT6Ms075hSzkGfoy0Z4GgX5T9qV8H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #eAisVWpqmgT4nkq8a4nKnMAxLVbVG4DZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qcNFbbWvLoG5KAcDaHyRGWA7qFtM3Tum { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #NTdSes0HPE3pf7WgOhlDRGtZgIRxq7IA {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #hkZXC1fHCVAiTg2ZyQdk9SqZ40L9JTBE { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IczXvW37kCQ8yurDulVEBSn8RznITGKd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #GTAe96TgnHOUOr3WSzegJqGug1TFzVwe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #M1TN9yHwSTirrFw0BuPDXmcyigSIWeVT { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #RNFUabtMsTFkGdzFZXdnDrsDIlccbpP6 {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Z3XRwrNKIuLOamzTVQGtkBAfPcOW0oLn { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #soTEO5Zp1L0VPy7EMVTCFyMIOVr2a5tm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #uFrCDPk17i86QgtwR578SzvpSkWvV7d9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AOVcKPuJP7HkbTOviDQ3SXGTwmk6be3G { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ScAl4OJSXoGlqRKTDoLqHZgiXhyLr73w {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #MABlcpFyAPhe1K7MiBerT3HwsCI73tI3 { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #BJ4GqR2R6t2WCkcuVSHCFgmSx9QcP9no { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AmZDeJk474czzE5yiFhMQkneKgQHhfdA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IAvw4O0aPVKHfhpiOA17bJ3ViSuPJzMI { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #tyQphswBTLKmorioCJHH2GO2peRI6H7H {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrSrawyEoOSHtoVABCQR0QD1cGLTzfH8 { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T5qUC77eVS4TC7KlOmm55A06w3RpN7M9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ctudQT8BCVtOxcNclEk8mL0c76lQmHMb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #m3cgvOGbbceLbPbQn6AFnCBUKSQtis59 { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zRBCvgpBD3wJ9LDd7P00Xq4i5eOhVwNF {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #v01In3BldMHfy6cG7MkwUBCrzW4JZ3Z2 { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Thnnbst8LdQ4ddAgW3TWySHicqmEeFdf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #n9IOCa4P1WZ7GHKiE7WnsdbuudWamezy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Bk5ia0F4y7rmcxR86fmh12lN5ETlc00s { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #TnZ9VWMWQBbbTRVg72IBfw95dpEmZ6Ls {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #XCHpzz420qN2l7lFNmIBDiSuO6g5WXRd { display:none; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #C6G9rKyfaHdVm3U4LDzkduCCUAhFnC3a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qhLiM3qMh2CQyLaeaIEBVcSzTEHDw8o7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zV7Zx1L4TaFPiu8ZCh2FERT02WoZgOwh { display:block;position:relative; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #WRn7AAMMZnzTxspCqERyuadU8xmSnala {  }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T3slR4VuVplJuaSmiPykTnibNqBIhrki { display:none; }
#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg { position:relative;display:block; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg { background-color: transparent; background-image: none; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row .container > .video-iframe-container { display: none; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row > .video-iframe-container { display: none; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .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); }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg { border-width: 0; border-radius: 0; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .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; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gFuPlBCPxC2yrmIyKEMhDdLyZcBoSv7S { color:rgba(var(--color-tertiary-4),1);display:block;width:63.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.912109375rem;left:5.78125rem;height:2.923825rem;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; }
#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#971919;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container { background-color: transparent; background-image: none; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container > .video-iframe-container { display: none; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row > .video-iframe-container { display: none; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .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); }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container { border-width: 0; border-radius: 0; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#nU5gXTqa5Kr90f9uLDqiZoexpPKpeQry { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.97265625rem;left:18.1708984375rem;height:1.8681625rem;display:block; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.308125rem;padding-right:0.291875rem;padding-bottom:0.308125rem;padding-left:0.291875rem;display:block;align-items:center;width:1.745rem;min-width:1.745rem;height:1.655625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.233125rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.328125rem;height:0.655rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.4625rem;font-weight:400;line-height:10.48px;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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.3125rem;height:3.119375rem;padding-top:0.385rem;padding-right:0.415625rem;padding-bottom:0.385rem;padding-left:0.415625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:41.3583984375rem;z-index:15003; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #TtD3ZetNg1tRKuGFQaR5JNt3FIHk1zyw { display:flex;position:relative;top:0rem;left:0rem; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #nP9fHEKrBwVrMMhabTNKyuz3ZaulLvCr { width:auto; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #MK5Ln0dR5vGThwdkSiE9U3LMi3ph7Jtv {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cBVouf4ghbSbxKGpzTNInbKS1IgHn1D3 { display:flex;position:relative;top:0rem;left:0rem; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #fCXK8yXx4LwPTbzW2reDehh4vRwHNIys {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #QP6opQA0guNyteh7BspM29GXnN1rMQlr {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cWWmGABvb4xhFrfH7ZsuVHn1KWNMEk16 { display:flex;position:relative;top:0rem;left:0rem; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #CXgEVW6gPvkH7UBn2c2CFhMvG0C0AVtV {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #pt7QLTK15XnXMPzVAaTTtDq1ywbcraIn {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #B1uWSFQkK1G1VL9GXrOkLl13eGDtr30u { display:flex;position:relative;top:0rem;left:0rem; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #GAnaz8T2TAxLcQdgUwXFOUtvA18eUJEo {  }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #qWntXSItKoxq7IxvdGT1oDHOT6PNvTRs {  }
#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container { background-color: transparent; background-image: none; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container > .video-iframe-container { display: none; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row > .video-iframe-container { display: none; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .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); }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container { border-width: 0; border-radius: 0; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container { font-size:0.875rem;font-family:arial;height:96.625rem;width:75rem;position:relative;display:block; }#Oun4EPKTGRAeCaCqDhn1B8MalrIffsnv { box-sizing:content-box;height:56.875rem;width:38.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:18.1875rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#BJkzyIWuq8xXpu1285F6aEgHIgTpX1tf { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:12.90625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#ge4PmDisKs0TT1UlWJU5u0oUIBGyl4EJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.01171875rem;left:20.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#pfkuA856SnpyqPR7U97qSAGN2ltspFOR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.07421875rem;left:20.875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#nNfWpCJOoFOdHTlnJ91X57Q9I8nI6CD0 { color:#178744;display:block;width:33.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.2568359375rem;left:21.4375rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#uPG0NL1KvoihT5afsPBNPgHuWbGAucA3 { color:#149448;display:block;width:33.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.9365234375rem;left:21.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#UAmBGTIwRhGl1zNSuMoUaRTdlflTP9ZH { position:absolute;display:block;z-index:15012;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:24.25rem;width:28.125rem;top:36.8349609375rem;left:23.4375rem;overflow:hidden;display:block; }
#F50tLkPiZReudlnlBRsLPEN4Ib8ZmyiI { background-color:transparent;background-image: -webkit-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e87f4', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e87f4', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(67deg, #4e87f4, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: -0.125rem -0.125rem 6.6875rem rgba(var(--color-primary-2),0.74) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:64.4375rem;left:23.9375rem;display:block; }
#tdA7UrW7PyriCXG7XkpwzM1zZgCfUt72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9oBMg7OMBn8W1eEUNdTX0Fiiq1Z2LhG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:68.9375rem;left:23.0927734375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wUR2kqTVnasHaU8FoxBeq7zdapcvHDV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.25rem;left:8.125rem;height:3.0859375rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG { display:block; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAHsCdzVHkIf7Ah94llEXDU8Da3nJPzv { top:0.9375rem;left:4.5458984375rem;width:23.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-number { padding-top:0.48625rem;padding-right:0.425rem;padding-bottom:0.48625rem;padding-left:0.425rem;width:2.55125rem;min-width:2.625rem;height:2.6125rem;font-size:1.94375rem;line-height:43px;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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.401875rem;height:1.0325rem;font-size:0.72875rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK { display:flex;width:17.625rem;height:4.92125rem;top:0rem;left:27.7333984375rem;padding-top:1.491875rem;padding-right:1.54625rem;padding-bottom:1.491875rem;padding-left:1.54625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #stQ1RovNRPdpwdvUdLpaTJH8ACClZJdI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #uUXqDHXt1rkImcPCH1Kyqx8ltWnqx90J {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #sX7rlm49eLQ831qXhFJ4adNm2XRTLgtU {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #J2yqV3rrHCU2EdthR3mhAx15713lOFiH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #HbdmXLOp1sl5WUWRzhLvIJJw2nhJ657G {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #Ldywl4JxlETi0EJSirM2g3oqKceFexRw {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #mAkePQ88TwbSoBDClM7a11IVctulnK2g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #OItD44MMhJsJ3xUze9l0rGNzIXRBbhls {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #TuDwdDoV6qKpLluppgMViV0QGhFvtdIi {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #gG6A5T7K9JgMsLB33CpUB6ZpD33GPTw7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #y13fePpQI2kJIgIlwwAAqucrh9XTSFy0 {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #QEn8QaT1G2Od6vAwBXiz3DdhR2DfcTZx {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfalyMDHRWm37W7GlIZd31ev9PoMC4ix { top:8.5625rem;left:0rem;width:39.8125rem;height:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5NtBRvWwsCrEHcmgpZ9BobhrTTP4Cl { top:17.625rem;left:0rem;width:32.25rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU5lArhhrB9XtnLdJI5GLyQB8qEs0h6d { top:21.625rem;left:0rem;width:31.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGz4STgnsaQnnWB1ybf72yWv0JHKvRF5 { width:16.0625rem;height:2.875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yneZdwPJrPLDdkNGHZUQcXNgT1NvIEOA { display:block; }
 }@media only screen and (max-width: 763px) { #yUnvKe1R9XzZoLiuLGebp2z67QE0hsdf { top:57.8125rem;left:0rem;width:47.75rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvdILiM4066gGJynUHGZWEyh3SDcqauK { top:44.25rem;left:5.6875rem;width:36.375rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49heesmurtgcwRx2PvIaleEuwy83tAh { top:66.125rem;left:0rem;width:34rem;height:6.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQT0O1F2THxGWNkZDIeoIF7BxSJ9sZ8N { top:74.125rem;left:0rem;width:27.5rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w { top:82.8125rem;left:0rem;width:18.375rem;height:6.4375rem;font-size:1.125rem;display:block; }#xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w li:before{  }
 }@media only screen and (max-width: 763px) { #FztbBtwT4sabNAFcUlrOuMZXlbTEsqE4 { top:80.25rem;left:0rem;width:18.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxbbCtGgty5ts4GawFTtt4aHJX5Jx0J1 { top:3rem;left:21.6875rem;width:26.0625rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9v5iWOKTCrg9zanf0KpQwNcThVAGT19 { top:61.6875rem;left:21.625rem;width:26.125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ { display:block; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7TLhiI0AuwFDPw8OxUD6wuO8QADTa04 { top:4.5rem;left:0rem;width:30.1875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT92hTlZo7ATFZZrmPLZQiLnfaktRes { top:10.75rem;left:2.625rem;width:45.125rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a587DGZ1e8suwf7bDEOW4SGfa7wBAK2N { top:17.5rem;left:0.90625rem;width:27.25rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDq0TatHDefL0vwcnA1DDxTx9igMt9uK { display:block; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzqnJv8s8GXeCPNNwPXGQ58I0haEFdCs { width:27.125rem;height:3.9375rem;top:2.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLBFHvXBgf991RFirUd8kVoCtWQIbgk { display:block; }
 }@media only screen and (max-width: 763px) { #BZ8RLZOZCyBHMfQoHZNE3ULe7S82UxMO { top:7.5rem;left:8.90625rem;width:29.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzTqdSrHncmd6U528rnOXcbohTp5Umm { display:block; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRB0vkeoG6NQnoUAGowwe8ThKRhv1smc { top:5.875rem;left:0rem;width:33.4375rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX2ZuBg06WRZXGfZTOhhM6Hlw99yBdSR { top:9.25rem;left:0rem;width:32.25rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw723AiqmLVqn1OvwzVGKT4G389HLNEc { top:12.8125rem;left:0rem;width:24.8125rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n { top:20.0625rem;left:0rem;width:37.8125rem;height:14.875rem;font-size:1.125rem;display:block; }#Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n li:before{  }
 }@media only screen and (max-width: 763px) { #gIZmLrNsfEfWKButoNJvtgdoiIZ3PF6v { top:5.875rem;left:23.625rem;width:24.125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys4cMZKF0UJPQfz040NL86pgTQC4XElV { display:block; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCJHTfTZOc93pvHOvrBOhX2bBx4nr8GR { top:1.25rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cub2TE75W9nXzz3GUDlnWb2m1828eFMv { top:3.9375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SHue6plQCtAnbiEDvGVyFV8dx4Eia9 { top:15.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBKi0q63o3g5ZqGLAENsuGM1OoAJ0VX2 { top:24.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6D2Ri4845mPo8BvRrbxMfXer9bePpi { display:block; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHrmwCXu9czkh1BTbp5szZPKETA9Swcw { top:3.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArGETig29vlMSlK6hXvtQOSBy6g3WcAy { top:15rem;left:12.875rem;width:22rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAGGCs6Lske5LQMRFaXdVvo83drliIoo { top:27.375rem;left:0rem;width:22.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8d3iiXcIvqxPiQSCFc7FprQDn9kVb1X { top:28.4375rem;left:1.51806640625rem;width:1.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmeE5sh4p8uzdLOum4mIwFTI1N1sT7T { top:31.875rem;left:0rem;width:20rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH0IUvOK4fnFGZgBvK0phh3A1LH3VcDK { top:37.5rem;left:0rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuUZxOwEofOUl9NP0T71VRp8cGSagSd { top:30.9375rem;left:29.875rem;width:17.875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJDOczlMWowAzgMzsTngHcaxwDCyNVr { top:36.4375rem;left:34.125rem;width:12.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlQyaGtEk6qeEEc3qNfh61soQ6JDCFX { top:27.5625rem;left:39.6875rem;width:1.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzDHGUehc3zBQ04gLdCqt2iaHh8rRdls { top:26.375rem;left:21.0625rem;width:26.6875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqSqinMSGauDvp6DQLF3RdGtJWyZGHid { top:61rem;left:27.75rem;width:20rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPmKTCJinSTXPzFisyERQIt5dgTadlx { top:66.3125rem;left:35.25rem;width:12.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7e4XsGvubU4ROg0KTHlls61XVnffyx { top:57.5625rem;left:42.0625rem;width:1.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUy7GeCDzGWNtCoo8xfqztgR0pS6OfTx { top:56.4375rem;left:24.25rem;width:23.5rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbAe9ebA85qRbIMw1wF8O4V0FnKbQ7ZI { top:57.1875rem;left:0.8125rem;width:20rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghueAQpgdGguHOkSQwgUFieUtBSh4EVR { top:62.5rem;left:4.5625rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLVBRawMqkZlTttcmTmndDgCOs0fg1W { top:52.625rem;left:0rem;width:23.5rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZKBl5goK76Epmu6sMyTHrB3aUp6Aqg { top:53.75rem;left:10.125rem;width:1.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrxrhMOE0wzATx26ahhuzt6mTiz0hJq { top:45.0625rem;left:17.0625rem;width:10.25rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInaR1yLTTsRTtgp6V6m0GhzuqFIQPOF { top:30.125rem;left:18.3330078125rem;width:5.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgC4zscHRi70v2J94y4pKBuNL7C42W9c { top:55.4375rem;left:0rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwv67ANKJEq5hQN1UwqcOGgP3WWfnuJz { top:69.125rem;left:24.2705078125rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URxR6dU6eVKy4Qk3LfxSE8xW7ITsFnkn { top:53.75rem;left:43.0625rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTyiNlTZALPyUmG9BcbNU923295ZZ1a { display:block; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ry5atDysz0UiLmFeb59VdgtHHu0aHcAo { top:4.8125rem;left:0rem;width:33.4375rem;height:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRwQmlzZXnhOPe3QecNQ3tM0VpATbTID { top:12.1875rem;left:0rem;width:32.25rem;height:7.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox2Xc5BbqG5ruvRETVJFl5NydhJMzCZZ { top:21.125rem;left:0rem;width:22rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm { top:23.9375rem;left:0rem;width:36.0625rem;height:5rem;font-size:1.125rem;display:block; }#Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm li:before{  }
 }@media only screen and (max-width: 763px) { #Rid0lcZgd5upTWc4i3CqQF6ILAFmqgOp { top:30.6875rem;left:0rem;width:22rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTDMp5rhDQiZapvmSXkeaxNmDleaXac { top:4.9375rem;left:23.375rem;width:24.375rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 { display:block; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkVO2gH15T1vTLRN1RExv8QW6lkS27zu { top:2.9375rem;left:9.4375rem;width:28.875rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2TzDD8siATQPzLoeRQv8oi65BcmMPC { display:block; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONOXT5JyvlBR9UIMHG311RT10AkizSAy { top:5.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1eD6z0tSHza9PTeRdtBKd138ISAWwT { top:20.125rem;left:0rem;width:25.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGtfbFLabqLw8NJTnftQGC1BmTqfDQeg { top:24.3125rem;left:0rem;width:21.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ { top:27.125rem;left:0rem;width:21.375rem;height:5rem;font-size:1.125rem;display:block; }#liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ li:before{  }
 }@media only screen and (max-width: 763px) { #AMoWL5bHSTyNQCWdGbODNmsLO2TTzFXd { top:34.0625rem;left:0rem;width:31.4375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldM0yVu4UHxouTKztwC6SV8FlCsDVM90 { top:54.75rem;left:0rem;width:21.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwM5LpoUodyTiUKBXSbC0bZ8by8VLSGi { top:9.0625rem;left:0rem;width:15.4375rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LinEWsy62KaqO2XMzBcmTt7m3h3tKP2U { top:9rem;left:12.25rem;width:35.5rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN4TBHNsybgXs3PoubmnqLsr1I0EKCsJ { top:12.4375rem;left:15.125rem;width:18.125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaaRFApxIStk7FWyC3vRBWAuNOUCpZD { top:9.125rem;left:0rem;width:9.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP32hVEOp3ObNJVipvzs4dAnU7UrmIeJ { top:15.75rem;left:20rem;width:25.1875rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU { display:block; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsSpzWTUnmsscXTzt73HXFsEW4dsmcz8 { top:4.6875rem;left:7.3427734375rem;width:33rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn { top:9.6875rem;left:16.0595703125rem;width:21.3125rem;height:3.1875rem;font-size:1.125rem;display:block; }#lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn li:before{  }
 }@media only screen and (max-width: 763px) { #ru1tFW70tGivwLHaU1XHoFoaRh0KJzHq { top:14.625rem;left:7.3439693450925rem;width:33rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG { top:20.1875rem;left:16.0595703125rem;width:21.3125rem;height:5rem;font-size:1.125rem;display:block; }#VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG li:before{  }
 }@media only screen and (max-width: 763px) { #KCZOWgtbpoUlUQKT5w0q3yKFFV6mVEz6 { top:27.5625rem;left:12.8740234375rem;width:21.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B38w0DKClP6JbDQq0D7dQaA6AeVc3yru { display:block; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guMDqxIBeD6xTHiXP1mNMzaubUeRhPTQ { top:4.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDymnqxrU4s7ibpa0ddV2tSTPxvREep { top:10.25rem;left:1.3115234375rem;width:45.0625rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtKsHvEvJV6XFEO4aG6pd1qHgyxyQOQ { top:16.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW { display:block; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSKRedfzAmhKKFqWAImTQUi9dG9qU9h { top:9.5rem;left:0rem;width:41.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnaOloml7Vcv5N7NFLrIhe9VmTBJbTl { top:17.125rem;left:0rem;width:41.4375rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWu37g54QvHfAMauv4ubCbqlgW07RkI { top:23.625rem;left:0rem;width:31.1875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOQWEHg1UKKKfzPdKN0NTr9k2XEbPVF { top:0.625rem;left:25.3125rem;width:22.4375rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4OLDwS3qza3DGbLeFp744rkfDX0Qcul { display:block; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ID5EczDTCDDaKsDI9GNLn8hlGOy86mGL { top:6.625rem;left:14.5625rem;width:33.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2ieBbliTHSApRC6t26srhxCVGlLh0F { top:11.75rem;left:21.375rem;width:26.375rem;height:11.5rem;font-size:1.125rem;display:block; }#cn2ieBbliTHSApRC6t26srhxCVGlLh0F li:before{  }
 }@media only screen and (max-width: 763px) { #mUiGiHdh0sXiXokDqCq14AT9B9SETkmE { top:0.1875rem;left:0rem;width:25.375rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ { display:block; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHi2ENuf87AUS5a3heiKKIUgdc1V6EOS { top:8.25rem;left:2.1865234375rem;width:43.3125rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9BE7f4lB9LamI3yg6Xt4l86k6Vfasm6 { top:20.3125rem;left:0rem;width:33.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpqcZCvBdeTtUD3TOfpCoKb7c0MKGDf { top:24.1875rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWl1gGbuTkKNukIi38y965Mpi1n9bpQ7 { top:18.375rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrptKczTciTieFdmg9G4cTelOB6Pvx7 { top:26.875rem;left:0rem;width:32.5rem;height:5.25rem;font-size:1.1875rem;display:block; }#yNrptKczTciTieFdmg9G4cTelOB6Pvx7 li:before{  }
 }@media only screen and (max-width: 763px) { #Xpg7fOOb81irMFhHBd0fg9Bhrstu5kHm { top:33.6875rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9tftyqooiKqFeWUKe2dWdJTMM2ZeLiq { top:36.375rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0Ey6P2v5KVMXz1yIl1inLAwqbJluUz { top:16.8125rem;left:16.9375rem;width:30.8125rem;height:25.323455820431rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T { display:block; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGpetGXzEpqGvugdRLP6btKzZMf0Uutt { top:9.75rem;left:14rem;width:33.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qhcHmgSmFVfBIJVP5KVqNtOZ5qTKdy { top:13.625rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIs336LGDU02PZPH8NZiiuzZDsxOnrPr { top:7.8125rem;left:14rem;width:33.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 { top:16.3125rem;left:15.25rem;width:32.5rem;height:5.25rem;font-size:1.1875rem;display:block; }#ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 li:before{  }
 }@media only screen and (max-width: 763px) { #IhqT3ygm1l2LJdmtXw373n3LVZJpuTZ2 { top:26.875rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuw2onNwOQBHPBJx5nk49pH2kmQUZbR { top:29.5625rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX { top:22.1875rem;left:20.1875rem;width:27.5625rem;height:3.375rem;font-size:1.1875rem;display:block; }#QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX li:before{  }
 }@media only screen and (max-width: 763px) { #JBxZ5rpohZ4haCEwTblnbHTN0MIk0WGm { top:7rem;left:0rem;width:24.6875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe { display:block; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8KZcpZL4R3w8JbHTlZNksLS0viNgOXt { top:10.9375rem;left:0rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otdn3o3ooqNXex2z7fkMKS3QwSCn9HM0 { top:17.0625rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0qBxI44ksviEhmbvm760HAXrnOcrsa9 { top:9rem;left:0rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg { top:19.75rem;left:0rem;width:32.5rem;height:;font-size:1.1875rem;display:block; }#WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg li:before{  }
 }@media only screen and (max-width: 763px) { #oaAz0h3Sxh0BFDcDCzMMaUosshzo8LtW { top:28.5625rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkknNzdeoc9hewNApUXDgnlCwlitcEh2 { top:31.25rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrc3zQAkD4NIO5NRkecaxz802CLTDKC { top:23.6875rem;left:0rem;width:27.5625rem;height:;font-size:1.1875rem;display:block; }#WSrc3zQAkD4NIO5NRkecaxz802CLTDKC li:before{  }
 }@media only screen and (max-width: 763px) { #CD4nDWdGJFg8JSJtDRM7ZVAa5i51f6VT { top:4.5625rem;left:21.75rem;width:26rem;height:33.046831533104rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv { display:block; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuEDukV9cmSLEWbrzfNMUyBNpsvthSGu { top:9.6875rem;left:14rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdfGSiRO26QU198yLvKgXHGA4hO9Lzd { top:15.875rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4G0rknQBwKNKL1yykWGHTgkusHwyG5 { top:7.8125rem;left:14rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs { top:18.5625rem;left:15.25rem;width:32.5rem;height:;font-size:1.1875rem;display:block; }#fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs li:before{  }
 }@media only screen and (max-width: 763px) { #h9lC2aGBs8IPlRlusRTgeKS520c4qZrP { top:31.0625rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZr3eMyKAJyA0zuCfG4w5WG1nO3vsBUI { top:33.75rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv { top:24.75rem;left:20.1875rem;width:27.5625rem;height:5.25rem;font-size:1.1875rem;display:block; }#b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv li:before{  }
 }@media only screen and (max-width: 763px) { #TXEc1TdlW17dsubzXBkTqAFTrFlkEhsJ { top:21.875rem;left:15.25rem;width:32.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMCnLTNfeylUfyZGpsNKwWyhrgJ2D5kn { top:44.3125rem;left:7.6250019073488rem;width:32.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUv6olTDRGMGpuInJwf0xW1T6rSOCrDq { top:50.25rem;left:7.6250019073488rem;width:32.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhN6i16By623aPMVD2r6rHiTta8ruTs { top:3.25rem;left:0rem;width:23.875rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raE4335PIJQe9sU11FbDrXZbCafxCon6 { display:block; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIww3MyytO7eB18gQoTvJDs3bACvctPf { top:5.8125rem;left:2.8734836578369rem;width:43.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLZLAs11B2fMFVlmovu1q1Kgu1RzGfn { top:4.0625rem;left:7.0000019073488rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlXTVG1tNbc7zSGPkTo5xFcoirfc3dbv { top:10.25rem;left:7.7497844696044rem;width:32.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzDvaIDmOmb8moz1CIVmxfPB9G7GF6x { top:14.5625rem;left:8.3096790313719rem;width:32.5rem;height:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omMMycwvVxNQsS11qX1PhBxhvCHpOaS6 { top:40.75rem;left:0rem;width:32.5rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7rTxrl3184OWrbO5A2LME13o80u7CFT { top:36.9375rem;left:0rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Oe2RKGVM4TPtgVcy9sAZGg79IoLbRh { top:35rem;left:0rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3mn5cObuGHw9DLdUxtkv4hBwyeIXAE { top:35rem;left:16.9375rem;width:30.8125rem;height:25.323368701581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVVzNErK8y9Au6apPCMmVJ7Hil2bvLdE { top:79.75rem;left:15.25rem;width:32.5rem;height:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFXkuCKpTKOEvWvpAxbvmsZ29240cMW { top:68.125rem;left:0rem;width:26rem;height:33.045801288738rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cTw7o3n1HFnZu7tniFmdy8sT1FpRqi { top:75.875rem;left:14rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L81cdngrT20i35NX6Huk1HxBZHbsy3uq { top:73.9375rem;left:14rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM6c5wzGwk5ZMun7eTf3O1qQElZugIic { top:123.375rem;left:0rem;width:32.5rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7GDUnfQXKOKwDDC2A4clrUm7TTip7uD { top:114.75rem;left:16.9375rem;width:24.6875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAtc64Z1VGG3C23L4pTT3cOQxJzkoe0 { top:116.6875rem;left:0rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiirUIDDZJoSLQPUxAdvUKXQomMnTIV { top:114.75rem;left:0rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzKW9b7iN1UenGWXtks1xE9xkyyPi78 { top:152.3125rem;left:0rem;width:25rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la2pMv4XIMrZ3J3Xea7nXiQ72a0eV6OU { top:158.8125rem;left:15.25rem;width:32.5rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9TA0R1lOkH8Et1LWf9W3EnFgSiwu1K { top:154.9375rem;left:14rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlmCQSxIcowhNlozanRcEbVqP5Paw3i1 { top:153rem;left:14rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdwLCTdy3ViN2kvQg5nI7GraVWPPDeF4 { top:202.0625rem;left:0rem;width:32.5rem;height:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmAwILnM1dxlu16HPWwEmgNCJRXchb3H { top:193.6875rem;left:23.3125rem;width:24.4375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdiWv8pxLMxGw1wxuFLlLVK61iO5BMue { top:197.6875rem;left:0rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvqkFN6VIW0ATk45MCkFllTXGhSxeXx { top:195.75rem;left:0rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upmg2vvzJttBlLSvkVb1r71kfbPuGz9H { top:231.5rem;left:0rem;width:25.9375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZoo674N1eOoJzqMhFv4CMNXD6UDOWve { top:243.0625rem;left:15.25rem;width:32.5rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXGzpG3Hcxu0CymHLn0LCqTgKobrgyA { top:239.1875rem;left:14rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQNOo1T4EN9S67elhIEA8U58N6ePE93 { top:237.25rem;left:14rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #No1qDvZp8w4McRxIcu81SecrMs4XSaLD { top:282.625rem;left:0rem;width:32.5rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv7y3K6KIz83GrGGRuTalNgM8JsziHxi { top:267.5rem;left:24.5rem;width:23.25rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCG1nnqfreMOQLVEsGqOzGc1yryy3iL { top:278.25rem;left:0rem;width:33.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju6VgL9LKPgLxxy36OtBlmlNySTlTSlr { top:276.3125rem;left:0rem;width:33.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU { display:block; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV7nfmbGOk38s2boqCA1UiueMLEcZ7aF { top:4.5625rem;left:2.6875rem;width:45.0625rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 { display:block; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H { top:11.8125rem;left:0rem;width:26.4375rem;height:10rem;font-size:1.125rem;display:block; }#TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H li:before{  }
 }@media only screen and (max-width: 763px) { #BroVinkAOfxHP88qgbyEyPMdvKTRAyKN { top:6.8125rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRWR9PyThpv1mr8eJTz6OCaCgMViCTR { top:23.8125rem;left:0rem;width:25.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzIp50nkPsJAmzS6EeNSuUkAMzG852wM { top:0.8125rem;left:21.1875rem;width:26.5625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gb4hXf5r97I8c6AT828HBqBoeKc26s { display:block; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa7wbAySBaKvkso9tfoviNu8rCUs8bfA { top:6.125rem;left:7.25rem;width:33.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 { display:flex;height:auto;width:27.8125rem;top:3.375rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #JxuLht0c52CSt1IEzb0RHKfpKE9QsIEs {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #FpFzWeySa27ADZpkqNDdwtCbxTPDiye5 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #pkQDeTAPLbraGyvVdlmnTh02y2W3s1DV {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrTLih7KDRWz0F4oJOWxVghmOezJPfhD {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zSvUKnUoLUxdKkkLNEDSEJypg51sZNE2 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #k8eTbVw9dofofCR5ADrhmfQdX6Od6LOP {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #yInkrSFUPSZ2yLJoklku1twAx9uydgDW {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #cqzfIIpLmitUA1Lt5pCpdZu5sHLTf0k0 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #VJ2yiHcbQq41k38t1fkIgTX53mcm5Ep5 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #kzDaCuq7sssCDrHIyhRLsqsW3M1kN7lR {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #EDKdT6Ms075hSzkGfoy0Z4GgX5T9qV8H {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #eAisVWpqmgT4nkq8a4nKnMAxLVbVG4DZ {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qcNFbbWvLoG5KAcDaHyRGWA7qFtM3Tum {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #NTdSes0HPE3pf7WgOhlDRGtZgIRxq7IA {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #hkZXC1fHCVAiTg2ZyQdk9SqZ40L9JTBE {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IczXvW37kCQ8yurDulVEBSn8RznITGKd {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #GTAe96TgnHOUOr3WSzegJqGug1TFzVwe {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #M1TN9yHwSTirrFw0BuPDXmcyigSIWeVT {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #RNFUabtMsTFkGdzFZXdnDrsDIlccbpP6 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Z3XRwrNKIuLOamzTVQGtkBAfPcOW0oLn {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #soTEO5Zp1L0VPy7EMVTCFyMIOVr2a5tm {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #uFrCDPk17i86QgtwR578SzvpSkWvV7d9 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AOVcKPuJP7HkbTOviDQ3SXGTwmk6be3G {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ScAl4OJSXoGlqRKTDoLqHZgiXhyLr73w {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #MABlcpFyAPhe1K7MiBerT3HwsCI73tI3 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #BJ4GqR2R6t2WCkcuVSHCFgmSx9QcP9no {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AmZDeJk474czzE5yiFhMQkneKgQHhfdA {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IAvw4O0aPVKHfhpiOA17bJ3ViSuPJzMI {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #tyQphswBTLKmorioCJHH2GO2peRI6H7H {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrSrawyEoOSHtoVABCQR0QD1cGLTzfH8 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T5qUC77eVS4TC7KlOmm55A06w3RpN7M9 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ctudQT8BCVtOxcNclEk8mL0c76lQmHMb {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #m3cgvOGbbceLbPbQn6AFnCBUKSQtis59 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zRBCvgpBD3wJ9LDd7P00Xq4i5eOhVwNF {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #v01In3BldMHfy6cG7MkwUBCrzW4JZ3Z2 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Thnnbst8LdQ4ddAgW3TWySHicqmEeFdf {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #n9IOCa4P1WZ7GHKiE7WnsdbuudWamezy {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Bk5ia0F4y7rmcxR86fmh12lN5ETlc00s {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #TnZ9VWMWQBbbTRVg72IBfw95dpEmZ6Ls {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #XCHpzz420qN2l7lFNmIBDiSuO6g5WXRd {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #C6G9rKyfaHdVm3U4LDzkduCCUAhFnC3a {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qhLiM3qMh2CQyLaeaIEBVcSzTEHDw8o7 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zV7Zx1L4TaFPiu8ZCh2FERT02WoZgOwh {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #WRn7AAMMZnzTxspCqERyuadU8xmSnala {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T3slR4VuVplJuaSmiPykTnibNqBIhrki {  }
 }@media only screen and (max-width: 763px) { #FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg { display:block; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFuPlBCPxC2yrmIyKEMhDdLyZcBoSv7S { top:7.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS { display:block; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU5gXTqa5Kr90f9uLDqiZoexpPKpeQry { top:0.9375rem;left:4.5458984375rem;width:23.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-number { padding-top:0.48625rem;padding-right:0.425rem;padding-bottom:0.48625rem;padding-left:0.425rem;width:2.55125rem;min-width:2.625rem;height:2.6125rem;font-size:1.94375rem;line-height:43px;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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.401875rem;height:1.0325rem;font-size:0.72875rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 { display:flex;width:17.625rem;height:4.92125rem;top:0rem;left:27.7333984375rem;padding-top:1.491875rem;padding-right:1.54625rem;padding-bottom:1.491875rem;padding-left:1.54625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #TtD3ZetNg1tRKuGFQaR5JNt3FIHk1zyw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #nP9fHEKrBwVrMMhabTNKyuz3ZaulLvCr {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #MK5Ln0dR5vGThwdkSiE9U3LMi3ph7Jtv {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cBVouf4ghbSbxKGpzTNInbKS1IgHn1D3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #fCXK8yXx4LwPTbzW2reDehh4vRwHNIys {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #QP6opQA0guNyteh7BspM29GXnN1rMQlr {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cWWmGABvb4xhFrfH7ZsuVHn1KWNMEk16 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #CXgEVW6gPvkH7UBn2c2CFhMvG0C0AVtV {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #pt7QLTK15XnXMPzVAaTTtDq1ywbcraIn {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #B1uWSFQkK1G1VL9GXrOkLl13eGDtr30u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #GAnaz8T2TAxLcQdgUwXFOUtvA18eUJEo {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #qWntXSItKoxq7IxvdGT1oDHOT6PNvTRs {  }
 }@media only screen and (max-width: 763px) { #zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq { display:block; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oun4EPKTGRAeCaCqDhn1B8MalrIffsnv { top:17.1875rem;left:4.5625rem;width:38.625rem;height:56.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkzyIWuq8xXpu1285F6aEgHIgTpX1tf { top:6.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4PmDisKs0TT1UlWJU5u0oUIBGyl4EJ { top:11rem;left:7.25rem;width:33.1875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfkuA856SnpyqPR7U97qSAGN2ltspFOR { top:22.0625rem;left:7.25rem;width:33.1875rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNfWpCJOoFOdHTlnJ91X57Q9I8nI6CD0 { top:30.25rem;left:7.8125rem;width:33.1875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPG0NL1KvoihT5afsPBNPgHuWbGAucA3 { top:32.875rem;left:7.8125rem;width:33.1875rem;height:3.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAmBGTIwRhGl1zNSuMoUaRTdlflTP9ZH { top:36.8125rem;left:9.8125rem;width:28.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50tLkPiZReudlnlBRsLPEN4Ib8ZmyiI { width:27.125rem;height:3.9375rem;top:64.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdA7UrW7PyriCXG7XkpwzM1zZgCfUt72 { display:block; }
 }@media only screen and (max-width: 763px) { #g9oBMg7OMBn8W1eEUNdTX0Fiiq1Z2LhG { top:68.9375rem;left:9.4677734375rem;width:29.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUR2kqTVnasHaU8FoxBeq7zdapcvHDV1 { top:83.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG { display:block; }#xxGXv61uabdPFV7TgqkEgiFsVl7f3ztG > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAHsCdzVHkIf7Ah94llEXDU8Da3nJPzv { width:9.0625rem;height:2.5996125rem;top:0.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-number { padding-top:0.20875rem;padding-right:0.2025rem;padding-bottom:0.20875rem;padding-left:0.2025rem;width:1.215rem;min-width:1.215rem;height:1.119375rem;font-size:0.834375rem;line-height:17.91px;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; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.13rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.61875rem;height:0.44125rem;font-size:0.313125rem;line-height:7.06px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK { display:flex;width:10.5rem;height:2.0625rem;top:0.994140625rem;left:9.1142578125rem;padding-top:0.160625rem;padding-right:0.1925rem;padding-bottom:0.160625rem;padding-left:0.1925rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #stQ1RovNRPdpwdvUdLpaTJH8ACClZJdI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #uUXqDHXt1rkImcPCH1Kyqx8ltWnqx90J {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #sX7rlm49eLQ831qXhFJ4adNm2XRTLgtU {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #J2yqV3rrHCU2EdthR3mhAx15713lOFiH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #HbdmXLOp1sl5WUWRzhLvIJJw2nhJ657G {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #Ldywl4JxlETi0EJSirM2g3oqKceFexRw {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #mAkePQ88TwbSoBDClM7a11IVctulnK2g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #OItD44MMhJsJ3xUze9l0rGNzIXRBbhls {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #TuDwdDoV6qKpLluppgMViV0QGhFvtdIi {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #gG6A5T7K9JgMsLB33CpUB6ZpD33GPTw7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #y13fePpQI2kJIgIlwwAAqucrh9XTSFy0 {  }
 }@media only screen and (max-width: 763px) { #TnFRsZVGPIa95xUu2Fsn4xOmKg0NnMbK #QEn8QaT1G2Od6vAwBXiz3DdhR2DfcTZx {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:135.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfalyMDHRWm37W7GlIZd31ev9PoMC4ix { width:20rem;height:7.7988125rem;top:5.451171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5NtBRvWwsCrEHcmgpZ9BobhrTTP4Cl { width:20rem;height:2.11230625rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU5lArhhrB9XtnLdJI5GLyQB8qEs0h6d { width:20rem;height:7.3095625rem;top:19rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGz4STgnsaQnnWB1ybf72yWv0JHKvRF5 { width:17rem;height:2.9375rem;top:51.1875rem;left:1.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yneZdwPJrPLDdkNGHZUQcXNgT1NvIEOA { display:block; }
 }@media only screen and (max-width: 763px) { #yUnvKe1R9XzZoLiuLGebp2z67QE0hsdf { width:20rem;height:56.75rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvdILiM4066gGJynUHGZWEyh3SDcqauK { width:20rem;height:13.15721875rem;top:58.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49heesmurtgcwRx2PvIaleEuwy83tAh { width:18.8125rem;height:4.875rem;top:80.25rem;left:0.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQT0O1F2THxGWNkZDIeoIF7BxSJ9sZ8N { width:18.6875rem;height:7.871125rem;top:85.625rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w { width:18.374rem;height:6.472625rem;top:97.5rem;left:0.8125rem;font-size:1.125rem;display:block; }#xgQxsAGM79Jta1CbyWm9Uz3G85nFhC8w li:before{  }
 }@media only screen and (max-width: 763px) { #FztbBtwT4sabNAFcUlrOuMZXlbTEsqE4 { width:18.374rem;height:1.4619125rem;top:94.64453125rem;left:0.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxbbCtGgty5ts4GawFTtt4aHJX5Jx0J1 { width:16.6875rem;height:25.0625rem;top:26.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9v5iWOKTCrg9zanf0KpQwNcThVAGT19 { width:20rem;height:27.625rem;top:106.9375rem;left:0rem;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ { display:block; }#ltr9Sy7pE9azzmKeaku5mzbgKw6SU9oJ > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7TLhiI0AuwFDPw8OxUD6wuO8QADTa04 { width:20rem;height:2.11230625rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT92hTlZo7ATFZZrmPLZQiLnfaktRes { width:20rem;height:4.2246125rem;top:8.068359375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a587DGZ1e8suwf7bDEOW4SGfa7wBAK2N { width:20rem;height:2.11230625rem;top:14.1796875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDq0TatHDefL0vwcnA1DDxTx9igMt9uK { display:block; }#tDq0TatHDefL0vwcnA1DDxTx9igMt9uK > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzqnJv8s8GXeCPNNwPXGQ58I0haEFdCs { width:19rem;height:3.9375rem;top:1.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLBFHvXBgf991RFirUd8kVoCtWQIbgk { display:block; }
 }@media only screen and (max-width: 763px) { #BZ8RLZOZCyBHMfQoHZNE3ULe7S82UxMO { width:20rem;height:2.5996125rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzTqdSrHncmd6U528rnOXcbohTp5Umm { display:block; }#JVzTqdSrHncmd6U528rnOXcbohTp5Umm > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRB0vkeoG6NQnoUAGowwe8ThKRhv1smc { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX2ZuBg06WRZXGfZTOhhM6Hlw99yBdSR { width:20rem;height:4.2246125rem;top:7.01171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw723AiqmLVqn1OvwzVGKT4G389HLNEc { width:20rem;height:7.30956875rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n { width:19.9375rem;height:34.662125rem;top:23.0625rem;left:0.0625rem;font-size:1.125rem;display:block; }#Ze6r26MrFSIdvt7C7N4Mmx3mPipwGO4n li:before{  }
 }@media only screen and (max-width: 763px) { #gIZmLrNsfEfWKButoNJvtgdoiIZ3PF6v { width:20rem;height:25.025375rem;top:59.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys4cMZKF0UJPQfz040NL86pgTQC4XElV { display:block; }#ys4cMZKF0UJPQfz040NL86pgTQC4XElV > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCJHTfTZOc93pvHOvrBOhX2bBx4nr8GR { width:20rem;height:19.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cub2TE75W9nXzz3GUDlnWb2m1828eFMv { width:18.375rem;height:15.35446875rem;top:3.9091796875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SHue6plQCtAnbiEDvGVyFV8dx4Eia9 { width:20rem;height:7.3095625rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBKi0q63o3g5ZqGLAENsuGM1OoAJ0VX2 { width:19.4375rem;height:4.3857375rem;top:32.25rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6D2Ri4845mPo8BvRrbxMfXer9bePpi { display:block; }#tq6D2Ri4845mPo8BvRrbxMfXer9bePpi > .row .container { width:20rem;height:148.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHrmwCXu9czkh1BTbp5szZPKETA9Swcw { width:20rem;height:10.5615rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArGETig29vlMSlK6hXvtQOSBy6g3WcAy { width:20rem;height:7.3095625rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAGGCs6Lske5LQMRFaXdVvo83drliIoo { width:20rem;height:20.125rem;top:26.8125rem;left:-0.4375rem;border-top:0.4375rem solid #d54646;border-left:0.4375rem solid #d54646;border-right:0.4375rem solid #d54646;border-bottom:0.4375rem solid #d54646;display:block; }
 }@media only screen and (max-width: 763px) { #K8d3iiXcIvqxPiQSCFc7FprQDn9kVb1X { width:1.374025rem;height:1.4619125rem;top:28.75rem;left:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmeE5sh4p8uzdLOum4mIwFTI1N1sT7T { width:20rem;height:4.0625rem;top:30.2109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH0IUvOK4fnFGZgBvK0phh3A1LH3VcDK { width:12.5rem;height:9.0986375rem;top:35.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuUZxOwEofOUl9NP0T71VRp8cGSagSd { width:17.874rem;height:1.8681625rem;top:59.3359375rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJDOczlMWowAzgMzsTngHcaxwDCyNVr { width:12.5rem;height:12.9980625rem;top:62.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlQyaGtEk6qeEEc3qNfh61soQ6JDCFX { width:1.374025rem;height:1.4619125rem;top:57.3125rem;left:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzDHGUehc3zBQ04gLdCqt2iaHh8rRdls { width:20rem;height:21.25rem;top:54.748046875rem;left:-1.125rem;border-top:1.125rem solid #d54646;border-left:1.125rem solid #d54646;border-right:1.125rem solid #d54646;border-bottom:1.125rem solid #d54646;display:block; }
 }@media only screen and (max-width: 763px) { #DqSqinMSGauDvp6DQLF3RdGtJWyZGHid { width:20rem;height:3.8984375rem;top:122.2373046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPmKTCJinSTXPzFisyERQIt5dgTadlx { width:12.5rem;height:10.39845rem;top:126.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7e4XsGvubU4ROg0KTHlls61XVnffyx { width:1.374025rem;height:1.29980625rem;top:120.9375rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUy7GeCDzGWNtCoo8xfqztgR0pS6OfTx { width:20rem;height:20.0625rem;top:119.375rem;left:-0.375rem;border-top:0.375rem solid #d54646;border-left:0.375rem solid #d54646;border-right:0.375rem solid #d54646;border-bottom:0.375rem solid #d54646;display:block; }
 }@media only screen and (max-width: 763px) { #kbAe9ebA85qRbIMw1wF8O4V0FnKbQ7ZI { width:20rem;height:3.736325rem;top:89.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghueAQpgdGguHOkSQwgUFieUtBSh4EVR { width:12.5rem;height:11.69825625rem;top:93.6728515625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLVBRawMqkZlTttcmTmndDgCOs0fg1W { width:20rem;height:21.25rem;top:85.4375rem;left:-0.625rem;border-top:0.625rem solid #d54646;border-left:0.625rem solid #d54646;border-right:0.625rem solid #d54646;border-bottom:0.625rem solid #d54646;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZKBl5goK76Epmu6sMyTHrB3aUp6Aqg { width:1.374025rem;height:1.4619125rem;top:87.125rem;left:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrxrhMOE0wzATx26ahhuzt6mTiz0hJq { width:10.25rem;height:10.375rem;top:110.125rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RInaR1yLTTsRTtgp6V6m0GhzuqFIQPOF { width:4.6875rem;height:4.75rem;top:48.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgC4zscHRi70v2J94y4pKBuNL7C42W9c { width:4.6875rem;height:4.75rem;top:79.1875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwv67ANKJEq5hQN1UwqcOGgP3WWfnuJz { width:4.6875rem;height:4.75rem;top:110.3125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URxR6dU6eVKy4Qk3LfxSE8xW7ITsFnkn { width:3.75rem;height:3.8125rem;top:121.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTTyiNlTZALPyUmG9BcbNU923295ZZ1a { display:block; }#UTTyiNlTZALPyUmG9BcbNU923295ZZ1a > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ry5atDysz0UiLmFeb59VdgtHHu0aHcAo { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRwQmlzZXnhOPe3QecNQ3tM0VpATbTID { width:20rem;height:8.44925rem;top:9.9248046875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox2Xc5BbqG5ruvRETVJFl5NydhJMzCZZ { width:20rem;height:1.4619125rem;top:20.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm { width:20rem;height:9.3965rem;top:23.5rem;left:0rem;font-size:1.125rem;display:block; }#Ws0xIWzdwLgfKFl5LMNoO0isrx22idnm li:before{  }
 }@media only screen and (max-width: 763px) { #Rid0lcZgd5upTWc4i3CqQF6ILAFmqgOp { width:20rem;height:4.3857375rem;top:34.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTDMp5rhDQiZapvmSXkeaxNmDleaXac { width:20rem;height:28.61525rem;top:40.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 { display:block; }#TmTV8aOi7iCq2py0Bx6D3oaFCl8bfLP3 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkVO2gH15T1vTLRN1RExv8QW6lkS27zu { width:20rem;height:4.3857375rem;top:3.142578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2TzDD8siATQPzLoeRQv8oi65BcmMPC { display:block; }#Op2TzDD8siATQPzLoeRQv8oi65BcmMPC > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONOXT5JyvlBR9UIMHG311RT10AkizSAy { width:20rem;height:3.8984375rem;top:1.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1eD6z0tSHza9PTeRdtBKd138ISAWwT { width:20rem;height:4.3857375rem;top:11.4931640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGtfbFLabqLw8NJTnftQGC1BmTqfDQeg { width:20rem;height:1.4619125rem;top:17.267578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ { width:20rem;height:5.01074375rem;top:20.00390625rem;left:0rem;font-size:1.125rem;display:block; }#liPfdC6ufXSXuPtogH1v0tcNtAfJwDBQ li:before{  }
 }@media only screen and (max-width: 763px) { #AMoWL5bHSTyNQCWdGbODNmsLO2TTzFXd { width:20rem;height:17.5625rem;top:27.4652625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldM0yVu4UHxouTKztwC6SV8FlCsDVM90 { width:20rem;height:2.923825rem;top:51.65234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwM5LpoUodyTiUKBXSbC0bZ8by8VLSGi { width:8.0625rem;height:1.94921875rem;top:3.25rem;left:9.6875rem;font-size:1.5rem;text-shadow:0rem 0rem 0.4375rem rgba(var(--color-primary-2),0.41);display:block; }
 }@media only screen and (max-width: 763px) { #LinEWsy62KaqO2XMzBcmTt7m3h3tKP2U { width:15.25rem;height:1.94921875rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN4TBHNsybgXs3PoubmnqLsr1I0EKCsJ { width:18.125rem;height:1.94921875rem;top:7.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaaRFApxIStk7FWyC3vRBWAuNOUCpZD { width:4.8125rem;height:1.94921875rem;top:3.25rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP32hVEOp3ObNJVipvzs4dAnU7UrmIeJ { width:20rem;height:35.8310625rem;top:56.60546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU { display:block; }#EsXWm5ZlKImvWBalRXNAiKUX2gBcJdVU > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsSpzWTUnmsscXTzt73HXFsEW4dsmcz8 { width:20rem;height:1.94921875rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn { width:20rem;height:3.236325rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }#lfiKhK0T0goVq1DH2NkQMWOeNSvzl4Vn li:before{  }
 }@media only screen and (max-width: 763px) { #ru1tFW70tGivwLHaU1XHoFoaRh0KJzHq { width:20rem;height:1.94921875rem;top:13.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG { width:20rem;height:5.01074375rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }#VdZc6uQiOMM0cArE3JxeGWpiOIC6QBZG li:before{  }
 }@media only screen and (max-width: 763px) { #KCZOWgtbpoUlUQKT5w0q3yKFFV6mVEz6 { width:20rem;height:1.4619125rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B38w0DKClP6JbDQq0D7dQaA6AeVc3yru { display:block; }#B38w0DKClP6JbDQq0D7dQaA6AeVc3yru > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guMDqxIBeD6xTHiXP1mNMzaubUeRhPTQ { width:20rem;height:6.3369375rem;top:4.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDymnqxrU4s7ibpa0ddV2tSTPxvREep { width:20rem;height:2.11230625rem;top:14.3916015625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtKsHvEvJV6XFEO4aG6pd1qHgyxyQOQ { width:20rem;height:6.3369375rem;top:19.3671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW { display:block; }#xSSLuRrOfTudZqOLogLkuzdrXDFc1UEW > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSKRedfzAmhKKFqWAImTQUi9dG9qU9h { width:20rem;height:7.7988125rem;top:3.826171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnaOloml7Vcv5N7NFLrIhe9VmTBJbTl { width:20rem;height:10.5615rem;top:12.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWu37g54QvHfAMauv4ubCbqlgW07RkI { width:20rem;height:10.23339375rem;top:25.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOQWEHg1UKKKfzPdKN0NTr9k2XEbPVF { width:20rem;height:35.765625rem;top:36.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4OLDwS3qza3DGbLeFp744rkfDX0Qcul { display:block; }#a4OLDwS3qza3DGbLeFp744rkfDX0Qcul > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ID5EczDTCDDaKsDI9GNLn8hlGOy86mGL { width:20rem;height:2.11230625rem;top:1.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2ieBbliTHSApRC6t26srhxCVGlLh0F { width:20rem;height:15.869125rem;top:5.2353515625rem;left:0rem;font-size:1.125rem;display:block; }#cn2ieBbliTHSApRC6t26srhxCVGlLh0F li:before{  }
 }@media only screen and (max-width: 763px) { #mUiGiHdh0sXiXokDqCq14AT9B9SETkmE { width:20rem;height:25.07325rem;top:21.6962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ { display:block; }#cqLZlnloNf2Xu2Qmw5hJfZHePUqG6uSJ > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHi2ENuf87AUS5a3heiKKIUgdc1V6EOS { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9BE7f4lB9LamI3yg6Xt4l86k6Vfasm6 { width:20rem;height:5.19921875rem;top:14.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpqcZCvBdeTtUD3TOfpCoKb7c0MKGDf { width:20rem;height:1.54296875rem;top:21.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWl1gGbuTkKNukIi38y965Mpi1n9bpQ7 { width:20rem;height:1.8681625rem;top:11.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrptKczTciTieFdmg9G4cTelOB6Pvx7 { width:20rem;height:9.8828125rem;top:23.8125rem;left:0rem;font-size:1.1875rem;display:block; }#yNrptKczTciTieFdmg9G4cTelOB6Pvx7 li:before{  }
 }@media only screen and (max-width: 763px) { #Xpg7fOOb81irMFhHBd0fg9Bhrstu5kHm { width:20rem;height:1.54296875rem;top:35rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9tftyqooiKqFeWUKe2dWdJTMM2ZeLiq { width:20rem;height:1.54296875rem;top:37.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0Ey6P2v5KVMXz1yIl1inLAwqbJluUz { width:20rem;height:16.4365rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T { display:block; }#Hxf6tuyG0M6KTkRxtPw6FhfgmNrV8P4T > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGpetGXzEpqGvugdRLP6btKzZMf0Uutt { width:20rem;height:5.19921875rem;top:7.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qhcHmgSmFVfBIJVP5KVqNtOZ5qTKdy { width:20rem;height:1.54296875rem;top:13.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIs336LGDU02PZPH8NZiiuzZDsxOnrPr { width:20rem;height:1.8681625rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 { width:20rem;height:6.796875rem;top:16.3125rem;left:0rem;font-size:1.1875rem;display:block; }#ecWGsCbXgMIrCNbPr56maLqH0rlCszw5 li:before{  }
 }@media only screen and (max-width: 763px) { #IhqT3ygm1l2LJdmtXw373n3LVZJpuTZ2 { width:20rem;height:1.54296875rem;top:29rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuw2onNwOQBHPBJx5nk49pH2kmQUZbR { width:20rem;height:3.0859375rem;top:31.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX { width:20rem;height:3.3984375rem;top:24.3125rem;left:0rem;font-size:1.1875rem;display:block; }#QF9KaO5FNT2mdR0LnImDAooSzcAvOTdX li:before{  }
 }@media only screen and (max-width: 763px) { #JBxZ5rpohZ4haCEwTblnbHTN0MIk0WGm { width:20rem;height:20.506329113924rem;top:36.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe { display:block; }#AowVEbvI2tzP3t6W8zZEbatAXaUU5NGe > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8KZcpZL4R3w8JbHTlZNksLS0viNgOXt { width:20rem;height:7.7988125rem;top:4.36740625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otdn3o3ooqNXex2z7fkMKS3QwSCn9HM0 { width:20rem;height:1.54296875rem;top:13.41365625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0qBxI44ksviEhmbvm760HAXrnOcrsa9 { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg { width:20rem;height:4.94140625rem;top:16.206625rem;left:0rem;font-size:1.1875rem;display:block; }#WAxQ06vT8vLOUPDLanqbyQkdU6bBmozg li:before{  }
 }@media only screen and (max-width: 763px) { #oaAz0h3Sxh0BFDcDCzMMaUosshzo8LtW { width:20rem;height:1.54296875rem;top:27.04646875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkknNzdeoc9hewNApUXDgnlCwlitcEh2 { width:20rem;height:1.54296875rem;top:29.8394375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrc3zQAkD4NIO5NRkecaxz802CLTDKC { width:20rem;height:3.3984375rem;top:22.39803125rem;left:0rem;font-size:1.1875rem;display:block; }#WSrc3zQAkD4NIO5NRkecaxz802CLTDKC li:before{  }
 }@media only screen and (max-width: 763px) { #CD4nDWdGJFg8JSJtDRM7ZVAa5i51f6VT { width:20rem;height:25.42063964085rem;top:32.6318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv { display:block; }#NdTCX5c80ywTCz6lz0QDbcnqDlBSXCGv > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuEDukV9cmSLEWbrzfNMUyBNpsvthSGu { width:20rem;height:7.7988125rem;top:4.36740625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdfGSiRO26QU198yLvKgXHGA4hO9Lzd { width:20rem;height:1.54296875rem;top:13.41365625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4G0rknQBwKNKL1yykWGHTgkusHwyG5 { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs { width:20rem;height:1.54296875rem;top:16.206625rem;left:0rem;font-size:1.1875rem;display:block; }#fGXEn0y6sqWGSiq3MUK3rTO2dVNbVFGs li:before{  }
 }@media only screen and (max-width: 763px) { #h9lC2aGBs8IPlRlusRTgeKS520c4qZrP { width:20rem;height:1.54296875rem;top:29.8394375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZr3eMyKAJyA0zuCfG4w5WG1nO3vsBUI { width:20rem;height:3.0859375rem;top:32.63240625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv { width:20rem;height:6.796875rem;top:21.7925625rem;left:0rem;font-size:1.1875rem;display:block; }#b0CghwGoAuhNpF2MECUSQ1r1LwbJTpnv li:before{  }
 }@media only screen and (max-width: 763px) { #TXEc1TdlW17dsubzXBkTqAFTrFlkEhsJ { width:20rem;height:1.54296875rem;top:18.99959375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMCnLTNfeylUfyZGpsNKwWyhrgJ2D5kn { width:20rem;height:4.62890625rem;top:69.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUv6olTDRGMGpuInJwf0xW1T6rSOCrDq { width:20rem;height:6.171875rem;top:75.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhN6i16By623aPMVD2r6rHiTta8ruTs { width:20rem;height:29.7900625rem;top:36.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raE4335PIJQe9sU11FbDrXZbCafxCon6 { display:block; }#raE4335PIJQe9sU11FbDrXZbCafxCon6 > .row .container { width:20rem;height:460.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIww3MyytO7eB18gQoTvJDs3bACvctPf { width:20rem;height:2.5996125rem;top:3.7421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLZLAs11B2fMFVlmovu1q1Kgu1RzGfn { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlXTVG1tNbc7zSGPkTo5xFcoirfc3dbv { width:20rem;height:4.2246125rem;top:6.91623125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzDvaIDmOmb8moz1CIVmxfPB9G7GF6x { width:20rem;height:15.4296875rem;top:12.640625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omMMycwvVxNQsS11qX1PhBxhvCHpOaS6 { width:20rem;height:24.68753125rem;top:43.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7rTxrl3184OWrbO5A2LME13o80u7CFT { width:20rem;height:5.19921875rem;top:36.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Oe2RKGVM4TPtgVcy9sAZGg79IoLbRh { width:20rem;height:1.8681625rem;top:33.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3mn5cObuGHw9DLdUxtkv4hBwyeIXAE { width:20rem;height:16.437075019282rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVVzNErK8y9Au6apPCMmVJ7Hil2bvLdE { width:20rem;height:23.14453125rem;top:103.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFXkuCKpTKOEvWvpAxbvmsZ29240cMW { width:20rem;height:25.4199375rem;top:128.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cTw7o3n1HFnZu7tniFmdy8sT1FpRqi { width:20rem;height:5.19921875rem;top:97.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L81cdngrT20i35NX6Huk1HxBZHbsy3uq { width:20rem;height:1.8681625rem;top:94.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM6c5wzGwk5ZMun7eTf3O1qQElZugIic { width:20rem;height:20.05859375rem;top:176.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7GDUnfQXKOKwDDC2A4clrUm7TTip7uD { width:20rem;height:20.5rem;top:197.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAtc64Z1VGG3C23L4pTT3cOQxJzkoe0 { width:20rem;height:10.3984375rem;top:164.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiirUIDDZJoSLQPUxAdvUKXQomMnTIV { width:20rem;height:1.8681625rem;top:161.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzKW9b7iN1UenGWXtks1xE9xkyyPi78 { width:20rem;height:19rem;top:258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la2pMv4XIMrZ3J3Xea7nXiQ72a0eV6OU { width:20rem;height:21.6015625rem;top:234.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9TA0R1lOkH8Et1LWf9W3EnFgSiwu1K { width:20rem;height:5.19921875rem;top:228.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlmCQSxIcowhNlozanRcEbVqP5Paw3i1 { width:20rem;height:1.8681625rem;top:225rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdwLCTdy3ViN2kvQg5nI7GraVWPPDeF4 { width:20rem;height:20.058625rem;top:294.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmAwILnM1dxlu16HPWwEmgNCJRXchb3H { width:20rem;height:25.125rem;top:315.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdiWv8pxLMxGw1wxuFLlLVK61iO5BMue { width:20rem;height:5.19921875rem;top:288rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvqkFN6VIW0ATk45MCkFllTXGhSxeXx { width:20rem;height:1.8681625rem;top:284.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upmg2vvzJttBlLSvkVb1r71kfbPuGz9H { width:20rem;height:23.3730625rem;top:378.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZoo674N1eOoJzqMhFv4CMNXD6UDOWve { width:20rem;height:20.05859375rem;top:356.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXGzpG3Hcxu0CymHLn0LCqTgKobrgyA { width:20rem;height:5.19921875rem;top:350.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQNOo1T4EN9S67elhIEA8U58N6ePE93 { width:20rem;height:1.8681625rem;top:347.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #No1qDvZp8w4McRxIcu81SecrMs4XSaLD { width:20rem;height:7.71484375rem;top:420.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv7y3K6KIz83GrGGRuTalNgM8JsziHxi { width:20rem;height:30.806451612903rem;top:429.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCG1nnqfreMOQLVEsGqOzGc1yryy3iL { width:20rem;height:5.19921875rem;top:413.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju6VgL9LKPgLxxy36OtBlmlNySTlTSlr { width:20rem;height:1.8681625rem;top:410.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU { display:block; }#CoTMLbFr5QNRLgptJH0oXoASTAHtZIXU > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV7nfmbGOk38s2boqCA1UiueMLEcZ7aF { width:20rem;height:18.19725625rem;top:6.7138671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 { display:block; }#wpZ429XetQ4s3FmxIQcRIlwgubJLp9Z1 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H { width:20rem;height:12.9453125rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }#TuMUzQrR42gMgAxTaIT2d7TqFhdfKX7H li:before{  }
 }@media only screen and (max-width: 763px) { #BroVinkAOfxHP88qgbyEyPMdvKTRAyKN { width:20rem;height:2.5996125rem;top:7.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRWR9PyThpv1mr8eJTz6OCaCgMViCTR { width:20rem;height:5.84765625rem;top:27.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzIp50nkPsJAmzS6EeNSuUkAMzG852wM { width:20rem;height:25.082rem;top:36.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gb4hXf5r97I8c6AT828HBqBoeKc26s { display:block; }#T6gb4hXf5r97I8c6AT828HBqBoeKc26s > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa7wbAySBaKvkso9tfoviNu8rCUs8bfA { width:20rem;height:2.5996125rem;top:7.13671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G11osuQJUvgH4e3nTldn6VsocZgZEHL2 { display:flex;height:auto;width:17.5rem;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #JxuLht0c52CSt1IEzb0RHKfpKE9QsIEs {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #FpFzWeySa27ADZpkqNDdwtCbxTPDiye5 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #pkQDeTAPLbraGyvVdlmnTh02y2W3s1DV {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrTLih7KDRWz0F4oJOWxVghmOezJPfhD {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zSvUKnUoLUxdKkkLNEDSEJypg51sZNE2 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #k8eTbVw9dofofCR5ADrhmfQdX6Od6LOP {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #yInkrSFUPSZ2yLJoklku1twAx9uydgDW {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #cqzfIIpLmitUA1Lt5pCpdZu5sHLTf0k0 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #VJ2yiHcbQq41k38t1fkIgTX53mcm5Ep5 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #kzDaCuq7sssCDrHIyhRLsqsW3M1kN7lR {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #EDKdT6Ms075hSzkGfoy0Z4GgX5T9qV8H {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #eAisVWpqmgT4nkq8a4nKnMAxLVbVG4DZ {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qcNFbbWvLoG5KAcDaHyRGWA7qFtM3Tum {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #NTdSes0HPE3pf7WgOhlDRGtZgIRxq7IA {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #hkZXC1fHCVAiTg2ZyQdk9SqZ40L9JTBE {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IczXvW37kCQ8yurDulVEBSn8RznITGKd {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #GTAe96TgnHOUOr3WSzegJqGug1TFzVwe {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #M1TN9yHwSTirrFw0BuPDXmcyigSIWeVT {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #RNFUabtMsTFkGdzFZXdnDrsDIlccbpP6 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Z3XRwrNKIuLOamzTVQGtkBAfPcOW0oLn {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #soTEO5Zp1L0VPy7EMVTCFyMIOVr2a5tm {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #uFrCDPk17i86QgtwR578SzvpSkWvV7d9 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AOVcKPuJP7HkbTOviDQ3SXGTwmk6be3G {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ScAl4OJSXoGlqRKTDoLqHZgiXhyLr73w {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #MABlcpFyAPhe1K7MiBerT3HwsCI73tI3 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #BJ4GqR2R6t2WCkcuVSHCFgmSx9QcP9no {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #AmZDeJk474czzE5yiFhMQkneKgQHhfdA {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #IAvw4O0aPVKHfhpiOA17bJ3ViSuPJzMI {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #tyQphswBTLKmorioCJHH2GO2peRI6H7H {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #CrSrawyEoOSHtoVABCQR0QD1cGLTzfH8 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T5qUC77eVS4TC7KlOmm55A06w3RpN7M9 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #ctudQT8BCVtOxcNclEk8mL0c76lQmHMb {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #m3cgvOGbbceLbPbQn6AFnCBUKSQtis59 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zRBCvgpBD3wJ9LDd7P00Xq4i5eOhVwNF {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #v01In3BldMHfy6cG7MkwUBCrzW4JZ3Z2 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Thnnbst8LdQ4ddAgW3TWySHicqmEeFdf {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #n9IOCa4P1WZ7GHKiE7WnsdbuudWamezy {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #Bk5ia0F4y7rmcxR86fmh12lN5ETlc00s {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #TnZ9VWMWQBbbTRVg72IBfw95dpEmZ6Ls {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #XCHpzz420qN2l7lFNmIBDiSuO6g5WXRd {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #C6G9rKyfaHdVm3U4LDzkduCCUAhFnC3a {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #qhLiM3qMh2CQyLaeaIEBVcSzTEHDw8o7 {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #zV7Zx1L4TaFPiu8ZCh2FERT02WoZgOwh {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #WRn7AAMMZnzTxspCqERyuadU8xmSnala {  }
 }@media only screen and (max-width: 763px) { #G11osuQJUvgH4e3nTldn6VsocZgZEHL2 #T3slR4VuVplJuaSmiPykTnibNqBIhrki {  }
 }@media only screen and (max-width: 763px) { #FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg { display:block; }#FGFgw4tU30cRp1LUt6S27Cu1UT12KPzg > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFuPlBCPxC2yrmIyKEMhDdLyZcBoSv7S { width:20rem;height:8.77148125rem;top:5.6865234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS { display:block; }#KL10W4ytgJiiH14BOTkoEKdCQ3uLiywS > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU5gXTqa5Kr90f9uLDqiZoexpPKpeQry { width:9.9375rem;height:2.5996125rem;top:0.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-number { padding-top:0.23625rem;padding-right:0.21rem;padding-bottom:0.23625rem;padding-left:0.21rem;width:1.261875rem;min-width:1.261875rem;height:1.2675rem;font-size:0.94375rem;line-height:20.28px;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; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.146875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.6825rem;height:0.500625rem;font-size:0.35375rem;line-height:8.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 { display:flex;width:10.9375rem;height:2.375rem;top:0.841796875rem;left:8.58509666582rem;padding-top:0.181875rem;padding-right:0.2rem;padding-bottom:0.181875rem;padding-left:0.2rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #TtD3ZetNg1tRKuGFQaR5JNt3FIHk1zyw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #nP9fHEKrBwVrMMhabTNKyuz3ZaulLvCr {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #MK5Ln0dR5vGThwdkSiE9U3LMi3ph7Jtv {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cBVouf4ghbSbxKGpzTNInbKS1IgHn1D3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #fCXK8yXx4LwPTbzW2reDehh4vRwHNIys {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #QP6opQA0guNyteh7BspM29GXnN1rMQlr {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #cWWmGABvb4xhFrfH7ZsuVHn1KWNMEk16 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #CXgEVW6gPvkH7UBn2c2CFhMvG0C0AVtV {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #pt7QLTK15XnXMPzVAaTTtDq1ywbcraIn {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #B1uWSFQkK1G1VL9GXrOkLl13eGDtr30u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #GAnaz8T2TAxLcQdgUwXFOUtvA18eUJEo {  }
 }@media only screen and (max-width: 763px) { #ZTmv8Dz3kQIHimzDEdfltpJZ85rg5xf1 #qWntXSItKoxq7IxvdGT1oDHOT6PNvTRs {  }
 }@media only screen and (max-width: 763px) { #zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq { display:block; }#zQKD3MuVEQyo0gtRbOkKDxnHdUOBpWrq > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oun4EPKTGRAeCaCqDhn1B8MalrIffsnv { width:20rem;height:50.8125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkzyIWuq8xXpu1285F6aEgHIgTpX1tf { width:20rem;height:5.19921875rem;top:6.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4PmDisKs0TT1UlWJU5u0oUIBGyl4EJ { width:20rem;height:4.2246125rem;top:12.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfkuA856SnpyqPR7U97qSAGN2ltspFOR { width:20rem;height:5.19921875rem;top:24.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNfWpCJOoFOdHTlnJ91X57Q9I8nI6CD0 { width:20rem;height:2.2744125rem;top:31.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPG0NL1KvoihT5afsPBNPgHuWbGAucA3 { width:20rem;height:2.92480625rem;top:33.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAmBGTIwRhGl1zNSuMoUaRTdlflTP9ZH { width:20rem;height:17.244125rem;top:38.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50tLkPiZReudlnlBRsLPEN4Ib8ZmyiI { width:19rem;height:3.9375rem;top:58.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdA7UrW7PyriCXG7XkpwzM1zZgCfUt72 { display:block; }
 }@media only screen and (max-width: 763px) { #g9oBMg7OMBn8W1eEUNdTX0Fiiq1Z2LhG { width:20rem;height:2.5996125rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUR2kqTVnasHaU8FoxBeq7zdapcvHDV1 { width:20rem;height:4.62890625rem;top:77.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }