.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:226,226,226;--color-primary-1:158,158,158;--color-primary-2:60,60,60;--color-primary-3:30,30,30;--color-primary-4:9,9,9;--color-secondary-0:221,221,221;--color-secondary-1:142,142,142;--color-secondary-2:28,28,28;--color-secondary-3:14,14,14;--color-secondary-4:4,4,4;--color-tertiary-0:252,254,255;--color-tertiary-1:244,251,255;--color-tertiary-2:232,247,255;--color-tertiary-3:116,124,128;--color-tertiary-4:35,37,38;--headlines-font-family:"open sans";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:15.5rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:38.0625rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:31.625rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGx6aG87hbEmeTv7fQVGcpXN7oc31Kuk { 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:3rem;width:7.5rem;top:0.8125rem;left:1.46875rem;overflow:hidden;display:block; }
#FhmQhEZIeAD3UrxfBktGfqlS3cq3f8Xu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:22.6875rem;display:block; }
#BlNMPyuRJW3vB4oT9TNWsWfSrLVMxxEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr3WtRiKGmKW6T4x3HbgR0IwGG1DoKl5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:43.6875rem;display:block; }
#kIfaNg4iCllTIZPm6BR1dbOO1GsNtF6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7cdd5261-32e1-4b96-9c07-fa41870ffba7/Zrzutekranu2026022o160336.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#ffffff;display:block;width:40.812375rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.135009765625rem;left:3.3740234375rem;height:3.65600625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.6875rem;width:0.375rem;top:6.38671875rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.937375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.7490234375rem;left:8.184814453125rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ir7hpVBT2w5ihIScyTeg7FlTwADKXAOk { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2060546875rem;left:3.375rem;height:11.0485625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wqm8o2f521VO6hg1QAXOxmtd28KPkVpA { color:rgba(var(--color-tertiary-2),1);display:block;width:44.625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.005859375rem;left:3.375rem;height:3.736575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container { background-color: transparent; background-image: none; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container > .video-iframe-container { display: none; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row > .video-iframe-container { display: none; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .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); }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container { border-width: 0; border-radius: 0; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#uWTKiTx3ZmhTfJ6twRwBpVnK8SGwFexT { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:4.8626899719238rem;left:0rem;display:block; }
#Ed19MhUDwl39KCaGRWGvAON45vvc29O9 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8876953125rem;left:1.9375rem;height:10.0335625rem;font-style:normal;display:block; }#Ed19MhUDwl39KCaGRWGvAON45vvc29O9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ed19MhUDwl39KCaGRWGvAON45vvc29O9 li:before{  }
#a9RBdm2g9CT07LxhzdCvzGagBXnea6nr { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51373100280762rem;left:0rem;height:3.4118625rem;font-style:normal;display:block; }
#fyTgAJyxJfSyUXFdFGE4t4IhXAEsv3Rs { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.9375rem;height:2.0317375rem;font-style:normal;display:block; }
#r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8876953125rem;left:31.875rem;height:;font-style:normal;display:block; }#r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 li:before{  }
#Qx1Um9wLzEzKhKIbBdZ7eSVgR3BK7RBH { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.3125rem;height:2.0317375rem;font-style:normal;display:block; }
#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container { background-color: transparent; background-image: none; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container > .video-iframe-container { display: none; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row > .video-iframe-container { display: none; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .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); }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container { border-width: 0; border-radius: 0; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#PARgoDOpGb3HBiPrOmLDOzqpUhFU6eCU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:4.8626899719238rem;left:0rem;display:block; }
#TZF2XdEwvV2glENTxNVqV0uGTyFQ09tA { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51373100280762rem;left:0rem;height:3.412475rem;font-style:normal;display:block; }
#u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv { color:rgba(var(--color-tertiary-2),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.5302734375rem;height:7.4365rem;font-style:normal;display:block; }#u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv li:before{  }
#Es4X2bbrVp62KoZHLfD86ldIQdHRUGra { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0615rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.763671875rem;left:1.3125rem;height:2.6818875rem;font-style:normal;display:block; }
#gOyHml4TR7Qss6C156A8GAVlF8mpKTLB { color:rgba(var(--color-tertiary-2),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.625rem;left:4.5rem;height:7.4365rem;font-style:normal;display:block; }#gOyHml4TR7Qss6C156A8GAVlF8mpKTLB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gOyHml4TR7Qss6C156A8GAVlF8mpKTLB li:before{  }
#cdsS6XC927ZcSrMArgXKyQvAsXivsiRS { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0615rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.4375rem;left:1.3125rem;height:2.6818875rem;font-style:normal;display:block; }
#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container { background-color: transparent; background-image: none; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container > .video-iframe-container { display: none; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row > .video-iframe-container { display: none; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .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); }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container { border-width: 0; border-radius: 0; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container { font-size:0.875rem;font-family:arial;height:97.875rem;width:60rem;position:relative;display:block; }#mVVtyOZUyLt1iINh5EfgTtnoTgby7IaO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:4.8626899719238rem;left:0rem;display:block; }
#zn7fz6s5q0ANJKbCn49HfdmgiPKMKPel { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:28.0625rem;left:1.8125rem;height:3.8983125rem;font-style:normal;display:block; }
#vyt0ByLLWPsf1l5f4o2nizMnH7Od8qX8 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51373100280762rem;left:0rem;height:3.412475rem;font-style:normal;display:block; }
#dcOPT4AHpVTT5Mq9qTzNqqLd1Ps4KJu0 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.8125rem;height:3.2495125rem;font-style:normal;display:block; }
#pWy2PxsFf2vhXvXfUHptnleqf3MRRQoX { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:38.201171875rem;left:31.875rem;height:2.598875rem;font-style:normal;display:block; }
#vnJAkKHXS3b8NHO6pNhJHJvQkvLn4T6E { color:rgba(var(--color-tertiary-2),1);display:block;width:27.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.6875rem;left:31.875rem;height:3.2495125rem;font-style:normal;display:block; }
#r8zH3BCoecUh7T5LeWV5TqI5gvvIyZNG { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:47.9501953125rem;left:1.8125rem;height:3.8983125rem;font-style:normal;display:block; }
#ZyRmxR2amAwhtnITxf4lm3JCvT3obm98 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:42.625rem;left:1.8125rem;height:3.2495125rem;font-style:normal;display:block; }
#qTRIEUdKaiXd14zEAeOytp50PLRxbx48 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:58.375rem;left:31.3125rem;height:3.8983125rem;font-style:normal;display:block; }
#BW3nxWv2I6p54vnEwXulmCm82caEm1O9 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:52.875rem;left:31.3125rem;height:3.2495125rem;font-style:normal;display:block; }
#O7418v7JzkglZFoZT6ibTHkTvyXiPDMJ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:69.3125rem;left:1.8125rem;height:3.8983125rem;font-style:normal;display:block; }
#Isq7a0RLZGzXaR1tbS8KTOvRvFcyCekb { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:63.9375rem;left:1.8125rem;height:3.2495125rem;font-style:normal;display:block; }
#gLhqFzL7ErAQKbXC6pbpsPsiUbpyvns1 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:79.125rem;left:31.3125rem;height:3.8983125rem;font-style:normal;display:block; }
#tzeieLu9NDmkk4IgE0BoRnRviIE5pgiv { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:75.5625rem;left:31.3125rem;height:1.62475625rem;font-style:normal;display:block; }
#cTXU0WSqAP74BmiB1MuxwTDTEF6JAsC3 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:27.5rem;left:31.5rem;display:block; }
#u45cHk9eMwOBfzZdls3NqZzhaoM4AWh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:58.875rem;left:2.375rem; }
#LAqksBgHQFZwkv9TusqwoOGDmZ3BZAMx { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:18.25rem;left:1.1875rem;display:block; }
#BKDSUayIl7NNxfaPibwP8UFEZ6BrNiIB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:48.5rem;left:31.9375rem; }
#lCHI1SZmSTJvu6tLIZkN2FWLDlhyaAvd { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:37.6875rem;left:1.8125rem;display:block; }
#NapEyyPe0OhIeNt7x6yGmDR9cgft42UC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:38.25rem;left:2.375rem; }
#dE4yLRw6tzwyEWCaOFWotTH3ZQPGxnTT { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:47.9375rem;left:31.3125rem;display:block; }
#d1Gs7Tm4Z0EQdsvp5Dvxop7q33vqEydf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.8125rem;left:1.8125rem; }
#SzLD8vovT69T4TXVV5ysz4slLAqhc050 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:58.375rem;left:1.8125rem;display:block; }
#r2DwAMUNGB0qfGluQDQfVcV6MHUNwBEw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.125rem;left:32.0625rem; }
#VuVIMp1CR5SDXSugg5lNk7kKJ6m2u2C0 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:70.25rem;left:31.3125rem;display:block; }
#h8LIVMxAQI4owMBw2hbz52Wh4btkckTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:70.8125rem;left:31.875rem; }
#vLcl6X8NixhoNcoWb5kb0qpGaNb8ivuS { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0605625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.951171875rem;left:1.1875rem;height:5.361325rem;font-style:normal;display:block; }
#aVEFrSifLiy3IT2tLeyGALefIVm7Q3iH { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0605625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:87.076171875rem;left:6.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0);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; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container { background-color: transparent; background-image: none; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container > .video-iframe-container { display: none; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row > .video-iframe-container { display: none; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .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); }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container { border-width: 0; border-radius: 0; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container { font-size:0.875rem;font-family:arial;height:241.875rem;width:60rem;position:relative;display:block; }#JttN13QtRBtoRcpPFVMqWvvRiTcTURNo { color:rgba(var(--color-tertiary-2),1);display:block;width:25.9998125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.412475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aO9pROBOQtDKrsOhgxrlKSv8wzOEHXHT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:7.1875rem;left:0rem;display:block; }
#PD9NHLfBCPtJ4mJ83DiNikW3N8TbzES0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:60rem;top:21.5625rem;left:0rem;display:block; }
#UrwMsubhsU4s9gVnDRhWhModXeuM3G93 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:19.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#EzQFuiSmM6hMz0tk4MXprbdQFlFlQUmN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:19.4375rem;left:1.5625rem;display:block; }
#zbXnozKXaUGWfixwIxoheXcdVzcaUBMM { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P48r3Gh5ncWDauCIkX0QoVgpzmJs1Xh6 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#kPRT2scy1keoinIRlBzheVw8nTZ4WWEo { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:206.78002929688rem;left:51.6396484375rem;overflow:hidden;display:block; }
#R7MMaZMEqShBn6lJ3hk0yETGQfZ6EFNX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9370125rem;width:5.9370125rem;top:169.3125rem;left:1.875rem;overflow:hidden;display:block; }
#qVdkVNZCfXPlgUeOPFRskEVfvN1dJK11 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0605625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.638671875rem;left:6.3759765625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcnZEbaXZzIvNzprP7E9i8ugNOUPG2sV { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0605625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.068359375rem;left:6.1884765625rem;height:3.90015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nApktKkzeTUrPFgg153gfcoq7GeIP7WD { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#H3MLZnNNeayMqukXxhwTLgyOMQPVEGwg { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:38rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#ss8kOpo9zooBdciPQntu3nGJwmwyqkCL { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.9375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#RUKbTsTdm44rnc88swNBN2uz8Sm4h0hP { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.9375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#RqaWsqrCqapLl2eDKs4OwkaTcG40QL94 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#NGXQJVQbB8Xi9awx7G8Mf4ulxVp6CHVW { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.25rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#uE0dJFC8aHO80Ud1b5OnmWKKRi9oCL5T { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:50.3125rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#mndlcWmU01DcNkeeBJTwssdxlqh2X0Ch { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:60rem;top:58.0625rem;left:0rem;display:block; }
#RroU40SVHKaKhnUDJ0l3FqxOuJt83Ryx { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:84.75rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#dZFF3TdlpGsUIRbsP1ZTO8Jrx6aZQf3B { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:86.8125rem;left:6.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#RVhxkQJB1OVr6nPb3btkbBLH0KuHXBUA { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:78.4375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#dG3kCIi9kbergtHdl6TXf6JTcb9KRZrT { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:80.5rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#fIx98g1T4Wu8fIsnpPPATOTvoZT3422p { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:74.5rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#Hf1Vbt2sWqIsHpv1DP3ZhRvITdpmBg0e { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:68.875rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#DWV3NUL8cgFnbqKpyh0QBQrv460w2aok { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:72.4375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#WaT8AkbFHSBCpBgU7PsVeomNhe2O8cdK { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.8125rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#a3lB6xMQp9NhTexn63ITGizo25yvSmQT { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:63.75rem;left:38.625rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BcoPTXLXkVAoS0kBUXcUzGQU9PSakU7J { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:55.9375rem;left:51.3125rem;display:block; }
#cqsZL1Nve1I6iKD7ZTBqbVMFqfWpynru { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:56.3125rem;left:51.6875rem;overflow:hidden;display:block; }
#Oc2NzpsBJLiVXnW9C2GR7wJn5Xpau6qf { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:60rem;top:95.1875rem;left:0rem;display:block; }
#HfMnoK86KEF1eLo3tGoZViJmDBZpeRI1 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:115.5625rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#Cd4DlpfHZJs06ofhKCDQQLZahiTH5r8S { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:117.625rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#QbJMrbds6nXcnSUsadZa7duWPiR785az { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:121.875rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#wMRLlgtrQWXV1EPGbQJN6TgPo4HEEvT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:123.9375rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#mTbyVJyAd64PO21xs7ycGgI5dOZV4G7J { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:111.625rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#aIfevnzDIeEMRGVI7E0if3Ig2mQLN7fX { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:109.5625rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#dyQ0JPPtHFzh2s5l4VHBUJfWW5gOgUzF { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:106rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#OxlSDXk2oh6Bro9W6tAXMTX2DXWr8Wia { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:103.9375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#SVJnNVIITJzGy9qypaKT3UZcMmFEry3w { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:101.125rem;left:1.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbIzWIgbG8zoXrZ2SVDzc2tCkNccFwzd { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:93.0625rem;left:1.5625rem;display:block; }
#a7HvTDugblFafPorf96WMX576GyHESUI { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:93.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#dOGOhsnNsKky8Qntag3KJTy87Vv5CKUu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:60rem;top:133rem;left:0rem;display:block; }
#BpwZTvd5IWUQN8fMIqghTeUk0NUSB1J8 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:161.75rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#tXcOiaa9qS7S4ZTZvu9bbTSJ9X0gr0JD { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:159.6875rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#KNJo5Ovg7txftdpE5GAi19zTmcSCdadz { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:155.4375rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#TbPIWah6hiSPEq7hrN0hv78TAhGCyfym { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:153.375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#GXBsFeTa6D4X9QqrnqfysBrLzki2EtLV { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:149.4375rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#voOXffFQg0WIMXZAKbnN1oH3zc0svUnC { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:147.375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#hSQRT2aGs4E74XUhLLi81hPI38gyLnCU { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:143.8125rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#o3IdmdsIJXVbTLxDtKW2IEfmPLcSUOUi { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:141.75rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#CBsXAwgS6xWhquO5Sg5Qg2nm3n6p7Ez2 { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:138.6875rem;left:38.625rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TK5QH2pAPgyn5SOnSp3EPHb1ngwmpDpJ { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:130.875rem;left:51.3125rem;display:block; }
#miOGG3E2PsG6C2HTDtXGshNEDqzdtwiF { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:131.25rem;left:51.6875rem;overflow:hidden;display:block; }
#rHBKQ2eX44gdsI5uuRH6rr4AepPvhE6G { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:60rem;top:171.0625rem;left:0rem;display:block; }
#itppmMTmcBMHlQUkwd9yxXo4xPBzV4Nb { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:197.75rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#IpcbbmW7WAKEBi4Lg1J6dRZDnZxKZMUW { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:199.8125rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#EMlEUTMceaXLWTdaFJSOmxGyWrX4hDmC { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:193.5rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#uG0Le56vEvrs4CKIPt6Qo8bZJilKGbTn { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:191.4375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#kFTKSf8GNeDSZ34d44EJ0S4Xlwoq8NTy { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:187.5rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#m8yCgl2aOMus3XaIFzumOXDhAF67L2nV { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:185.4375rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#qADn3Fuq4lwm6Tl2c0ISxlrZ7Z7wymee { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:181.875rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#VL7aAL4ofmeo2WpVP99m3iUsJ1Qht2by { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:179.8125rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#wNDd4KW8DWZ9puZCJ5kHIKgtSJbqySqb { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:177rem;left:1.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETGo1Q1IGGyp2TyGmwiauU9XQu9KppkV { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:168.9375rem;left:1.5625rem;display:block; }
#biUXyZMxgxlOP4Ldy80qau9kd78omSE6 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.375rem;width:60rem;top:208.49975585938rem;left:0rem;display:block; }
#CcqiURFpF6eSONEABbMqBZ1shNIafVtz { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:234.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#H1QIwX8FBEL2CAeQadkfxmvvoQBgTizW { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:232.5rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#vELoakx0V1mzrqOTTU1xpEBqJWvhsBz0 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:229.8125rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#MvT6DNGhPSTWrfNF9T8zEUeVJDTCxEaA { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:227.75rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#lOuzotZH5kOiihDBr840U7sTQxxWvRwX { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:223.8125rem;left:6.5625rem;height:2.598875rem;font-style:normal;display:block; }
#ZX9TxzkmUzkccoVshVsDfVqPGhKTnXvd { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:221.75rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#HoCT1afoe35viVhvNTtsbr1kkbUaPxLL { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:219.3125rem;left:6.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#m7wvmZOSFmDxUQWt9yJUTebDCTcg22N0 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:217.25rem;left:5.125rem;height:1.4624rem;font-style:italic;display:block; }
#kL1HuzKLSgnHhVLRNsqBXd3CgV6ldiew { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:214.1875rem;left:38.625rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xDnIr8XeV5lVkSE3vb3UTXWflghFvlN0 { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:206.375rem;left:51.3125rem;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.0625rem;left:0rem;display:block; }
#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.99875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.87673568725588rem;left:0rem;height:3.412475rem;font-style:normal;display:block; }
#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA { position:relative;display:block; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA { background-color: transparent; background-image: none; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row .container > .video-iframe-container { display: none; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row > .video-iframe-container { display: none; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .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); }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA { border-width: 0; border-radius: 0; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .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; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:8.5rem;height:28.183625rem;font-style:normal;display:block; }#JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK li:before{  }
#g5apCFMgyyVV87h6TvIWIBR8f0eoMIiV { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrrsaewItkReXW22ZCI1JRa1cx4skq9M { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJ1JKNV1anWbLXsQFC6ghlAi2tvvbRmB { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15.125rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dKef9Eg12pDdQznn9gqGaFkI760D195D { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:19rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L0oyfXEl3AQHlLpPgaxr7ShT97xBrKnC { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.6875rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6NwJrA6wWRmT5BMqNBe1JoZy2aIqG9X { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RH6FltOUtcR93nEtCT6NVsgOXEaTtt9W { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.25rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gV1LEJvFlkSzMKNAuO4kHzbBVMvUA5Mk { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:34.375rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.9375rem;left:38.3125rem;height:24.3926875rem;font-style:normal;display:block; }#iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr li:before{  }
#CzPcTh6hh4ZmLxTqlqz4cseSIMUhwg5w { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:17.8125rem;left:31.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJAyLFgGZDMcfv51lJEmP1kLCkcFk3z0 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:23rem;left:31.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJVmUQTcg32JpCM5V6zW42kLHT7xuSyf { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:25.5rem;left:31.0625rem;height:1.2994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhcoWztHT99Eb6mDH64AqoBbfdyVCL4M { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:29.246826171875rem;left:31.06201171875rem;height:1.2994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylwW6LGmc4eTHFlZpAH6vVi4OyN10A2z { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.68701171875rem;left:31.06201171875rem;height:1.2994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lst7mL68T5pkwCeqSPn2VufDyfN0TJdO { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:10rem;left:31.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lnyR8TlpcmAqyl8yvPTBQ9BxFXq5phWK { color:rgba(var(--color-tertiary-2),1);display:block;width:6.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.25rem;left:31.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IICf3cGwQNilGKCRObkt6kpBLq3Cdp0O { color:rgba(var(--color-tertiary-2),1);display:block;width:12.2498125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3871536254883rem;left:8.8738956451419rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5VcEipropoynCCWIa2IMqBFnZNZEI1u { color:rgba(var(--color-tertiary-2),1);display:block;width:12.249rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3857421875rem;left:38.8740234375rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDAdlH16FgN20C8V4Lhc5xNwDMrFWQG8 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.875rem;left:1.0625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 { position:relative;display:block; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 { background-color: transparent; background-image: none; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row .container > .video-iframe-container { display: none; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row > .video-iframe-container { display: none; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .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); }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 { border-width: 0; border-radius: 0; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .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; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rUfwcd551Er9wNiCtnxT84ME4qkRo2wx { color:rgba(var(--color-tertiary-2),1);display:block;width:36.74925rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.247314453125rem;left:11.62353515625rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO { position:relative;display:block; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO { background-color: transparent; background-image: none; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row .container > .video-iframe-container { display: none; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row > .video-iframe-container { display: none; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .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); }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO { border-width: 0; border-radius: 0; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .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; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tuLTLzMcslUmMcJ6alxmJTiICS7Gor1D { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.6875rem;width:19.125rem;top:4.03125rem;left:20.4375rem;display:block; }
#vgezkpcMmNtp0XfASSPfrvQydqIboJw0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.25rem;top:4rem;left:40.375rem;display:block; }
#BSqyo9kzlH0vHht1MftpXgCreB7AKMWt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.6875rem;width:19.125rem;top:4.03125rem;left:0.4375rem;display:block; }
#TNlPemrAeoUhNy1rZsOHD4NOoIXN06TK { color:rgba(var(--color-tertiary-2),1);display:block;width:49.375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.3125rem;height:1.4202875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn { position:relative;display:block; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn { background-color: transparent; background-image: none; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row .container > .video-iframe-container { display: none; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row > .video-iframe-container { display: none; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .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); }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn { border-width: 0; border-radius: 0; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .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; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GM8AiTJEV7FKTZtEhrn84WXVIzlBeUfn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.8736875rem;width:26.4984375rem;top:2.7813720703125rem;left:1.75048828125rem;display:block; }
#TlKPQgSpucJz2otVSW8gOiTFdxI1hHpn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.8730625rem;width:26.4984375rem;top:2.7813720703125rem;left:31.75048828125rem;display:block; }
#VUOd4rDuCIdX8rsQb7Zdp0CTpN1Naxo9 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.6234375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.53466796875rem;left:5.3753662109375rem;height:2.840575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp { position:relative;display:block; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp { background-color: transparent; background-image: none; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row .container > .video-iframe-container { display: none; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row > .video-iframe-container { display: none; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .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); }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp { border-width: 0; border-radius: 0; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .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; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:110.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wvGZPgVOM0SBq3LkoQhpyJHh4fZ8Ne7J { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6230625rem;height:2.99805rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:103.3125rem;left:23.75rem;display:block; }
#kOh5AhxhKgDOK6ei3mKE4p8cD6gThO7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdmCXPnlqXtMyNpwb57idnk3na7DxbBG { color:rgba(var(--color-tertiary-2),1);display:block;width:47.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:99.5rem;left:6.5rem;height:1.86889375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gvKBQPuQlUhkVVTseccHQhe2RIy4oTyk { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.8125rem;width:26.5625rem;top:2.875rem;left:1.0625rem;display:block; }
#dDPOdBTT5FqivOL77DyNQo2h08rBXSau { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:2.875rem;left:0rem; }
#SdxKoNap06tOHPoyyGPQI9SuppHIRLyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.625rem;left:2.375rem; }
#a3P7cvHXZD8O93ts4J6NZMIbt3ZXDXEz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.625rem;left:4.125rem; }
#TCZNl7OxE4gFs076hnvK4Q7uHhbCuG4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.625rem;left:6rem; }
#DPyi9NsdqOnDS4bTbzHExrFugEu4kIaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.625rem;left:7.9375rem; }
#xPlZt9tCn0dtMGNAnHxlrJ659CR2Myk3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.625rem;left:9.875rem; }
#VTOrI0trav4or8ebfGGhI1fT2hEkuqn8 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.3125rem;height:12.994375rem;font-style:normal;display:block; }
#CQLLyCBCOOIMTdpvg7qskcebhQHgmpaX { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.0625rem;width:26.0625rem;top:2.875rem;left:32.9375rem;display:block; }
#H1urF2HxW73vL3pzR7fgOHXZ9GxxQSNF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.875rem;left:31.625rem; }
#IrNHUkmqS5zgSgTw4N2TxHFkr4qBP84L { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:6.5625rem;left:33.9375rem;height:23.389875rem;font-style:normal;display:block; }
#KfVKQqNn73zEv9q4gsT3LgU5QfrrVHSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.625rem;left:34rem; }
#kNoL9duFovFwpL7eCHnTlfTsG8ZoqAQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.625rem;left:35.75rem; }
#LgoaaX6ofFOTTUHkiXX5iCJscfQ8VC9z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.625rem;left:37.625rem; }
#D1EPwy4ONaZrBD3FsF2r6dpJRMLVQFhW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.625rem;left:39.5625rem; }
#HWe5QZl05vyqiewSdJ0MCoy9MRlf6bpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:41.5rem; }
#IGyCbRZ4lkGo88T10No53em8RTkk0Nms { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:24.125rem;width:27rem;top:27.5625rem;left:1.0625rem;display:block; }
#ne979oz9RVTwVa0W3uy6gT43nH0SmJ0q { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:31.25rem;left:2.3125rem;height:19.4915625rem;font-style:normal;display:block; }
#eb4we4ZbuvNHGkMJHFnRoGWvoHJRAr81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.3125rem;left:7.9375rem; }
#b6ytS2INoEuLQoVKM73m5gDtKFIswvun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:28.3125rem;left:9.875rem; }
#tcFg94CTB0NmeRZCGk2akRTLdrKBOasy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:28.3125rem;left:6rem; }
#vDJL7BeODB8BQG7ASGqTGnTlAmFR1qIF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:28.3125rem;left:4.125rem; }
#leJlqGnvIDkCJ6Pmxp5ETB4HqWhRhxcI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.5625rem;left:0rem; }
#M44qtXOHhht4vaRTSQ6iRZ9t46KWtKMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.3125rem;left:2.375rem; }
#zxZycG5xuHJPs52IVN0nwqmo8wrnF2F3 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.5625rem;width:26.8125rem;top:33.75rem;left:32.4375rem;display:block; }
#lnekdZWk5OvuP55pI9slOREFH8gmxl33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34.375rem;left:31.125rem; }
#TVtfn66CeGtrbwmXmNnZtmB8UdPUU1bg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.3125rem;left:35.125rem; }
#NpmvmBW47XTff33hWPr0ohiSGKJwpyDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.3125rem;left:37rem; }
#QwvExOM70LaX23b33UbBxWo5Jz4PcF8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:34.3125rem;left:38.9375rem; }
#SPXTS3d9UUAZ7hTag1AAnsE1AO7t6zdB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.3125rem;left:40.875rem; }
#LfJmFTcCwgHeFOHGAJMhZGsrggX9RgpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.3125rem;left:33.3125rem; }
#ANLJlloHp1PF4GzbR991NPh6Bzf5SfWB { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:10.5625rem;width:27.3125rem;top:55.3125rem;left:1.0625rem;display:block; }
#vwGEotuJECdMclm4SBQOxv1vHJneklGD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:55.3125rem;left:0rem; }
#qK8sEXTPtrSbmVg5oBuyOo9TbbE6sU28 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:56.0625rem;left:2.375rem; }
#bfL1aoHuNR0ridIOviPU3OBn4N7SUgme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:56.0625rem;left:4.125rem; }
#mWaAkv9pIaGJVL4ry7sw0l2vmnBKT33X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:56.0625rem;left:6rem; }
#AGKI0kw4SVyvzX1Xyq1i65wR6L84l4kR { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:58.75rem;left:2.375rem;height:6.4971875rem;font-style:normal;display:block; }
#FOHz4kK014B3xdSKRJh6zcA2NOlMHMrC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:56.0625rem;left:7.9375rem; }
#uFHMJxLouzBqOWQiJhIgv3lXeQBG6vL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:56.0625rem;left:9.875rem; }
#QXFmFpTViXgtVGxhKUf6UIZSGSggeXCO { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:23.125rem;width:27.3125rem;top:53.9375rem;left:31.625rem;display:block; }
#gEaVWQvCr05KIXNNcn1yE99mpRtAHHCt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:53.9375rem;left:30.25rem; }
#BONQdphbcCcRS3UPCNLRXZPINC0dKTNA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:54.6875rem;left:32.625rem; }
#UKIKAMlF2DUNsIs2ehXhUADz92npEVGD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:54.6875rem;left:34.375rem; }
#ZVcDoql4ZIQx5RIVplyRkWwNT6DVS7uM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:54.6875rem;left:36.25rem; }
#Twrt2wNhpucQXshMsppI11cDeQkqBW45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:54.6875rem;left:38.1875rem; }
#kmG0GBihgTpPxgx3yMnrrcfGITZrProJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:54.6875rem;left:40.125rem; }
#rwaTUlNLyuxGWrT5Ks8FyZMdAAIPUqcJ { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:37.375rem;left:33.9375rem;height:10.3955rem;font-style:normal;display:block; }
#UmeftDS0vitpfI9nSVJVZZTvCKVXJnF3 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:63.8125rem;left:32.9375rem;height:6.4971875rem;font-style:normal;display:block; }
#tnNrtqEWuGc2kRMAw4fvaNrV3WTTL9ho { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:57.3125rem;left:32.9375rem;height:18.192125rem;font-style:normal;display:block; }
#QhtT9TshJ8T4emg20QzdCyLUH86tNu0Z { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:74.8125rem;left:2.375rem;height:9.0960625rem;font-style:normal;display:block; }
#xL98hS2NTJk5ZT4ctcy6FTNNTrTTf3TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:71.375rem;left:0rem; }
#sMPntF3w7R6cOxSz2wuxJK02aPHhOp41 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.0625rem;width:27.3125rem;top:71.375rem;left:1.0625rem;display:block; }
#MwB8uyGRHH3SkFw9iLLC0ULpTZs5uCwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:72.125rem;left:2.4375rem; }
#VtiGWznPNivreLB5qiKzst6M9HdgylCd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:72.125rem;left:4.125rem; }
#fN7XeMRkX9KLO8KBtEhGTUVHMgid3aqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:72.125rem;left:6rem; }
#nP59DOXt7fVMqlQ4aDis5yNdTQJ9hZsV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:72.125rem;left:7.9375rem; }
#xFTTbX8dW42oiXf1UBzlMbJbsIlU6bQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:72.125rem;left:9.875rem; }
#d6muQO6Lx3gq5zT9cPGmGGLKE9WuTwGQ { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.9375rem;width:27.3125rem;top:80.875rem;left:31.625rem;display:block; }
#gRPzNKMNq99u6lxZiogtBelH2I3Cm7iR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:82.0625rem;left:32.9375rem; }
#qBb3pAGwAREhUtNZ8yPL5yJ5kP2KhRr8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:82.0625rem;left:40.1875rem; }
#CNfyT1DXqnccgLRAHa1X5JnFOO1wAICP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:82.0625rem;left:34.5625rem; }
#KkGDLMo0wHyqFkOQDVtllGUWvM59DeGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:82.0625rem;left:36.4375rem; }
#JInfiPoC9M5D2SPNVIxOQhZckkB4tbRl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:82.0625rem;left:38.25rem; }
#GB2a9mA87qu1qHknWvvIWRGcipy7qXDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:81.0625rem;left:30rem; }
#tGxWDTTfnpPcs9ZKqUGVisLT7mJyJof9 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:85.4375rem;left:32.9375rem;height:9.0960625rem;font-style:normal;display:block; }
#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container { background-color: transparent; background-image: none; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container > .video-iframe-container { display: none; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row > .video-iframe-container { display: none; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .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); }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container { border-width: 0; border-radius: 0; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#st5iKNCmx7p2mRfZ1dg6zpClaS5Ly4gD { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:4.8626899719238rem;left:0rem;display:block; }
#IqtsAzo34Q1W5OtrrQO7zWTBdd1So9aV { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51373100280762rem;left:0rem;height:3.412475rem;font-style:normal;display:block; }
#aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.87353515625rem;left:12.186279296875rem;height:6.13525625rem;font-style:normal;display:block; }#aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 li:before{  }
#uXGg5rDH2FBa3eDuTzo0CARsZafmJUVz { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.140380859375rem;left:9.84375rem;height:1.62475625rem;font-style:normal;display:block; }
#l0XczBvgmvNAo1zWsI73gQTJz3cxn5Lr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f6811d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f6811d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f6811d);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f6811d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:13rem;left:2.875rem;display:block; }
#ukkvSMCW93Ae84s6Sh22Xs8uWBaST58L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.5625rem;left:3.4375rem; }
#dIF5cgdEdF7WR1iyzucw76WPOGTTNlrv { color:rgba(var(--color-tertiary-2),1);display:block;width:48.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.810302734375rem;left:4.56298828125rem;height:3.2495125rem;font-style:normal;display:block; }
#cTzmeL4TknmZ44O8GPnuHkp0keSyfylK { color:rgba(var(--color-tertiary-2),1);display:block;width:48.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.746337890625rem;left:5.18798828125rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:6.75rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#f6811d;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5625rem;left:33.625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:13.625rem;overflow:hidden;display:block; }
#dG27sL7xW687mZL7wL9GTBTQo69SHmkD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12468125rem;width:5.12468125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9375rem;left:40.75rem; }
#lCVRICmnvN6DxES6ft9nefrqZTcKzZTZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6811d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.3125rem;left:34.625rem;display:block; }
#tBE8Mnes7CekRSFpV4dFByA9aAxlOKDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ezz7Aobk1TZFIRUIJ14zWJUJwGqgx9JS { color:#d2a9ff;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:31.625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5n022WNNPZBzARTKwftwd7ozoKVaop3 { position:relative;display:block; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 { background-color: transparent; background-image: none; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row .container > .video-iframe-container { display: none; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row > .video-iframe-container { display: none; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .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); }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 { border-width: 0; border-radius: 0; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .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; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:95.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L5xe1KQiVn2yVQALKf78Jr6QAFTkmIpf { color:rgba(var(--color-tertiary-2),1);display:block;width:47.06125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.0625rem;left:0rem;height:2.6001rem;font-style:normal;display:block; }
#ZhGKAgprU1vci56F1DNBb49Kk1JD1A1W { color:rgba(var(--color-tertiary-2),1);display:block;width:47.06125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6366786956787rem;left:6.4678039550781rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2m04yQBVeaNWWfSykahfuMymBuIZv7E { color:rgba(var(--color-tertiary-2),1);display:block;width:43.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:32.87353515625rem;left:6.46728515625rem;height:5.19775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:47.8125rem;left:10.75rem;height:2.911375rem;font-style:normal;display:block; }#OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk li:before{  }
#VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:52.125rem;left:15.0625rem;height:6.1328125rem;font-style:normal;display:block; }#VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU li:before{  }
#zVJCTcG5Hzi5uaNmArhi6UkT02lTTgFT { color:rgba(var(--color-tertiary-2),1);display:block;width:38.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:60.1875rem;left:10.75rem;height:2.598875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#irSe50p5lM4o9qQOwNNNeABmdelwKvxh { color:rgba(var(--color-tertiary-2),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:64.5625rem;left:6.4375rem;height:7.7929625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:76.6875rem;left:15.125rem;height:7.4346875rem;font-style:normal;display:block; }#g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws li:before{  }
#bI9DdlIGZtgULKZqUs2wEMNngyyrCdgf { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:73.9375rem;left:10.75rem;height:1.2994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ox3fMdv6lgLoLDwaxt04pAvd2sbIPofa { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.37475rem;height:2.99926875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.749267578125rem;left:14.810791015625rem;display:block; }
#K1P9fHibXar4chZFezIntWEDPaVvJIcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpxrsrwyHkEaqSiOXWGs6nXnmAuKhOaT { color:rgba(var(--color-tertiary-2),1);display:block;width:47.0605625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:0rem;height:2.6001rem;font-style:normal;display:block; }
#fgd2CSobFnu5auLCUD1HgMdagiuPg6wa { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.1240234375rem;left:10.74951171875rem;height:12.6800625rem;font-style:normal;display:block; }#fgd2CSobFnu5auLCUD1HgMdagiuPg6wa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fgd2CSobFnu5auLCUD1HgMdagiuPg6wa li:before{  }
#yRfKMIH9XmWWn4FcWvykC3uT4htNC4zt { color:rgba(var(--color-tertiary-2),1);display:block;width:48.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:87.996826171875rem;left:5.50048828125rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ { position:relative;display:block; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ { background-color: transparent; background-image: none; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row .container > .video-iframe-container { display: none; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row > .video-iframe-container { display: none; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .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); }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ { border-width: 0; border-radius: 0; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .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; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h2WblQ5RtNgLT3TkmCIWHTH60R0paiqd { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.248046875rem;left:3.6875rem;height:2.35656875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#calezBh8XMyQKH4JrSKr9I4Qxqnke8Bd { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6246875rem;height:2.9987375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.124839782715rem;left:23.686868667602rem;display:block; }
#LQpqIamwmRHZy13cIZ2IvKx9GKrxfaTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awqCllbSIKOzN0BBC7syuG72TU2P9kMT { position:relative;display:block; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT { background-color: transparent; background-image: none; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row .container > .video-iframe-container { display: none; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row > .video-iframe-container { display: none; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .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); }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT { border-width: 0; border-radius: 0; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .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; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:81.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EcMmfWKI8wwro1ihH76TbxNTVZU6tTwm { color:rgba(var(--color-tertiary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.248046875rem;left:3.6875rem;height:2.35656875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nUCg1tUKO944syPOGMpxATTuapoRELMh { color:rgba(var(--color-tertiary-2),1);display:block;width:43.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6337890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b0iziVKhrUuCEauagpTg9Bsnt1VqTmTv { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5712890625rem;left:3.6875rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lMXnEvTZGuQJCQ0rF4QbTIyOEcykJ8L3 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.6962890625rem;left:3.6875rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MRKEgOZAdM21mRqyM5HOtAwUMVpezt4M { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.0712890625rem;left:3.6875rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VSgtmMgWmmspaKytXvf7F7wXCcemv461 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.0087890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h5IwJ6zz9TQENpfQ3i1NOHya0wIgyhNz { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:33.8212890625rem;left:3.6875rem;height:4.6307375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TtuQEzUIZRXrM1UeSKGDnGlzfhMdUNmv { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:40.9462890625rem;left:3.6875rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hRedS4UTRiXs59FTW677vULnC9V7G371 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.0712890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LO5TNHDqgTacCPcJamqTlONhWcuKg2zu { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:49.9462890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M8Q6sTL0Ghmuftx52mqcZTIQ8I7Tta1I { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:53.7587890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ECZP6fmAJTTWkOBteeTyh0VTHKGaiGZ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:57.5087890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nDLLk5FKurxkEOfeStTDVAc5cr6gNBAE { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:61.1962890625rem;left:3.6875rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MCZrR4x4gDmdpAnURE3LSKvEATaMNUQJ { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:66.5712890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sehN5gKR9InVsOM2PnECUxkLJ3xUrJz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:70.3837890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ds1bBhTy0qGIlh2GViJXTExDldkFg30U { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:74.3837890625rem;left:3.6875rem;height:1.54394375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G7zNHzytvHTtqnao7w8pes80xSDBt9DT { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.2490234375rem;left:46rem;display:block; }
#wOghwHTiPqTJlfQFD65Qggd4egsyOFqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGbSy3krXfLw6iN44x85HtLZiLwItF3a { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.9580078125rem;left:46rem;display:block; }
#KVeyHtPVyAv1x8DyS3ZO7T5LhWazk4st { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdcRxsE8ZzX5Hfs8Q26ssMEeUisV4m0I { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.0830078125rem;left:46rem;display:block; }
#KrDSiRSDDGuJ1Pl5TOa0AMVs7NX8UeBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSPxeJtZLAiE21lGT6X39rzZZnc3CoRF { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.4580078125rem;left:46rem;display:block; }
#pvuhprK5fbDgaPIHQQThrDFBLnHTp8Ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yW7ebPQLn9hPf01bTHfaTmQPkgiT761S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.6240234375rem;left:46rem;display:block; }
#h65TeD0C0uWe3vJUNGHMIorKBPN0NLOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oV0QmcpoPmiMVlVsybZwbS5dUsxHl6XI { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.9794921875rem;left:46rem;display:block; }
#viZrlDuNnqFKTiMWg1lrTWMMytQaAzTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O00Mp2lszOxyXE2DG1QoHVke6NksaqUX { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.3330078125rem;left:46rem;display:block; }
#p9TpOIEisvSKETdxmsgD7rFnK3Q5k5vn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eg8FIuGTgQKf03u4w4swqV0Pv63OU2va { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.6865234375rem;left:46rem;display:block; }
#AUCxflKoazx6NAcWBpZ2EFPthIoMemb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcltX1Tzzn5Cx0c8qDZNakIhaCmETR3O { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:49.5615234375rem;left:46rem;display:block; }
#FnOEuNBTxwhT64I3MAHAxGabgEkBF5ZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5nKPfq6KAJEKEuJpH4zrS5SN1RfyLTx { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:53.3740234375rem;left:46rem;display:block; }
#mgE1RJeg7c3UcyFwJgZQGTecQmK3UUkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIsq2y6ZPiXUlH441EPRGFQeE4PoCXwC { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:57.1240234375rem;left:46rem;display:block; }
#pFE6dTVSpG7kv0yzxSnpMurTvrL59UaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xp4rq8TR4J82b8RxekQ0RzzLMlr6HV6o { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:61.5830078125rem;left:46rem;display:block; }
#GB5IbGVfBUULHQfbIct0m9FlkMUepbSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiuHlN0iOQkTPsSy3kDr0VGvOolN7mgi { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:66.1865234375rem;left:46rem;display:block; }
#ZnpF2cTSTLlOWVlTCSZyJRovffOxbavw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oR7KTzMKcpcpoMkicDQ9vfnGV8gmmHXK { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:69.9990234375rem;left:46rem;display:block; }
#Z1BaaxHTqAkP2Dooir0QiWN5E17lrS0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1KDfRP803WU0rXD1TNKcNUcudw0ea7W { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#f6811d' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-4),1), #f6811d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:73.9990234375rem;left:46rem;display:block; }
#W7Bg2O75MchMTBvUtzT9booWmMXQDGwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e { position:relative;display:none; }#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e { border-width: 0; border-radius: 0; }#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e > .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; }#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KRdETMmBxWdT8iAfO06aovBTO1PspRXF { color:rgba(var(--color-tertiary-2),1);display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#oC5I4PXdZCk3oSTF6WW8DFzmEmB0CiLu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.5625rem;left:0rem;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;position:relative;display:none; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:rgba(var(--color-tertiary-2),1);display:block;width:30.561875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9356060028076rem;left:0rem;height:4.55078125rem;font-style:normal;display:block; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:8.4982643127444rem;left:0rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.560546875rem;left:0rem;height:5.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zu4OyMelpV6r7nBIPNqIDTewt1PV3dLX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:32.875rem;top:14.373046875rem;left:26.1875rem;display:block; }
#zytpphZiWf9VJXPtiwnu8JGgBlOofxTX { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4345703125rem;left:28.625rem;height:1.4624rem;font-style:normal;display:block; }
#N6VeeQDWc9LVLqaeaTGpaKyQKyiC5f8i { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.216796875rem;left:0rem;height:16.884775rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RoHybviOdUGPgmOTr5IyRlchKEgOThgS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:34.02880859375rem;left:0rem;height:12.9882625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L > .row .container { border-width: 0; border-radius: 0; }#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:none; }#SW1u4vSoGXtTiq9zRl3Pu19zon0t398J { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.5625rem;left:40.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNnAykBgJTv81CEkTTnIkBNISTTaLgUc { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:41.375rem;left:40.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZvyyAGMlprSDvTREZoRMxPnvyCSfiMJ { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4b1Xf9KinxIsJXKhAuaqFLX2uIh7HzO { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24rem;left:0.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZGu8hd2aEcTZyrlgrg7Xfanui2HNNBW { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBz293E7NiuBprDh7ZxVEy0VPARz0fbV { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.625rem;left:0.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9O7xwG5WhgxeDsVuK9MWciW4C4ua79q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12468125rem;width:5.12468125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:38.9375rem; }
#IzJKgc8ycPLrRFZURLbvE3HN1KncFfBZ { position:absolute;display:block;z-index:15017;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.6875rem;width:5.6875rem;top:3.25rem;left:13.5rem;overflow:hidden;display:block; }
#NzHH5aLgqGbpr89iWz1Kiv08chZHreDl { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10rem;left:31.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Owvbm0Cv6IUBoDT6bS8ela6xTwsWrvi3 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1875rem;left:6.625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvdAFcKpgkKb8PwLwch9HZMymXiSusPt { color:#d2a9ff;display:block;width:23.8123125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.5625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plAlEd28Q59XfvHiKUdAddAzLPXJJU3B { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:6.625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfSxIT5hp5GzBRJ6N9hM4vTvGxPF3ThD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12389375rem;width:5.12389375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33rem;left:7.1875rem; }
#AsZGhQNNg0fTrRdoREk5hpKN7WTm5541 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12310625rem;width:5.12310625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.375rem;left:7.375rem; }
#C8tNoT7QP9a1UdCSd6BcuoX1eIE0MJPS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12310625rem;width:5.12310625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:32.9375rem;left:47.4375rem; }
#tkQ2hC83xUNeCbkavb023nGp6bkBXF6f { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.875rem;left:40.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrKku3AvbWyxKwgelAmOVrTX6s09Wm9T { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.875rem;left:20.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b79Su0t0Vs7sP2Wdd2IqBNWRTZvyt274 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.625rem;left:20.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKOVLKFgJlbeCQA16RfhK1pJmLSCvEc1 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.4375rem;left:20.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUmHN2J8HvVk6Mbd6ibiGzyrkT9DQQEo { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.0625rem;left:40.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#go8s4Dz8XZV5cXtWmXizVkvppfLV1L6f { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.0625rem;left:20.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVn4PVKmLVy9Oq0LpW5F81AC3l7MZlk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12389375rem;width:5.12389375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.4375rem;left:27.1875rem; }
#iplpLTcxm4STyW5KBfWRrfnI7g9DPGbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12310625rem;width:5.12310625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.4375rem;left:47.4375rem; }
#SAa8fFJLv8t0Jt31cPXpbr1k1BJBZamp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12310625rem;width:5.12310625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:33rem;left:27.4375rem; }
#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG { position:relative;display:none; }#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG { border-width: 0; border-radius: 0; }#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00dcff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:arial;font-size:2.350625rem;font-weight:700;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.88125rem;font-weight:400;line-height:19.98px;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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { 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:rgba(0,0,0,0);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:20.4375rem;height:5.94921875rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.02734375rem;left:19.70703125rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#wFyQ6VfwLrRG18vgQwkDV6Oh7DdBMuED { color:rgba(var(--color-tertiary-2),1);display:block;width:55.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.0625rem;height:6.4985875rem;font-style:normal;display:block; }
#fvERunBTpTfKCk8lfgu4VOPLDLsvnTww { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.1875rem;left:21.875rem;display:block; }
#cLd2ere3wK1drQSGp9ehm4RZ6pgirNQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL > .row .container { border-width: 0; border-radius: 0; }#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:none; }#BxME1KEDlNDdsTcftpOHWZeSw3kF2CCM { color:rgba(var(--color-tertiary-2),1);display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.41145625rem;font-style:normal;display:block; }
#rNiIw05VKffbeUPvNL1pxSCTOeU0cSPI { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.9375rem;left:0rem;display:block; }
#Pp7oCKwWylVNZnQ35WV9hzaeXTZt6a9X { color:rgba(var(--color-tertiary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:32.625rem;height:22.0952125rem;font-style:normal;display:block; }
#Kb97m1Nw2BGUwd0dwUIVbxyJaCugNOfz { position:absolute;display:block;z-index:14999;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:11.75rem;width:17.5625rem;top:23.3125rem;left:6.6875rem;overflow:hidden;display:block; }
#LwShc78JzT4uuEki8MguvcDa3cShISc1 { position:absolute;display:block;z-index:15017;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:10.875rem;width:16.4375rem;top:32.5625rem;left:15.875rem;overflow:hidden;display:block; }
#a82pbPGccDLZAlTmGQGxJsmDkrrdvfhb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:26.8125rem;left:3.125rem;display:block; }
#ISHikpotfswwtluAUBq9UEvNORTTBcdk { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:24.75rem;left:0rem;display:block; }
#sxkkgHtHrqkFQBE3RuJZFH9WofFAurZK { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:36.375rem;left:8.9375rem;display:block; }
#pKNcuc9yGAtkMUSrtNOsf0uJDPqIEGDD { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:38.4375rem;left:12.0625rem;display:block; }
#zSSWqhWbLhprWf6sHqtNsFbP0eCcPfAR { position:absolute;display:block;z-index:15026;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:3rem;width:3rem;top:36.9375rem;left:9.625rem;overflow:hidden;display:block; }
#qPqbotQUEXFAT5FWJ3W4wkDHPW1wtiy8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:25.5625rem;left:0.625rem;overflow:hidden;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0);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; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:60rem;position:relative;display:none; }#TpQBil135PW9tgIeJqo3BrB6Np6UBlA4 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:54.5880875rem;font-style:normal;display:block; }
#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs > .row .container { border-width: 0; border-radius: 0; }#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:none; }#cT2TH7ROASF5mOTKiyQEmzeRyntMU5Md { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374841875rem;width:8.2496875rem;top:4.8626899719238rem;left:0rem;display:block; }
#sliU2h1etfokb0UEnrIGBQlCq01XwriF { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.95059967041rem;left:0rem;height:46.78979375rem;font-style:normal;display:block; }
#NSHKJCcpsWUcJcPCvsfxi5BCdoSkoZXq { position:absolute;display:block;z-index:14999;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:11.75rem;width:17.5625rem;top:15.5625rem;left:34.4375rem;overflow:hidden;display:block; }
#fQG9U5Iup6ORyw9GG5yLl3cCrAMlsVXM { position:absolute;display:block;z-index:15017;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:10.875rem;width:16.4375rem;top:24.8125rem;left:43.625rem;overflow:hidden;display:block; }
#K0eQhrTi7OgapTIUg5KdheV5qbSSfeH7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:19.0625rem;left:30.875rem;display:block; }
#e3BEOgzNTQkXFSOkDhPvpKrRDtoVxbVu { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:17rem;left:27.75rem;display:block; }
#xbTzbcmmc2tOVTWHzI0NT4trfPnwA9Mt { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:28.625rem;left:36.6875rem;display:block; }
#Xv0Hds0mHWJg915BTPCws8STlaJLWxpX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:30.6875rem;left:39.8125rem;display:block; }
#IlBqvK46vlc2noBGngaNFgz044xDW9uf { position:absolute;display:block;z-index:15026;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:3rem;width:3rem;top:29.1875rem;left:37.375rem;overflow:hidden;display:block; }
#U1s9urdANPQTFGtxh6X0lhcFmk8HOspX { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.8125rem;left:28.375rem;overflow:hidden;display:block; }
#F3tXA8HgTrtAoqe2EvZAJ9J7nJO4UfDy { color:rgba(var(--color-tertiary-2),1);display:block;width:47.062rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51373100280762rem;left:0rem;height:3.41145625rem;font-style:normal;display:block; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { position:relative;display:none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;font-style:normal;display:block; }
#EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.5625rem;left:0.78125rem;display:block; }
#yRa2p1za28p9eO11pmh54hyOUDyGLTqH { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.03125rem;display:block; }
#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { position:relative;display:none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { border-width: 0; border-radius: 0; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .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; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PinG8fkEzMMJqW43CRyDPVCihOeUS82g { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;font-style:normal;display:block; }
#Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:2.6rem;font-style:normal;display:block; }
#cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { position:relative;display:none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { border-width: 0; border-radius: 0; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .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; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;font-style:normal;display:block; }
#WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:2.6rem;font-style:normal;display:block; }
#tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { position:relative;display:none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { border-width: 0; border-radius: 0; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .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; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;font-style:normal;display:block; }
#kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:2.6rem;font-style:normal;display:block; }
#lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.09375rem;left:0.0625rem;display:block; }
#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { position:relative;display:none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { border-width: 0; border-radius: 0; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .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; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:1.95rem;font-style:normal;display:block; }
#EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:2.6rem;font-style:normal;display:block; }
#qQNTvlodusdTFt5UfqtctAanABRDsvWb { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-0),1), #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.0625rem;display:block; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { position:relative;display:none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:20rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:11.25rem;left:25.75rem;display:block; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:rgba(var(--color-tertiary-2),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.187500953674rem;left:8.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { position:relative;display:none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(120deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(120deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(120deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(120deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.75rem;width:20.0625rem;top:2.375rem;left:1.2416667938232rem;display:block; }
#S2QHPiOS8suus1uTT67E84axhvrGx1MP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(358deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(358deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(358deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(358deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25.3125rem;width:21.0625rem;top:1.1875rem;left:19.374998092651rem;display:block; }
#xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(282deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(282deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(282deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(282deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(282deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.625rem;width:20.0625rem;top:2.34375rem;left:38.71249961853rem;display:block; }
#Rk74T2aTAiossEim599UTmpZZ8fnXTdb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:2.8515739440918rem;left:35.0625rem;overflow:hidden;display:block; }
#QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2562494277954rem;left:37.08749961853rem;height:1.4625rem;display:block; }
#L1h54zmwDDcl2mE91DevJcWILy12nst6 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2624998092651rem;left:19.46249961853rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:19.624998092651rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.687498092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.437499046326rem;left:20.999998092651rem;height:9.1540625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
#WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6281251907349rem;left:0.80416679382325rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3749990463256rem;left:0.99166679382325rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.687499046326rem;left:3.75rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
#XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.546875rem;left:39.062498092651rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5781240463256rem;left:39.437498092651rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.687499046326rem;left:42.406248092651rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.049998283386rem;left:23.687498092651rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#undGpH3gJCZ2H2sW67HOwa357rRT1qLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.843749046326rem;left:4.5625rem;display:block; }
#JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.575rem;height:2.95rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.559374809265rem;left:43.11874961853rem;display:block; }
#tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:none; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbipMHZuDKOBTEMTCC41o64vODrThdTZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13.1875rem;left:0rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { color:rgba(var(--color-tertiary-2),1);display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:35.624134063721rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:35.624134063721rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { position:relative;z-index:2; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM { position:relative; }
#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(345deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26rem;width:22rem;top:3rem;left:33.875rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2994794845581rem;left:33.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.5rem;height:2.1875rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.5rem;height:2.1875rem;top:1.25rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #SGx6aG87hbEmeTv7fQVGcpXN7oc31Kuk { top:0.8125rem;left:0rem;width:7.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmQhEZIeAD3UrxfBktGfqlS3cq3f8Xu { width:9rem;height:2.1875rem;top:1.25rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlNMPyuRJW3vB4oT9TNWsWfSrLVMxxEg { display:block; }
 }@media only screen and (max-width: 763px) { #vr3WtRiKGmKW6T4x3HbgR0IwGG1DoKl5 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIfaNg4iCllTIZPm6BR1dbOO1GsNtF6N { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:32.125rem;left:0rem;width:40.75rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:6.375rem;left:0rem;width:0.375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:17.5rem;height:3.875rem;top:37.6875rem;left:2.059814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #Ir7hpVBT2w5ihIScyTeg7FlTwADKXAOk { top:5.1875rem;left:0rem;width:41.3125rem;height:11rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqm8o2f521VO6hg1QAXOxmtd28KPkVpA { top:21rem;left:0rem;width:44.625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA { display:block; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWTKiTx3ZmhTfJ6twRwBpVnK8SGwFexT { top:4.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed19MhUDwl39KCaGRWGvAON45vvc29O9 { top:11.875rem;left:0rem;width:27.3125rem;height:10rem;font-size:1.0625rem;display:block; }#Ed19MhUDwl39KCaGRWGvAON45vvc29O9 li:before{  }
 }@media only screen and (max-width: 763px) { #a9RBdm2g9CT07LxhzdCvzGagBXnea6nr { top:0.5rem;left:0rem;width:47rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTgAJyxJfSyUXFdFGE4t4IhXAEsv3Rs { top:7.75rem;left:0rem;width:27.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 { top:11.875rem;left:20.4375rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }#r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 li:before{  }
 }@media only screen and (max-width: 763px) { #Qx1Um9wLzEzKhKIbBdZ7eSVgR3BK7RBH { top:7.75rem;left:20.4375rem;width:27.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL { display:block; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PARgoDOpGb3HBiPrOmLDOzqpUhFU6eCU { top:4.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZF2XdEwvV2glENTxNVqV0uGTyFQ09tA { top:0.5rem;left:0rem;width:47rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv { top:11.9375rem;left:0rem;width:38rem;height:7.4375rem;font-size:1.25rem;display:block; }#u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv li:before{  }
 }@media only screen and (max-width: 763px) { #Es4X2bbrVp62KoZHLfD86ldIQdHRUGra { top:7.75rem;left:0rem;width:47rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOyHml4TR7Qss6C156A8GAVlF8mpKTLB { top:28.625rem;left:0rem;width:38rem;height:;font-size:1.25rem;display:block; }#gOyHml4TR7Qss6C156A8GAVlF8mpKTLB li:before{  }
 }@media only screen and (max-width: 763px) { #cdsS6XC927ZcSrMArgXKyQvAsXivsiRS { top:24.4375rem;left:0rem;width:47rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ { display:block; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVVtyOZUyLt1iINh5EfgTtnoTgby7IaO { top:4.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn7fz6s5q0ANJKbCn49HfdmgiPKMKPel { top:28.0625rem;left:0rem;width:27.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyt0ByLLWPsf1l5f4o2nizMnH7Od8qX8 { top:0.5rem;left:0rem;width:47rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcOPT4AHpVTT5Mq9qTzNqqLd1Ps4KJu0 { top:23.1875rem;left:0rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWy2PxsFf2vhXvXfUHptnleqf3MRRQoX { top:38.1875rem;left:20.4375rem;width:27.3125rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJAkKHXS3b8NHO6pNhJHJvQkvLn4T6E { top:32.6875rem;left:20.4375rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zH3BCoecUh7T5LeWV5TqI5gvvIyZNG { top:47.9375rem;left:0rem;width:27.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyRmxR2amAwhtnITxf4lm3JCvT3obm98 { top:42.625rem;left:0rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRIEUdKaiXd14zEAeOytp50PLRxbx48 { top:58.375rem;left:20.4375rem;width:27.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3nxWv2I6p54vnEwXulmCm82caEm1O9 { top:52.875rem;left:20.4375rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7418v7JzkglZFoZT6ibTHkTvyXiPDMJ { top:69.3125rem;left:0rem;width:27.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isq7a0RLZGzXaR1tbS8KTOvRvFcyCekb { top:63.9375rem;left:0rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLhqFzL7ErAQKbXC6pbpsPsiUbpyvns1 { top:79.125rem;left:20.4375rem;width:27.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeieLu9NDmkk4IgE0BoRnRviIE5pgiv { top:75.5625rem;left:20.4375rem;width:27.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXU0WSqAP74BmiB1MuxwTDTEF6JAsC3 { top:27.5rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u45cHk9eMwOBfzZdls3NqZzhaoM4AWh3 { top:58.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAqksBgHQFZwkv9TusqwoOGDmZ3BZAMx { top:18.25rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKDSUayIl7NNxfaPibwP8UFEZ6BrNiIB { top:48.5rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCHI1SZmSTJvu6tLIZkN2FWLDlhyaAvd { top:37.6875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NapEyyPe0OhIeNt7x6yGmDR9cgft42UC { top:38.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE4yLRw6tzwyEWCaOFWotTH3ZQPGxnTT { top:47.9375rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Gs7Tm4Z0EQdsvp5Dvxop7q33vqEydf { top:18.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzLD8vovT69T4TXVV5ysz4slLAqhc050 { top:58.375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2DwAMUNGB0qfGluQDQfVcV6MHUNwBEw { top:28.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVIMp1CR5SDXSugg5lNk7kKJ6m2u2C0 { top:70.25rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8LIVMxAQI4owMBw2hbz52Wh4btkckTS { top:70.8125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcl6X8NixhoNcoWb5kb0qpGaNb8ivuS { top:7.9375rem;left:0rem;width:47rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVEFrSifLiy3IT2tLeyGALefIVm7Q3iH { top:87.0625rem;left:0rem;width:47rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21wG1xdwWK3o7QWayiez4DMvMctV4k6 { display:block; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JttN13QtRBtoRcpPFVMqWvvRiTcTURNo { top:3.0625rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9pROBOQtDKrsOhgxrlKSv8wzOEHXHT { top:7.1875rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD9NHLfBCPtJ4mJ83DiNikW3N8TbzES0 { top:21.5625rem;left:0rem;width:47.75rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrwMsubhsU4s9gVnDRhWhModXeuM3G93 { top:19.8125rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzQFuiSmM6hMz0tk4MXprbdQFlFlQUmN { top:19.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbXnozKXaUGWfixwIxoheXcdVzcaUBMM { top:27.5rem;left:0rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48r3Gh5ncWDauCIkX0QoVgpzmJs1Xh6 { top:30.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPRT2scy1keoinIRlBzheVw8nTZ4WWEo { top:206.75rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MMaZMEqShBn6lJ3hk0yETGQfZ6EFNX { top:169.3125rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVdkVNZCfXPlgUeOPFRskEVfvN1dJK11 { top:8.625rem;left:0rem;width:47rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnZEbaXZzIvNzprP7E9i8ugNOUPG2sV { top:12.0625rem;left:0rem;width:47rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nApktKkzeTUrPFgg153gfcoq7GeIP7WD { top:32.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MLZnNNeayMqukXxhwTLgyOMQPVEGwg { top:37.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss8kOpo9zooBdciPQntu3nGJwmwyqkCL { top:35.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKbTsTdm44rnc88swNBN2uz8Sm4h0hP { top:41.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqaWsqrCqapLl2eDKs4OwkaTcG40QL94 { top:44rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXQJVQbB8Xi9awx7G8Mf4ulxVp6CHVW { top:48.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0dJFC8aHO80Ud1b5OnmWKKRi9oCL5T { top:50.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndlcWmU01DcNkeeBJTwssdxlqh2X0Ch { top:58.0625rem;left:0rem;width:47.75rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RroU40SVHKaKhnUDJ0l3FqxOuJt83Ryx { top:84.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFF3TdlpGsUIRbsP1ZTO8Jrx6aZQf3B { top:86.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVhxkQJB1OVr6nPb3btkbBLH0KuHXBUA { top:78.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3kCIi9kbergtHdl6TXf6JTcb9KRZrT { top:80.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIx98g1T4Wu8fIsnpPPATOTvoZT3422p { top:74.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1Vbt2sWqIsHpv1DP3ZhRvITdpmBg0e { top:68.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWV3NUL8cgFnbqKpyh0QBQrv460w2aok { top:72.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaT8AkbFHSBCpBgU7PsVeomNhe2O8cdK { top:66.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3lB6xMQp9NhTexn63ITGizo25yvSmQT { top:63.75rem;left:28.3125rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoPTXLXkVAoS0kBUXcUzGQU9PSakU7J { top:55.9375rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqsZL1Nve1I6iKD7ZTBqbVMFqfWpynru { top:56.3125rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2NzpsBJLiVXnW9C2GR7wJn5Xpau6qf { top:95.1875rem;left:0rem;width:47.75rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfMnoK86KEF1eLo3tGoZViJmDBZpeRI1 { top:115.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd4DlpfHZJs06ofhKCDQQLZahiTH5r8S { top:117.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbJMrbds6nXcnSUsadZa7duWPiR785az { top:121.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMRLlgtrQWXV1EPGbQJN6TgPo4HEEvT2 { top:123.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTbyVJyAd64PO21xs7ycGgI5dOZV4G7J { top:111.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIfevnzDIeEMRGVI7E0if3Ig2mQLN7fX { top:109.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQ0JPPtHFzh2s5l4VHBUJfWW5gOgUzF { top:106rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxlSDXk2oh6Bro9W6tAXMTX2DXWr8Wia { top:103.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJnNVIITJzGy9qypaKT3UZcMmFEry3w { top:101.125rem;left:0rem;width:19.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIzWIgbG8zoXrZ2SVDzc2tCkNccFwzd { top:93.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HvTDugblFafPorf96WMX576GyHESUI { top:93.4375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGOhsnNsKky8Qntag3KJTy87Vv5CKUu { top:133rem;left:0rem;width:47.75rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpwZTvd5IWUQN8fMIqghTeUk0NUSB1J8 { top:161.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXcOiaa9qS7S4ZTZvu9bbTSJ9X0gr0JD { top:159.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNJo5Ovg7txftdpE5GAi19zTmcSCdadz { top:155.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPIWah6hiSPEq7hrN0hv78TAhGCyfym { top:153.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBsFeTa6D4X9QqrnqfysBrLzki2EtLV { top:149.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOXffFQg0WIMXZAKbnN1oH3zc0svUnC { top:147.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSQRT2aGs4E74XUhLLi81hPI38gyLnCU { top:143.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3IdmdsIJXVbTLxDtKW2IEfmPLcSUOUi { top:141.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBsXAwgS6xWhquO5Sg5Qg2nm3n6p7Ez2 { top:138.6875rem;left:28.3125rem;width:19.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5QH2pAPgyn5SOnSp3EPHb1ngwmpDpJ { top:130.875rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOGG3E2PsG6C2HTDtXGshNEDqzdtwiF { top:131.25rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHBKQ2eX44gdsI5uuRH6rr4AepPvhE6G { top:171.0625rem;left:0rem;width:47.75rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itppmMTmcBMHlQUkwd9yxXo4xPBzV4Nb { top:197.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpcbbmW7WAKEBi4Lg1J6dRZDnZxKZMUW { top:199.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMlEUTMceaXLWTdaFJSOmxGyWrX4hDmC { top:193.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG0Le56vEvrs4CKIPt6Qo8bZJilKGbTn { top:191.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTKSf8GNeDSZ34d44EJ0S4Xlwoq8NTy { top:187.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yCgl2aOMus3XaIFzumOXDhAF67L2nV { top:185.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qADn3Fuq4lwm6Tl2c0ISxlrZ7Z7wymee { top:181.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7aAL4ofmeo2WpVP99m3iUsJ1Qht2by { top:179.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNDd4KW8DWZ9puZCJ5kHIKgtSJbqySqb { top:177rem;left:0rem;width:19.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGo1Q1IGGyp2TyGmwiauU9XQu9KppkV { top:168.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUXyZMxgxlOP4Ldy80qau9kd78omSE6 { top:208.4375rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcqiURFpF6eSONEABbMqBZ1shNIafVtz { top:234.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1QIwX8FBEL2CAeQadkfxmvvoQBgTizW { top:232.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vELoakx0V1mzrqOTTU1xpEBqJWvhsBz0 { top:229.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvT6DNGhPSTWrfNF9T8zEUeVJDTCxEaA { top:227.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOuzotZH5kOiihDBr840U7sTQxxWvRwX { top:223.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9TxzkmUzkccoVshVsDfVqPGhKTnXvd { top:221.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoCT1afoe35viVhvNTtsbr1kkbUaPxLL { top:219.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7wvmZOSFmDxUQWt9yJUTebDCTcg22N0 { top:217.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL1HuzKLSgnHhVLRNsqBXd3CgV6ldiew { top:214.1875rem;left:28.375rem;width:19.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnIr8XeV5lVkSE3vb3UTXWflghFvlN0 { top:206.375rem;left:41.125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { top:5.0625rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:0.875rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXfz5l15TR45HkL4C32b86HZ4u6QhcZA { display:block; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK { top:9.875rem;left:3.5625rem;width:20.3125rem;height:;font-size:1rem;display:block; }#JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK li:before{  }
 }@media only screen and (max-width: 763px) { #g5apCFMgyyVV87h6TvIWIBR8f0eoMIiV { top:10rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrrsaewItkReXW22ZCI1JRa1cx4skq9M { top:12.5rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1JKNV1anWbLXsQFC6ghlAi2tvvbRmB { top:15.125rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKef9Eg12pDdQznn9gqGaFkI760D195D { top:19rem;left:0rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0oyfXEl3AQHlLpPgaxr7ShT97xBrKnC { top:21.6875rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6NwJrA6wWRmT5BMqNBe1JoZy2aIqG9X { top:26.6875rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH6FltOUtcR93nEtCT6NVsgOXEaTtt9W { top:29.25rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1LEJvFlkSzMKNAuO4kHzbBVMvUA5Mk { top:34.375rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr { top:9.875rem;left:26.125rem;width:21.625rem;height:;font-size:1rem;display:block; }#iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr li:before{  }
 }@media only screen and (max-width: 763px) { #CzPcTh6hh4ZmLxTqlqz4cseSIMUhwg5w { top:17.8125rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJAyLFgGZDMcfv51lJEmP1kLCkcFk3z0 { top:23rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJVmUQTcg32JpCM5V6zW42kLHT7xuSyf { top:25.4375rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhcoWztHT99Eb6mDH64AqoBbfdyVCL4M { top:29.1875rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylwW6LGmc4eTHFlZpAH6vVi4OyN10A2z { top:31.625rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lst7mL68T5pkwCeqSPn2VufDyfN0TJdO { top:10rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnyR8TlpcmAqyl8yvPTBQ9BxFXq5phWK { top:15.25rem;left:23.875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IICf3cGwQNilGKCRObkt6kpBLq3Cdp0O { top:2.375rem;left:5.810791015625rem;width:12.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5VcEipropoynCCWIa2IMqBFnZNZEI1u { top:2.375rem;left:29.685791015625rem;width:12.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDAdlH16FgN20C8V4Lhc5xNwDMrFWQG8 { top:36.875rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 { display:block; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUfwcd551Er9wNiCtnxT84ME4qkRo2wx { top:2.1875rem;left:5.49853515625rem;width:36.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO { display:block; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuLTLzMcslUmMcJ6alxmJTiICS7Gor1D { top:4rem;left:12.625rem;width:19.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgezkpcMmNtp0XfASSPfrvQydqIboJw0 { top:4rem;left:28.375rem;width:19.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSqyo9kzlH0vHht1MftpXgCreB7AKMWt { top:4rem;left:0rem;width:19.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlPemrAeoUhNy1rZsOHD4NOoIXN06TK { top:0.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn { display:block; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM8AiTJEV7FKTZtEhrn84WXVIzlBeUfn { top:2.75rem;left:0rem;width:26.4375rem;height:14.839483017867rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKPQgSpucJz2otVSW8gOiTFdxI1hHpn { top:2.75rem;left:21.3125rem;width:26.4375rem;height:14.838859455157rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOd4rDuCIdX8rsQb7Zdp0CTpN1Naxo9 { top:20.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp { display:block; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvGZPgVOM0SBq3LkoQhpyJHh4fZ8Ne7J { width:12.5625rem;height:2.9375rem;top:103.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOh5AhxhKgDOK6ei3mKE4p8cD6gThO7A { display:block; }
 }@media only screen and (max-width: 763px) { #RdmCXPnlqXtMyNpwb57idnk3na7DxbBG { top:99.5rem;left:0.375rem;width:47.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKBQPuQlUhkVVTseccHQhe2RIy4oTyk { top:2.875rem;left:0rem;width:26.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDPOdBTT5FqivOL77DyNQo2h08rBXSau { top:2.875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdxKoNap06tOHPoyyGPQI9SuppHIRLyW { top:3.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3P7cvHXZD8O93ts4J6NZMIbt3ZXDXEz { top:3.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZNl7OxE4gFs076hnvK4Q7uHhbCuG4X { top:3.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPyi9NsdqOnDS4bTbzHExrFugEu4kIaC { top:3.625rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPlZt9tCn0dtMGNAnHxlrJ659CR2Myk3 { top:3.625rem;left:3.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOrI0trav4or8ebfGGhI1fT2hEkuqn8 { top:6.5625rem;left:0rem;width:23.75rem;height:12.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQLLyCBCOOIMTdpvg7qskcebhQHgmpaX { top:2.875rem;left:21.6875rem;width:26rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1urF2HxW73vL3pzR7fgOHXZ9GxxQSNF { top:2.875rem;left:25.5rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNHUkmqS5zgSgTw4N2TxHFkr4qBP84L { top:6.5625rem;left:23.9375rem;width:23.75rem;height:23.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVKQqNn73zEv9q4gsT3LgU5QfrrVHSc { top:3.625rem;left:27.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNoL9duFovFwpL7eCHnTlfTsG8ZoqAQz { top:3.625rem;left:29.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgoaaX6ofFOTTUHkiXX5iCJscfQ8VC9z { top:3.625rem;left:31.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1EPwy4ONaZrBD3FsF2r6dpJRMLVQFhW { top:3.625rem;left:33.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWe5QZl05vyqiewSdJ0MCoy9MRlf6bpn { top:3.625rem;left:35.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGyCbRZ4lkGo88T10No53em8RTkk0Nms { top:27.5625rem;left:0rem;width:26.9375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne979oz9RVTwVa0W3uy6gT43nH0SmJ0q { top:31.25rem;left:0rem;width:25rem;height:19.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4we4ZbuvNHGkMJHFnRoGWvoHJRAr81 { top:28.3125rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ytS2INoEuLQoVKM73m5gDtKFIswvun { top:28.3125rem;left:3.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcFg94CTB0NmeRZCGk2akRTLdrKBOasy { top:28.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJL7BeODB8BQG7ASGqTGnTlAmFR1qIF { top:28.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJlqGnvIDkCJ6Pmxp5ETB4HqWhRhxcI { top:27.5625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44qtXOHhht4vaRTSQ6iRZ9t46KWtKMO { top:28.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxZycG5xuHJPs52IVN0nwqmo8wrnF2F3 { top:33.75rem;left:20.9375rem;width:26.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnekdZWk5OvuP55pI9slOREFH8gmxl33 { top:34.375rem;left:25rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtfn66CeGtrbwmXmNnZtmB8UdPUU1bg { top:34.3125rem;left:29rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmvmBW47XTff33hWPr0ohiSGKJwpyDL { top:34.3125rem;left:30.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvExOM70LaX23b33UbBxWo5Jz4PcF8C { top:34.3125rem;left:32.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXTS3d9UUAZ7hTag1AAnsE1AO7t6zdB { top:34.3125rem;left:34.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfJmFTcCwgHeFOHGAJMhZGsrggX9RgpK { top:34.3125rem;left:27.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANLJlloHp1PF4GzbR991NPh6Bzf5SfWB { top:55.3125rem;left:0rem;width:27.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGEotuJECdMclm4SBQOxv1vHJneklGD { top:55.3125rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK8sEXTPtrSbmVg5oBuyOo9TbbE6sU28 { top:56.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfL1aoHuNR0ridIOviPU3OBn4N7SUgme { top:56.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWaAkv9pIaGJVL4ry7sw0l2vmnBKT33X { top:56.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKI0kw4SVyvzX1Xyq1i65wR6L84l4kR { top:58.75rem;left:0rem;width:23.75rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOHz4kK014B3xdSKRJh6zcA2NOlMHMrC { top:56.0625rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHMJxLouzBqOWQiJhIgv3lXeQBG6vL3 { top:56.0625rem;left:3.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXFmFpTViXgtVGxhKUf6UIZSGSggeXCO { top:53.9375rem;left:20.4375rem;width:27.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEaVWQvCr05KIXNNcn1yE99mpRtAHHCt { top:53.9375rem;left:24.125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BONQdphbcCcRS3UPCNLRXZPINC0dKTNA { top:54.6875rem;left:26.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKIKAMlF2DUNsIs2ehXhUADz92npEVGD { top:54.6875rem;left:28.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcDoql4ZIQx5RIVplyRkWwNT6DVS7uM { top:54.6875rem;left:30.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twrt2wNhpucQXshMsppI11cDeQkqBW45 { top:54.6875rem;left:32.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmG0GBihgTpPxgx3yMnrrcfGITZrProJ { top:54.6875rem;left:34rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwaTUlNLyuxGWrT5Ks8FyZMdAAIPUqcJ { top:37.375rem;left:23.9375rem;width:23.75rem;height:10.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmeftDS0vitpfI9nSVJVZZTvCKVXJnF3 { top:63.8125rem;left:23.9375rem;width:23.75rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnNrtqEWuGc2kRMAw4fvaNrV3WTTL9ho { top:57.3125rem;left:23.9375rem;width:23.75rem;height:18.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhtT9TshJ8T4emg20QzdCyLUH86tNu0Z { top:74.8125rem;left:0rem;width:23.75rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL98hS2NTJk5ZT4ctcy6FTNNTrTTf3TL { top:71.375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMPntF3w7R6cOxSz2wuxJK02aPHhOp41 { top:71.375rem;left:0rem;width:27.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwB8uyGRHH3SkFw9iLLC0ULpTZs5uCwa { top:72.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtiGWznPNivreLB5qiKzst6M9HdgylCd { top:72.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN7XeMRkX9KLO8KBtEhGTUVHMgid3aqo { top:72.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP59DOXt7fVMqlQ4aDis5yNdTQJ9hZsV { top:72.125rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTTbX8dW42oiXf1UBzlMbJbsIlU6bQV { top:72.125rem;left:3.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6muQO6Lx3gq5zT9cPGmGGLKE9WuTwGQ { top:80.875rem;left:20.4375rem;width:27.25rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPzNKMNq99u6lxZiogtBelH2I3Cm7iR { top:82.0625rem;left:26.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBb3pAGwAREhUtNZ8yPL5yJ5kP2KhRr8 { top:82.0625rem;left:34.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNfyT1DXqnccgLRAHa1X5JnFOO1wAICP { top:82.0625rem;left:28.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkGDLMo0wHyqFkOQDVtllGUWvM59DeGN { top:82.0625rem;left:30.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JInfiPoC9M5D2SPNVIxOQhZckkB4tbRl { top:82.0625rem;left:32.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2a9mA87qu1qHknWvvIWRGcipy7qXDF { top:81.0625rem;left:23.875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxWDTTfnpPcs9ZKqUGVisLT7mJyJof9 { top:85.4375rem;left:22.875rem;width:24.8125rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD { display:block; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5iKNCmx7p2mRfZ1dg6zpClaS5Ly4gD { top:4.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtsAzo34Q1W5OtrrQO7zWTBdd1So9aV { top:0.5rem;left:0rem;width:47rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 { top:17.8125rem;left:0rem;width:27.3125rem;height:6.125rem;font-size:1.0625rem;display:block; }#aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 li:before{  }
 }@media only screen and (max-width: 763px) { #uXGg5rDH2FBa3eDuTzo0CARsZafmJUVz { top:15.125rem;left:0rem;width:27.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XczBvgmvNAo1zWsI73gQTJz3cxn5Lr { top:13rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkvSMCW93Ae84s6Sh22Xs8uWBaST58L { top:13.5625rem;left:0.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIF5cgdEdF7WR1iyzucw76WPOGTTNlrv { top:6.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTzmeL4TknmZ44O8GPnuHkp0keSyfylK { top:28.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:10.75rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:12.5rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:10.5625rem;left:12.375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:3.9375rem;left:10.1875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG27sL7xW687mZL7wL9GTBTQo69SHmkD { top:3.9375rem;left:31.75rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCVRICmnvN6DxES6ft9nefrqZTcKzZTZ { width:17.5rem;height:3.4375rem;top:13.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBE8Mnes7CekRSFpV4dFByA9aAxlOKDb { display:block; }
 }@media only screen and (max-width: 763px) { #Ezz7Aobk1TZFIRUIJ14zWJUJwGqgx9JS { top:12.3125rem;left:8.25rem;width:23.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5n022WNNPZBzARTKwftwd7ozoKVaop3 { display:block; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5xe1KQiVn2yVQALKf78Jr6QAFTkmIpf { top:44.0625rem;left:0rem;width:47rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhGKAgprU1vci56F1DNBb49Kk1JD1A1W { top:1.625rem;left:0.34228515625rem;width:47rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2m04yQBVeaNWWfSykahfuMymBuIZv7E { top:32.8125rem;left:0.34228515625rem;width:43.8125rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk { top:47.8125rem;left:2.75rem;width:45rem;height:2.875rem;font-size:1.0625rem;display:block; }#OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk li:before{  }
 }@media only screen and (max-width: 763px) { #VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU { top:52.125rem;left:8.9375rem;width:38.4375rem;height:6.125rem;font-size:1.0625rem;display:block; }#VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU li:before{  }
 }@media only screen and (max-width: 763px) { #zVJCTcG5Hzi5uaNmArhi6UkT02lTTgFT { top:60.1875rem;left:4.625rem;width:38.4375rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSe50p5lM4o9qQOwNNNeABmdelwKvxh { top:64.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws { top:76.6875rem;left:9rem;width:38.4375rem;height:7.375rem;font-size:1.0625rem;display:block; }#g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws li:before{  }
 }@media only screen and (max-width: 763px) { #bI9DdlIGZtgULKZqUs2wEMNngyyrCdgf { top:73.9375rem;left:4.625rem;width:38.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3fMdv6lgLoLDwaxt04pAvd2sbIPofa { width:30.3125rem;height:2.9375rem;top:6.6875rem;left:8.685791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1P9fHibXar4chZFezIntWEDPaVvJIcy { display:block; }
 }@media only screen and (max-width: 763px) { #GpxrsrwyHkEaqSiOXWGs6nXnmAuKhOaT { top:12.25rem;left:0rem;width:47rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgd2CSobFnu5auLCUD1HgMdagiuPg6wa { top:17.0625rem;left:2.75rem;width:45rem;height:12.625rem;font-size:1.1875rem;display:block; }#fgd2CSobFnu5auLCUD1HgMdagiuPg6wa li:before{  }
 }@media only screen and (max-width: 763px) { #yRfKMIH9XmWWn4FcWvykC3uT4htNC4zt { top:87.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ { display:block; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2WblQ5RtNgLT3TkmCIWHTH60R0paiqd { top:4.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #calezBh8XMyQKH4JrSKr9I4Qxqnke8Bd { width:12.5625rem;height:2.9375rem;top:9.0625rem;left:17.561868667602rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQpqIamwmRHZy13cIZ2IvKx9GKrxfaTB { display:block; }
 }@media only screen and (max-width: 763px) { #awqCllbSIKOzN0BBC7syuG72TU2P9kMT { display:block; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcMmfWKI8wwro1ihH76TbxNTVZU6tTwm { top:4.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUCg1tUKO944syPOGMpxATTuapoRELMh { top:9.625rem;left:0rem;width:43.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iziVKhrUuCEauagpTg9Bsnt1VqTmTv { top:13.5625rem;left:0rem;width:42.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMXnEvTZGuQJCQ0rF4QbTIyOEcykJ8L3 { top:18.6875rem;left:0rem;width:42.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRKEgOZAdM21mRqyM5HOtAwUMVpezt4M { top:24.0625rem;left:0rem;width:42.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSgtmMgWmmspaKytXvf7F7wXCcemv461 { top:30rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5IwJ6zz9TQENpfQ3i1NOHya0wIgyhNz { top:33.8125rem;left:0rem;width:42.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtuQEzUIZRXrM1UeSKGDnGlzfhMdUNmv { top:40.9375rem;left:0rem;width:42.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRedS4UTRiXs59FTW677vULnC9V7G371 { top:46.0625rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5TNHDqgTacCPcJamqTlONhWcuKg2zu { top:49.9375rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q6sTL0Ghmuftx52mqcZTIQ8I7Tta1I { top:53.75rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZP6fmAJTTWkOBteeTyh0VTHKGaiGZ4 { top:57.5rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLLk5FKurxkEOfeStTDVAc5cr6gNBAE { top:61.1875rem;left:0rem;width:42.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZrR4x4gDmdpAnURE3LSKvEATaMNUQJ { top:66.5625rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehN5gKR9InVsOM2PnECUxkLJ3xUrJz8 { top:70.375rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1bBhTy0qGIlh2GViJXTExDldkFg30U { top:74.375rem;left:0rem;width:42.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7zNHzytvHTtqnao7w8pes80xSDBt9DT { width:8.1875rem;height:2.3125rem;top:9.1875rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOghwHTiPqTJlfQFD65Qggd4egsyOFqM { display:block; }
 }@media only screen and (max-width: 763px) { #aGbSy3krXfLw6iN44x85HtLZiLwItF3a { width:8.1875rem;height:2.3125rem;top:13.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVeyHtPVyAv1x8DyS3ZO7T5LhWazk4st { display:block; }
 }@media only screen and (max-width: 763px) { #hdcRxsE8ZzX5Hfs8Q26ssMEeUisV4m0I { width:8.1875rem;height:2.3125rem;top:19.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrDSiRSDDGuJ1Pl5TOa0AMVs7NX8UeBP { display:block; }
 }@media only screen and (max-width: 763px) { #LSPxeJtZLAiE21lGT6X39rzZZnc3CoRF { width:8.1875rem;height:2.3125rem;top:24.4375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuhprK5fbDgaPIHQQThrDFBLnHTp8Ow { display:block; }
 }@media only screen and (max-width: 763px) { #yW7ebPQLn9hPf01bTHfaTmQPkgiT761S { width:8.1875rem;height:2.3125rem;top:29.5625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h65TeD0C0uWe3vJUNGHMIorKBPN0NLOK { display:block; }
 }@media only screen and (max-width: 763px) { #oV0QmcpoPmiMVlVsybZwbS5dUsxHl6XI { width:8.1875rem;height:2.3125rem;top:34.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viZrlDuNnqFKTiMWg1lrTWMMytQaAzTC { display:block; }
 }@media only screen and (max-width: 763px) { #O00Mp2lszOxyXE2DG1QoHVke6NksaqUX { width:8.1875rem;height:2.3125rem;top:41.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TpOIEisvSKETdxmsgD7rFnK3Q5k5vn { display:block; }
 }@media only screen and (max-width: 763px) { #Eg8FIuGTgQKf03u4w4swqV0Pv63OU2va { width:8.1875rem;height:2.3125rem;top:45.625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUCxflKoazx6NAcWBpZ2EFPthIoMemb7 { display:block; }
 }@media only screen and (max-width: 763px) { #lcltX1Tzzn5Cx0c8qDZNakIhaCmETR3O { width:8.1875rem;height:2.3125rem;top:49.5rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOEuNBTxwhT64I3MAHAxGabgEkBF5ZG { display:block; }
 }@media only screen and (max-width: 763px) { #b5nKPfq6KAJEKEuJpH4zrS5SN1RfyLTx { width:8.1875rem;height:2.3125rem;top:53.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgE1RJeg7c3UcyFwJgZQGTecQmK3UUkK { display:block; }
 }@media only screen and (max-width: 763px) { #SIsq2y6ZPiXUlH441EPRGFQeE4PoCXwC { width:8.1875rem;height:2.3125rem;top:57.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFE6dTVSpG7kv0yzxSnpMurTvrL59UaZ { display:block; }
 }@media only screen and (max-width: 763px) { #xp4rq8TR4J82b8RxekQ0RzzLMlr6HV6o { width:8.1875rem;height:2.3125rem;top:61.5625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB5IbGVfBUULHQfbIct0m9FlkMUepbSu { display:block; }
 }@media only screen and (max-width: 763px) { #kiuHlN0iOQkTPsSy3kDr0VGvOolN7mgi { width:8.1875rem;height:2.3125rem;top:66.125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpF2cTSTLlOWVlTCSZyJRovffOxbavw { display:block; }
 }@media only screen and (max-width: 763px) { #oR7KTzMKcpcpoMkicDQ9vfnGV8gmmHXK { width:8.1875rem;height:2.3125rem;top:69.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BaaxHTqAkP2Dooir0QiWN5E17lrS0q { display:block; }
 }@media only screen and (max-width: 763px) { #q1KDfRP803WU0rXD1TNKcNUcudw0ea7W { width:8.1875rem;height:2.3125rem;top:73.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Bg2O75MchMTBvUtzT9booWmMXQDGwW { display:block; }
 }@media only screen and (max-width: 763px) { #egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e { display:block; }#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRdETMmBxWdT8iAfO06aovBTO1PspRXF { top:0.5rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5I4PXdZCk3oSTF6WW8DFzmEmB0CiLu { top:5.5625rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:2.875rem;left:0rem;width:30.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:8.4375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:10.5rem;left:0rem;width:25rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4OyMelpV6r7nBIPNqIDTewt1PV3dLX { top:14.3125rem;left:0rem;width:32.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytpphZiWf9VJXPtiwnu8JGgBlOofxTX { top:11.375rem;left:0rem;width:28rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VeeQDWc9LVLqaeaTGpaKyQKyiC5f8i { top:16.1875rem;left:0rem;width:24.8125rem;height:16.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoHybviOdUGPgmOTr5IyRlchKEgOThgS { top:34rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L { display:block; }#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW1u4vSoGXtTiq9zRl3Pu19zon0t398J { top:39.5625rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNnAykBgJTv81CEkTTnIkBNISTTaLgUc { top:41.375rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZvyyAGMlprSDvTREZoRMxPnvyCSfiMJ { top:25.8125rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4b1Xf9KinxIsJXKhAuaqFLX2uIh7HzO { top:24rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGu8hd2aEcTZyrlgrg7Xfanui2HNNBW { top:41.4375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBz293E7NiuBprDh7ZxVEy0VPARz0fbV { top:39.625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9O7xwG5WhgxeDsVuK9MWciW4C4ua79q { top:3.375rem;left:26.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzJKgc8ycPLrRFZURLbvE3HN1KncFfBZ { top:3.25rem;left:10.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHH5aLgqGbpr89iWz1Kiv08chZHreDl { top:10rem;left:12.375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owvbm0Cv6IUBoDT6bS8ela6xTwsWrvi3 { top:10.1875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdAFcKpgkKb8PwLwch9HZMymXiSusPt { top:11.8125rem;left:8rem;width:23.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plAlEd28Q59XfvHiKUdAddAzLPXJJU3B { top:12rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSxIT5hp5GzBRJ6N9hM4vTvGxPF3ThD { top:33rem;left:5.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsZGhQNNg0fTrRdoREk5hpKN7WTm5541 { top:17.375rem;left:5.3125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8tNoT7QP9a1UdCSd6BcuoX1eIE0MJPS { top:32.9375rem;left:37.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkQ2hC83xUNeCbkavb023nGp6bkBXF6f { top:25.875rem;left:28.25rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrKku3AvbWyxKwgelAmOVrTX6s09Wm9T { top:25.875rem;left:12.375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b79Su0t0Vs7sP2Wdd2IqBNWRTZvyt274 { top:39.625rem;left:12.375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKOVLKFgJlbeCQA16RfhK1pJmLSCvEc1 { top:41.4375rem;left:12.375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmHN2J8HvVk6Mbd6ibiGzyrkT9DQQEo { top:24.0625rem;left:28.25rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go8s4Dz8XZV5cXtWmXizVkvppfLV1L6f { top:24.0625rem;left:12.375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVn4PVKmLVy9Oq0LpW5F81AC3l7MZlk6 { top:17.4375rem;left:21rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iplpLTcxm4STyW5KBfWRrfnI7g9DPGbL { top:17.4375rem;left:37.125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAa8fFJLv8t0Jt31cPXpbr1k1BJBZamp { top:33rem;left:21.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG { display:block; }#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #wFyQ6VfwLrRG18vgQwkDV6Oh7DdBMuED { top:3.5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvERunBTpTfKCk8lfgu4VOPLDLsvnTww { width:16.25rem;height:3.8125rem;top:26.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd2ere3wK1drQSGp9ehm4RZ6pgirNQK { display:block; }
 }@media only screen and (max-width: 763px) { #bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL { display:block; }#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxME1KEDlNDdsTcftpOHWZeSw3kF2CCM { top:1.875rem;left:0rem;width:23rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNiIw05VKffbeUPvNL1pxSCTOeU0cSPI { top:6.9375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7oCKwWylVNZnQ35WV9hzaeXTZt6a9X { top:8.1875rem;left:20.375rem;width:27.375rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb97m1Nw2BGUwd0dwUIVbxyJaCugNOfz { top:23.3125rem;left:3.625rem;width:17.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwShc78JzT4uuEki8MguvcDa3cShISc1 { top:32.5625rem;left:7.4375rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82pbPGccDLZAlTmGQGxJsmDkrrdvfhb { top:26.8125rem;left:0.0625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHikpotfswwtluAUBq9UEvNORTTBcdk { top:24.75rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxkkgHtHrqkFQBE3RuJZFH9WofFAurZK { top:36.375rem;left:5.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNcuc9yGAtkMUSrtNOsf0uJDPqIEGDD { top:38.4375rem;left:9rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSSWqhWbLhprWf6sHqtNsFbP0eCcPfAR { top:36.9375rem;left:6.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqbotQUEXFAT5FWJ3W4wkDHPW1wtiy8 { top:25.5625rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpQBil135PW9tgIeJqo3BrB6Np6UBlA4 { top:3.625rem;left:0rem;width:47.75rem;height:54.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs { display:block; }#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT2TH7ROASF5mOTKiyQEmzeRyntMU5Md { top:4.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sliU2h1etfokb0UEnrIGBQlCq01XwriF { top:7.9375rem;left:0rem;width:27.3125rem;height:46.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHKJCcpsWUcJcPCvsfxi5BCdoSkoZXq { top:15.5625rem;left:25.25rem;width:17.5rem;height:11.707811827173rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQG9U5Iup6ORyw9GG5yLl3cCrAMlsVXM { top:24.8125rem;left:31.375rem;width:16.375rem;height:10.833357098315rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0eQhrTi7OgapTIUg5KdheV5qbSSfeH7 { top:19.0625rem;left:23.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BEOgzNTQkXFSOkDhPvpKrRDtoVxbVu { top:17rem;left:19.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTzbcmmc2tOVTWHzI0NT4trfPnwA9Mt { top:28.625rem;left:27.5rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0Hds0mHWJg915BTPCws8STlaJLWxpX { top:30.6875rem;left:30.625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlBqvK46vlc2noBGngaNFgz044xDW9uf { top:29.1875rem;left:28.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1s9urdANPQTFGtxh6X0lhcFmk8HOspX { top:17.8125rem;left:21rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3tXA8HgTrtAoqe2EvZAJ9J7nJO4UfDy { top:0.5rem;left:0rem;width:47rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { top:2.5625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { top:1.75rem;left:12.5rem;width:35.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { top:2.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:6.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:11.25rem;left:19.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:14.1875rem;left:2.6875rem;width:43.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:2.375rem;left:0rem;width:20.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { top:1.1875rem;left:0rem;width:21.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { top:2.3125rem;left:11.6875rem;width:20.0625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { top:2.8125rem;left:26.3125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { top:3.25rem;left:19.25rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { top:2.25rem;left:0rem;width:20.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { top:6.0625rem;left:0rem;width:20.5625rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { top:4.4375rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { top:11.375rem;left:14.4375rem;width:17.3125rem;height:9.1875rem;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { top:3.625rem;left:0rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:6.3125rem;left:0rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { top:12.625rem;left:0.6875rem;width:15.1875rem;height:6rem;font-size:1rem;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { top:3.5rem;left:10.8125rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { top:6.5625rem;left:11.1875rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { top:12.625rem;left:32.093748092651rem;width:15.1875rem;height:6rem;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:22rem;left:17.499998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:20.5rem;left:32.80624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.6875rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:15rem;left:0rem;width:25.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:7.4375rem;left:26.436634063721rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:7.4375rem;left:26.436634063721rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:3rem;left:24.6875rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:4.25rem;left:24.6875rem;width:22.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:11.71875rem;left:5.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #SGx6aG87hbEmeTv7fQVGcpXN7oc31Kuk { width:7.5rem;height:2.999825rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmQhEZIeAD3UrxfBktGfqlS3cq3f8Xu { width:9rem;height:2.1875rem;top:15.40625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlNMPyuRJW3vB4oT9TNWsWfSrLVMxxEg { display:block; }
 }@media only screen and (max-width: 763px) { #vr3WtRiKGmKW6T4x3HbgR0IwGG1DoKl5 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIfaNg4iCllTIZPm6BR1dbOO1GsNtF6N { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a245ccde-4c34-4db2-b4c3-28e6bc6c36b9/pk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.6230625rem;height:4.7119125rem;top:29.5087890625rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.37402375rem;top:8.1337890625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:2.87375625rem;top:36.90342625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #Ir7hpVBT2w5ihIScyTeg7FlTwADKXAOk { width:20rem;height:6.5rem;top:9.2822265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqm8o2f521VO6hg1QAXOxmtd28KPkVpA { width:20rem;height:4.38720625rem;top:17.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA { display:block; }#FTtS93K2IGGQlFbaIGKtrkSFfe0rdKHA > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWTKiTx3ZmhTfJ6twRwBpVnK8SGwFexT { width:8.2493125rem;height:0.374645rem;top:4.61115rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed19MhUDwl39KCaGRWGvAON45vvc29O9 { width:20rem;height:12.42775rem;top:14.60937625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#Ed19MhUDwl39KCaGRWGvAON45vvc29O9 li:before{  }
 }@media only screen and (max-width: 763px) { #a9RBdm2g9CT07LxhzdCvzGagBXnea6nr { width:18.5618125rem;height:2.11230625rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyTgAJyxJfSyUXFdFGE4t4IhXAEsv3Rs { width:20rem;height:1.625rem;top:11.73562rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 { width:20rem;height:11.046875rem;top:87.92613875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#r7rKnptW6lkKTCdRpLvk7g1HaqMA8uh4 li:before{  }
 }@media only screen and (max-width: 763px) { #Qx1Um9wLzEzKhKIbBdZ7eSVgR3BK7RBH { width:20rem;height:3.25rem;top:83.42773875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL { display:block; }#UG9p1LbIaWotlMDUUbMUFEM0poUqAEuL > .row .container { width:20rem;height:154.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PARgoDOpGb3HBiPrOmLDOzqpUhFU6eCU { width:8.2493125rem;height:0.374645rem;top:4.61115rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZF2XdEwvV2glENTxNVqV0uGTyFQ09tA { width:18.5618125rem;height:2.11230625rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv { width:20rem;height:1.625rem;top:11.73562rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#u09HZ6iRBuLCsWiv6f6P1XwaPNn4VKrv li:before{  }
 }@media only screen and (max-width: 763px) { #Es4X2bbrVp62KoZHLfD86ldIQdHRUGra { width:20rem;height:0;top:14.6103515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOyHml4TR7Qss6C156A8GAVlF8mpKTLB { width:20rem;height:0;top:22.4741265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#gOyHml4TR7Qss6C156A8GAVlF8mpKTLB li:before{  }
 }@media only screen and (max-width: 763px) { #cdsS6XC927ZcSrMArgXKyQvAsXivsiRS { width:20rem;height:0;top:18.5422390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ { display:block; }#KCm0Qc9rvmcwzNQhKsXVUNK3RioLI3KQ > .row .container { width:20rem;height:163.6577125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVVtyOZUyLt1iINh5EfgTtnoTgby7IaO { width:8.2493125rem;height:0.374645rem;top:4.61115rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn7fz6s5q0ANJKbCn49HfdmgiPKMKPel { width:20rem;height:12.42775rem;top:14.60937625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyt0ByLLWPsf1l5f4o2nizMnH7Od8qX8 { width:18.5618125rem;height:2.11230625rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcOPT4AHpVTT5Mq9qTzNqqLd1Ps4KJu0 { width:20rem;height:1.625rem;top:11.73562rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWy2PxsFf2vhXvXfUHptnleqf3MRRQoX { width:20rem;height:11.046875rem;top:87.92613875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnJAkKHXS3b8NHO6pNhJHJvQkvLn4T6E { width:20rem;height:3.25rem;top:83.42773875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8zH3BCoecUh7T5LeWV5TqI5gvvIyZNG { width:20rem;height:12.42775rem;top:36.6645825rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyRmxR2amAwhtnITxf4lm3JCvT3obm98 { width:20rem;height:1.625rem;top:33.79082625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTRIEUdKaiXd14zEAeOytp50PLRxbx48 { width:20rem;height:19.332rem;top:112.31178665161rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW3nxWv2I6p54vnEwXulmCm82caEm1O9 { width:20rem;height:3.25rem;top:107.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7418v7JzkglZFoZT6ibTHkTvyXiPDMJ { width:20rem;height:17.9511875rem;top:58.71978875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Isq7a0RLZGzXaR1tbS8KTOvRvFcyCekb { width:20rem;height:1.625rem;top:55.8460325rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLhqFzL7ErAQKbXC6pbpsPsiUbpyvns1 { width:20rem;height:5.5234375rem;top:143.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzeieLu9NDmkk4IgE0BoRnRviIE5pgiv { width:20rem;height:1.625rem;top:140.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTXU0WSqAP74BmiB1MuxwTDTEF6JAsC3 { width:4.249825rem;height:4.249825rem;top:77.92791375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u45cHk9eMwOBfzZdls3NqZzhaoM4AWh3 { display:flex;width:3.125rem;height:3.125rem;top:78.490749443363rem;left:8.4378585815431rem; }
 }@media only screen and (max-width: 763px) { #LAqksBgHQFZwkv9TusqwoOGDmZ3BZAMx { width:4.249825rem;height:4.249825rem;top:6.235795rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKDSUayIl7NNxfaPibwP8UFEZ6BrNiIB { display:flex;width:3.125rem;height:3.125rem;top:6.7986306933594rem;left:8.4378566741944rem; }
 }@media only screen and (max-width: 763px) { #lCHI1SZmSTJvu6tLIZkN2FWLDlhyaAvd { width:4.249825rem;height:4.249825rem;top:28.29100125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NapEyyPe0OhIeNt7x6yGmDR9cgft42UC { display:flex;width:3.125rem;height:3.125rem;top:28.852982451172rem;left:8.4378566741944rem; }
 }@media only screen and (max-width: 763px) { #dE4yLRw6tzwyEWCaOFWotTH3ZQPGxnTT { width:4.249825rem;height:4.249825rem;top:103.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Gs7Tm4Z0EQdsvp5Dvxop7q33vqEydf { display:flex;width:3.125rem;height:3.125rem;top:104.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SzLD8vovT69T4TXVV5ysz4slLAqhc050 { width:4.249825rem;height:4.249825rem;top:50.3462075rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2DwAMUNGB0qfGluQDQfVcV6MHUNwBEw { display:flex;width:3.125rem;height:3.125rem;top:50.908188701172rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #VuVIMp1CR5SDXSugg5lNk7kKJ6m2u2C0 { width:4.249825rem;height:4.249825rem;top:135.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8LIVMxAQI4owMBw2hbz52Wh4btkckTS { display:flex;width:3.125rem;height:3.125rem;top:135.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vLcl6X8NixhoNcoWb5kb0qpGaNb8ivuS { width:20rem;height:0;top:150.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVEFrSifLiy3IT2tLeyGALefIVm7Q3iH { width:20rem;height:0;top:157.04760625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D21wG1xdwWK3o7QWayiez4DMvMctV4k6 { display:block; }#D21wG1xdwWK3o7QWayiez4DMvMctV4k6 > .row .container { width:20rem;height:402.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JttN13QtRBtoRcpPFVMqWvvRiTcTURNo { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aO9pROBOQtDKrsOhgxrlKSv8wzOEHXHT { width:8.2493125rem;height:0.374645rem;top:3.359375rem;left:5.8735795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD9NHLfBCPtJ4mJ83DiNikW3N8TbzES0 { width:20rem;height:19.9369375rem;top:6.235795rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrwMsubhsU4s9gVnDRhWhModXeuM3G93 { width:5.99964375rem;height:5.99964375rem;top:5.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzQFuiSmM6hMz0tk4MXprbdQFlFlQUmN { width:6.624625rem;height:6.624625rem;top:5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbXnozKXaUGWfixwIxoheXcdVzcaUBMM { width:10.99875rem;height:1.625rem;top:12.547939300537rem;left:4.7176843285561rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P48r3Gh5ncWDauCIkX0QoVgpzmJs1Xh6 { width:19.5623125rem;height:11.69825rem;top:14.798478105469rem;left:0.4376875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPRT2scy1keoinIRlBzheVw8nTZ4WWEo { width:5.99964375rem;height:5.99964375rem;top:167.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MMaZMEqShBn6lJ3hk0yETGQfZ6EFNX { width:5.9375rem;height:5.9375rem;top:95.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVdkVNZCfXPlgUeOPFRskEVfvN1dJK11 { width:20rem;height:0;top:174.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcnZEbaXZzIvNzprP7E9i8ugNOUPG2sV { width:20rem;height:0;top:178.2683125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nApktKkzeTUrPFgg153gfcoq7GeIP7WD { width:20rem;height:0;top:183.41845625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3MLZnNNeayMqukXxhwTLgyOMQPVEGwg { width:20rem;height:0;top:189.97729375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ss8kOpo9zooBdciPQntu3nGJwmwyqkCL { width:20rem;height:0;top:187.2661125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUKbTsTdm44rnc88swNBN2uz8Sm4h0hP { width:20rem;height:0;top:193.82495rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqaWsqrCqapLl2eDKs4OwkaTcG40QL94 { width:20rem;height:0;top:196.53613125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGXQJVQbB8Xi9awx7G8Mf4ulxVp6CHVW { width:20rem;height:0;top:200.3837875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uE0dJFC8aHO80Ud1b5OnmWKKRi9oCL5T { width:20rem;height:0;top:203.09496875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mndlcWmU01DcNkeeBJTwssdxlqh2X0Ch { width:20rem;height:32.1875rem;top:205.64379375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RroU40SVHKaKhnUDJ0l3FqxOuJt83Ryx { width:20rem;height:0;top:232.33141582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZFF3TdlpGsUIRbsP1ZTO8Jrx6aZQf3B { width:20rem;height:0;top:234.39379375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVhxkQJB1OVr6nPb3btkbBLH0KuHXBUA { width:20rem;height:0;top:226.01915996094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dG3kCIi9kbergtHdl6TXf6JTcb9KRZrT { width:20rem;height:0;top:228.08153789062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIx98g1T4Wu8fIsnpPPATOTvoZT3422p { width:20rem;height:0;top:222.08117167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1Vbt2sWqIsHpv1DP3ZhRvITdpmBg0e { width:20rem;height:0;top:216.45617167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWV3NUL8cgFnbqKpyh0QBQrv460w2aok { width:20rem;height:0;top:220.01879375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaT8AkbFHSBCpBgU7PsVeomNhe2O8cdK { width:20rem;height:0;top:214.39379375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3lB6xMQp9NhTexn63ITGizo25yvSmQT { width:19.4375rem;height:0;top:211.33165996094rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcoPTXLXkVAoS0kBUXcUzGQU9PSakU7J { width:6.625rem;height:6.625rem;top:203.51915996094rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqsZL1Nve1I6iKD7ZTBqbVMFqfWpynru { width:5.9375rem;height:5.9375rem;top:203.89391582031rem;left:13.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2NzpsBJLiVXnW9C2GR7wJn5Xpau6qf { width:20rem;height:32.125rem;top:239.08129375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfMnoK86KEF1eLo3tGoZViJmDBZpeRI1 { width:20rem;height:0;top:259.45604960937rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd4DlpfHZJs06ofhKCDQQLZahiTH5r8S { width:20rem;height:0;top:261.51842753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbJMrbds6nXcnSUsadZa7duWPiR785az { width:20rem;height:0;top:265.76891582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMRLlgtrQWXV1EPGbQJN6TgPo4HEEvT2 { width:20rem;height:0;top:267.83129375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTbyVJyAd64PO21xs7ycGgI5dOZV4G7J { width:20rem;height:0;top:255.51867167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIfevnzDIeEMRGVI7E0if3Ig2mQLN7fX { width:20rem;height:0;top:253.45629375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyQ0JPPtHFzh2s5l4VHBUJfWW5gOgUzF { width:20rem;height:0;top:249.89367167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxlSDXk2oh6Bro9W6tAXMTX2DXWr8Wia { width:20rem;height:0;top:247.83129375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVJnNVIITJzGy9qypaKT3UZcMmFEry3w { width:19.375rem;height:0;top:245.01879375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbIzWIgbG8zoXrZ2SVDzc2tCkNccFwzd { width:6.5625rem;height:6.5625rem;top:236.95604960937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HvTDugblFafPorf96WMX576GyHESUI { width:5.9375rem;height:5.9375rem;top:237.33141582031rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGOhsnNsKky8Qntag3KJTy87Vv5CKUu { width:20rem;height:32.1875rem;top:272.45629375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpwZTvd5IWUQN8fMIqghTeUk0NUSB1J8 { width:20rem;height:0;top:301.20629375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXcOiaa9qS7S4ZTZvu9bbTSJ9X0gr0JD { width:20rem;height:0;top:299.14391582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNJo5Ovg7txftdpE5GAi19zTmcSCdadz { width:20rem;height:0;top:294.89342753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbPIWah6hiSPEq7hrN0hv78TAhGCyfym { width:20rem;height:0;top:292.83104960937rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXBsFeTa6D4X9QqrnqfysBrLzki2EtLV { width:20rem;height:0;top:288.89367167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voOXffFQg0WIMXZAKbnN1oH3zc0svUnC { width:20rem;height:0;top:286.83129375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSQRT2aGs4E74XUhLLi81hPI38gyLnCU { width:20rem;height:0;top:283.26867167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3IdmdsIJXVbTLxDtKW2IEfmPLcSUOUi { width:20rem;height:0;top:281.20629375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBsXAwgS6xWhquO5Sg5Qg2nm3n6p7Ez2 { width:19.4375rem;height:0;top:278.14354960937rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TK5QH2pAPgyn5SOnSp3EPHb1ngwmpDpJ { width:6.625rem;height:6.625rem;top:270.33104960937rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOGG3E2PsG6C2HTDtXGshNEDqzdtwiF { width:5.9375rem;height:5.9375rem;top:270.70641582031rem;left:13.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHBKQ2eX44gdsI5uuRH6rr4AepPvhE6G { width:20rem;height:32.1875rem;top:305.89379375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itppmMTmcBMHlQUkwd9yxXo4xPBzV4Nb { width:20rem;height:0;top:332.58141582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpcbbmW7WAKEBi4Lg1J6dRZDnZxKZMUW { width:20rem;height:0;top:334.64379375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMlEUTMceaXLWTdaFJSOmxGyWrX4hDmC { width:20rem;height:0;top:328.33153789062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG0Le56vEvrs4CKIPt6Qo8bZJilKGbTn { width:20rem;height:0;top:326.26915996094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFTKSf8GNeDSZ34d44EJ0S4Xlwoq8NTy { width:20rem;height:0;top:322.33178203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8yCgl2aOMus3XaIFzumOXDhAF67L2nV { width:20rem;height:0;top:320.26879375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qADn3Fuq4lwm6Tl2c0ISxlrZ7Z7wymee { width:20rem;height:0;top:316.70678203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VL7aAL4ofmeo2WpVP99m3iUsJ1Qht2by { width:20rem;height:0;top:314.64379375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNDd4KW8DWZ9puZCJ5kHIKgtSJbqySqb { width:19.375rem;height:0;top:311.83129375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETGo1Q1IGGyp2TyGmwiauU9XQu9KppkV { width:6.5625rem;height:6.5625rem;top:303.76915996094rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUXyZMxgxlOP4Ldy80qau9kd78omSE6 { width:20rem;height:29.375rem;top:339.33129375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcqiURFpF6eSONEABbMqBZ1shNIafVtz { width:20rem;height:0;top:365.39391582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1QIwX8FBEL2CAeQadkfxmvvoQBgTizW { width:20rem;height:0;top:363.33153789062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vELoakx0V1mzrqOTTU1xpEBqJWvhsBz0 { width:20rem;height:0;top:360.64354960937rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvT6DNGhPSTWrfNF9T8zEUeVJDTCxEaA { width:20rem;height:0;top:358.58117167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOuzotZH5kOiihDBr840U7sTQxxWvRwX { width:20rem;height:0;top:354.64379375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9TxzkmUzkccoVshVsDfVqPGhKTnXvd { width:20rem;height:0;top:352.58141582031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoCT1afoe35viVhvNTtsbr1kkbUaPxLL { width:20rem;height:0;top:350.14367167969rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7wvmZOSFmDxUQWt9yJUTebDCTcg22N0 { width:20rem;height:0;top:348.08129375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kL1HuzKLSgnHhVLRNsqBXd3CgV6ldiew { width:19.375rem;height:0;top:345.01854960937rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDnIr8XeV5lVkSE3vb3UTXWflghFvlN0 { width:6.5625rem;height:6.5625rem;top:337.20604960937rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { width:8.2493125rem;height:0.374645rem;top:5.09854375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXfz5l15TR45HkL4C32b86HZ4u6QhcZA { display:block; }#mXfz5l15TR45HkL4C32b86HZ4u6QhcZA > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK { width:13.125rem;height:35.996125rem;top:5.75rem;left:6.875rem;font-size:1rem;display:block; }#JG1UZMLNaXGJfl4Z9byvOGX7zJALKxcK li:before{  }
 }@media only screen and (max-width: 763px) { #g5apCFMgyyVV87h6TvIWIBR8f0eoMIiV { width:6.6868125rem;height:1.29980625rem;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrrsaewItkReXW22ZCI1JRa1cx4skq9M { width:6.6868125rem;height:1.29980625rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1JKNV1anWbLXsQFC6ghlAi2tvvbRmB { width:6.6868125rem;height:1.29980625rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKef9Eg12pDdQznn9gqGaFkI760D195D { width:6.6868125rem;height:1.29980625rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0oyfXEl3AQHlLpPgaxr7ShT97xBrKnC { width:6.6868125rem;height:1.29980625rem;top:18.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6NwJrA6wWRmT5BMqNBe1JoZy2aIqG9X { width:6.6868125rem;height:1.29980625rem;top:26.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH6FltOUtcR93nEtCT6NVsgOXEaTtt9W { width:6.6868125rem;height:1.29980625rem;top:28.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gV1LEJvFlkSzMKNAuO4kHzbBVMvUA5Mk { width:6.6868125rem;height:1.29980625rem;top:36.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr { width:13.125rem;height:35.996125rem;top:51.875rem;left:6.875rem;font-size:1rem;display:block; }#iTMRARRhFhtXqB5TNBHgcGXpE8WFKVdr li:before{  }
 }@media only screen and (max-width: 763px) { #CzPcTh6hh4ZmLxTqlqz4cseSIMUhwg5w { width:6.6868125rem;height:1.29980625rem;top:62.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJAyLFgGZDMcfv51lJEmP1kLCkcFk3z0 { width:6.6868125rem;height:1.29980625rem;top:71.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJVmUQTcg32JpCM5V6zW42kLHT7xuSyf { width:6.6868125rem;height:1.29980625rem;top:73.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhcoWztHT99Eb6mDH64AqoBbfdyVCL4M { width:6.6868125rem;height:1.29980625rem;top:78.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylwW6LGmc4eTHFlZpAH6vVi4OyN10A2z { width:6.6868125rem;height:1.29980625rem;top:85.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lst7mL68T5pkwCeqSPn2VufDyfN0TJdO { width:6.6868125rem;height:1.29980625rem;top:51.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnyR8TlpcmAqyl8yvPTBQ9BxFXq5phWK { width:6.6868125rem;height:1.29980625rem;top:59.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IICf3cGwQNilGKCRObkt6kpBLq3Cdp0O { width:12.1875rem;height:3.7373rem;top:1.375rem;left:3.90625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5VcEipropoynCCWIa2IMqBFnZNZEI1u { width:12.1875rem;height:3.7373rem;top:47.25rem;left:3.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDAdlH16FgN20C8V4Lhc5xNwDMrFWQG8 { width:6.6868125rem;height:1.29980625rem;top:39.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 { display:block; }#CPfiApG8JzBNcG1OazVmXgSZuVDZPl38 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUfwcd551Er9wNiCtnxT84ME4qkRo2wx { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO { display:block; }#HTkhnCUf0e1LNhxncwl4HASgCi4QEdtO > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuLTLzMcslUmMcJ6alxmJTiICS7Gor1D { height:11.225125rem;width:20rem;top:9.4060625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgezkpcMmNtp0XfASSPfrvQydqIboJw0 { height:11.223625rem;width:20rem;top:22.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSqyo9kzlH0vHht1MftpXgCreB7AKMWt { height:11.125rem;width:20rem;top:35.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlPemrAeoUhNy1rZsOHD4NOoIXN06TK { width:20rem;height:6.9043125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn { display:block; }#JO6EkBvAc8RIvTyGxs5cVPu2xhlZhITn > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM8AiTJEV7FKTZtEhrn84WXVIzlBeUfn { height:11.225125rem;width:20rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKPQgSpucJz2otVSW8gOiTFdxI1hHpn { height:11.223625rem;width:20rem;top:29.6416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOd4rDuCIdX8rsQb7Zdp0CTpN1Naxo9 { width:20rem;height:13.808625rem;top:1.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp { display:block; }#wKEb74BOiSoKvTpJJTqevAUHWLEdwPHp > .row .container { width:20rem;height:146.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvGZPgVOM0SBq3LkoQhpyJHh4fZ8Ne7J { width:12.562125rem;height:2.9367875rem;top:141rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOh5AhxhKgDOK6ei3mKE4p8cD6gThO7A { display:block; }
 }@media only screen and (max-width: 763px) { #RdmCXPnlqXtMyNpwb57idnk3na7DxbBG { width:20rem;height:3.25rem;top:136.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvKBQPuQlUhkVVTseccHQhe2RIy4oTyk { width:20rem;height:13.875rem;top:10.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDPOdBTT5FqivOL77DyNQo2h08rBXSau { display:flex;width:5.99964375rem;height:5.99964375rem;top:10.8125rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #SdxKoNap06tOHPoyyGPQI9SuppHIRLyW { display:flex;width:1.93714375rem;height:1.93714375rem;top:11.5625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #a3P7cvHXZD8O93ts4J6NZMIbt3ZXDXEz { display:flex;width:1.93714375rem;height:1.93714375rem;top:11.5625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #TCZNl7OxE4gFs076hnvK4Q7uHhbCuG4X { display:flex;width:1.93714375rem;height:1.93714375rem;top:11.5625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #DPyi9NsdqOnDS4bTbzHExrFugEu4kIaC { display:flex;width:1.93714375rem;height:1.93714375rem;top:11.5625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #xPlZt9tCn0dtMGNAnHxlrJ659CR2Myk3 { display:flex;width:1.93714375rem;height:1.93714375rem;top:11.5625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VTOrI0trav4or8ebfGGhI1fT2hEkuqn8 { width:18.3115rem;height:8.9355625rem;top:14.3759765625rem;left:0.8427734375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQLLyCBCOOIMTdpvg7qskcebhQHgmpaX { width:20rem;height:19.125rem;top:44.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1urF2HxW73vL3pzR7fgOHXZ9GxxQSNF { display:flex;width:5.99964375rem;height:5.99964375rem;top:44.5625rem;left:-1.25rem; }
 }@media only screen and (max-width: 763px) { #IrNHUkmqS5zgSgTw4N2TxHFkr4qBP84L { width:17.5615rem;height:15.1904375rem;top:47.75rem;left:1.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KfVKQqNn73zEv9q4gsT3LgU5QfrrVHSc { display:flex;width:1.93714375rem;height:1.93714375rem;top:45.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #kNoL9duFovFwpL7eCHnTlfTsG8ZoqAQz { display:flex;width:1.93714375rem;height:1.93714375rem;top:45.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #LgoaaX6ofFOTTUHkiXX5iCJscfQ8VC9z { display:flex;width:1.93714375rem;height:1.93714375rem;top:45.3125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #D1EPwy4ONaZrBD3FsF2r6dpJRMLVQFhW { display:flex;width:1.93714375rem;height:1.93714375rem;top:45.3125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #HWe5QZl05vyqiewSdJ0MCoy9MRlf6bpn { display:flex;width:1.93714375rem;height:1.93714375rem;top:45.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #IGyCbRZ4lkGo88T10No53em8RTkk0Nms { width:20rem;height:16.9993125rem;top:26.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne979oz9RVTwVa0W3uy6gT43nH0SmJ0q { width:18.3720625rem;height:12.50975rem;top:29.9375rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eb4we4ZbuvNHGkMJHFnRoGWvoHJRAr81 { display:flex;width:1.93714375rem;height:1.93714375rem;top:27.0625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #b6ytS2INoEuLQoVKM73m5gDtKFIswvun { display:flex;width:1.93714375rem;height:1.93714375rem;top:27.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #tcFg94CTB0NmeRZCGk2akRTLdrKBOasy { display:flex;width:1.93714375rem;height:1.93714375rem;top:27.0625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #vDJL7BeODB8BQG7ASGqTGnTlAmFR1qIF { display:flex;width:1.93714375rem;height:1.93714375rem;top:27.0625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #leJlqGnvIDkCJ6Pmxp5ETB4HqWhRhxcI { display:flex;width:5.99964375rem;height:5.99964375rem;top:26.3125rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #M44qtXOHhht4vaRTSQ6iRZ9t46KWtKMO { display:flex;width:1.93714375rem;height:1.93714375rem;top:27.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #zxZycG5xuHJPs52IVN0nwqmo8wrnF2F3 { width:20rem;height:11.75rem;top:65.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnekdZWk5OvuP55pI9slOREFH8gmxl33 { display:flex;width:5.99964375rem;height:5.99964375rem;top:65.6875rem;left:-1.25rem; }
 }@media only screen and (max-width: 763px) { #TVtfn66CeGtrbwmXmNnZtmB8UdPUU1bg { display:flex;width:1.93714375rem;height:1.93714375rem;top:65.625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #NpmvmBW47XTff33hWPr0ohiSGKJwpyDL { display:flex;width:1.93714375rem;height:1.93714375rem;top:65.625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #QwvExOM70LaX23b33UbBxWo5Jz4PcF8C { display:flex;width:1.93714375rem;height:1.93714375rem;top:65.625rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #SPXTS3d9UUAZ7hTag1AAnsE1AO7t6zdB { display:flex;width:1.93714375rem;height:1.93714375rem;top:65.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #LfJmFTcCwgHeFOHGAJMhZGsrggX9RgpK { display:flex;width:1.93714375rem;height:1.93714375rem;top:65.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ANLJlloHp1PF4GzbR991NPh6Bzf5SfWB { width:20rem;height:8.812125rem;top:77.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGEotuJECdMclm4SBQOxv1vHJneklGD { display:flex;width:5.99964375rem;height:5.99964375rem;top:77.875rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #qK8sEXTPtrSbmVg5oBuyOo9TbbE6sU28 { display:flex;width:1.93714375rem;height:1.93714375rem;top:78.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #bfL1aoHuNR0ridIOviPU3OBn4N7SUgme { display:flex;width:1.93714375rem;height:1.93714375rem;top:78.625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #mWaAkv9pIaGJVL4ry7sw0l2vmnBKT33X { display:flex;width:1.93714375rem;height:1.93714375rem;top:78.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #AGKI0kw4SVyvzX1Xyq1i65wR6L84l4kR { width:19.1868125rem;height:3.57421875rem;top:81.3125rem;left:0.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FOHz4kK014B3xdSKRJh6zcA2NOlMHMrC { display:flex;width:1.93714375rem;height:1.93714375rem;top:78.625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #uFHMJxLouzBqOWQiJhIgv3lXeQBG6vL3 { display:flex;width:1.93714375rem;height:1.93714375rem;top:78.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #QXFmFpTViXgtVGxhKUf6UIZSGSggeXCO { width:20rem;height:16.3125rem;top:99.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEaVWQvCr05KIXNNcn1yE99mpRtAHHCt { display:flex;width:5.99964375rem;height:5.99964375rem;top:99.875rem;left:-1.3125rem; }
 }@media only screen and (max-width: 763px) { #BONQdphbcCcRS3UPCNLRXZPINC0dKTNA { display:flex;width:1.93714375rem;height:1.93714375rem;top:100.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #UKIKAMlF2DUNsIs2ehXhUADz92npEVGD { display:flex;width:1.93714375rem;height:1.93714375rem;top:100.625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #ZVcDoql4ZIQx5RIVplyRkWwNT6DVS7uM { display:flex;width:1.93714375rem;height:1.93714375rem;top:100.625rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #Twrt2wNhpucQXshMsppI11cDeQkqBW45 { display:flex;width:1.93714375rem;height:1.93714375rem;top:100.625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #kmG0GBihgTpPxgx3yMnrrcfGITZrProJ { display:flex;width:1.93714375rem;height:1.93714375rem;top:100.625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #rwaTUlNLyuxGWrT5Ks8FyZMdAAIPUqcJ { width:18.5rem;height:6.254875rem;top:69.02734375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UmeftDS0vitpfI9nSVJVZZTvCKVXJnF3 { width:17.1875rem;height:4.467775rem;top:128.8125rem;left:1.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #tnNrtqEWuGc2kRMAw4fvaNrV3WTTL9ho { width:18.5625rem;height:11.6161875rem;top:103.25rem;left:0.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QhtT9TshJ8T4emg20QzdCyLUH86tNu0Z { width:18.375rem;height:5.361325rem;top:91.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xL98hS2NTJk5ZT4ctcy6FTNNTrTTf3TL { display:flex;width:5.99964375rem;height:5.99964375rem;top:87.6875rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #sMPntF3w7R6cOxSz2wuxJK02aPHhOp41 { width:20rem;height:11.125rem;top:87.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwB8uyGRHH3SkFw9iLLC0ULpTZs5uCwa { display:flex;width:1.93714375rem;height:1.93714375rem;top:88.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #VtiGWznPNivreLB5qiKzst6M9HdgylCd { display:flex;width:1.93714375rem;height:1.93714375rem;top:88.4375rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #fN7XeMRkX9KLO8KBtEhGTUVHMgid3aqo { display:flex;width:1.93714375rem;height:1.93714375rem;top:88.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nP59DOXt7fVMqlQ4aDis5yNdTQJ9hZsV { display:flex;width:1.93714375rem;height:1.93714375rem;top:88.4375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #xFTTbX8dW42oiXf1UBzlMbJbsIlU6bQV { display:flex;width:1.93714375rem;height:1.93714375rem;top:88.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #d6muQO6Lx3gq5zT9cPGmGGLKE9WuTwGQ { width:19.3125rem;height:18.3125rem;top:116.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPzNKMNq99u6lxZiogtBelH2I3Cm7iR { display:flex;width:1.93714375rem;height:1.93714375rem;top:117.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #qBb3pAGwAREhUtNZ8yPL5yJ5kP2KhRr8 { display:flex;width:1.93714375rem;height:1.93714375rem;top:117.9375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #CNfyT1DXqnccgLRAHa1X5JnFOO1wAICP { display:flex;width:1.93714375rem;height:1.93714375rem;top:117.9375rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #KkGDLMo0wHyqFkOQDVtllGUWvM59DeGN { display:flex;width:1.93714375rem;height:1.93714375rem;top:117.9375rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #JInfiPoC9M5D2SPNVIxOQhZckkB4tbRl { display:flex;width:1.93714375rem;height:1.93714375rem;top:117.9375rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #GB2a9mA87qu1qHknWvvIWRGcipy7qXDF { display:flex;width:5.99875625rem;height:5.99875625rem;top:116.9375rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #tGxWDTTfnpPcs9ZKqUGVisLT7mJyJof9 { width:17.25rem;height:6.254875rem;top:121.3125rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#1a2025;display:block; }
 }@media only screen and (max-width: 763px) { #ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD { display:block; }#ltSwUkqtL7gEmF8kVwJFCTaphvs7UsGD > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5iKNCmx7p2mRfZ1dg6zpClaS5Ly4gD { width:8.2493125rem;height:0.374645rem;top:4.61115rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtsAzo34Q1W5OtrrQO7zWTBdd1So9aV { width:18.5618125rem;height:2.11230625rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 { width:20rem;height:11.046875rem;top:87.92613875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#aaR66WWOgIG4ADIeh8mdAd4yGnFQmdV8 li:before{  }
 }@media only screen and (max-width: 763px) { #uXGg5rDH2FBa3eDuTzo0CARsZafmJUVz { width:20rem;height:3.25rem;top:83.42773875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0XczBvgmvNAo1zWsI73gQTJz3cxn5Lr { width:4.249825rem;height:4.249825rem;top:77.92791375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkvSMCW93Ae84s6Sh22Xs8uWBaST58L { display:flex;width:3.125rem;height:3.125rem;top:78.490749443363rem;left:8.4378585815431rem; }
 }@media only screen and (max-width: 763px) { #dIF5cgdEdF7WR1iyzucw76WPOGTTNlrv { width:20rem;height:0;top:100.17578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTzmeL4TknmZ44O8GPnuHkp0keSyfylK { width:20rem;height:0;top:104.67529375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.437125rem;height:1.625rem;top:7.24875625rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.437125rem;height:1.94970625rem;top:10.1225125rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.43625rem;height:1.625rem;top:22.447618484497rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.8117875rem;height:4.74964375rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG27sL7xW687mZL7wL9GTBTQo69SHmkD { display:flex;width:5.06125625rem;height:5.06125625rem;top:16.755146980286rem;left:7.1866117119787rem; }
 }@media only screen and (max-width: 763px) { #lCVRICmnvN6DxES6ft9nefrqZTcKzZTZ { width:17.5rem;height:3.4375rem;top:25.909090042114rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBE8Mnes7CekRSFpV4dFByA9aAxlOKDb { display:block; }
 }@media only screen and (max-width: 763px) { #Ezz7Aobk1TZFIRUIJ14zWJUJwGqgx9JS { width:20rem;height:1.94970625rem;top:24.014558792114rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5n022WNNPZBzARTKwftwd7ozoKVaop3 { display:block; }#m5n022WNNPZBzARTKwftwd7ozoKVaop3 > .row .container { width:20rem;height:110.2917453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5xe1KQiVn2yVQALKf78Jr6QAFTkmIpf { width:18.5618125rem;height:2.11230625rem;top:15.5309rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhGKAgprU1vci56F1DNBb49Kk1JD1A1W { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2m04yQBVeaNWWfSykahfuMymBuIZv7E { width:20rem;height:9.66601875rem;top:4.61115rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk { width:20rem;height:5.8359375rem;top:18.89205rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#OuaeJxzsuTTFpQGn5ZT9dTzaxMn4rDrk li:before{  }
 }@media only screen and (max-width: 763px) { #VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU { width:18.3123125rem;height:11.984375rem;top:25.98011875rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#VTexxmKKop0o2v2oEB6pQuT9TO1IFuNU li:before{  }
 }@media only screen and (max-width: 763px) { #zVJCTcG5Hzi5uaNmArhi6UkT02lTTgFT { width:20rem;height:5.5234375rem;top:39.21786875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irSe50p5lM4o9qQOwNNNeABmdelwKvxh { width:20rem;height:16.57033125rem;top:45.9934375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws { width:16.5625rem;height:16.1269375rem;top:66.45064375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#g4Ms6DN8Ck0fE8oebXmm3BHZZRhUCqws li:before{  }
 }@media only screen and (max-width: 763px) { #bI9DdlIGZtgULKZqUs2wEMNngyyrCdgf { width:20rem;height:1.3808625rem;top:63.81925rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3fMdv6lgLoLDwaxt04pAvd2sbIPofa { width:19rem;height:2.9375rem;top:83.8251953125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1P9fHibXar4chZFezIntWEDPaVvJIcy { display:block; }
 }@media only screen and (max-width: 763px) { #GpxrsrwyHkEaqSiOXWGs6nXnmAuKhOaT { width:20rem;height:0;top:88.0126953125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgd2CSobFnu5auLCUD1HgMdagiuPg6wa { width:20rem;height:0;top:91.8627953125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#fgd2CSobFnu5auLCUD1HgMdagiuPg6wa li:before{  }
 }@media only screen and (max-width: 763px) { #yRfKMIH9XmWWn4FcWvykC3uT4htNC4zt { width:20rem;height:0;top:105.7922328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ { display:block; }#rAMUup8xBPph3hf7xpsaAwWcbgFxS0bJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2WblQ5RtNgLT3TkmCIWHTH60R0paiqd { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #calezBh8XMyQKH4JrSKr9I4Qxqnke8Bd { width:12.562125rem;height:2.9367875rem;top:5.7484rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQpqIamwmRHZy13cIZ2IvKx9GKrxfaTB { display:block; }
 }@media only screen and (max-width: 763px) { #awqCllbSIKOzN0BBC7syuG72TU2P9kMT { display:block; }#awqCllbSIKOzN0BBC7syuG72TU2P9kMT > .row .container { width:20rem;height:138rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcMmfWKI8wwro1ihH76TbxNTVZU6tTwm { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUCg1tUKO944syPOGMpxATTuapoRELMh { width:20rem;height:3.0869125rem;top:4.12375625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0iziVKhrUuCEauagpTg9Bsnt1VqTmTv { width:20rem;height:4.63036875rem;top:12.02148125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMXnEvTZGuQJCQ0rF4QbTIyOEcykJ8L3 { width:20rem;height:7.7173125rem;top:21.4630625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRKEgOZAdM21mRqyM5HOtAwUMVpezt4M { width:20rem;height:6.173825rem;top:33.993275rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSgtmMgWmmspaKytXvf7F7wXCcemv461 { width:20rem;height:3.0869125rem;top:44.9787125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5IwJ6zz9TQENpfQ3i1NOHya0wIgyhNz { width:20rem;height:7.7173125rem;top:52.8764375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtuQEzUIZRXrM1UeSKGDnGlzfhMdUNmv { width:20rem;height:4.63036875rem;top:65.40665rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRedS4UTRiXs59FTW677vULnC9V7G371 { width:20rem;height:4.63036875rem;top:74.84823125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LO5TNHDqgTacCPcJamqTlONhWcuKg2zu { width:20rem;height:3.0869125rem;top:84.2898125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q6sTL0Ghmuftx52mqcZTIQ8I7Tta1I { width:20rem;height:1.54385625rem;top:92.1875375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECZP6fmAJTTWkOBteeTyh0VTHKGaiGZ4 { width:20rem;height:1.54385625rem;top:98.54140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDLLk5FKurxkEOfeStTDVAc5cr6gNBAE { width:20rem;height:4.63036875rem;top:104.895275rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCZrR4x4gDmdpAnURE3LSKvEATaMNUQJ { width:20rem;height:3.0869125rem;top:114.33685625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sehN5gKR9InVsOM2PnECUxkLJ3xUrJz8 { width:20rem;height:3.0869125rem;top:122.23458125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1bBhTy0qGIlh2GViJXTExDldkFg30U { width:20rem;height:3.0869125rem;top:130.13230625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7zNHzytvHTtqnao7w8pes80xSDBt9DT { width:8.187125rem;height:2.3117875rem;top:8.46058125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOghwHTiPqTJlfQFD65Qggd4egsyOFqM { display:block; }
 }@media only screen and (max-width: 763px) { #aGbSy3krXfLw6iN44x85HtLZiLwItF3a { width:8.187125rem;height:2.3117875rem;top:17.9021625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVeyHtPVyAv1x8DyS3ZO7T5LhWazk4st { display:block; }
 }@media only screen and (max-width: 763px) { #hdcRxsE8ZzX5Hfs8Q26ssMEeUisV4m0I { width:8.187125rem;height:2.3117875rem;top:30.432375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrDSiRSDDGuJ1Pl5TOa0AMVs7NX8UeBP { display:block; }
 }@media only screen and (max-width: 763px) { #LSPxeJtZLAiE21lGT6X39rzZZnc3CoRF { width:8.187125rem;height:2.3117875rem;top:41.4178125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuhprK5fbDgaPIHQQThrDFBLnHTp8Ow { display:block; }
 }@media only screen and (max-width: 763px) { #yW7ebPQLn9hPf01bTHfaTmQPkgiT761S { width:8.187125rem;height:2.3117875rem;top:49.3155375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h65TeD0C0uWe3vJUNGHMIorKBPN0NLOK { display:block; }
 }@media only screen and (max-width: 763px) { #oV0QmcpoPmiMVlVsybZwbS5dUsxHl6XI { width:8.187125rem;height:2.3117875rem;top:61.84575rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viZrlDuNnqFKTiMWg1lrTWMMytQaAzTC { display:block; }
 }@media only screen and (max-width: 763px) { #O00Mp2lszOxyXE2DG1QoHVke6NksaqUX { width:8.187125rem;height:2.3117875rem;top:71.28733125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TpOIEisvSKETdxmsgD7rFnK3Q5k5vn { display:block; }
 }@media only screen and (max-width: 763px) { #Eg8FIuGTgQKf03u4w4swqV0Pv63OU2va { width:8.187125rem;height:2.3117875rem;top:80.7289125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUCxflKoazx6NAcWBpZ2EFPthIoMemb7 { display:block; }
 }@media only screen and (max-width: 763px) { #lcltX1Tzzn5Cx0c8qDZNakIhaCmETR3O { width:8.187125rem;height:2.3117875rem;top:88.6266375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOEuNBTxwhT64I3MAHAxGabgEkBF5ZG { display:block; }
 }@media only screen and (max-width: 763px) { #b5nKPfq6KAJEKEuJpH4zrS5SN1RfyLTx { width:8.187125rem;height:2.3117875rem;top:94.98050625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgE1RJeg7c3UcyFwJgZQGTecQmK3UUkK { display:block; }
 }@media only screen and (max-width: 763px) { #SIsq2y6ZPiXUlH441EPRGFQeE4PoCXwC { width:8.187125rem;height:2.3117875rem;top:101.334375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFE6dTVSpG7kv0yzxSnpMurTvrL59UaZ { display:block; }
 }@media only screen and (max-width: 763px) { #xp4rq8TR4J82b8RxekQ0RzzLMlr6HV6o { width:8.187125rem;height:2.3117875rem;top:110.77595625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB5IbGVfBUULHQfbIct0m9FlkMUepbSu { display:block; }
 }@media only screen and (max-width: 763px) { #kiuHlN0iOQkTPsSy3kDr0VGvOolN7mgi { width:8.187125rem;height:2.3117875rem;top:118.67368125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpF2cTSTLlOWVlTCSZyJRovffOxbavw { display:block; }
 }@media only screen and (max-width: 763px) { #oR7KTzMKcpcpoMkicDQ9vfnGV8gmmHXK { width:8.187125rem;height:2.3117875rem;top:126.57140625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BaaxHTqAkP2Dooir0QiWN5E17lrS0q { display:block; }
 }@media only screen and (max-width: 763px) { #q1KDfRP803WU0rXD1TNKcNUcudw0ea7W { width:8.187125rem;height:2.3117875rem;top:134.46913125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Bg2O75MchMTBvUtzT9booWmMXQDGwW { display:block; }
 }@media only screen and (max-width: 763px) { #egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e { display:none; }#egttrXzFiW3RMQkD9TQZbCNqFmmcGi5e > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KRdETMmBxWdT8iAfO06aovBTO1PspRXF { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oC5I4PXdZCk3oSTF6WW8DFzmEmB0CiLu { width:8.187125rem;height:0.3125rem;top:4.61115rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:90.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5618125rem;height:6.3369375rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.2493125rem;height:0.374645rem;top:8.836125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:6.9043125rem;top:10.46077rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zu4OyMelpV6r7nBIPNqIDTewt1PV3dLX { height:11.0271875rem;width:20rem;top:78.605289459231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytpphZiWf9VJXPtiwnu8JGgBlOofxTX { width:20rem;height:3.4121125rem;top:73.444599151612rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6VeeQDWc9LVLqaeaTGpaKyQKyiC5f8i { width:20rem;height:22.093725rem;top:18.6168325rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoHybviOdUGPgmOTr5IyRlchKEgOThgS { width:20rem;height:28.59568125rem;top:41.9690825rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L { display:none; }#xcuTNA3JxIUiPEmER3ETeExcCeCIzx2L > .row .container { width:20rem;height:98.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SW1u4vSoGXtTiq9zRl3Pu19zon0t398J { width:19.437125rem;height:1.625rem;top:92.53638125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNnAykBgJTv81CEkTTnIkBNISTTaLgUc { width:19.437125rem;height:1.625rem;top:95.4101375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZvyyAGMlprSDvTREZoRMxPnvyCSfiMJ { width:19.437125rem;height:1.625rem;top:23.057525rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4b1Xf9KinxIsJXKhAuaqFLX2uIh7HzO { width:19.437125rem;height:1.625rem;top:20.18376875rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGu8hd2aEcTZyrlgrg7Xfanui2HNNBW { width:19.437125rem;height:1.625rem;top:35.11629375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBz293E7NiuBprDh7ZxVEy0VPARz0fbV { width:19.437125rem;height:1.625rem;top:32.2425375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9O7xwG5WhgxeDsVuK9MWciW4C4ua79q { display:flex;width:5.06214375rem;height:5.06214375rem;top:37.99005rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #IzJKgc8ycPLrRFZURLbvE3HN1KncFfBZ { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHH5aLgqGbpr89iWz1Kiv08chZHreDl { width:19.375rem;height:1.625rem;top:44.30130625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Owvbm0Cv6IUBoDT6bS8ela6xTwsWrvi3 { width:19.375rem;height:1.625rem;top:8.125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvdAFcKpgkKb8PwLwch9HZMymXiSusPt { width:20rem;height:1.625rem;top:47.1750625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plAlEd28Q59XfvHiKUdAddAzLPXJJU3B { width:19.375rem;height:1.625rem;top:10.99875625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfSxIT5hp5GzBRJ6N9hM4vTvGxPF3ThD { display:flex;width:5.06214375rem;height:5.06214375rem;top:25.93128125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #AsZGhQNNg0fTrRdoREk5hpKN7WTm5541 { display:flex;width:5.06214375rem;height:5.06214375rem;top:13.8725125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #C8tNoT7QP9a1UdCSd6BcuoX1eIE0MJPS { display:flex;width:5.06214375rem;height:5.06214375rem;top:86.225125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #tkQ2hC83xUNeCbkavb023nGp6bkBXF6f { width:19.437125rem;height:1.625rem;top:83.35136875rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrKku3AvbWyxKwgelAmOVrTX6s09Wm9T { width:19.437125rem;height:1.625rem;top:59.23383125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b79Su0t0Vs7sP2Wdd2IqBNWRTZvyt274 { width:19.437125rem;height:1.625rem;top:68.41884375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKOVLKFgJlbeCQA16RfhK1pJmLSCvEc1 { width:19.437125rem;height:1.625rem;top:71.2926rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUmHN2J8HvVk6Mbd6ibiGzyrkT9DQQEo { width:19.437125rem;height:1.625rem;top:80.4776125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #go8s4Dz8XZV5cXtWmXizVkvppfLV1L6f { width:19.437125rem;height:1.625rem;top:56.360075rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVn4PVKmLVy9Oq0LpW5F81AC3l7MZlk6 { display:flex;width:5.06214375rem;height:5.06214375rem;top:50.04881875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #iplpLTcxm4STyW5KBfWRrfnI7g9DPGbL { display:flex;width:5.06214375rem;height:5.06214375rem;top:74.16635625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #SAa8fFJLv8t0Jt31cPXpbr1k1BJBZamp { display:flex;width:5.06214375rem;height:5.06214375rem;top:62.1075875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG { display:none; }#Q6Kd6aPqzaTZxNyiWXgdRPs3sATseQDG > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .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; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:9.9375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #wFyQ6VfwLrRG18vgQwkDV6Oh7DdBMuED { width:20rem;height:0;top:7.70964375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvERunBTpTfKCk8lfgu4VOPLDLsvnTww { width:16.25rem;height:3.8125rem;top:15.39714375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd2ere3wK1drQSGp9ehm4RZ6pgirNQK { display:block; }
 }@media only screen and (max-width: 763px) { #bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL { display:none; }#bIVbyHf4T2h0NcUy3cH2bNtLf8RsUvaL > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxME1KEDlNDdsTcftpOHWZeSw3kF2CCM { width:18.5625rem;height:4.225rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNiIw05VKffbeUPvNL1pxSCTOeU0cSPI { width:8.25rem;height:0.375rem;top:6.7249625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7oCKwWylVNZnQ35WV9hzaeXTZt6a9X { width:20rem;height:8.2875rem;top:39.6624625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb97m1Nw2BGUwd0dwUIVbxyJaCugNOfz { width:14rem;height:9.3125rem;top:13.8499625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwShc78JzT4uuEki8MguvcDa3cShISc1 { width:12.9375rem;height:8.5rem;top:29.9124625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82pbPGccDLZAlTmGQGxJsmDkrrdvfhb { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #ISHikpotfswwtluAUBq9UEvNORTTBcdk { width:4.25rem;height:4.25rem;top:8.3499625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxkkgHtHrqkFQBE3RuJZFH9WofFAurZK { width:4.25rem;height:4.25rem;top:24.4124625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNcuc9yGAtkMUSrtNOsf0uJDPqIEGDD { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSSWqhWbLhprWf6sHqtNsFbP0eCcPfAR { width:3rem;height:3rem;top:24.97511508789rem;left:8.5623416900638rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqbotQUEXFAT5FWJ3W4wkDHPW1wtiy8 { width:2.9375rem;height:2.9375rem;top:9.16197421875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TpQBil135PW9tgIeJqo3BrB6Np6UBlA4 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs { display:none; }#GX9NPMZpJk4sNOkvLOyteGxLq2JHyVcs > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cT2TH7ROASF5mOTKiyQEmzeRyntMU5Md { width:8.25rem;height:0.375rem;top:6.7249625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sliU2h1etfokb0UEnrIGBQlCq01XwriF { width:20rem;height:8.2875rem;top:8.3499625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSHKJCcpsWUcJcPCvsfxi5BCdoSkoZXq { width:14rem;height:9.3125rem;top:23.3874rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQG9U5Iup6ORyw9GG5yLl3cCrAMlsVXM { width:12.9375rem;height:8.5rem;top:39.4499rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0eQhrTi7OgapTIUg5KdheV5qbSSfeH7 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #e3BEOgzNTQkXFSOkDhPvpKrRDtoVxbVu { width:4.25rem;height:4.25rem;top:17.8874rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTzbcmmc2tOVTWHzI0NT4trfPnwA9Mt { width:4.25rem;height:4.25rem;top:33.9499rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0Hds0mHWJg915BTPCws8STlaJLWxpX { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlBqvK46vlc2noBGngaNFgz044xDW9uf { width:3rem;height:3rem;top:34.51256784668rem;left:8.5623435974125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1s9urdANPQTFGtxh6X0lhcFmk8HOspX { width:2.9375rem;height:2.9375rem;top:18.70022043457rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3tXA8HgTrtAoqe2EvZAJ9J7nJO4UfDy { width:18.5625rem;height:4.225rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:8.5625rem;height:1.95rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { width:9.75rem;height:1.625rem;top:7.574575rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:8.5625rem;height:1.95rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { width:9.75rem;height:1.625rem;top:7.574575rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:5.2rem;top:10.449575rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:8.5625rem;height:1.95rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { width:9.75rem;height:1.625rem;top:7.574575rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:5.2rem;top:10.449575rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:8.5625rem;height:1.95rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { width:9.75rem;height:1.625rem;top:7.574575rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:5.2rem;top:10.449575rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { width:8.5625rem;height:1.95rem;top:4.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXp9lf9pdSwbaVtK41cSU6TDl4xGA73t { width:9.75rem;height:1.625rem;top:7.574575rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBhhqyD28y5lDdTw7wmpSrUiAv7Bb4OT { width:18.8125rem;height:5.2rem;top:10.449575rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQNTvlodusdTFt5UfqtctAanABRDsvWb { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:5.09943125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:5.2rem;top:6.72443125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:87.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:25.3125rem;top:8.2180375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { width:20rem;height:25.3125rem;top:34.7805375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { width:20rem;height:25.3125rem;top:61.3430375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { width:5.4375rem;height:5.4375rem;top:36.444844140625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { width:3.3125rem;height:1.4625rem;top:62.255284204102rem;left:-1.624839782715rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { width:20rem;height:1.38125rem;top:35.856144799805rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { width:20rem;height:3.16875rem;top:39.71820534668rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { width:20rem;height:1.38125rem;top:38.031010522461rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { width:17.3125rem;height:9.725rem;top:45.030705346679rem;left:1.6256332397463rem;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:3.25rem;top:3.7180375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { width:17.1875rem;height:6.8125rem;top:18.5305375rem;left:2.5086803436279rem;font-size:1rem;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { width:20rem;height:1.21875rem;top:62.545689477538rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { width:20rem;height:3.25rem;top:65.576771630862rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { width:17.125rem;height:6.8125rem;top:71.686314477537rem;left:2.875rem;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:55.643071069336rem;left:4.312660217285rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.53125rem;height:2.90625rem;top:26.687092675781rem;left:3.320707321167rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.46875rem;height:2.84375rem;top:79.557988061525rem;left:4.4065666198731rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.6rem;top:3.96218125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { width:8.25rem;height:0.375rem;top:7.8116125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:20rem;height:5.2rem;top:9.4366125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:21.25rem;left:0.8125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:17.4875rem;top:20.323709912109rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:26.5rem;top:15.8863625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:20rem;height:2.4375rem;top:17.186075634766rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }