.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:255,255,255;--color-primary-1:191,191,191;--color-primary-2:128,128,128;--color-primary-3:64,64,64;--color-primary-4:0,0,0;--color-secondary-0:197,204,215;--color-secondary-1:139,154,175;--color-secondary-2:80,103,135;--color-secondary-3:22,52,95;--color-secondary-4:17,39,71;--color-tertiary-0:233,234,238;--color-tertiary-1:175,176,179;--color-tertiary-2:117,117,119;--color-tertiary-3:58,59,60;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--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:#f00632;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f00632;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; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container { background-color: transparent; background-image: none; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container > .video-iframe-container { display: none; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row > .video-iframe-container { display: none; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .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); }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container { border-width: 0; border-radius: 0; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.1875rem;width:75rem;position:relative;display:block; }#UdUup62DsvA92fJPekzLEpmn6X4EBmR1 { color:rgba(var(--color-primary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:0.2890625rem;left:6.375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .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; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:contain !important;color:#ffffff;padding-top:1.17875rem;padding-right:1.053125rem;padding-bottom:1.17875rem;padding-left:1.053125rem;display:block;align-items:center;width:6.3175rem;min-width:6.3175rem;height:6.333125rem;position:relative;font-family:"open sans";font-size:4.714375rem;font-weight:400;line-height:101.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-label { background-color:;background-image:none;color:#003bc8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.73625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.42375rem;height:2.504375rem;position:relative;font-family:"open sans";font-size:1.768125rem;font-weight:700;line-height:40.07px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.6875rem;height:12rem;padding-top:0.148125rem;padding-right:0.150625rem;padding-bottom:0.148125rem;padding-left:0.150625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:47.8623046875rem;z-index:15021; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #k54QWtfMO52fClbaITCLv8DzhaGlULWE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J31DMfafV1K2vc76MiuFyLbH8ylP0xaK { width:auto; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #OhBRXBgQT7QpO4BDUF5TcLAkKX7f8GDR {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #gMeZMQE5sfQZuDQkc4g1wNTlKe8Ldelf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Bid5DG1AubO3HJyXMyxTThdKuOKODbBU {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #WRv3C2Hp4mTJdE0DrkfeExPIxBJtdChn {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Ux49drichZFfsgW5rWLw11bwnUETUiSS { display:flex;position:relative;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #rAg7NhTVbmXCdVBlpJ1vQV3S4sc2PIqT {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J5c8vW5PlTX2Tdgi93IpazqP2t1ITP43 {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #TvThN7ypbweDcxIfzeGLpNlcukIcGHST { display:flex;position:relative;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #I3styz62EVenF1Ue7U3xO3qQrOqgC0Uo {  }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #xmXt0QfrNWgm4LEucfoNMZkDJ25E4MlS {  }
#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD { position:relative;display:block; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD { background-color: transparent; background-image: none; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row .container > .video-iframe-container { display: none; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row > .video-iframe-container { display: none; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .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); }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD { border-width: 0; border-radius: 0; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .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; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f00632;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#aHrlZWKrTVbJcHSynlvie6RKcHDm3rRc { color:rgba(var(--color-primary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:0rem;left:6.75rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6yJTAkJlsAuKt48srhDvg14iTIzDLDi { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:4.8369140625rem;left:6.75rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { border-width: 0; border-radius: 0; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:64.5rem;width:75rem;position:relative;display:none; }#Dsiu1M00uCTG7veLTAxszlzso17LA3mm { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0.9130859375rem;left:0rem;height:16.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hTzLJTTfsB591hT6JFDhngT5P9mthS8J { box-sizing:content-box;height:0.125rem;width:41.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.1875rem;left:0rem;display:block; }
#XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:39.125rem;left:0rem;height:18.1972875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { color:#f00632;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:28.6875rem;left:0rem;height:2.69921875rem;font-style:normal;display:block; }
#A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { box-sizing:content-box;height:36.4375rem;width:35.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:28rem;left:39.8125rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { box-sizing:content-box;height:1.25rem;width:1.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:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.625rem;left:41.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { box-sizing:content-box;height:1.25rem;width:1.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:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.4375rem;left:39.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:61.0625rem;left:0rem;display:block; }
#iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swprWb5TL7tUxBEnONBdooARnviwTyaU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:29.3125rem;top:36.1875rem;left:45.6875rem;overflow:hidden;display:block; }
#X5LPP5Jqs4c0W9dNyT7EDZ5GyKfnpGHi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.0625rem;left:0rem;height:7.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wp8Z6IfWGZcvJnvTOXXMVzHf4tCCoyGf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.0625rem;left:0rem;height:7.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container { background-color: transparent; background-image: none; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container > .video-iframe-container { display: none; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row > .video-iframe-container { display: none; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .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); }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container { border-width: 0; border-radius: 0; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:52.375rem;width:75rem;position:relative;display:block; }#gxFon8hSqB7HWcK1NS8qvFARlxn4E30T { color:rgba(var(--color-secondary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.2255859375rem;left:0rem;height:10.347625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRUtLbyg5qdm3ITJu0hTNg8vRI6yV8k3 { box-sizing:content-box;height:0.125rem;width:41.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:0rem;display:block; }
#PXrHym347vxmhGFcUn9yEPrIVMGvzD9i { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:26.8125rem;left:0rem;height:18.1972875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DKSefmsdKCocJwAtdqHV5IWWHWKHCkks { color:#f00632;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:17.17578125rem;left:0rem;height:2.69921875rem;font-style:normal;display:block; }
#dRSVXL6nhMUALK6WDWEkLRTCWA5IT8vG { box-sizing:content-box;height:36.4375rem;width:35.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:15.875rem;left:39.8125rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#mJprTzykPZH2TtFxromIBAtZgWMXWGSe { box-sizing:content-box;height:1.25rem;width:1.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:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.6875rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PZuGgMy5FGnXb5K0HMbZwOLnkd7n6bow { box-sizing:content-box;height:1.25rem;width:1.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:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.25rem;left:39.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#btuKITJQrAGATfSiWWmJckIqTJ9G226B { background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:48.8125rem;left:0rem;display:block; }
#l3d68ALr8Gk9023TboUGA1cuMK0HAq9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6nSMVBvrvZKKrAMfDmACA2vf3TytRg4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:29.3125rem;top:24.0625rem;left:45.6875rem;overflow:hidden;display:block; }
#JZXNGEMLwTlOT4QTFQDZio8qZNvSfbZc { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.0625rem;left:0rem;height:7.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T0XcwfPRCvB4aeaGZdUU3OzV1QDTTZPA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.0625rem;left:0rem;height:7.99805625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { background-color: transparent; background-image: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container > .video-iframe-container { display: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container { display: none; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .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); }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { border-width: 0; border-radius: 0; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.0625rem;width:75rem;position:relative;display:block; }#k02I7afIehfRSduTLNL7Wii6prbLUSd8 { color:rgba(var(--color-secondary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.4375rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.0625rem;left:0rem; }
#VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { color:rgba(var(--color-secondary-3),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:16.3125rem;left:3.0625rem;height:2rem;font-style:normal;display:block; }
#HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.125rem;height:9.59766875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bsMbH58Tlu8FKmbDbEfzIOsHnkmBGMTA { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.625rem;left:3.0625rem;display:block; }
#hW4AvS0TPAwf0lvzfDMZFQHwC9hvpINr { background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:44.5625rem;left:3.0625rem;display:block; }
#PnUrS3f0x61nuaRDnIMZGpraX517cJlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBpcD2lXFoMTXWl1dIi4U7TPbEOw9NhK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.375rem;left:0rem; }
#lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { color:rgba(var(--color-secondary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:31.625rem;left:3.0625rem;height:2rem;font-style:normal;display:block; }
#MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:33.875rem;left:3.0625rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVhUAiCm8ok1kB4PzhGLsd3cg3L3ME5A { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.0625rem;left:3.125rem;display:block; }
#RCIVf2z3RzQDnneHuG28xSh3VTAzeQZv { box-sizing:content-box;height:28.25rem;width:27.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:19.5625rem;left:41rem;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);display:block; }
#iEXy7xbPoI85hMuLw4KvsOiS7D2RDXtv { box-sizing:content-box;height:1.25rem;width:1.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:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.9375rem;left:66.125rem;display:block; }
#Qwuno0iHFF7SbmwH9qxxT5mRXTNMxGbh { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:23.4375rem;top:16.0625rem;left:42.0625rem;overflow:hidden;display:block; }
#wNtoX1SiXRwfVsG5SCLrxTJ8eahSvU6X { box-sizing:content-box;height:1.25rem;width:1.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:15088;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.8125rem;left:40.4375rem;display:block; }
#QNxh4EmIaX1gAPqblnf4vLQEyrx6iU17 { color:rgba(var(--color-secondary-3),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container { background-color: transparent; background-image: none; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container > .video-iframe-container { display: none; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row > .video-iframe-container { display: none; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .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); }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container { border-width: 0; border-radius: 0; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.625rem;width:75rem;position:relative;display:block; }#MhQzdCnJuIq5eNfAiz3MnfiNtB8KTmTE { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#delD2nqIXAsWTGyLPnxpqNKbd7loTcSt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:38.1875rem;left:19.3125rem;height:14.3965rem;font-style:normal;display:block; }
#HeL8Ta5MAPOaKzFwrmnIiDxAJLEsFZnw { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.63671875rem;left:19.3125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TfMd4P2DVk12ieXQAqpCsTFGT7QPIr4s { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.037109375rem;left:19.34375rem;height:1.79980625rem;font-style:normal;display:block; }
#ZTgZp9IGJlbtEt3fXGkMBXqN5GNOFCQW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:38.1875rem;left:38.375rem;height:12.796875rem;font-style:normal;display:block; }
#XPZniFkRboGLzIzibZyzJ9kn9TLTTDCl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:33.037109375rem;left:38.375rem;height:1.79980625rem;font-style:normal;display:block; }
#gBhsLrdFdvwCpIFu72IbdvUer9bPaT53 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.63671875rem;left:38.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zJza9WkZp5MyMJ82zIBEGA74uIoD15Bu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:38.1875rem;left:0rem;height:11.19725rem;font-style:normal;display:block; }
#JbPWFnyTuX62iMsR9nh8xql8UEMEJwr9 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.63671875rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Al0sztgF5oOyN1Uh9SCyGk6VwQekqzTO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.037109375rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#HZvQJegTzhPzp9sAG85V1qO9Khvdof4Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#mmpaVuWZTx7aZxNxTr4BKXCX9yF0euqD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:13.0625rem;left:19.3125rem;overflow:hidden;display:block; }
#dCg1csC8kNoHOfkxeNesQvm6c9btW3oD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:13.0625rem;left:38.375rem;overflow:hidden;display:block; }
#ntsln4KAn4EtJoBbwwCntoRwDfphCiNB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:13.0625rem;left:57.5rem;overflow:hidden;display:block; }
#eR8eLefESAzU4JFOPPoKT6b0TFKHhK9U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:33.0986328125rem;left:57.5rem;height:3.5996125rem;font-style:normal;display:block; }
#CTSTiQfPDvnynRG2LgtZs4gI0sTFT4Tv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:38rem;left:57.5rem;height:12.796875rem;font-style:normal;display:block; }
#JUx9UAA1cDm4ZILshlR0MOZReBR2Blm4 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.63671875rem;left:57.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wo90rSAtVXnAQrwwAdLc2ZaRaU7JwytG { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.63671875rem;left:57.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container { background-color: transparent; background-image: none; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container > .video-iframe-container { display: none; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row > .video-iframe-container { display: none; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .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); }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container { border-width: 0; border-radius: 0; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:52.5rem;width:75rem;position:relative;display:block; }#pGbuH0DIMuyQiGNp0q1rUWMS2zqwvkmz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:28.9375rem;left:57.5rem;height:11.19725rem;font-style:normal;display:block; }
#om6ZkFJ0yNibIhq6x28Zi5tnUBkpPWdE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:22.8125rem;left:57.5rem;height:3.5996125rem;font-style:normal;display:block; }
#sAhZcGauMzCW48DLNUCO3iEKzerDTTyo { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.599609375rem;left:57.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vdLKd54FopqLQpJqyPuTQVLnhngmkEWg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:2.0625rem;left:57.5rem;overflow:hidden;display:block; }
#tMuEIIkdOra7EeinnIKnM8v9B9Hst87T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#g1wsTUvdf5wzLhWZDNnqakWnPOLbey6v { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:28.9375rem;left:0rem;height:9.597625rem;font-style:normal;display:block; }
#rBDnd1CSduMMUg1qJgakeBSBW62l5nrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:22.8125rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#WWGTgMLBxswZ99lb5PTkUv12aDyf0TBG { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.537109375rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EzTcQ8WUI5P1yGhyhZNuZIvOI6IODsru { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:28.9375rem;left:19.1875rem;height:11.19725rem;font-style:normal;display:block; }
#ZIw3ZViS7IcxLcaisCwkukSvGOBXJ99N { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:22.9375rem;left:19.5rem;height:3.5996125rem;font-style:normal;display:block; }
#RvvZ8QyQJ5vPZL0RBgF2ssBzX39XEfqG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:2.1875rem;left:19.375rem;overflow:hidden;display:block; }
#Cs4xpS764zMciV9oq2of2a70wUH7ZehR { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.537109375rem;left:19.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rSW9dJ0e3tURnyTwF3d41UdTLV7PMS4d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:2.0625rem;left:38.4375rem;overflow:hidden;display:block; }
#b839ywf2Qq0IrwEUClVVAOJfnNR3P2iS { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.412109375rem;left:38.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JGrR6Qh7hI8D3r7cqGmhg0nT8v8pPauN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:22.8125rem;left:38.4375rem;height:1.79980625rem;font-style:normal;display:block; }
#o2zVR7gQybRUkA1tdPXzW2HhUW4ZseHE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:28.9375rem;left:38.4375rem;height:12.796875rem;font-style:normal;display:block; }
#SSDVOPPOpFQNIvHJqVFKlRUQ9ZvxHNPd { background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:46.125rem;left:25rem;display:block; }
#ZO19QdQndITpJogB92SQVztvDrBZASi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container { background-color: transparent; background-image: none; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container > .video-iframe-container { display: none; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row > .video-iframe-container { display: none; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .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); }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container { border-width: 0; border-radius: 0; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .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; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-number { border-top:0.065625rem solid #ff004c;border-left:0.065625rem solid #ff004c;border-right:0.065625rem solid #ff004c;border-bottom:0.065625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:1.17375rem;padding-right:1.055625rem;padding-bottom:1.17375rem;padding-left:1.055625rem;display:block;align-items:center;width:6.328125rem;min-width:6.328125rem;height:6.30375rem;position:relative;font-family:arial;font-size:4.695rem;font-weight:700;line-height:100.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.734375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.434375rem;height:2.48875rem;position:relative;font-family:"open sans";font-size:1.76rem;font-weight:700;line-height:39.82px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.3125rem;height:12.1875rem;padding-top:1.4675rem;padding-right:1.506875rem;padding-bottom:1.4675rem;padding-left:1.506875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.8125rem;left:24.8349609375rem;z-index:15022; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #AP2W0BMSmNRpExozUULyUtLeUl6XpCuE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #Kv4Bag2K50pCFI4Mt7ISN9cI4KdX5p1z { width:auto; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #h7K83ZC5CA1EhTTKObq74mPW3TlIfkTD {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QTwmkJqA00Vl2gucKowNzo2x0UxMskbb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #DwVAXo8t1hf6tPVCXSJFNMZpx0hV2R5q {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #TTJ38MvR9NzDcTuRooaoDPK7KqgJXOHw {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #fqxUCiX6uw4qJRD0HiXfo6pX5mpWdCEw { display:flex;position:relative;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #aKbrposIH7tHU7pfcvVPNPhQOtzAEMoR {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #UynTQ4y26J0guTpmTBp5T4sVu5qgBmip {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QyBzCkD0NL3Pv5Siqkxn29TOPBE78EXs { display:flex;position:relative;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #FxqFQXaXHvEGULcfGRbTT4TNzJdz8t6T {  }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #wTwOrsmuPzIAwfFAyadWNfvqRK4tJyIc {  }
#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container { background-color: transparent; background-image: none; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container > .video-iframe-container { display: none; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row > .video-iframe-container { display: none; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .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); }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container { border-width: 0; border-radius: 0; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#Qu4uEUdSSxvE93NAH8o9u3fCcfFwkSZ2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:22.1875rem;top:27rem;left:43.75rem;overflow:hidden;display:block; }
#GOSN6K5rJWSpb5vnLc5CfxMcN2CgQ6ee { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.1875rem;top:32.75rem;left:43.75rem;overflow:hidden;display:block; }
#yOf1mG4BRmws7w64gNcmDuxUpzotDBI3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:22.1875rem;top:25.9375rem;left:7.5625rem;overflow:hidden;display:block; }
#LW0UBSoSyr9QRTmBQ0Xwf6m8DRHq6PlL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:22.1875rem;top:8.9375rem;left:7.5625rem;overflow:hidden;display:block; }
#RRNUl38AV6TvwvXmk06MDCAWyWCa6HBr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:22.1875rem;top:21.625rem;left:43.75rem;overflow:hidden;display:block; }
#IUiXImt9xdfnsP9KZol6W4RV5ZB9g8Tw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:12.5rem;top:28.1875rem;left:9.875rem;display:block; }
#UzpH5sXACI67zvLSTb1TINcx9BPgTzzo { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.5rem;top:34.875rem;left:46.125rem;display:block; }
#ztAJRRlVnlyvbnBympQaxxZoLolJgmn9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.5rem;top:29.25rem;left:46.0625rem;display:block; }
#wrZ58DwTmbAzy4P8XkKarUEe4i5bobKK { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.5rem;top:23.8125rem;left:46.125rem;display:block; }
#rnOFFwIigCLH7SsETvMo7xRTQcC3z5Bx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.5rem;top:11.125rem;left:10.4375rem;display:block; }
#hl4RpXIPEvfiQ9rHidaZh6NTw1mmioBy { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.5rem;top:18.3125rem;left:46rem;display:block; }
#lAEPfmwKLACezEKMkTggUZ1L8O0okOK8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:22.1875rem;top:15.875rem;left:43.75rem;overflow:hidden;display:block; }
#uunq6tdfyqdWwobmNA8wJv3H5tvSr2AH { box-sizing:content-box;height:23.4375rem;width:72.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:12.6875rem;left:0.625rem;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);display:block; }
#ZFa8f2qDfooI3kGiMfTPU7RcOx3fteSG { color:rgba(var(--color-secondary-3),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.125rem;left:11.375rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PUsMaEcyixLX2NLiPzdLVdTgDOwwGu2q { box-sizing:content-box;height:1.25rem;width:1.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:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.0625rem;left:2.34375rem;display:block; }
#wnAnEPQwKyyQNr3ZVVyLX34FMnX0wTOO { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:12.5rem;top:28.1875rem;left:9.875rem;display:none; }
#v0vWAINSiMpz6Ei1a2lcTVSNCaHsB0wM { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:12.5rem;top:28.1875rem;left:9.875rem;display:none; }
#KiHqXXZZOEzZ5tH3m7308nWwNqbbOTA5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:12.5rem;top:28.1875rem;left:9.875rem;display:none; }
#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container { background-color: transparent; background-image: none; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container > .video-iframe-container { display: none; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row > .video-iframe-container { display: none; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .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); }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container { border-width: 0; border-radius: 0; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38.375rem;width:75rem;position:relative;display:block; }#k2VlZ1TQ4VRegZLsTdR45XPKeou7pZgf { color:rgba(var(--color-secondary-3),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:1.48828125rem;left:0.9375rem;height:3.19921875rem;font-style:normal;display:block; }
#VFFLzi13gTAnVAps18zTTcqTzrSTUDI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.974609375rem;left:32.875rem;height:12.7968875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nzo7v6XaFEcScR7Ovbi6FvQ0J8XpcBoZ { box-sizing:content-box;height:0.0625rem;width:54.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.625rem;left:0.9375rem;display:block; }
#KXWQFn2CLRQrmJ4rL9cmNdKTW31d4Ahc { color:rgba(var(--color-secondary-3),0.5);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:3.4375rem;left:54.25rem;height:2.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ITt4AL6HkZk1pFFFfN0DnRTnwUJLTshs { color:rgba(var(--color-secondary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:3.5625rem;left:65.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWkALZSwhOTqlQP69Ms5JfGMbmpIom3V { box-sizing:content-box;height:1.8125rem;width:6.3125rem;position:absolute;display:block;z-index:15026;background-color:#fffe21;background-image:none;top:6.4375rem;left:23.75rem;display:block; }
#gx5SqrNePQitexNB7yGMNXRACITe2NSP { color:rgba(var(--color-secondary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:6.5625rem;left:23.8125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEEmoivLyystcFISMvwWwehFqMaBugtW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.625rem;left:32.875rem; }
#icCCBDl6oBXVDSnlbqSv33bSx18xmT79 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:24.6875rem;left:34.9375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rEHOwqOOflqDIInXGzCLEnufuhpTiC6L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.625rem;left:46.6875rem; }
#JpJdrwTSKVEGxh29TJMeKR4q0snk5VFz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:24.6875rem;left:48.8125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1R7utKDLIogAkOyxVOxWlCnRvODSUVr { background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.9375rem;left:32.875rem;display:block; }
#zx2vnwe1gmPpuDRNQlv7EQieZVBbGyd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyQcmu8CEPkqTdN2LcAE5gt7oDp8q21n { box-sizing:content-box;height:1.25rem;width:1.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:15010;background-color:#bdbdbf;background-image:none;top:5.5625rem;left:68.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hTLAvh4iKFnzNnOLrV64y3iH9ZIJ8V4c { box-sizing:content-box;height:1.25rem;width:1.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:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5625rem;left:67rem;display:block; }
#twpDUqLxnIDl0f0GwOD3wPeAwmJtbRXq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:28.5625rem;top:5.75rem;left:0.8125rem;overflow:hidden;display:block; }
#Tb0by1W9GnCnDAa83r4ROXsViv8Rsdq1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.625rem;left:58rem; }
#MiXLz37HJE3aVGK63LzQAeRnL4D3m7h4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:24.75rem;left:60.1875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container { background-color: transparent; background-image: none; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container > .video-iframe-container { display: none; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row > .video-iframe-container { display: none; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .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); }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container { border-width: 0; border-radius: 0; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.125rem;width:75rem;position:relative;display:block; }#A1T1IiV7eExnKzacicPsJ3vyi1QGgiKz { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:1.8125rem;left:11.625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Aotn1R1m3g4olTWcl24uVoodcXcQ2DOd { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:2.5625rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uzNiouN0eBkMFdn5XTnECnAcd6JF82th { display:block; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdUup62DsvA92fJPekzLEpmn6X4EBmR1 { top:0.25rem;left:0rem;width:36.125rem;height:3.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co { width:9rem;height:5.0625rem;display:flex;top:3.25rem;left:28.5rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #k54QWtfMO52fClbaITCLv8DzhaGlULWE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J31DMfafV1K2vc76MiuFyLbH8ylP0xaK {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #OhBRXBgQT7QpO4BDUF5TcLAkKX7f8GDR {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #gMeZMQE5sfQZuDQkc4g1wNTlKe8Ldelf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Bid5DG1AubO3HJyXMyxTThdKuOKODbBU {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #WRv3C2Hp4mTJdE0DrkfeExPIxBJtdChn {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Ux49drichZFfsgW5rWLw11bwnUETUiSS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #rAg7NhTVbmXCdVBlpJ1vQV3S4sc2PIqT {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J5c8vW5PlTX2Tdgi93IpazqP2t1ITP43 {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #TvThN7ypbweDcxIfzeGLpNlcukIcGHST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #I3styz62EVenF1Ue7U3xO3qQrOqgC0Uo {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #xmXt0QfrNWgm4LEucfoNMZkDJ25E4MlS {  }
 }@media only screen and (max-width: 763px) { #J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD { display:block; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHrlZWKrTVbJcHSynlvie6RKcHDm3rRc { top:0rem;left:0rem;width:35.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6yJTAkJlsAuKt48srhDvg14iTIzDLDi { top:4.8125rem;left:0rem;width:35.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dsiu1M00uCTG7veLTAxszlzso17LA3mm { top:0.875rem;left:0rem;width:36.1875rem;height:16.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { top:35.1875rem;left:0rem;width:41.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { top:39.125rem;left:0rem;width:37.625rem;height:18.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { top:28.6875rem;left:0rem;width:36.125rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { top:28rem;left:12.5625rem;width:35.125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { top:34.625rem;left:27.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { top:27.4375rem;left:25.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { width:19.4375rem;height:3.4375rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block; }
 }@media only screen and (max-width: 763px) { #swprWb5TL7tUxBEnONBdooARnviwTyaU { top:36.1875rem;left:18.4375rem;width:29.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5LPP5Jqs4c0W9dNyT7EDZ5GyKfnpGHi { top:20.125rem;left:0rem;width:12.625rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp8Z6IfWGZcvJnvTOXXMVzHf4tCCoyGf { top:9.375rem;left:0rem;width:18.0625rem;height:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh { display:block; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxFon8hSqB7HWcK1NS8qvFARlxn4E30T { top:3.1875rem;left:0rem;width:34.9375rem;height:10.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRUtLbyg5qdm3ITJu0hTNg8vRI6yV8k3 { top:22.25rem;left:0rem;width:41.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXrHym347vxmhGFcUn9yEPrIVMGvzD9i { top:26.8125rem;left:0rem;width:37.625rem;height:18.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKSefmsdKCocJwAtdqHV5IWWHWKHCkks { top:17.125rem;left:0rem;width:36.125rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRSVXL6nhMUALK6WDWEkLRTCWA5IT8vG { top:15.875rem;left:12.5625rem;width:35.125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJprTzykPZH2TtFxromIBAtZgWMXWGSe { top:21.6875rem;left:27rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuGgMy5FGnXb5K0HMbZwOLnkd7n6bow { top:15.25rem;left:25.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuKITJQrAGATfSiWWmJckIqTJ9G226B { width:19.4375rem;height:3.4375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3d68ALr8Gk9023TboUGA1cuMK0HAq9S { display:block; }
 }@media only screen and (max-width: 763px) { #D6nSMVBvrvZKKrAMfDmACA2vf3TytRg4 { top:24.0625rem;left:18.4375rem;width:29.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXNGEMLwTlOT4QTFQDZio8qZNvSfbZc { top:20.125rem;left:0rem;width:12.625rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0XcwfPRCvB4aeaGZdUU3OzV1QDTTZPA { top:9.375rem;left:0rem;width:18.0625rem;height:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k02I7afIehfRSduTLNL7Wii6prbLUSd8 { top:4.4375rem;left:0rem;width:28.125rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { top:16.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { top:16.3125rem;left:0rem;width:25.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { top:18.5625rem;left:0rem;width:28rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsMbH58Tlu8FKmbDbEfzIOsHnkmBGMTA { top:15.625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4AvS0TPAwf0lvzfDMZFQHwC9hvpINr { width:25rem;height:3.4375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnUrS3f0x61nuaRDnIMZGpraX517cJlR { display:block; }
 }@media only screen and (max-width: 763px) { #cBpcD2lXFoMTXWl1dIi4U7TPbEOw9NhK { top:31.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { top:31.625rem;left:0rem;width:25.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { top:33.875rem;left:0rem;width:26.0625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhUAiCm8ok1kB4PzhGLsd3cg3L3ME5A { top:31.0625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIVf2z3RzQDnneHuG28xSh3VTAzeQZv { top:19.5625rem;left:20.1875rem;width:27.4375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXy7xbPoI85hMuLw4KvsOiS7D2RDXtv { top:18.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwuno0iHFF7SbmwH9qxxT5mRXTNMxGbh { top:16.0625rem;left:24.3125rem;width:23.4375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoX1SiXRwfVsG5SCLrxTJ8eahSvU6X { top:29.8125rem;left:26.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNxh4EmIaX1gAPqblnf4vLQEyrx6iU17 { top:0rem;left:0rem;width:43.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ { display:block; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhQzdCnJuIq5eNfAiz3MnfiNtB8KTmTE { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #delD2nqIXAsWTGyLPnxpqNKbd7loTcSt { top:38.1875rem;left:5.6875rem;width:17.5625rem;height:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeL8Ta5MAPOaKzFwrmnIiDxAJLEsFZnw { top:36.625rem;left:5.6875rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfMd4P2DVk12ieXQAqpCsTFGT7QPIr4s { top:33rem;left:5.71875rem;width:17.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgZp9IGJlbtEt3fXGkMBXqN5GNOFCQW { top:38.1875rem;left:24.75rem;width:17.75rem;height:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZniFkRboGLzIzibZyzJ9kn9TLTTDCl { top:33rem;left:24.75rem;width:17.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBhsLrdFdvwCpIFu72IbdvUer9bPaT53 { top:36.625rem;left:24.75rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJza9WkZp5MyMJ82zIBEGA74uIoD15Bu { top:38.1875rem;left:0rem;width:17.6875rem;height:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPWFnyTuX62iMsR9nh8xql8UEMEJwr9 { top:36.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al0sztgF5oOyN1Uh9SCyGk6VwQekqzTO { top:33rem;left:0rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvQJegTzhPzp9sAG85V1qO9Khvdof4Z { top:13.0625rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpaVuWZTx7aZxNxTr4BKXCX9yF0euqD { top:13.0625rem;left:5.6875rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCg1csC8kNoHOfkxeNesQvm6c9btW3oD { top:13.0625rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsln4KAn4EtJoBbwwCntoRwDfphCiNB { top:13.0625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR8eLefESAzU4JFOPPoKT6b0TFKHhK9U { top:33.0625rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSTiQfPDvnynRG2LgtZs4gI0sTFT4Tv { top:38rem;left:27.125rem;width:17.5rem;height:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUx9UAA1cDm4ZILshlR0MOZReBR2Blm4 { top:36.625rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo90rSAtVXnAQrwwAdLc2ZaRaU7JwytG { top:36.625rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4AhcTRtRiWRx7edDAEIRpcSJBctIONe { display:block; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGbuH0DIMuyQiGNp0q1rUWMS2zqwvkmz { top:28.9375rem;left:30.25rem;width:17.5rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om6ZkFJ0yNibIhq6x28Zi5tnUBkpPWdE { top:22.8125rem;left:30.25rem;width:17.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhZcGauMzCW48DLNUCO3iEKzerDTTyo { top:26.5625rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdLKd54FopqLQpJqyPuTQVLnhngmkEWg { top:2.0625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMuEIIkdOra7EeinnIKnM8v9B9Hst87T { top:2.0625rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wsTUvdf5wzLhWZDNnqakWnPOLbey6v { top:28.9375rem;left:0rem;width:17.5rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDnd1CSduMMUg1qJgakeBSBW62l5nrJ { top:22.8125rem;left:0rem;width:17.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWGTgMLBxswZ99lb5PTkUv12aDyf0TBG { top:26.5rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTcQ8WUI5P1yGhyhZNuZIvOI6IODsru { top:28.9375rem;left:5.5625rem;width:17.5rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIw3ZViS7IcxLcaisCwkukSvGOBXJ99N { top:22.9375rem;left:5.875rem;width:17.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvZ8QyQJ5vPZL0RBgF2ssBzX39XEfqG { top:2.1875rem;left:5.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs4xpS764zMciV9oq2of2a70wUH7ZehR { top:26.5rem;left:5.875rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW9dJ0e3tURnyTwF3d41UdTLV7PMS4d { top:2.0625rem;left:24.8125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b839ywf2Qq0IrwEUClVVAOJfnNR3P2iS { top:26.375rem;left:24.8125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrR6Qh7hI8D3r7cqGmhg0nT8v8pPauN { top:22.8125rem;left:24.8125rem;width:17.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2zVR7gQybRUkA1tdPXzW2HhUW4ZseHE { top:28.9375rem;left:24.8125rem;width:17.5rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSDVOPPOpFQNIvHJqVFKlRUQ9ZvxHNPd { width:25rem;height:3.4375rem;top:46.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO19QdQndITpJogB92SQVztvDrBZASi6 { display:block; }
 }@media only screen and (max-width: 763px) { #aSuJf2y3legXcP83ppaWpe5xfbnwxmAh { display:block; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv { width:9.25rem;height:5.1875rem;display:flex;top:3.25rem;left:28.5rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #AP2W0BMSmNRpExozUULyUtLeUl6XpCuE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #Kv4Bag2K50pCFI4Mt7ISN9cI4KdX5p1z {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #h7K83ZC5CA1EhTTKObq74mPW3TlIfkTD {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QTwmkJqA00Vl2gucKowNzo2x0UxMskbb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #DwVAXo8t1hf6tPVCXSJFNMZpx0hV2R5q {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #TTJ38MvR9NzDcTuRooaoDPK7KqgJXOHw {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #fqxUCiX6uw4qJRD0HiXfo6pX5mpWdCEw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #aKbrposIH7tHU7pfcvVPNPhQOtzAEMoR {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #UynTQ4y26J0guTpmTBp5T4sVu5qgBmip {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QyBzCkD0NL3Pv5Siqkxn29TOPBE78EXs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #FxqFQXaXHvEGULcfGRbTT4TNzJdz8t6T {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #wTwOrsmuPzIAwfFAyadWNfvqRK4tJyIc {  }
 }@media only screen and (max-width: 763px) { #B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk { display:block; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu4uEUdSSxvE93NAH8o9u3fCcfFwkSZ2 { top:27rem;left:23.875rem;width:22.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOSN6K5rJWSpb5vnLc5CfxMcN2CgQ6ee { top:32.75rem;left:23.875rem;width:22.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOf1mG4BRmws7w64gNcmDuxUpzotDBI3 { top:25.9375rem;left:0.75rem;width:22.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0UBSoSyr9QRTmBQ0Xwf6m8DRHq6PlL { top:8.9375rem;left:0.75rem;width:22.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNUl38AV6TvwvXmk06MDCAWyWCa6HBr { top:21.625rem;left:23.875rem;width:22.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUiXImt9xdfnsP9KZol6W4RV5ZB9g8Tw { top:28.1875rem;left:3.0625rem;width:12.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzpH5sXACI67zvLSTb1TINcx9BPgTzzo { top:34.875rem;left:25.6875rem;width:12.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztAJRRlVnlyvbnBympQaxxZoLolJgmn9 { top:29.25rem;left:25.625rem;width:12.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZ58DwTmbAzy4P8XkKarUEe4i5bobKK { top:23.8125rem;left:25.6875rem;width:12.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnOFFwIigCLH7SsETvMo7xRTQcC3z5Bx { top:11.125rem;left:3.625rem;width:12.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl4RpXIPEvfiQ9rHidaZh6NTw1mmioBy { top:18.3125rem;left:25.5625rem;width:12.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAEPfmwKLACezEKMkTggUZ1L8O0okOK8 { top:15.875rem;left:23.875rem;width:22.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uunq6tdfyqdWwobmNA8wJv3H5tvSr2AH { top:12.6875rem;left:0rem;width:47.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFa8f2qDfooI3kGiMfTPU7RcOx3fteSG { top:2.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsMaEcyixLX2NLiPzdLVdTgDOwwGu2q { top:12.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnAnEPQwKyyQNr3ZVVyLX34FMnX0wTOO { top:28.1875rem;left:3.0625rem;width:12.5rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0vWAINSiMpz6Ei1a2lcTVSNCaHsB0wM { top:28.1875rem;left:3.0625rem;width:12.5rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiHqXXZZOEzZ5tH3m7308nWwNqbbOTA5 { top:28.1875rem;left:3.0625rem;width:12.5rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ep50ElxgbvILWEX1SkfpbT66yRiAvZeo { display:block; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2VlZ1TQ4VRegZLsTdR45XPKeou7pZgf { top:1.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFLzi13gTAnVAps18zTTcqTzrSTUDI7 { top:9.9375rem;left:8.9375rem;width:38.8125rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzo7v6XaFEcScR7Ovbi6FvQ0J8XpcBoZ { top:4.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXWQFn2CLRQrmJ4rL9cmNdKTW31d4Ahc { top:3.4375rem;left:37.625rem;width:10.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITt4AL6HkZk1pFFFfN0DnRTnwUJLTshs { top:3.5625rem;left:38.5625rem;width:9.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkALZSwhOTqlQP69Ms5JfGMbmpIom3V { top:6.4375rem;left:10.125rem;width:6.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx5SqrNePQitexNB7yGMNXRACITe2NSP { top:6.5625rem;left:10.1875rem;width:6.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEEmoivLyystcFISMvwWwehFqMaBugtW { top:24.625rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCCBDl6oBXVDSnlbqSv33bSx18xmT79 { top:24.6875rem;left:21.3125rem;width:11.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEHOwqOOflqDIInXGzCLEnufuhpTiC6L { top:24.625rem;left:33.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpJdrwTSKVEGxh29TJMeKR4q0snk5VFz { top:24.6875rem;left:35.1875rem;width:11.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1R7utKDLIogAkOyxVOxWlCnRvODSUVr { width:23.0625rem;height:3.4375rem;top:30.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx2vnwe1gmPpuDRNQlv7EQieZVBbGyd7 { display:block; }
 }@media only screen and (max-width: 763px) { #TyQcmu8CEPkqTdN2LcAE5gt7oDp8q21n { top:5.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLAvh4iKFnzNnOLrV64y3iH9ZIJ8V4c { top:5.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twpDUqLxnIDl0f0GwOD3wPeAwmJtbRXq { top:5.75rem;left:0rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0by1W9GnCnDAa83r4ROXsViv8Rsdq1 { top:24.625rem;left:44.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiXLz37HJE3aVGK63LzQAeRnL4D3m7h4 { top:24.75rem;left:36.1875rem;width:11.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 { display:block; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1T1IiV7eExnKzacicPsJ3vyi1QGgiKz { top:1.8125rem;left:0rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aotn1R1m3g4olTWcl24uVoodcXcQ2DOd { top:2.5625rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uzNiouN0eBkMFdn5XTnECnAcd6JF82th { display:none; }#uzNiouN0eBkMFdn5XTnECnAcd6JF82th > .row .container { width:20rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdUup62DsvA92fJPekzLEpmn6X4EBmR1 { width:6.25rem;height:2.798825rem;top:1.505859375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co { width:9rem;height:5.0625rem;display:flex;top:3.25rem;left:0.375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #k54QWtfMO52fClbaITCLv8DzhaGlULWE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J31DMfafV1K2vc76MiuFyLbH8ylP0xaK {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #OhBRXBgQT7QpO4BDUF5TcLAkKX7f8GDR {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #gMeZMQE5sfQZuDQkc4g1wNTlKe8Ldelf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Bid5DG1AubO3HJyXMyxTThdKuOKODbBU {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #WRv3C2Hp4mTJdE0DrkfeExPIxBJtdChn {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #Ux49drichZFfsgW5rWLw11bwnUETUiSS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #rAg7NhTVbmXCdVBlpJ1vQV3S4sc2PIqT {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #J5c8vW5PlTX2Tdgi93IpazqP2t1ITP43 {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #TvThN7ypbweDcxIfzeGLpNlcukIcGHST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #I3styz62EVenF1Ue7U3xO3qQrOqgC0Uo {  }
 }@media only screen and (max-width: 763px) { #SfkBOfcVk4TgRw0QoMmuKmGEay5BI0co #xmXt0QfrNWgm4LEucfoNMZkDJ25E4MlS {  }
 }@media only screen and (max-width: 763px) { #J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD { display:none; }#J7u9tC2ofwvNdpCpPx0GM9mMcx9ExoXD > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aHrlZWKrTVbJcHSynlvie6RKcHDm3rRc { width:16.625rem;height:5.59765625rem;top:0rem;left:1.6875rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H6yJTAkJlsAuKt48srhDvg14iTIzDLDi { width:13.375rem;height:2.798825rem;top:5.59765625rem;left:3.3125rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dsiu1M00uCTG7veLTAxszlzso17LA3mm { width:20rem;height:2.3994125rem;top:2.3125rem;left:0rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { width:18.75rem;height:0.0625rem;top:5.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { width:18.0625rem;height:0;top:9.412109375rem;left:0rem;font-size:0.875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { width:17.5rem;height:3.5996125rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { width:18.6875rem;height:4.6875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { width:1rem;height:1rem;top:33.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { width:1rem;height:1rem;top:4.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { width:10.875rem;height:2.8125rem;top:36.6748046875rem;left:4.5625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block; }
 }@media only screen and (max-width: 763px) { #swprWb5TL7tUxBEnONBdooARnviwTyaU { width:16.3125rem;height:15.75rem;top:18.5625rem;left:3.5699339207049rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5LPP5Jqs4c0W9dNyT7EDZ5GyKfnpGHi { width:12.625rem;height:2.798825rem;top:20.125rem;left:0rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wp8Z6IfWGZcvJnvTOXXMVzHf4tCCoyGf { width:18.0625rem;height:8.39648125rem;top:10.349609375rem;left:0rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh { display:none; }#HZatWsUmVupAdPBxnRcfkeTccOlEN4Gh > .row .container { width:20rem;height:39.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gxFon8hSqB7HWcK1NS8qvFARlxn4E30T { width:20rem;height:2.3994125rem;top:2.3125rem;left:0rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eRUtLbyg5qdm3ITJu0hTNg8vRI6yV8k3 { width:18.75rem;height:0.0625rem;top:5.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXrHym347vxmhGFcUn9yEPrIVMGvzD9i { width:18.0625rem;height:0;top:9.412109375rem;left:0rem;font-size:0.875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #DKSefmsdKCocJwAtdqHV5IWWHWKHCkks { width:17.5rem;height:3.5996125rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRSVXL6nhMUALK6WDWEkLRTCWA5IT8vG { width:18.6875rem;height:4.6875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJprTzykPZH2TtFxromIBAtZgWMXWGSe { width:1rem;height:1rem;top:33.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuGgMy5FGnXb5K0HMbZwOLnkd7n6bow { width:1rem;height:1rem;top:4.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuKITJQrAGATfSiWWmJckIqTJ9G226B { width:10.875rem;height:2.8125rem;top:36.6748046875rem;left:4.5625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #l3d68ALr8Gk9023TboUGA1cuMK0HAq9S { display:block; }
 }@media only screen and (max-width: 763px) { #D6nSMVBvrvZKKrAMfDmACA2vf3TytRg4 { width:16.3125rem;height:15.75rem;top:18.5625rem;left:3.5699339207049rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXNGEMLwTlOT4QTFQDZio8qZNvSfbZc { width:12.625rem;height:2.798825rem;top:20.125rem;left:0rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T0XcwfPRCvB4aeaGZdUU3OzV1QDTTZPA { width:18.0625rem;height:8.39648125rem;top:10.349609375rem;left:0rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl { display:block; }#vxkLnVxAGNQrcbcViap1tOoaDBQdcLsl > .row .container { width:20rem;height:69.13671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k02I7afIehfRSduTLNL7Wii6prbLUSd8 { width:20rem;height:2.3994125rem;top:3.125rem;left:0rem;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bLt20bLfB6HM3RHw8xT6H09cbOrVXHMz { display:flex;width:1.875rem;height:1.875rem;top:7.52499961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VhwqQVhGyd4mPBXyMHDdGDb3AnNA2E0F { width:17.25rem;height:1.79980625rem;top:7.5750045776369rem;left:2.5500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTcisETDUzcpMrEn33rGrmO2euTCIT2 { width:17.3125rem;height:9.1875rem;top:9.9619140625rem;left:2.6875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bsMbH58Tlu8FKmbDbEfzIOsHnkmBGMTA { width:6.25rem;height:0.0625rem;top:7.25rem;left:2.6748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4AvS0TPAwf0lvzfDMZFQHwC9hvpINr { width:18.5625rem;height:2.8125rem;top:61.82421875rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnUrS3f0x61nuaRDnIMZGpraX517cJlR { display:block; }
 }@media only screen and (max-width: 763px) { #cBpcD2lXFoMTXWl1dIi4U7TPbEOw9NhK { display:flex;width:1.875rem;height:1.875rem;top:20.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lA2tT8Ztm2v4OHXARDOvS3FcoolQ2Bwi { width:17.25rem;height:1.79980625rem;top:20.875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZ1cO6gUTwkPWrCTUEHIDTVZQvDhkDz { width:17.1875rem;height:11.1953rem;top:23rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhUAiCm8ok1kB4PzhGLsd3cg3L3ME5A { width:6.25rem;height:0.0625rem;top:20.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIVf2z3RzQDnneHuG28xSh3VTAzeQZv { width:17.6875rem;height:21.1875rem;top:36.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXy7xbPoI85hMuLw4KvsOiS7D2RDXtv { width:1.25rem;height:1.25rem;top:39.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwuno0iHFF7SbmwH9qxxT5mRXTNMxGbh { width:14.8125rem;height:20.5625rem;top:35.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoX1SiXRwfVsG5SCLrxTJ8eahSvU6X { width:1.25rem;height:1.25rem;top:57.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNxh4EmIaX1gAPqblnf4vLQEyrx6iU17 { width:20rem;height:0;top:65.88671875rem;left:0rem;font-size:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ { display:block; }#URC00kAMyoP9GagVwbAxLtzK8PdhcdkQ > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhQzdCnJuIq5eNfAiz3MnfiNtB8KTmTE { width:19.125rem;height:4.798825rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #delD2nqIXAsWTGyLPnxpqNKbd7loTcSt { width:18.8125rem;height:11.1953125rem;top:80.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeL8Ta5MAPOaKzFwrmnIiDxAJLEsFZnw { width:0.0625rem;height:13.125rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfMd4P2DVk12ieXQAqpCsTFGT7QPIr4s { width:18.8125rem;height:1.5996125rem;top:78.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgZp9IGJlbtEt3fXGkMBXqN5GNOFCQW { width:18.8125rem;height:8.3965rem;top:110.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZniFkRboGLzIzibZyzJ9kn9TLTTDCl { width:18.75rem;height:1.5996125rem;top:108rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBhsLrdFdvwCpIFu72IbdvUer9bPaT53 { width:0.0625rem;height:10.9375rem;top:108.458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJza9WkZp5MyMJ82zIBEGA74uIoD15Bu { width:18.75rem;height:8.3965rem;top:24.26171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPWFnyTuX62iMsR9nh8xql8UEMEJwr9 { width:0.0625rem;height:8.875rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al0sztgF5oOyN1Uh9SCyGk6VwQekqzTO { width:18.8125rem;height:1.5996125rem;top:22.01171875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvQJegTzhPzp9sAG85V1qO9Khvdof4Z { width:11.0625rem;height:11.0625rem;top:8.6875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpaVuWZTx7aZxNxTr4BKXCX9yF0euqD { width:11.0625rem;height:11.0625rem;top:65.125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCg1csC8kNoHOfkxeNesQvm6c9btW3oD { width:11.0625rem;height:11.0625rem;top:94.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsln4KAn4EtJoBbwwCntoRwDfphCiNB { width:11.0625rem;height:11.0625rem;top:35.75rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR8eLefESAzU4JFOPPoKT6b0TFKHhK9U { width:18.8125rem;height:3.19921875rem;top:48.86328125rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSTiQfPDvnynRG2LgtZs4gI0sTFT4Tv { width:18.75rem;height:9.795875rem;top:52.73828125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUx9UAA1cDm4ZILshlR0MOZReBR2Blm4 { width:0.0625rem;height:12.5rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo90rSAtVXnAQrwwAdLc2ZaRaU7JwytG { width:0.0625rem;height:10rem;top:22.625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S4AhcTRtRiWRx7edDAEIRpcSJBctIONe { display:block; }#S4AhcTRtRiWRx7edDAEIRpcSJBctIONe > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGbuH0DIMuyQiGNp0q1rUWMS2zqwvkmz { width:18.8125rem;height:6.9970625rem;top:66.1875rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om6ZkFJ0yNibIhq6x28Zi5tnUBkpPWdE { width:18.75rem;height:2.798825rem;top:62.625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhZcGauMzCW48DLNUCO3iEKzerDTTyo { width:0.0625rem;height:9.375rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdLKd54FopqLQpJqyPuTQVLnhngmkEWg { width:11.0625rem;height:11.0625rem;top:50rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMuEIIkdOra7EeinnIKnM8v9B9Hst87T { width:11.0625rem;height:11.0625rem;top:0.8466796875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wsTUvdf5wzLhWZDNnqakWnPOLbey6v { width:18.75rem;height:6.9970625rem;top:15.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDnd1CSduMMUg1qJgakeBSBW62l5nrJ { width:18.8125rem;height:1.3994125rem;top:13.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWGTgMLBxswZ99lb5PTkUv12aDyf0TBG { width:0.0625rem;height:8.125rem;top:13.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTcQ8WUI5P1yGhyhZNuZIvOI6IODsru { width:18.8125rem;height:8.3965rem;top:39.4775390625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIw3ZViS7IcxLcaisCwkukSvGOBXJ99N { width:18.8125rem;height:1.3994125rem;top:37.5625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvZ8QyQJ5vPZL0RBgF2ssBzX39XEfqG { width:11.0625rem;height:11.0625rem;top:24.373046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs4xpS764zMciV9oq2of2a70wUH7ZehR { width:0.0625rem;height:9.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW9dJ0e3tURnyTwF3d41UdTLV7PMS4d { width:11.0625rem;height:11.0625rem;top:75.8125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b839ywf2Qq0IrwEUClVVAOJfnNR3P2iS { width:0.0625rem;height:10rem;top:62.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrR6Qh7hI8D3r7cqGmhg0nT8v8pPauN { width:18.75rem;height:1.5996125rem;top:88.5869140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2zVR7gQybRUkA1tdPXzW2HhUW4ZseHE { width:18.8125rem;height:8.3965rem;top:90.8115234375rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSDVOPPOpFQNIvHJqVFKlRUQ9ZvxHNPd { width:19rem;height:3.4375rem;top:102.771484375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO19QdQndITpJogB92SQVztvDrBZASi6 { display:block; }
 }@media only screen and (max-width: 763px) { #aSuJf2y3legXcP83ppaWpe5xfbnwxmAh { display:block; }#aSuJf2y3legXcP83ppaWpe5xfbnwxmAh > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv { width:9.25rem;height:5.1875rem;display:flex;top:1.25rem;left:8.5rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #AP2W0BMSmNRpExozUULyUtLeUl6XpCuE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #Kv4Bag2K50pCFI4Mt7ISN9cI4KdX5p1z {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #h7K83ZC5CA1EhTTKObq74mPW3TlIfkTD {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QTwmkJqA00Vl2gucKowNzo2x0UxMskbb { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #DwVAXo8t1hf6tPVCXSJFNMZpx0hV2R5q {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #TTJ38MvR9NzDcTuRooaoDPK7KqgJXOHw {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #fqxUCiX6uw4qJRD0HiXfo6pX5mpWdCEw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #aKbrposIH7tHU7pfcvVPNPhQOtzAEMoR {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #UynTQ4y26J0guTpmTBp5T4sVu5qgBmip {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #QyBzCkD0NL3Pv5Siqkxn29TOPBE78EXs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #FxqFQXaXHvEGULcfGRbTT4TNzJdz8t6T {  }
 }@media only screen and (max-width: 763px) { #PP8mAQ5m3tsJT5zksGvZPuK41RNGEkDv #wTwOrsmuPzIAwfFAyadWNfvqRK4tJyIc {  }
 }@media only screen and (max-width: 763px) { #B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk { display:block; }#B4zRLPe1xUHZvxTztzpw0RarUWN7kdlk > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu4uEUdSSxvE93NAH8o9u3fCcfFwkSZ2 { width:17.5625rem;height:4.4375rem;top:31rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOSN6K5rJWSpb5vnLc5CfxMcN2CgQ6ee { width:17.5625rem;height:5.875rem;top:36.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOf1mG4BRmws7w64gNcmDuxUpzotDBI3 { width:17.5625rem;height:5.4375rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0UBSoSyr9QRTmBQ0Xwf6m8DRHq6PlL { width:17.5625rem;height:13.0625rem;top:7.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNUl38AV6TvwvXmk06MDCAWyWCa6HBr { width:17.5625rem;height:4.1875rem;top:26.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUiXImt9xdfnsP9KZol6W4RV5ZB9g8Tw { width:12.5rem;height:0.9375rem;top:27.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzpH5sXACI67zvLSTb1TINcx9BPgTzzo { width:12.5rem;height:1.1875rem;top:76.010946655275rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztAJRRlVnlyvbnBympQaxxZoLolJgmn9 { width:12.5rem;height:1.1875rem;top:73.573446655275rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrZ58DwTmbAzy4P8XkKarUEe4i5bobKK { width:12.5rem;height:1.1875rem;top:71.135946655275rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnOFFwIigCLH7SsETvMo7xRTQcC3z5Bx { width:12.5rem;height:0.5625rem;top:9.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl4RpXIPEvfiQ9rHidaZh6NTw1mmioBy { width:12.5rem;height:0.8125rem;top:22.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAEPfmwKLACezEKMkTggUZ1L8O0okOK8 { width:17.5625rem;height:4.375rem;top:21.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uunq6tdfyqdWwobmNA8wJv3H5tvSr2AH { width:17.0625rem;height:43.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFa8f2qDfooI3kGiMfTPU7RcOx3fteSG { width:20rem;height:2.3994125rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsMaEcyixLX2NLiPzdLVdTgDOwwGu2q { width:1.25rem;height:1.25rem;top:5.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnAnEPQwKyyQNr3ZVVyLX34FMnX0wTOO { width:12.5rem;height:0.9375rem;top:32.75rem;left:3.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #v0vWAINSiMpz6Ei1a2lcTVSNCaHsB0wM { width:9.5rem;height:0.625rem;top:37.875rem;left:3.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KiHqXXZZOEzZ5tH3m7308nWwNqbbOTA5 { width:9.5rem;height:0.625rem;top:44.5rem;left:3.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ep50ElxgbvILWEX1SkfpbT66yRiAvZeo { display:block; }#ep50ElxgbvILWEX1SkfpbT66yRiAvZeo > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2VlZ1TQ4VRegZLsTdR45XPKeou7pZgf { width:10.1875rem;height:2rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFLzi13gTAnVAps18zTTcqTzrSTUDI7 { width:20rem;height:15.39354375rem;top:33.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzo7v6XaFEcScR7Ovbi6FvQ0J8XpcBoZ { width:8.125rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXWQFn2CLRQrmJ4rL9cmNdKTW31d4Ahc { width:4.9375rem;height:1.5996125rem;top:1.4375rem;left:9.8125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ITt4AL6HkZk1pFFFfN0DnRTnwUJLTshs { width:5rem;height:2rem;top:1.1875rem;left:15rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWkALZSwhOTqlQP69Ms5JfGMbmpIom3V { width:6.3125rem;height:1.8125rem;top:6.3935546875rem;left:13.6875rem;background-color:#fffe21;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gx5SqrNePQitexNB7yGMNXRACITe2NSP { width:6.25rem;height:1.5996125rem;top:6.5rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEEmoivLyystcFISMvwWwehFqMaBugtW { display:flex;width:1.25rem;height:1.25rem;top:28.4375rem;left:2rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #icCCBDl6oBXVDSnlbqSv33bSx18xmT79 { width:4.5625rem;height:2.798825rem;top:29.625rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEHOwqOOflqDIInXGzCLEnufuhpTiC6L { display:flex;width:1.25rem;height:1.25rem;top:28.4375rem;left:15.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JpJdrwTSKVEGxh29TJMeKR4q0snk5VFz { width:6.375rem;height:1.3994125rem;top:29.625rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1R7utKDLIogAkOyxVOxWlCnRvODSUVr { width:18rem;height:2.8125rem;top:51.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx2vnwe1gmPpuDRNQlv7EQieZVBbGyd7 { display:block; }
 }@media only screen and (max-width: 763px) { #TyQcmu8CEPkqTdN2LcAE5gt7oDp8q21n { width:1rem;height:1rem;top:3rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLAvh4iKFnzNnOLrV64y3iH9ZIJ8V4c { width:1rem;height:1rem;top:3rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twpDUqLxnIDl0f0GwOD3wPeAwmJtbRXq { width:20rem;height:20rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0by1W9GnCnDAa83r4ROXsViv8Rsdq1 { display:flex;width:1.25rem;height:1.25rem;top:28.3125rem;left:9.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MiXLz37HJE3aVGK63LzQAeRnL4D3m7h4 { width:6.0625rem;height:2.798825rem;top:29.625rem;left:13.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 { display:block; }#ZuJv4HFbTNWNEdFcyIJXyE7dq358vxU3 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1T1IiV7eExnKzacicPsJ3vyi1QGgiKz { width:18.875rem;height:1.0996125rem;top:0.5625rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aotn1R1m3g4olTWcl24uVoodcXcQ2DOd { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }