.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:#03032f;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#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; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:23.0625rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;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.21875rem;left:29.75rem;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;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.21875rem;left:43.125rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:#46e9b1;background-image:none;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:#060645;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;overflow:hidden;position:absolute;width:8.6875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.09375rem;left:51.3125rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.8125rem;top:0.5625rem;left:0rem;overflow:hidden;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;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.21875rem;left:36.4375rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sON1ozZlW6T11Gi3CprVIpE2SSdDiAEN { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;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.21875rem;left:16.375rem;display:block; }
#ATsyT421u8k93bfizMFltu7waI93rk4X { 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:rgba(6,6,69,0.75);background-image:url("https://images.assets-landingi.com/o9QgZE9O/baner_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:59.5rem;position:absolute;font-family:rubik;font-size:5.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:13.6484375rem;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; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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:11.875rem;width:0.375rem;top:21rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:#46e9b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#060645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;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:15006;text-align:center;text-align-last:center;top:35.4375rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3J9vcHnqmpvRW91GxsD3R18GIkfVJms { color:#e8f7ff;display:block;width:58.6235rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.561199188233rem;left:1.3755588531494rem;height:1.68805625rem;font-style:normal;display:block; }
#ya67eugpscg9mFwvRtM2rx8SdwzWWEPM { color:#e8f7ff;display:block;width:58.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:27rem;left:1.375rem;height:1.875rem;font-style:normal;display:block; }
#hPxiTr9VDAO4k5QIL6FeIL4imbZl0y4T { color:#e8f7ff;display:block;width:58.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:21.6875rem;left:1.375rem;height:1.875rem;font-style:normal;display:block; }
#uNXL7C6REEQzNb1Qw9sphTmgJqS717Le { color:#e8f7ff;display:block;width:58.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:28.6875rem;left:1.375rem;height:2.0244125rem;font-style:normal;display:block; }
#gRkbJiURU8W3KypZloTvzW9SqvqLKrud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container { background-color: transparent; background-image: none; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container > .video-iframe-container { display: none; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row > .video-iframe-container { display: none; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .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); }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container { border-width: 0; border-radius: 0; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#ivSoTmZKLovEmQOcR3XWBEa7EmX2sw9w { color:#060645;display:block;width:59.0625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5rem;left:0.9375rem;height:2.62555625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qdrbgONTVyI9H4qmCVZJSIKOJraKeByI { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.1875rem;left:25.875rem;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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:13.8125rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:20.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#060645;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:1.3125rem;left:47.5rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;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:5rem;width:5rem;top:1.3125rem;left:27.5rem;overflow:hidden;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:5rem;width:5rem;top:1.3125rem;left:7.5rem;overflow:hidden;display:block; }
#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container { background-color: transparent; background-image: none; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container > .video-iframe-container { display: none; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row > .video-iframe-container { display: none; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .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); }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container { border-width: 0; border-radius: 0; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#lO146Men9EKcrzdH0XICd2JAzRW4Pwge { color:#060645;display:block;width:59.0625rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0.4375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgTwH32pkUTBzfwQAtlLdm6BboITDBaC { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.6875rem;left:25.875rem;display:block; }
#Ss3s7leaQortHuKCVTawN9zursv21Zcy { position:relative;display:block; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy { background-color: transparent; background-image: none; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row .container > .video-iframe-container { display: none; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row > .video-iframe-container { display: none; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .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); }#Ss3s7leaQortHuKCVTawN9zursv21Zcy { border-width: 0; border-radius: 0; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .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; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#CRr8WPF0AUuvZb1L0dRN1xyGU5W4dkD8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.5rem;top:2.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#U2fLstWomN2MBpTqeHcMTNuDTAD7cVVD { position:absolute;display:block;z-index:14999;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:0.8125rem;display:block; }
#L9gklpKOiQUAm26qXZm7neM5S7APJ5FC { color:#000000;display:block;width:14.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.875rem;left:4.3125rem;height:3rem;display:block; }
#G6J3C0ZRnLkWdt3CKxq1d0DFobUrPzif { color:#000000;display:block;width:14.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:24.3125rem;height:3rem;display:block; }
#wEiyg2wMrpwT9szbG5u6bXSoT5X1qHUD { position:absolute;display:block;z-index:15005;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:20.8125rem;display:block; }
#JD6pf2MnqG4PXEN53RmfVXhoC8zeM3Bo { 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:1.125rem;width:1.5rem;top:2.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#mHeTFul4GaqnTo8T1pEmtHBgXm989sD1 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:44.3125rem;height:3rem;display:block; }
#OqAoQQul3vyKNm2NwT1ThdwwOa0zhkZa { position:absolute;display:block;z-index:15008;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:40.8125rem;display:block; }
#mJuXBHifzfI0cCgPXbSMW7uvwIBeLVGP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.5rem;top:2.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV { position:relative;display:block; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV { background-color: transparent; background-image: none; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row .container > .video-iframe-container { display: none; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row > .video-iframe-container { display: none; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .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); }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV { border-width: 0; border-radius: 0; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .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; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#bxGRzmCEk2asOLQAJvAx38PR7yip738A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.5rem;top:2.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#EAePCFzDvRRQDasgUuv6FZSFBuFlGr9W { position:absolute;display:block;z-index:14999;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:0.8125rem;display:block; }
#piTcGerSsGI906VJKqt6RcTmfJerLaMQ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.875rem;left:4.3125rem;height:2.62528125rem;display:block; }
#fgeiMMvo38n9q1KMLsBZ5iBQLA8sR9lK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:24.3125rem;height:2.62528125rem;display:block; }
#M6uTs1tlgfyg6uZf2dfF5K2Hh4BgW5Q4 { position:absolute;display:block;z-index:15005;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:20.8125rem;display:block; }
#tfEhZc9rnRZcIeF0fUXFGyaG545f8uv9 { 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:1.125rem;width:1.5rem;top:2.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#x3Kd2gVMmK8E8tV26PCTy79k3hXml8UL { color:#000000;display:block;width:14.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:44.3125rem;height:3rem;display:block; }
#K03Sf0G3C6K96iMEGMOM59Idtmsxd8hf { position:absolute;display:block;z-index:15008;background-color:#46e9b1;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:3rem;width:3rem;top:1.875rem;left:40.8125rem;display:block; }
#OWHQnDf0Zkna6xeOu7hrlXUbCkK9saux { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.5rem;top:2.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA { position:relative;display:block; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA { background-color: transparent; background-image: none; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row .container > .video-iframe-container { display: none; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row > .video-iframe-container { display: none; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .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); }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA { border-width: 0; border-radius: 0; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .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; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iiEkEQCAmt4GEtJsUQh2zUO3dRelme5G { color:#060645;display:block;width:59.0625rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.4121125rem;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; }
#NNHUGPf1VTDRqtCGEv85bRFTXerS4RZg { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.4375rem;left:0rem;display:block; }
#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container { background-color: transparent; background-image: none; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container > .video-iframe-container { display: none; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row > .video-iframe-container { display: none; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .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); }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container { border-width: 0; border-radius: 0; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#BPzhliB1V6eeKc9UczHL3VtN8Znd9Z5T { position:absolute;display:block;z-index:15008;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.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12rem;width:56.5rem;top:0.6875rem;left:1.75rem;display:block; }
#GTJ9FDT5zLGiwo4IzpTOGXA62FJ7EioK { color:#000000;display:block;width:53.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:2.6875rem;left:3.625rem;height:8.75rem;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#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:36rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.4121125rem;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; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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:8.375rem;left:0rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:0rem;height:22.5rem;font-style:normal;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:11.75rem;width:17.5625rem;top:5.875rem;left:34.375rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:10.875rem;width:16.4375rem;top:15.125rem;left:43.5625rem;overflow:hidden;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #26a779);background-image: -moz-linear-gradient(339deg, #46e9b1, #26a779);background-image: -ms-linear-gradient(339deg, #46e9b1, #26a779);background-image: -o-linear-gradient(339deg, #46e9b1, #26a779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );";background-image: linear-gradient(339deg, #46e9b1, #26a779);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:9.375rem;left:30.8125rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #46e9b1, #26a779);background-image: -moz-linear-gradient(180deg, #46e9b1, #26a779);background-image: -ms-linear-gradient(180deg, #46e9b1, #26a779);background-image: -o-linear-gradient(180deg, #46e9b1, #26a779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );";background-image: linear-gradient(180deg, #46e9b1, #26a779);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:7.3125rem;left:25.75rem;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #46e9b1, #26a779);background-image: -moz-linear-gradient(180deg, #46e9b1, #26a779);background-image: -ms-linear-gradient(180deg, #46e9b1, #26a779);background-image: -o-linear-gradient(180deg, #46e9b1, #26a779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );";background-image: linear-gradient(180deg, #46e9b1, #26a779);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.9375rem;left:36.625rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #26a779);background-image: -moz-linear-gradient(339deg, #46e9b1, #26a779);background-image: -ms-linear-gradient(339deg, #46e9b1, #26a779);background-image: -o-linear-gradient(339deg, #46e9b1, #26a779);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#26a779' );";background-image: linear-gradient(339deg, #46e9b1, #26a779);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:21rem;left:39.75rem;display:block; }
#IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { 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:19.5rem;left:37.3125rem;overflow:hidden;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { 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:7.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn { position:relative;display:block; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn { background-color: transparent; background-image: none; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row .container > .video-iframe-container { display: none; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row > .video-iframe-container { display: none; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .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); }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn { border-width: 0; border-radius: 0; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .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; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;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; }#hmH2OtPpb2cWw6k2l256E4d51XZDR9g2 { color:#060645;display:block;width:59.0625rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.4121125rem;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; }
#wM8nGRaAKcySDxONPxxBwTfP5JLShVsT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.3125rem;left:0rem;display:block; }
#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container { background-color: transparent; background-image: none; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container > .video-iframe-container { display: none; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row > .video-iframe-container { display: none; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .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); }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container { border-width: 0; border-radius: 0; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#fpQBrZWg3eVxuJuxOJXV6CbGAtbbTr31 { position:absolute;display:block;z-index:15008;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.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.3125rem;width:56.5rem;top:1rem;left:1.75rem;display:block; }
#Tes4049oZIT57tIBJrIAxDPq6uQRAvR8 { color:#060645;display:block;width:52.875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XCRgKMlZUFdCyp3Gv227wP8OHGhi1r8T { color:#000000;display:block;width:53.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:6.0625rem;left:3.625rem;height:10.5rem;display:block; }
#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC { position:relative;display:block; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC { background-color: transparent; background-image: none; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row .container > .video-iframe-container { display: none; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row > .video-iframe-container { display: none; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .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); }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC { border-width: 0; border-radius: 0; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .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; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;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; }#RSkRhUupnemWUW3ZJKanHhnGoUrJ5wAq { position:absolute;display:block;z-index:15014;background-color:#20209b;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.0625rem;width:27.9375rem;top:1.25rem;left:1.0625rem;display:block; }
#v8M4RBh0pCK0KZEtwTguJcA9X84XDlUC { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XIvSOhNLpsmxkzmdHXGScb4qfme930TF { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:6.0625rem;left:2.75rem;height:17.316375rem;display:block; }
#MdTklaAMv7OXgwizarnHHkwOu6bCDw3C { position:absolute;display:block;z-index:15011;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.375rem;width:27.9375rem;top:1.25rem;left:31.0625rem;display:block; }
#iSGdlTWETbh1QulQHd7CHiXR95N3zOhu { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.5625rem;left:32.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wPNyuMKg6AftbT7GIKltnevkU46NsTRq { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:8.0625rem;left:32.9375rem;height:22.0390625rem;display:block; }
#mDBFakwumO2WCclao9lmGZCahevI4wWt { position:relative;display:block; }#mDBFakwumO2WCclao9lmGZCahevI4wWt { background-color: transparent; background-image: none; }#mDBFakwumO2WCclao9lmGZCahevI4wWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row .container > .video-iframe-container { display: none; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row > .video-iframe-container { display: none; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .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); }#mDBFakwumO2WCclao9lmGZCahevI4wWt { border-width: 0; border-radius: 0; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .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; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hrq0OAg67BOMoRcsOngVzcMZUKCMAUon { position:absolute;display:block;z-index:15008;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.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.6875rem;width:27.9375rem;top:0.8125rem;left:1rem;display:block; }
#dTK6dzc2BRPTsbLqn1ivTHWwC3eleOrn { color:#060645;display:block;width:25.3125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5625rem;left:2.375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qkn8Kvxrygvg2MZTTka5JSDy27wB4cXd { color:#000000;display:block;width:24.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:7.8125rem;left:2.375rem;height:22.0390625rem;display:block; }
#xmoRUhJzU0Qs2y4tmN102ZoZkTTSrw4o { position:absolute;display:block;z-index:15014;background-color:#060645;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.0625rem;width:27.9375rem;top:0.8125rem;left:31.0625rem;display:block; }
#w4AGZJ85cswxhlsFb2U9vctVrXdyIKLM { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:6.5rem;left:33.1875rem;height:15.7421875rem;display:block; }
#bW4BdOGuKyL31OTKavyIdfRXum8g8lNx { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2rem;left:33.1875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container { background-color: transparent; background-image: none; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container > .video-iframe-container { display: none; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row > .video-iframe-container { display: none; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .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); }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container { border-width: 0; border-radius: 0; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFN9p24KINc9Alm90XFBS5IFDHZ1kWXu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.25rem;left:0rem;display:block; }
#vTQAfE5ZJQwMMKwzrSgaLNpfqoflVzMQ { color:#ededed;display:block;width:57.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:1.375rem;height:9.597625rem;display:block; }
#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container { background-color: transparent; background-image: none; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container > .video-iframe-container { display: none; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row > .video-iframe-container { display: none; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .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); }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container { border-width: 0; border-radius: 0; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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:0.5625rem;left:0rem;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:15.625rem;width:15.625rem;top:4.5625rem;left:41.4375rem;overflow:hidden;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #46e9b1, rgba(70,233,177,0.53));background-image: -moz-linear-gradient(180deg, #46e9b1, rgba(70,233,177,0.53));background-image: -ms-linear-gradient(180deg, #46e9b1, rgba(70,233,177,0.53));background-image: -o-linear-gradient(180deg, #46e9b1, rgba(70,233,177,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#8746e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#8746e9b1' );";background-image: linear-gradient(180deg, #46e9b1, rgba(70,233,177,0.53));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:16.0625rem;width:16.0625rem;top:4.375rem;left:41.1875rem;display:block; }
#z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #060645, #020235);background-image: -moz-linear-gradient(180deg, #060645, #020235);background-image: -ms-linear-gradient(180deg, #060645, #020235);background-image: -o-linear-gradient(180deg, #060645, #020235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060645', endColorstr='#020235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060645', endColorstr='#020235' );";background-image: linear-gradient(180deg, #060645, #020235);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:22.0625rem;width:58.125rem;top:1.375rem;left:0.9375rem;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#46e9b1;display:block;width:19.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:36.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:5.375rem;left:2.5625rem;height:17.5957375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container { background-color: transparent; background-image: none; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container > .video-iframe-container { display: none; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row > .video-iframe-container { display: none; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .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); }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container { border-width: 0; border-radius: 0; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#HbDJk5r4rwGpZbgrs590CHISndATBh4k { color:#060645;display:block;width:35.8125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;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; }
#TT397eNgMgOcuK4fp8r8k7gBIqCf3pvD { color:#060645;display:block;width:23rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#G4UZNDf7msXGgd6Zp3EZO5m9ecfzVN3L { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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:7.8125rem;left:0rem;display:block; }
#RqmoWRs3p56kI8sQ6XbTHTGZwrNhynuh { color:#000000;display:block;width:58.7490625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.4912586212156rem;left:0.62314033508301rem;height:4.7988375rem;font-style:normal;display:block; }
#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b { position:relative;display:block; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b { background-color: transparent; background-image: none; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row .container > .video-iframe-container { display: none; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row > .video-iframe-container { display: none; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .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); }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b { border-width: 0; border-radius: 0; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .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; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;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; }#lJTNGqf1sqq9GXKfIyWUo0LivuzsWGV7 { color:#060645;display:block;width:58.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0.625rem;height:6rem;font-style:normal;display:block; }
#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu { position:relative;display:block; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu { background-color: transparent; background-image: none; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row .container > .video-iframe-container { display: none; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row > .video-iframe-container { display: none; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .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); }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu { border-width: 0; border-radius: 0; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .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; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#apWoKrgDV548roTIwrOVPanJcBpqJsGH { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#eEBpv78roIQmQPsC40D7S8pTL3mTiRwd { position:absolute;display:block;z-index:14999;background-color:#46e9b1;background-image:none;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:40.25rem;width:0.375rem;top:3.5rem;left:0.75rem;display:block; }
#lKMiR81pkum3zKZnqdy3xLSoxP4Chnu9 { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.625rem;height:1.95rem;font-style:normal;display:block; }
#TamF4OtPPsPVLCQPOlay7CcgetMzPay0 { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.4375rem;left:22.25rem;height:1.5rem;font-style:normal;display:block; }
#TB4HgznKBVpdZNah1sTqrN3bbcSZIA7y { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 { position:relative;display:block; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 { background-color: transparent; background-image: none; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row .container > .video-iframe-container { display: none; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row > .video-iframe-container { display: none; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .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); }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 { border-width: 0; border-radius: 0; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .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; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .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:5.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; }#TSPCD9qSvRxyuTt0N5sDG30HetMrnPI6 { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#TxZgT9yxuvghRWbiXz9SlElTskPFt2NZ { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#R79nafrNztw2QImEmcv8qWU7uGqOgLvc { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#JGcDPT5RRrF4PzqN7I3mAm7MbkAaNSRm { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP { position:relative;display:block; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP { background-color: transparent; background-image: none; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row .container > .video-iframe-container { display: none; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row > .video-iframe-container { display: none; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .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); }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP { border-width: 0; border-radius: 0; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .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; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .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:5.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; }#dOplVkSHW1Q3ltFcxSu95W4SVMsAKrpl { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#TlQEI2dCdi4ZusQNZDPd8TNCHinWMbd3 { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#erRT4zd4CJo9rUikgTr8pJvPQBtdAcWz { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#hzsoaIepKJiBLfbbwS4pHATPDdzI9TaS { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO { position:relative;display:block; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO { background-color: transparent; background-image: none; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row .container > .video-iframe-container { display: none; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row > .video-iframe-container { display: none; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .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); }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO { border-width: 0; border-radius: 0; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .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; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .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:5.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; }#hsf5hiH7nSWi5VCylKhO0B0HtIBbFu5O { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#aHWIcLyppzTwFtRiHt5VpiTilE0ExbdG { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#v9ZzowHJryipkIapaOTvxeZIy1OVUKfq { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#fM9S6LmDksvR2DI5woKqSFE7FvH6yuwh { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG { position:relative;display:block; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG { background-color: transparent; background-image: none; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row .container > .video-iframe-container { display: none; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row > .video-iframe-container { display: none; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .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); }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG { border-width: 0; border-radius: 0; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .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; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .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:5.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; }#eChg7QJkqmNAEdsmLDMNtN5tHzmSabqN { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#n4HpIuaaQV6zgp4qWmW6fROJqOKmpTy1 { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#J3b0PfAn33w4aksoiTN462wOTQumEyvO { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#XWBGTXd4gRMKkL5EHqrqXbVXFclLQQ5r { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv { position:relative;display:block; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv { background-color: transparent; background-image: none; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row .container > .video-iframe-container { display: none; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row > .video-iframe-container { display: none; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .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); }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv { border-width: 0; border-radius: 0; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .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; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .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:5.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; }#bTQlNCg6gRJTX8z144CZU5ZrH9bHRFgz { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#qaZPWRGeFrsM5WEyW5auAogwdFrZzeWg { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#myeO9kCzIIheRUnD9755rB2sEfioPWr4 { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#mlQaT6IJI2bxWv7clHxOfarO4xEw6uPq { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf { position:relative;display:block; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf { background-color: transparent; background-image: none; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row .container > .video-iframe-container { display: none; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row > .video-iframe-container { display: none; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .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); }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf { border-width: 0; border-radius: 0; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .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; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .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:5.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; }#PPZJpWeMeSXUmBmopo2EdmpytP4QtqQB { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#QBSbCXrixmdX9KMUIbc4ohtxXs72iXMn { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#JLLHTAyT0udMicKoSiyQc7Nqfe9NhyZm { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#ewspvGmFFvUayRIowrV59kBuVtEcTU8K { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H { position:relative;display:block; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H { background-color: transparent; background-image: none; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row .container > .video-iframe-container { display: none; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row > .video-iframe-container { display: none; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .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); }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H { border-width: 0; border-radius: 0; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .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; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .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:5.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; }#L0h1qBovJSuSheAnLnNrQMezVsrhJz3H { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#E2kf3UL2q1xo3D4IndMwrNDQTRJBrXAO { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#RUDKD5B0Hz4R1Sbu8qS55KvSpRVvFi64 { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#fNI4s8Li2F1HAFQUzF4w188M8g1VnoUT { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 { position:relative;display:none; }#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 { border-width: 0; border-radius: 0; }#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 > .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; }#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CwNLhfAbf9JHA5LBd6A1BaHT3O9hJtSB { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#lSrZx5cmNIM22vUCRTmGt5vtPauS3FFg { position:absolute;display:block;z-index:14999;background-color:#46e9b1;background-image:none;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:40.25rem;width:0.375rem;top:3.5rem;left:0.75rem;display:block; }
#weMNyNTBy4R2w2nVQNmSZGouSpHrP8dd { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.625rem;height:1.95rem;font-style:normal;display:block; }
#AguDmt4PJltftrW24AgVMei466IXSEzp { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.4375rem;left:22.25rem;height:1.49925625rem;font-style:normal;display:block; }
#AAT7TQEQQTBHlbkIephTX30qAHBy10rS { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40.75rem;height:1.29929375rem;font-style:normal;display:block; }
#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 { position:relative;display:none; }#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 { border-width: 0; border-radius: 0; }#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 > .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; }#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 > .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:5.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:none; }#bwbg9wcgR1RWQwHtwVNgbryZubx6Glly { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#ULdkncepDJTlxS4msOKs6RP7PTtCWUAX { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#VUTeL6TRcyw783cb3C60tl7Tycc1RSxo { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.3rem;font-style:normal;display:block; }
#A4UiMMvX5b3eRriclwkvFMTHIoBEVt7m { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq { position:relative;display:none; }#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq { border-width: 0; border-radius: 0; }#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq > .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; }#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq > .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:5.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:none; }#eWNRGSUpDnDx16BneSJXo6ZpaTAUsIh2 { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#U58f3HHof2NGJg61i6ZvyQri6xCD2Q4n { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#To3LRD9GbtbGPlUPqf1E4Kaw1qi5ZToO { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.3rem;font-style:normal;display:block; }
#fUweHVmiATQk4NX4rMMP3QDCIA80SHK9 { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD { position:relative;display:none; }#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD { border-width: 0; border-radius: 0; }#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD > .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; }#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD > .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:5.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:none; }#i3cpiGco2eD8RuOf7OmU9sG1TahBwzVT { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.94940625rem;font-style:normal;display:block; }
#llrr3ucAUHZ7IWm9BZ0sqKPoDVMzy408 { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#XSGsipgWmfpPUxxGb1br8qNRrJzaSsgZ { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#T3VnuD65FNQMCX9GzVMEEL2igyDe0AeW { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb { position:relative;display:none; }#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb { border-width: 0; border-radius: 0; }#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb > .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; }#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb > .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:5.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:none; }#FJyWZIIU5T8kiXChUHlTXgFDJQkiwM9v { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#hUVh46DldZ1zhVbN9P0E4ERFuplbEZga { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#lH7G1cWioR4ghI5HoPXI32QUTmVqFsC7 { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#WcTBszgfhZBhTJplKCcuIH3n7zzTxEkt { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A { position:relative;display:none; }#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A { border-width: 0; border-radius: 0; }#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A > .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; }#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A > .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:5.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:none; }#DuIeRNsQsKncZRbDXOTukbFleAFZUynu { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.95rem;font-style:normal;display:block; }
#ATkgPG9qllThoBJLtWMoPBUF8cgbLxpv { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#OGUpawmvrrTmQJutWIAXxpN1nRUsZsBa { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.3rem;font-style:normal;display:block; }
#gVtET2DlCik3cbHxBlGzvBqdgaKTOcs5 { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ { position:relative;display:none; }#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ { border-width: 0; border-radius: 0; }#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ > .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; }#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ > .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:5.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:none; }#cSq7msrXFFMIyOt1sxTbvGVLlcZmtMr1 { color:#060645;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5625rem;height:1.94940625rem;font-style:normal;display:block; }
#LyUpshpsSw6Fn9eZDLWHKtCKaAN7TxwS { color:#060645;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.40625rem;left:22.1875rem;height:1.5rem;font-style:normal;display:block; }
#K13FT1vbreiDpybt8BvcO7wKBiR8Pm0C { color:#060645;display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.53125rem;left:40.75rem;height:1.29980625rem;font-style:normal;display:block; }
#CO38KQPdcqXIS3UTwTeS17uToQrQC9K9 { position:absolute;display:block;z-index:15040;background-color:#46e9b1;background-image:none;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:0rem;display:block; }
#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container { background-color: transparent; background-image: none; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container > .video-iframe-container { display: none; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row > .video-iframe-container { display: none; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .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); }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container { border-width: 0; border-radius: 0; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#PgsTg9p18rhusVCkowtMfHZAAQboQLPr { color:#ededed;display:block;width:24.8125rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:9.75rem;height:3.0869125rem;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; }
#i26H6uTBkCEtLbDUPHP3cTrFxwFBbtOv { color:#ededed;display:block;width:37.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:9.75rem;height:1.29980625rem;display:block; }
#eqsJHvGL56nkUkm3olDKPXuZ6u3oyyiG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:3.5rem;left:0.9375rem;overflow:hidden;display:block; }
#C7TtH5MWwsaD4p4SUFHWTLhyNuc4GBOD { background-color:#46e9b1;background-image:none;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:#060645;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:15008;text-align:center;text-align-last:center;top:6.1875rem;left:46.5rem;display:block; }
#Tbz7tR9LbC7zSg5NwVBtuNz7iMetJA6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container { background-color: transparent; background-image: none; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container > .video-iframe-container { display: none; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row > .video-iframe-container { display: none; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .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); }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container { border-width: 0; border-radius: 0; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#JfkNAm7SprVzke5LqxZrlnx1muTh43Ud { color:#060645;display:block;width:23rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.4121125rem;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; }
#XKFhKnqEF2xcoS4iy2ampcBzb0V5DWsA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.875rem;left:0rem;display:block; }
#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh { position:relative;display:block; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh { background-color: transparent; background-image: none; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row .container > .video-iframe-container { display: none; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row > .video-iframe-container { display: none; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .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); }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh { border-width: 0; border-radius: 0; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .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; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:142.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ehg1m6sArZn6dc4NoTV86gGhSu1F4ThK { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.75rem;height:1.4619125rem;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; }
#GiInwQTTlZlM47QFExikVqT8ytVeMxMD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:67.4375rem;left:0.9375rem;display:block; }
#kvcVasir8611md0ermRoL5HhG2M6Te9C { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.25rem;height:62.886875rem;display:block; }#kvcVasir8611md0ermRoL5HhG2M6Te9C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kvcVasir8611md0ermRoL5HhG2M6Te9C li:before{  }
#G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:70.1875rem;left:1.25rem;height:36.003875rem;display:block; }#G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I li:before{  }
#fT4A0Xm0TSqkTfr8QsQndTm7vuGc1bvZ { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:68.1875rem;left:0.75rem;height:1.4619125rem;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; }
#vTyv1KCDgTOeR7RBdqvyUl7RibZkrdMP { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:106.8125rem;left:0.9375rem;display:block; }
#dw8HcBGeW5ikkozSRs8pUPanSye9bFh9 { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.5625rem;height:1.4619125rem;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; }
#fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:44.8984375rem;display:block; }#fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi li:before{  }
#s4Knn6bNqco88GLl1bBNUIw6PfAipo0Q { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:49.6875rem;left:30.9375rem;display:block; }
#VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:53.0625rem;left:31.375rem;height:21rem;display:block; }#VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 li:before{  }
#Dhq9EOtelJ7XQno0Nk5vg5KKouUxur74 { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.75rem;left:30.5625rem;height:1.4619125rem;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; }
#sk5CKXipxtAZsPCcUaho9JHcnXAqvEKO { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:140rem;left:0.9375rem;display:block; }
#qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:109.5rem;left:1.375rem;height:;display:block; }#qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn li:before{  }
#ZDLSSHDWh1CZylibUnrQmpXGruoIyWG3 { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:107.625rem;left:0.5625rem;height:1.4619125rem;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; }
#Pw1PG2PaTT77lQP9mvhyUDLQHDmQTmul { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:89.75rem;left:30.9375rem;display:block; }
#rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:80.25rem;left:30.9375rem;height:8.3828125rem;display:block; }#rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe li:before{  }
#pWg2c6BvJplmQrGEIVeB0CTUpDpfHAkB { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:76.625rem;left:30.5625rem;height:2.923825rem;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; }
#vpaz7iwcVtfVuyqwZhaiwdyFXJeIQsm5 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:75.25rem;left:30.9375rem;display:block; }
#x5d72MsfmqTHbaxbDIC5fTS8WiKhTp6y { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:106.0625rem;left:30.9375rem;display:block; }
#fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:93.4375rem;left:30.9375rem;height:11.28125rem;display:block; }#fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v li:before{  }
#NtLmub4ISndcPn1o5Uy5Rvtzn0Ccz30I { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:90.9375rem;left:30.75rem;height:1.4619125rem;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; }
#fuLOv90LMZNqC0HQV4Sl177CTtxd5R4e { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.125rem;top:131.3125rem;left:30.9375rem;display:block; }
#BhbSVvhO1eal64VhmyenHD0JQkSU64oR { color:#000000;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:111.6875rem;left:30.9375rem;height:18.214875rem;display:block; }#BhbSVvhO1eal64VhmyenHD0JQkSU64oR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BhbSVvhO1eal64VhmyenHD0JQkSU64oR li:before{  }
#nk2w2xmrcq5dD2dz80J721kTQWwQkJVL { color:#060645;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:107.6875rem;left:30.875rem;height:2.923825rem;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; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.125rem;left:25.875rem;display:block; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.6875rem;left:8.3125rem;height:1.5000375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2QHPiOS8suus1uTT67E84axhvrGx1MP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);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:36.0625rem;width:21.0625rem;top:10.75rem;left:28.8125rem;display:block; }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:#46e9b1;background-image:none;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:#060645;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:41.625rem;left:33.0625rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { color:#e8f7ff;display:block;width:15.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:21.75rem;left:31.5625rem;height:15.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
#undGpH3gJCZ2H2sW67HOwa357rRT1qLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #46e9b1;border-left:0.1875rem solid #46e9b1;border-right:0.1875rem solid #46e9b1;border-bottom:0.1875rem solid #46e9b1;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:#e8f7ff;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:39.5rem;left:14rem;display:block; }
#JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:29rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.5rem;left:10.375rem;height:3.90009375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:10.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1h54zmwDDcl2mE91DevJcWILy12nst6 { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:28.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS { color:#e8f7ff;display:block;width:15.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:21.75rem;left:12.5rem;height:15.59475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS li:before{  }
#JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(120deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(120deg, #0e245c, #0a204f);background-image: -o-linear-gradient(120deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(120deg, #0e245c, #0a204f);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:32.625rem;width:20.0625rem;top:11.8125rem;left:10.75rem;display:block; }
#lx3lefcEWLkkkwcn4Iphpcv9GuCu1C7Z { color:#ededed;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.5625rem;left:14.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pSqkJW6i0TePNfscm4s8Vh7PA1U4aGdh { color:#ededed;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5rem;left:33.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yXeMInix24RersTbuyBX60oz0Uf3hHy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container { background-color: transparent; background-image: none; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container > .video-iframe-container { display: none; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row > .video-iframe-container { display: none; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .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); }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container { border-width: 0; border-radius: 0; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#kN6blFhlFpc6HoUWPgpqvB0eIrKe2tmz { color:#060645;display:block;width:59.1875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.4121125rem;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; }
#JirSx970O2Rw3nn10080Dk5IsEUfl61V { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.875rem;left:0rem;display:block; }
#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD { position:relative;display:block; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD { background-color: transparent; background-image: none; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row .container > .video-iframe-container { display: none; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row > .video-iframe-container { display: none; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .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); }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD { border-width: 0; border-radius: 0; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .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; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ { color:#000000;display:block;width:57.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:3.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ li:before{  }
#NEbUkZ97FchzKKrdOQPuqMq3lMpGCyae { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#mt1EGfvyOWo75g8CivekStyTeE52Upg9 { position:relative;display:block; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 { background-color: transparent; background-image: none; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row .container > .video-iframe-container { display: none; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row > .video-iframe-container { display: none; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .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); }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 { border-width: 0; border-radius: 0; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .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; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bdg0CxSJaVoeF4a3xpltCfUGKUTHek8C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.75rem;left:0.6875rem;overflow:hidden;display:block; }
#KMNRgwXNvGten1TtBWo5yLz3xwDN3S8a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#zVw9omKgDGc1leA84fg47dieSUl0T61T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.9375rem;left:40.6875rem;overflow:hidden;display:block; }
#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq { position:relative;display:block; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq { background-color: transparent; background-image: none; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row .container > .video-iframe-container { display: none; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row > .video-iframe-container { display: none; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .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); }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq { border-width: 0; border-radius: 0; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .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; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z1kUyM9GUBfFw2dTK9gE9MnhTPhNqAsT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.75rem;left:0.6875rem;overflow:hidden;display:block; }
#d3xsyHZm7dRTPPQKn8F9E3hAww6VRiZJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#KIsqIO8ThVWw0NauMypaT5sWiWIDk7Ip { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.375rem;width:18.625rem;top:0.9375rem;left:40.6875rem;overflow:hidden;display:block; }
#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 { position:relative;display:block; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 { background-color: transparent; background-image: none; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row .container > .video-iframe-container { display: none; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row > .video-iframe-container { display: none; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .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); }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 { border-width: 0; border-radius: 0; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .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; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggUrKO2VeKHLrBlWMobLRnLC6ZFc8tyH { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.75rem;height:1.625rem;font-style:normal;display:block; }
#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container { background-color: transparent; background-image: none; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container > .video-iframe-container { display: none; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row > .video-iframe-container { display: none; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .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); }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container { border-width: 0; border-radius: 0; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#BElTVIIzDmV4sOo1u8MwS32Rulqv9POf { color:#060645;display:block;width:23rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.4121125rem;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; }
#LyNVB79NFru5AUzF0MPglJRgWv3crPTp { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.875rem;left:0rem;display:block; }
#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container { background-color: transparent; background-image: none; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container > .video-iframe-container { display: none; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row > .video-iframe-container { display: none; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .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); }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container { border-width: 0; border-radius: 0; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#TsKhlp1EqMw0MXSO5HXuHLCXR22THVW8 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#MRBWZmkhemhPppJJ1vnQW5GAlBSp2M15 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.3125rem;left:0rem;height:2.62528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9LdioWFSHc2hAISqiWTeAfHa94AcvGd { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XQCu1W4Rt5EKprv0xCtpBwNTofJ1pWDT { color:#000000;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#xHKZO8PZdLT2hDESAfMBGTZ4fWd7ZUrp { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.375rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oM1iOTet3PGVZXtEuw6MTLziPOTzaEA5 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#mlMTfWdUwXTD071zaW5bNfr1Bk7iisEN { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:27.125rem;left:0rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBxMNHZPTEbdUOn7KN9BwVrQEg0TiL2i { color:#000000;display:block;width:29.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#U6WeSNqpNPJp28x2C80cEfyxwJiOhMLG { color:#000000;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:30rem;height:1.4619125rem;font-style:normal;display:block; }
#WL2pidgT59JABDspLN3kdECoWgLuTlP1 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.3125rem;left:30rem;height:2.62528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7IeMyTmOsAuT30G6Qw646C0veFwvwhF { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:11.5rem;left:30rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2bcZ7Nbb9Kxhbu3btNUAuNUNLQlaPE4 { color:#000000;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.4375rem;left:30rem;height:1.4619125rem;font-style:normal;display:block; }
#BeZCvmHfke9EVMcBAahGxsalDUVwlsMz { color:#000000;display:block;width:29.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:19.375rem;left:30rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fim2D78DMbvBzFZiBUWoIXoTZ4vPMWV2 { color:#000000;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.3125rem;left:30rem;height:1.4619125rem;font-style:normal;display:block; }
#V0XTnmeBngiGckR3XHrlaGwIiBv82J1G { color:#000000;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.375rem;left:30rem;height:1.4619125rem;font-style:normal;display:block; }
#w6TIAkycCTCwprNMdAcZzR8p3CAPPn8E { color:#000000;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:27.125rem;left:30rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container { background-color: transparent; background-image: none; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container > .video-iframe-container { display: none; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row > .video-iframe-container { display: none; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .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); }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container { border-width: 0; border-radius: 0; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#Jp16TRMTB6yfJlftp8T52mO2g73T4X9x { color:#060645;display:block;width:30.0625rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mX9igvFCorvWkGHctpyOtPX4WdIZ7NnS { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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; }
#TbyB5aB4NwkKfHiLXEuA6X25JZwEcQhV { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:15rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#acMdUVy4d1KxpifMMvIiTRTXnTZG9d9e { color:#1a1a54;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-form-header {  }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#f4f4f4;width:21.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-textarea { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21.6875rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-select {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#46e9b1;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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.375rem;font-weight:700;color:#060645;width:21.6875rem;height:4.0625rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF [class*="-text"]:-moz-placeholder { color:#161616;font-family:comfortaa;font-size:0.875rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF [class*="-text"]::-moz-placeholder { color:#161616;font-family:comfortaa;font-size:0.875rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:comfortaa;font-size:0.875rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:comfortaa;font-size:0.875rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#f4f4f4;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .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; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .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:comfortaa;font-size:0.75rem;font-weight:300;color:#f4f4f4;overflow:hidden;font-style:normal;line-height:1.5; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-container:first-of-type{padding-top:0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-container:last-of-type{padding-bottom:0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.7490234375rem;top:7.3125rem;z-index:100015;position:absolute; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem;display:block;vertical-align:top; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF {display:block;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.7490234375rem;top:7.3125rem;z-index:15015;position:absolute; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #p1wgFuwPMzLT0cOCBuSqUTU3GwU3zCnv { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #u4PIECazOSuMmen7Dt1rvfH4gNZXcnMZ { position:relative;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #XPgdC8PadspfAG62LOOSzSlIw03RokH9 { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #c8Wwmt1vAKM2Qbl9KboWrEFg5Vfyh0Gw { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #MU1Tehwd569vmzZWQTvTKXKJ4KooPeOh { position:relative;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #V25aFTUzLGPCEzHBmcLFSEsT7CaO7pI0 { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #UqlCzZEXh5GmF02TltVkA58E0S6lGTTM { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #s7pI54ByZI2JI6HFUJTSKCG0J28oofrt { position:relative;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #b83lcgQhnbaDnR38IuPlG7DZ925y9JNv { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD .container-column{width:50%;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #dIa0bINFgnAnoGacVikIIBWcuAlHTt7m { position:relative;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #DrCMTD6EZI2VidHmIa4QqGayhGw27xna { position:relative;z-index:2; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #VvmugLUxTWO0UyUyaKkUIrTRRJ2iXF57 { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #PgTWwylIrpJInT6Mll7CDvdgNBd43z2g { position:relative;z-index:2; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #FUFhvF22rOVUvM0ERDubT0ThMfk9rFNg { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #pvm2TFQgRildQXVJfGlSsrTuBWbus87o { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Ud14ASHTImFvs7A3ZbRGFZCTnz6kLNTT { position:relative;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZHnbVx1r2lFmUMGJ0D93EH3sVQpXTWOM { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ngArEftsnwk8AxhlbkRVtTh2wTfDeE5C { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZoXI1SZJiTzMRQTXCCXhJ1tx4lEEq6fw { position:relative;z-index:2; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Wcrnpcs8IKRptIMn6TS0VwBcXNnvcWKX { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #qw2m5PtpSpmH6C6skealBB9s6dK3xhU1 { position:relative; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #m1ImFAXD28IGTp3efsHgukXKNwm5Sh0i { position:relative; }
#S8GuT58WxT1ZFPO4eP8G7pJLIviVqSUL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #060645, #0a204f);background-image: -moz-linear-gradient(345deg, #060645, #0a204f);background-image: -ms-linear-gradient(345deg, #060645, #0a204f);background-image: -o-linear-gradient(345deg, #060645, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060645', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060645', endColorstr='#0a204f' );";background-image: linear-gradient(345deg, #060645, #0a204f);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:43.3125rem;width:27.375rem;top:3rem;left:31.125rem;display:block; }
#PK7V6WP5nTBbNELHKNmbKC0iOf7epbd3 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:comfortaa;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; }
#qcGp8bJKfF5LK0pgUgo5f6pucW9MtJPh { color:#060645;display:block;width:25.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:22.03125rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FVWGashHxJc3622MJS7qffWlk2uPt7Gg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.375rem;top:25.875rem;left:1.1875rem;overflow:hidden;display:block; }
#aeZQ7KqeveUCTx8AF5NDKETLiVzg9Zlq { 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:1.9375rem;width:1.25rem;top:30.875rem;left:1.1875rem;overflow:hidden;display:block; }
#cyIMkCUq8VKV43Lz8yzF5qAoT4PTgcsu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.625rem;top:35.15625rem;left:1.0625rem;overflow:hidden;display:block; }
#ZRIIbOXCEB0XNHQQEQ7gkXolTpPtT47R { color:#060645;display:block;width:20.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:24.78125rem;left:4.875rem;height:4.5rem;font-style:normal;display:block; }
#EV2nqikIREE61ntfT7mTA4HcHduEcCUW { color:#060645;display:block;width:20.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:30.34375rem;left:4.875rem;height:3rem;font-style:normal;display:block; }
#hTmWLLD8ME9w9dTNsiMS3OHvsziURezU { color:#060645;display:block;width:20.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:35.03125rem;left:4.875rem;height:1.5000375rem;font-style:normal;display:block; }
#M79lFpKfT73HA9qle7Q2aluBAleAHU5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060645;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; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container { background-color: transparent; background-image: none; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container > .video-iframe-container { display: none; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row > .video-iframe-container { display: none; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .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); }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container { border-width: 0; border-radius: 0; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#dsPDWetqcv8lkFcS0AxsI8fakdnWNTKQ { color:#ededed;display:block;width:24.8125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.625rem;height:3.25rem;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; }
#n3D2vcFxafFeOyPcCrTBsULtnRAqNehI { color:#ededed;display:block;width:39.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7rem;left:1.625rem;height:5.25rem;display:block; }
#H8NycMzkWEr6Afldbd4FX9pQzDrL2IQq { background-color:#46e9b1;background-image:none;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:#060645;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:15008;text-align:center;text-align-last:center;top:6.9375rem;left:44.375rem;display:block; }
#Cq9Ge7HnSSmTT9rlh2N3k7GK9RsgbVLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container { background-color: transparent; background-image: none; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container > .video-iframe-container { display: none; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row > .video-iframe-container { display: none; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .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); }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container { border-width: 0; border-radius: 0; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#kw0SuFBdymvTg7TxibP0dNsonISKEN1r { color:#060645;display:block;width:24.8125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.4121125rem;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; }
#IXcUaTWtGLRX3e8DMX91pJJ5BH7wVbk3 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.875rem;left:0rem;display:block; }
#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI { position:relative;display:block; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI { background-color: transparent; background-image: none; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row .container > .video-iframe-container { display: none; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row > .video-iframe-container { display: none; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .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); }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI { border-width: 0; border-radius: 0; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .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; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.1875rem;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; }#yGA5QfnUf7iTbyaTnM0aZvpVoAQOk2E8 { position:absolute;display:block;z-index:15012;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.375rem;width:18.625rem;top:0.75rem;left:0.6875rem;display:block; }
#IfiOaq95VBmfWPzMAS8fI90Syob46vuG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:6rem;left:0.6875rem;overflow:hidden;display:block; }
#Aa4RndqAFzqAv4Q0SVtIbTFw6skWIi84 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5625rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#cCThfynISlwOn6rvTHrmIe0bgwihXoSC { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.125rem;height:2.62528125rem;display:block; }
#G9Oruiyk9dAGzxEA77fogsnKPFiQef0n { position:absolute;display:block;z-index:15016;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.875rem;width:18.625rem;top:0.75rem;left:20.6875rem;display:block; }
#sgHbvoxH6xuEGcyMLqM0oih7wwCAsxwG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.125rem;left:24.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#xz1PDIWyPMHA51uTqtilZda0POqpTTIr { 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:3.5rem;width:3.5rem;top:8.5625rem;left:20.6875rem;overflow:hidden;display:block; }
#qwAXKvOO38ZhQLtZsFmksTMMaaAdtGnV { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.625rem;left:21.1875rem;height:5.25rem;display:block; }
#lG6tdgPv9F9BDp2KFQuGJwOqmuX8IVpH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.75rem;left:44.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#Io9TvwKEkxKgMz8NxzlAfk82TCrTd9zg { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.8125rem;width:18.625rem;top:0.75rem;left:40.6875rem;display:block; }
#WW3ciDOGUBeSuhxAb6nK0MQdd0DmT2yO { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:1.625rem;left:41.1875rem;height:6.5625rem;display:block; }
#OtQMQTRiINNP85UfDt2CAr5Mq5wZpfWr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:9.25rem;left:40.6875rem;overflow:hidden;display:block; }
#vEs7GOsEd0XxIN1JWJTx8hFuJa945N0E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.75rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#kNgt6lOcTNXUiQdTeo7ffwCHOLW8L106 { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.875rem;width:18.625rem;top:10.375rem;left:0.6875rem;display:block; }
#eOzkkFhvIMd92TvurSpxo9TxQksF03qN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:18.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#nSWwQVGHO9ZJVDlwGAm8vb0QFVTofP3m { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:11.25rem;left:1.1875rem;height:3.9375rem;display:block; }
#w9BDTTRiPrQgxoyq3EzPeyO1MfNbsrmw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.875rem;left:24.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#D13WMxKBdcceFTOcnuAOoxEXTB8UwimR { position:absolute;display:block;z-index:15024;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.125rem;width:18.625rem;top:13.3125rem;left:20.6875rem;display:block; }
#ETe4OaFy1nE5T3PxUtu8DRRn5nVF7S0y { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:19.3125rem;left:20.6875rem;overflow:hidden;display:block; }
#PTpty1e8AihKQl8EQlF8l5dSvOz9tbM8 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:14.1875rem;left:21.1875rem;height:2.62528125rem;display:block; }
#N7uZ1Ttd9nxgBcxkT7g7K5C6GNN4VymB { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:19.5rem;width:18.625rem;top:13.625rem;left:40.6875rem;display:block; }
#UR5dLOGZKnToHW9xHLqJb7tF7f0Iweg2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.5625rem;left:45.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#rWit2CbXtrDWfyTvCxEseV3uEc7xiOvq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:34.125rem;left:40.875rem;overflow:hidden;display:block; }
#DPw1LmlQAP75LS3vB4gZhFqTV8KwvA4c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.1875rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#kaDWCAFhUzIl5RcrQU33MyGTz6F2fJuO { position:absolute;display:block;z-index:15024;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.875rem;width:18.625rem;top:22.8125rem;left:0.6875rem;display:block; }
#AXf1OQJdNsB1xsIas4AGAyZhIPtmmQGl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:30.625rem;left:0.6875rem;overflow:hidden;display:block; }
#yzJEy8oB9BqKwly7uTwudTdcUtGENzld { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:23.6875rem;left:1.1875rem;height:3.9375rem;display:block; }
#w0k92hhlv1vFsk3D2gRCu6A4groEOuwx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:34.375rem;left:24.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#fSyXFTkukZZ9g7yV0pEgrlOoiXMxJBbn { position:absolute;display:block;z-index:15028;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:8.625rem;width:18.625rem;top:24.25rem;left:20.6875rem;display:block; }
#zlHNCpeNlP5IhtaMylbXucoWTzPvsTgo { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:25.25rem;left:21.1875rem;height:6.5625rem;display:block; }
#UJuDVXNfx2ITBxH4MFGUh47NLSFH6Ih6 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:33.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#eHU2cCplGpeUyFdpFCvLtkAeUZFs0Xf0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:42rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#d0IDrKEdDHDC8LMC7pCg65mzgWbGo4W9 { position:absolute;display:block;z-index:15028;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:18.625rem;top:35rem;left:0.6875rem;display:block; }
#svZAb3tQohSoiuwPTxwLBdveWQ25kKSQ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:35.875rem;left:1.1875rem;height:3.9375rem;display:block; }
#l397ordpSOX2LCghAngOg9ueXBwPLMcn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:41.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#a3nOibN7u4ItVcbKDwiG16eFOsB2CpvI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:50.5rem;left:24.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#ardzRtWQMth75HI8CdR05OvMZNMJ9J9V { position:absolute;display:block;z-index:15032;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9.875rem;width:18.625rem;top:38.3125rem;left:20.6875rem;display:block; }
#lJgOb15Lo2HydboncI4d05n449tFzpXp { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:39.1875rem;left:21.1875rem;height:7.875rem;display:block; }
#TZDmJCHHZapLV9FCDrQ0CmADXPE3axPz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:49.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#UqqhbDMUJzMHWNKHahIL04JvAfoU2yF7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:52.75rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#sgQ1shywWJQ5ZgRmT406Dpmp2bn73hsE { position:absolute;display:block;z-index:15032;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:18.625rem;top:45.75rem;left:0.6875rem;display:block; }
#ZcDrRtKJRl9rWMK8u5hJ8AJpa9FIdyKF { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:46.625rem;left:1.1875rem;height:3.9375rem;display:block; }
#IFGaJb4Zdn0VQcQwPlgmr8LvQ7HUXIhM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:52.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#rRWR0uiosFUI9RU1pFbASsXSNaQVA7aJ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:14.1875rem;left:41.125rem;height:18.375rem;display:block; }
#ReQb61wOL0UShLxw6EPy4GxNihcEmywx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.8125rem;left:44.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#fHgcVlPiDrGxSKIJmBuiBqro84muuKm3 { position:absolute;display:block;z-index:15036;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:18.625rem;top:39.8125rem;left:40.6875rem;display:block; }
#QV1RMOFbXERqwBKpkzQWzdHZQ0ZpDXUy { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:40.6875rem;left:41.1875rem;height:3.9375rem;display:block; }
#WzMLHip8A96i1c5ECiGAFnlBvaSXELCL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:46.25rem;left:40.6875rem;overflow:hidden;display:block; }
#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03032f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container { background-color: transparent; background-image: none; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container > .video-iframe-container { display: none; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row > .video-iframe-container { display: none; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .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); }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container { border-width: 0; border-radius: 0; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#u9TIkLTixqNEe2J22tB6nhUGB4MAXeze { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.125rem;left:1.875rem;display:block; }
#ierwyI5KvTaOcalmaqZ7Iio56uDN1wxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fa18enTKOP7ng9nuJDH5bBHcKwimcBGf { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.125rem;left:7.5rem;display:block; }
#LeEv6iNIcXXhLI69f9KsEDO7JBqkbmBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwriUhZ7fAtGOAzVT1n4m9xzB8mRyocS { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.125rem;left:18.75rem;display:block; }
#imAuLEurKuiR119w8FFBSECr42Kup0Ek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVHMq09tOc5soPnUkdKiyTXsz0fRnNqU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.8125rem;top:1.25rem;left:1.8125rem;overflow:hidden;display:block; }
#K8AWAoEVanKQDZbJc2m1GCNNWUASVB4z { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.125rem;left:13.125rem;display:block; }
#A9EnXuGhyoSv1gFPMcVGxTI0A5VX9LLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhLEqEcB0Fq8im46chsxkJMDPwaZZPn4 { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:45.8125rem;display:block; }
#QLiv6H0AwPSrVBZi9Tp9Edkoz51hNi6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOFqn5VdfqaJELTHHdZ4AtBAJzrJ57Kv { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -moz-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -ms-linear-gradient(339deg, #46e9b1, #46e9b1);background-image: -o-linear-gradient(339deg, #46e9b1, #46e9b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46e9b1', endColorstr='#46e9b1' );";background-image: linear-gradient(339deg, #46e9b1, #46e9b1);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.0625rem;width:59.875rem;top:5.9375rem;left:0rem;display:block; }
#ma07XiTyxaq28VEFUTORNnIpue0Q5bDw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.40625rem;left:47.5rem;height:1.29980625rem;display:block; }
#MaaPgXoAOqstHoepQKdZvw31De19cvC6 { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:50.9375rem;display:block; }
#PtOD40CxGJpfMgJHcbFyyz7z7i8BgIXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBTis8JDfeO70Qi5pdL8sTdXUTiCPX1R { 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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.125rem;left:24.375rem;display:block; }
#og7khF4t7b32pRkfKzMiNk0ykHAx0TAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.5rem;height:2.1875rem;top:1.1875rem;left:23.625rem;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.1875rem;left:37rem;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.75rem;top:1.0625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.5625rem;left:0rem;width:10.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #sON1ozZlW6T11Gi3CprVIpE2SSdDiAEN { width:6.5rem;height:2.1875rem;top:1.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsyT421u8k93bfizMFltu7waI93rk4X { 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) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:7rem;left:0rem;width:47.75rem;height:13.625rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:21rem;left:0rem;width:0.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #f3J9vcHnqmpvRW91GxsD3R18GIkfVJms { top:23.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya67eugpscg9mFwvRtM2rx8SdwzWWEPM { top:27rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPxiTr9VDAO4k5QIL6FeIL4imbZl0y4T { top:21.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXL7C6REEQzNb1Qw9sphTmgJqS717Le { top:28.625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRkbJiURU8W3KypZloTvzW9SqvqLKrud { display:block; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivSoTmZKLovEmQOcR3XWBEa7EmX2sw9w { top:1.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdrbgONTVyI9H4qmCVZJSIKOJraKeByI { top:5.1875rem;left:19.75rem;width:8.25rem;height:0.375rem;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:7.1875rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:9.375rem;left:0rem;width:19.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:9.3125rem;left:12.3125rem;width:19.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:7.125rem;left:12.3125rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:9.3125rem;left:28.1875rem;width:19.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:7.125rem;left:28.1875rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.3125rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.3125rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD { display:block; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lO146Men9EKcrzdH0XICd2JAzRW4Pwge { top:1.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgTwH32pkUTBzfwQAtlLdm6BboITDBaC { top:5.6875rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3s7leaQortHuKCVTawN9zursv21Zcy { display:block; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRr8WPF0AUuvZb1L0dRN1xyGU5W4dkD8 { top:2.8125rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2fLstWomN2MBpTqeHcMTNuDTAD7cVVD { top:1.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gklpKOiQUAm26qXZm7neM5S7APJ5FC { top:1.875rem;left:1rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6J3C0ZRnLkWdt3CKxq1d0DFobUrPzif { top:1.875rem;left:16.875rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEiyg2wMrpwT9szbG5u6bXSoT5X1qHUD { top:1.875rem;left:15.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD6pf2MnqG4PXEN53RmfVXhoC8zeM3Bo { top:2.8125rem;left:15.875rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHeTFul4GaqnTo8T1pEmtHBgXm989sD1 { top:1.875rem;left:32.75rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqAoQQul3vyKNm2NwT1ThdwwOa0zhkZa { top:1.875rem;left:31.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJuXBHifzfI0cCgPXbSMW7uvwIBeLVGP { top:2.8125rem;left:31.75rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV { display:block; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxGRzmCEk2asOLQAJvAx38PR7yip738A { top:2.8125rem;left:0rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAePCFzDvRRQDasgUuv6FZSFBuFlGr9W { top:1.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTcGerSsGI906VJKqt6RcTmfJerLaMQ { top:1.875rem;left:1rem;width:14.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgeiMMvo38n9q1KMLsBZ5iBQLA8sR9lK { top:1.875rem;left:16.375rem;width:15.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6uTs1tlgfyg6uZf2dfF5K2Hh4BgW5Q4 { top:1.875rem;left:15.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfEhZc9rnRZcIeF0fUXFGyaG545f8uv9 { top:2.8125rem;left:15.875rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Kd2gVMmK8E8tV26PCTy79k3hXml8UL { top:1.875rem;left:32.75rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K03Sf0G3C6K96iMEGMOM59Idtmsxd8hf { top:1.875rem;left:31.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHQnDf0Zkna6xeOu7hrlXUbCkK9saux { top:2.8125rem;left:31.75rem;width:1.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA { display:block; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiEkEQCAmt4GEtJsUQh2zUO3dRelme5G { top:1.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHUGPf1VTDRqtCGEv85bRFTXerS4RZg { top:5.4375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM { display:block; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPzhliB1V6eeKc9UczHL3VtN8Znd9Z5T { top:0.6875rem;left:0rem;width:47.625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJ9FDT5zLGiwo4IzpTOGXA62FJ7EioK { top:2.6875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.875rem;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:4.625rem;left:0rem;width:23rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:8.375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:10.1875rem;left:0rem;width:27.375rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:5.875rem;left:25.1875rem;width:17.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:15.125rem;left:31.3125rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:9.375rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:7.3125rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:18.9375rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:21rem;left:30.5625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { top:19.5rem;left:28.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:7.9375rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn { display:block; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmH2OtPpb2cWw6k2l256E4d51XZDR9g2 { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM8nGRaAKcySDxONPxxBwTfP5JLShVsT { top:6.3125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86xsPR14cHV9nsJTFA2GR6LK46DgfkI { display:block; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpQBrZWg3eVxuJuxOJXV6CbGAtbbTr31 { top:1rem;left:0rem;width:47.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tes4049oZIT57tIBJrIAxDPq6uQRAvR8 { top:3.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRgKMlZUFdCyp3Gv227wP8OHGhi1r8T { top:6.0625rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC { display:block; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSkRhUupnemWUW3ZJKanHhnGoUrJ5wAq { top:1.25rem;left:0rem;width:27.9375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8M4RBh0pCK0KZEtwTguJcA9X84XDlUC { top:3.3125rem;left:0rem;width:23.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIvSOhNLpsmxkzmdHXGScb4qfme930TF { top:6.0625rem;left:0rem;width:24.5rem;height:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTklaAMv7OXgwizarnHHkwOu6bCDw3C { top:1.25rem;left:19.8125rem;width:27.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSGdlTWETbh1QulQHd7CHiXR95N3zOhu { top:3.5625rem;left:23.875rem;width:23.6875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNyuMKg6AftbT7GIKltnevkU46NsTRq { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:21.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBFakwumO2WCclao9lmGZCahevI4wWt { display:block; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hrq0OAg67BOMoRcsOngVzcMZUKCMAUon { top:0.8125rem;left:0rem;width:27.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTK6dzc2BRPTsbLqn1ivTHWwC3eleOrn { top:2.5625rem;left:0rem;width:25.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkn8Kvxrygvg2MZTTka5JSDy27wB4cXd { top:7.8125rem;left:0rem;width:24.375rem;height:21.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmoRUhJzU0Qs2y4tmN102ZoZkTTSrw4o { top:0.8125rem;left:19.8125rem;width:27.9375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4AGZJ85cswxhlsFb2U9vctVrXdyIKLM { top:6.5rem;left:24rem;width:23.4375rem;height:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW4BdOGuKyL31OTKavyIdfRXum8g8lNx { top:2rem;left:24rem;width:23.6875rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT { display:block; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:1.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFN9p24KINc9Alm90XFBS5IFDHZ1kWXu { top:5.25rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQAfE5ZJQwMMKwzrSgaLNpfqoflVzMQ { top:6.875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfId0PTRvLupilM6kg5fOlBWlaS9DUL { display:block; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:0.5625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:4.5625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:4.375rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:1.375rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:2.8125rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:5.375rem;left:0rem;width:36.625rem;height:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 { display:block; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbDJk5r4rwGpZbgrs590CHISndATBh4k { top:4rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT397eNgMgOcuK4fp8r8k7gBIqCf3pvD { top:1.5625rem;left:0rem;width:22.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4UZNDf7msXGgd6Zp3EZO5m9ecfzVN3L { top:7.8125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmoWRs3p56kI8sQ6XbTHTGZwrNhynuh { top:9.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b { display:block; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJTNGqf1sqq9GXKfIyWUo0LivuzsWGV7 { top:1.375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu { display:block; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apWoKrgDV548roTIwrOVPanJcBpqJsGH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEBpv78roIQmQPsC40D7S8pTL3mTiRwd { top:3.5rem;left:0rem;width:0.375rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKMiR81pkum3zKZnqdy3xLSoxP4Chnu9 { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TamF4OtPPsPVLCQPOlay7CcgetMzPay0 { top:2.375rem;left:16.124816894531rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4HgznKBVpdZNah1sTqrN3bbcSZIA7y { top:2.5625rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 { display:block; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSPCD9qSvRxyuTt0N5sDG30HetMrnPI6 { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZgT9yxuvghRWbiXz9SlElTskPFt2NZ { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79nafrNztw2QImEmcv8qWU7uGqOgLvc { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGcDPT5RRrF4PzqN7I3mAm7MbkAaNSRm { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP { display:block; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOplVkSHW1Q3ltFcxSu95W4SVMsAKrpl { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQEI2dCdi4ZusQNZDPd8TNCHinWMbd3 { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRT4zd4CJo9rUikgTr8pJvPQBtdAcWz { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzsoaIepKJiBLfbbwS4pHATPDdzI9TaS { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO { display:block; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsf5hiH7nSWi5VCylKhO0B0HtIBbFu5O { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWIcLyppzTwFtRiHt5VpiTilE0ExbdG { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ZzowHJryipkIapaOTvxeZIy1OVUKfq { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM9S6LmDksvR2DI5woKqSFE7FvH6yuwh { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfECyIP4NLT1sNvF59daG7M2HRJWTNG { display:block; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eChg7QJkqmNAEdsmLDMNtN5tHzmSabqN { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4HpIuaaQV6zgp4qWmW6fROJqOKmpTy1 { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3b0PfAn33w4aksoiTN462wOTQumEyvO { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWBGTXd4gRMKkL5EHqrqXbVXFclLQQ5r { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv { display:block; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTQlNCg6gRJTX8z144CZU5ZrH9bHRFgz { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZPWRGeFrsM5WEyW5auAogwdFrZzeWg { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myeO9kCzIIheRUnD9755rB2sEfioPWr4 { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlQaT6IJI2bxWv7clHxOfarO4xEw6uPq { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf { display:block; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPZJpWeMeSXUmBmopo2EdmpytP4QtqQB { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSbCXrixmdX9KMUIbc4ohtxXs72iXMn { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLLHTAyT0udMicKoSiyQc7Nqfe9NhyZm { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewspvGmFFvUayRIowrV59kBuVtEcTU8K { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H { display:block; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0h1qBovJSuSheAnLnNrQMezVsrhJz3H { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2kf3UL2q1xo3D4IndMwrNDQTRJBrXAO { top:2.375rem;left:16.061573028564rem;width:14.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDKD5B0Hz4R1Sbu8qS55KvSpRVvFi64 { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNI4s8Li2F1HAFQUzF4w188M8g1VnoUT { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 { display:block; }#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwNLhfAbf9JHA5LBd6A1BaHT3O9hJtSB { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrZx5cmNIM22vUCRTmGt5vtPauS3FFg { top:3.5rem;left:0rem;width:0.375rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMNyNTBy4R2w2nVQNmSZGouSpHrP8dd { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguDmt4PJltftrW24AgVMei466IXSEzp { top:2.4375rem;left:16.125rem;width:14.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAT7TQEQQTBHlbkIephTX30qAHBy10rS { top:2.5625rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 { display:block; }#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwbg9wcgR1RWQwHtwVNgbryZubx6Glly { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdkncepDJTlxS4msOKs6RP7PTtCWUAX { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUTeL6TRcyw783cb3C60tl7Tycc1RSxo { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UiMMvX5b3eRriclwkvFMTHIoBEVt7m { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq { display:block; }#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWNRGSUpDnDx16BneSJXo6ZpaTAUsIh2 { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U58f3HHof2NGJg61i6ZvyQri6xCD2Q4n { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3LRD9GbtbGPlUPqf1E4Kaw1qi5ZToO { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUweHVmiATQk4NX4rMMP3QDCIA80SHK9 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD { display:block; }#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3cpiGco2eD8RuOf7OmU9sG1TahBwzVT { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrr3ucAUHZ7IWm9BZ0sqKPoDVMzy408 { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSGsipgWmfpPUxxGb1br8qNRrJzaSsgZ { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3VnuD65FNQMCX9GzVMEEL2igyDe0AeW { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb { display:block; }#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJyWZIIU5T8kiXChUHlTXgFDJQkiwM9v { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVh46DldZ1zhVbN9P0E4ERFuplbEZga { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7G1cWioR4ghI5HoPXI32QUTmVqFsC7 { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTBszgfhZBhTJplKCcuIH3n7zzTxEkt { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A { display:block; }#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuIeRNsQsKncZRbDXOTukbFleAFZUynu { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkgPG9qllThoBJLtWMoPBUF8cgbLxpv { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGUpawmvrrTmQJutWIAXxpN1nRUsZsBa { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVtET2DlCik3cbHxBlGzvBqdgaKTOcs5 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ { display:block; }#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSq7msrXFFMIyOt1sxTbvGVLlcZmtMr1 { top:2.1875rem;left:0rem;width:15.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyUpshpsSw6Fn9eZDLWHKtCKaAN7TxwS { top:2.375rem;left:16.0625rem;width:14.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K13FT1vbreiDpybt8BvcO7wKBiR8Pm0C { top:2.5rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO38KQPdcqXIS3UTwTeS17uToQrQC9K9 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy { display:block; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgsTg9p18rhusVCkowtMfHZAAQboQLPr { top:5.125rem;left:3.625rem;width:24.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i26H6uTBkCEtLbDUPHP3cTrFxwFBbtOv { top:8.6875rem;left:3.625rem;width:37.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqsJHvGL56nkUkm3olDKPXuZ6u3oyyiG { top:3.5rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TtH5MWwsaD4p4SUFHWTLhyNuc4GBOD { width:12.625rem;height:3rem;top:6.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbz7tR9LbC7zSg5NwVBtuNz7iMetJA6J { display:block; }
 }@media only screen and (max-width: 763px) { #XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu { display:block; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfkNAm7SprVzke5LqxZrlnx1muTh43Ud { top:2.0625rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFhKnqEF2xcoS4iy2ampcBzb0V5DWsA { top:5.875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh { display:block; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehg1m6sArZn6dc4NoTV86gGhSu1F4ThK { top:1.4375rem;left:0rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiInwQTTlZlM47QFExikVqT8ytVeMxMD { top:67.4375rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcVasir8611md0ermRoL5HhG2M6Te9C { top:3.6875rem;left:0rem;width:28.125rem;height:62.3125rem;font-size:0.875rem;display:block; }#kvcVasir8611md0ermRoL5HhG2M6Te9C li:before{  }
 }@media only screen and (max-width: 763px) { #G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I { top:70.1875rem;left:0rem;width:28.125rem;height:;font-size:0.875rem;display:block; }#G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I li:before{  }
 }@media only screen and (max-width: 763px) { #fT4A0Xm0TSqkTfr8QsQndTm7vuGc1bvZ { top:68.1875rem;left:0rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyv1KCDgTOeR7RBdqvyUl7RibZkrdMP { top:106.8125rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw8HcBGeW5ikkozSRs8pUPanSye9bFh9 { top:1.4375rem;left:19.625rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi { top:3.9375rem;left:19.625rem;width:28.125rem;height:44.875rem;font-size:0.875rem;display:block; }#fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi li:before{  }
 }@media only screen and (max-width: 763px) { #s4Knn6bNqco88GLl1bBNUIw6PfAipo0Q { top:49.6875rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 { top:53.0625rem;left:19.625rem;width:28.125rem;height:21rem;font-size:0.875rem;display:block; }#VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 li:before{  }
 }@media only screen and (max-width: 763px) { #Dhq9EOtelJ7XQno0Nk5vg5KKouUxur74 { top:50.75rem;left:19.625rem;width:28.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk5CKXipxtAZsPCcUaho9JHcnXAqvEKO { top:140rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn { top:109.5rem;left:0rem;width:28.125rem;height:;font-size:0.875rem;display:block; }#qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn li:before{  }
 }@media only screen and (max-width: 763px) { #ZDLSSHDWh1CZylibUnrQmpXGruoIyWG3 { top:107.625rem;left:0rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1PG2PaTT77lQP9mvhyUDLQHDmQTmul { top:89.75rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe { top:80.25rem;left:19.625rem;width:28.125rem;height:8.3125rem;font-size:0.875rem;display:block; }#rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe li:before{  }
 }@media only screen and (max-width: 763px) { #pWg2c6BvJplmQrGEIVeB0CTUpDpfHAkB { top:76.625rem;left:19.625rem;width:28.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpaz7iwcVtfVuyqwZhaiwdyFXJeIQsm5 { top:75.25rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5d72MsfmqTHbaxbDIC5fTS8WiKhTp6y { top:106.0625rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v { top:93.4375rem;left:19.625rem;width:28.125rem;height:11.25rem;font-size:0.875rem;display:block; }#fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v li:before{  }
 }@media only screen and (max-width: 763px) { #NtLmub4ISndcPn1o5Uy5Rvtzn0Ccz30I { top:90.9375rem;left:19.625rem;width:28.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuLOv90LMZNqC0HQV4Sl177CTtxd5R4e { top:131.3125rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbSVvhO1eal64VhmyenHD0JQkSU64oR { top:111.6875rem;left:19.625rem;width:28.125rem;height:18.1875rem;font-size:0.875rem;display:block; }#BhbSVvhO1eal64VhmyenHD0JQkSU64oR li:before{  }
 }@media only screen and (max-width: 763px) { #nk2w2xmrcq5dD2dz80J721kTQWwQkJVL { top:107.6875rem;left:19.625rem;width:28.125rem;height:;font-size:1.125rem;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:2rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:6.125rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:7.6875rem;left:2.1875rem;width:43.375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { top:10.75rem;left:22.6875rem;width:21.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:41.625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { top:21.75rem;left:25.4375rem;width:15.625rem;height:15.5rem;font-size:0.9375rem;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:39.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { top:14.3125rem;left:22.875rem;width:20.5625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:15.5rem;left:4.25rem;width:20.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { top:13.1875rem;left:4.0625rem;width:20.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { top:11.8125rem;left:22.75rem;width:20.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS { top:21.75rem;left:6.375rem;width:15.625rem;height:15.375rem;font-size:0.9375rem;display:block; }#z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS li:before{  }
 }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:11.8125rem;left:4.625rem;width:20.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx3lefcEWLkkkwcn4Iphpcv9GuCu1C7Z { top:19.5625rem;left:8.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSqkJW6i0TePNfscm4s8Vh7PA1U4aGdh { top:19.5rem;left:26.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXeMInix24RersTbuyBX60oz0Uf3hHy5 { display:block; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN6blFhlFpc6HoUWPgpqvB0eIrKe2tmz { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JirSx970O2Rw3nn10080Dk5IsEUfl61V { top:5.875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD { display:block; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ li:before{  }
 }@media only screen and (max-width: 763px) { #NEbUkZ97FchzKKrdOQPuqMq3lMpGCyae { top:1.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt1EGfvyOWo75g8CivekStyTeE52Upg9 { display:block; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdg0CxSJaVoeF4a3xpltCfUGKUTHek8C { top:0.75rem;left:0rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNRgwXNvGten1TtBWo5yLz3xwDN3S8a { top:0.9375rem;left:13.125rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVw9omKgDGc1leA84fg47dieSUl0T61T { top:0.9375rem;left:29rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq { display:block; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kUyM9GUBfFw2dTK9gE9MnhTPhNqAsT { top:0.75rem;left:0rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xsyHZm7dRTPPQKn8F9E3hAww6VRiZJ { top:0.9375rem;left:13.125rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsqIO8ThVWw0NauMypaT5sWiWIDk7Ip { top:0.9375rem;left:29rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 { display:block; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggUrKO2VeKHLrBlWMobLRnLC6ZFc8tyH { top:0.625rem;left:0rem;width:27.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g { display:block; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BElTVIIzDmV4sOo1u8MwS32Rulqv9POf { top:2.0625rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNVB79NFru5AUzF0MPglJRgWv3crPTp { top:5.875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL { display:block; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKhlp1EqMw0MXSO5HXuHLCXR22THVW8 { top:1.25rem;left:0rem;width:27.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRBWZmkhemhPppJJ1vnQW5GAlBSp2M15 { top:3.3125rem;left:0rem;width:28.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LdioWFSHc2hAISqiWTeAfHa94AcvGd { top:11.5rem;left:0rem;width:28.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQCu1W4Rt5EKprv0xCtpBwNTofJ1pWDT { top:9.4375rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKZO8PZdLT2hDESAfMBGTZ4fWd7ZUrp { top:19.375rem;left:0rem;width:28.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1iOTet3PGVZXtEuw6MTLziPOTzaEA5 { top:17.3125rem;left:0rem;width:28.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlMTfWdUwXTD071zaW5bNfr1Bk7iisEN { top:27.125rem;left:0rem;width:28.25rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxMNHZPTEbdUOn7KN9BwVrQEg0TiL2i { top:25.375rem;left:0rem;width:29.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6WeSNqpNPJp28x2C80cEfyxwJiOhMLG { top:1.25rem;left:23.875rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2pidgT59JABDspLN3kdECoWgLuTlP1 { top:3.3125rem;left:19.5rem;width:28.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IeMyTmOsAuT30G6Qw646C0veFwvwhF { top:11.5rem;left:19.5rem;width:28.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2bcZ7Nbb9Kxhbu3btNUAuNUNLQlaPE4 { top:9.4375rem;left:23.875rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZCvmHfke9EVMcBAahGxsalDUVwlsMz { top:19.375rem;left:18.25rem;width:29.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fim2D78DMbvBzFZiBUWoIXoTZ4vPMWV2 { top:17.3125rem;left:23.875rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0XTnmeBngiGckR3XHrlaGwIiBv82J1G { top:25.375rem;left:23.875rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TIAkycCTCwprNMdAcZzR8p3CAPPn8E { top:27.125rem;left:19.5rem;width:28.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy { display:block; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp16TRMTB6yfJlftp8T52mO2g73T4X9x { top:8.6875rem;left:0rem;width:30.0625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9igvFCorvWkGHctpyOtPX4WdIZ7NnS { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbyB5aB4NwkKfHiLXEuA6X25JZwEcQhV { top:15rem;left:0rem;width:25.8125rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acMdUVy4d1KxpifMMvIiTRTXnTZG9d9e { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-select {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF  { width:21.6875rem;height:auto;top:7.3125rem;left:23.5625rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF {display:block;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF { width:21.6875rem;height:auto;top:7.3125rem;left:23.5625rem; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #p1wgFuwPMzLT0cOCBuSqUTU3GwU3zCnv {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #u4PIECazOSuMmen7Dt1rvfH4gNZXcnMZ { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #XPgdC8PadspfAG62LOOSzSlIw03RokH9 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #c8Wwmt1vAKM2Qbl9KboWrEFg5Vfyh0Gw {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #MU1Tehwd569vmzZWQTvTKXKJ4KooPeOh { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #V25aFTUzLGPCEzHBmcLFSEsT7CaO7pI0 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #UqlCzZEXh5GmF02TltVkA58E0S6lGTTM {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #s7pI54ByZI2JI6HFUJTSKCG0J28oofrt { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #b83lcgQhnbaDnR38IuPlG7DZ925y9JNv {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD {  }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD .container-column{width:50%;} }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #dIa0bINFgnAnoGacVikIIBWcuAlHTt7m { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #DrCMTD6EZI2VidHmIa4QqGayhGw27xna { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #VvmugLUxTWO0UyUyaKkUIrTRRJ2iXF57 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #PgTWwylIrpJInT6Mll7CDvdgNBd43z2g { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #FUFhvF22rOVUvM0ERDubT0ThMfk9rFNg {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #pvm2TFQgRildQXVJfGlSsrTuBWbus87o {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Ud14ASHTImFvs7A3ZbRGFZCTnz6kLNTT { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZHnbVx1r2lFmUMGJ0D93EH3sVQpXTWOM {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ngArEftsnwk8AxhlbkRVtTh2wTfDeE5C {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZoXI1SZJiTzMRQTXCCXhJ1tx4lEEq6fw { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Wcrnpcs8IKRptIMn6TS0VwBcXNnvcWKX {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #qw2m5PtpSpmH6C6skealBB9s6dK3xhU1 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #m1ImFAXD28IGTp3efsHgukXKNwm5Sh0i {  }
 }@media only screen and (max-width: 763px) { #S8GuT58WxT1ZFPO4eP8G7pJLIviVqSUL { top:3rem;left:20.375rem;width:27.375rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK7V6WP5nTBbNELHKNmbKC0iOf7epbd3 { top:4.25rem;left:24.6875rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcGp8bJKfF5LK0pgUgo5f6pucW9MtJPh { top:22rem;left:0rem;width:25.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWGashHxJc3622MJS7qffWlk2uPt7Gg { top:25.875rem;left:0rem;width:1.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeZQ7KqeveUCTx8AF5NDKETLiVzg9Zlq { top:30.875rem;left:0rem;width:1.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIMkCUq8VKV43Lz8yzF5qAoT4PTgcsu { top:35.125rem;left:0rem;width:1.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIIbOXCEB0XNHQQEQ7gkXolTpPtT47R { top:24.75rem;left:1.8125rem;width:20.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2nqikIREE61ntfT7mTA4HcHduEcCUW { top:30.3125rem;left:1.8125rem;width:20.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmWLLD8ME9w9dTNsiMS3OHvsziURezU { top:35rem;left:1.8125rem;width:20.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M79lFpKfT73HA9qle7Q2aluBAleAHU5q { display:block; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsPDWetqcv8lkFcS0AxsI8fakdnWNTKQ { top:3.4375rem;left:0rem;width:24.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3D2vcFxafFeOyPcCrTBsULtnRAqNehI { top:7rem;left:0rem;width:39.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8NycMzkWEr6Afldbd4FX9pQzDrL2IQq { width:12.625rem;height:3rem;top:6.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq9Ge7HnSSmTT9rlh2N3k7GK9RsgbVLX { display:block; }
 }@media only screen and (max-width: 763px) { #RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J { display:block; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw0SuFBdymvTg7TxibP0dNsonISKEN1r { top:2.0625rem;left:0rem;width:24.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXcUaTWtGLRX3e8DMX91pJJ5BH7wVbk3 { top:5.875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI { display:block; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGA5QfnUf7iTbyaTnM0aZvpVoAQOk2E8 { top:0.75rem;left:0rem;width:18.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfiOaq95VBmfWPzMAS8fI90Syob46vuG { top:6rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa4RndqAFzqAv4Q0SVtIbTFw6skWIi84 { top:6.5625rem;left:2.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCThfynISlwOn6rvTHrmIe0bgwihXoSC { top:1.625rem;left:0rem;width:17.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Oruiyk9dAGzxEA77fogsnKPFiQef0n { top:0.75rem;left:13.125rem;width:18.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgHbvoxH6xuEGcyMLqM0oih7wwCAsxwG { top:9.125rem;left:18.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz1PDIWyPMHA51uTqtilZda0POqpTTIr { top:8.5625rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAXKvOO38ZhQLtZsFmksTMMaaAdtGnV { top:1.625rem;left:14.0625rem;width:17.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6tdgPv9F9BDp2KFQuGJwOqmuX8IVpH { top:9.75rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9TvwKEkxKgMz8NxzlAfk82TCrTd9zg { top:0.75rem;left:29rem;width:18.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW3ciDOGUBeSuhxAb6nK0MQdd0DmT2yO { top:1.625rem;left:29.9375rem;width:17.6875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQMQTRiINNP85UfDt2CAr5Mq5wZpfWr { top:9.25rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEs7GOsEd0XxIN1JWJTx8hFuJa945N0E { top:18.75rem;left:2.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgt6lOcTNXUiQdTeo7ffwCHOLW8L106 { top:10.375rem;left:0rem;width:18.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOzkkFhvIMd92TvurSpxo9TxQksF03qN { top:18.1875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSWwQVGHO9ZJVDlwGAm8vb0QFVTofP3m { top:11.25rem;left:0rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BDTTRiPrQgxoyq3EzPeyO1MfNbsrmw { top:19.875rem;left:18.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D13WMxKBdcceFTOcnuAOoxEXTB8UwimR { top:13.3125rem;left:13.125rem;width:18.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETe4OaFy1nE5T3PxUtu8DRRn5nVF7S0y { top:19.3125rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpty1e8AihKQl8EQlF8l5dSvOz9tbM8 { top:14.1875rem;left:14.0625rem;width:17.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7uZ1Ttd9nxgBcxkT7g7K5C6GNN4VymB { top:13.625rem;left:29rem;width:18.625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR5dLOGZKnToHW9xHLqJb7tF7f0Iweg2 { top:34.5625rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWit2CbXtrDWfyTvCxEseV3uEc7xiOvq { top:34.125rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPw1LmlQAP75LS3vB4gZhFqTV8KwvA4c { top:31.1875rem;left:2.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDWCAFhUzIl5RcrQU33MyGTz6F2fJuO { top:22.8125rem;left:0rem;width:18.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXf1OQJdNsB1xsIas4AGAyZhIPtmmQGl { top:30.625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzJEy8oB9BqKwly7uTwudTdcUtGENzld { top:23.6875rem;left:0rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0k92hhlv1vFsk3D2gRCu6A4groEOuwx { top:34.375rem;left:18.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSyXFTkukZZ9g7yV0pEgrlOoiXMxJBbn { top:24.25rem;left:13.125rem;width:18.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlHNCpeNlP5IhtaMylbXucoWTzPvsTgo { top:25.25rem;left:14.0625rem;width:17.6875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuDVXNfx2ITBxH4MFGUh47NLSFH6Ih6 { top:33.8125rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHU2cCplGpeUyFdpFCvLtkAeUZFs0Xf0 { top:42rem;left:2.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IDrKEdDHDC8LMC7pCg65mzgWbGo4W9 { top:35rem;left:0rem;width:18.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZAb3tQohSoiuwPTxwLBdveWQ25kKSQ { top:35.875rem;left:0rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l397ordpSOX2LCghAngOg9ueXBwPLMcn { top:41.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3nOibN7u4ItVcbKDwiG16eFOsB2CpvI { top:50.5rem;left:18.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ardzRtWQMth75HI8CdR05OvMZNMJ9J9V { top:38.3125rem;left:13.125rem;width:18.625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJgOb15Lo2HydboncI4d05n449tFzpXp { top:39.1875rem;left:14.0625rem;width:17.6875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDmJCHHZapLV9FCDrQ0CmADXPE3axPz { top:49.9375rem;left:15.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqqhbDMUJzMHWNKHahIL04JvAfoU2yF7 { top:52.75rem;left:2.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQ1shywWJQ5ZgRmT406Dpmp2bn73hsE { top:45.75rem;left:0rem;width:18.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcDrRtKJRl9rWMK8u5hJ8AJpa9FIdyKF { top:46.625rem;left:0rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFGaJb4Zdn0VQcQwPlgmr8LvQ7HUXIhM { top:52.1875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRWR0uiosFUI9RU1pFbASsXSNaQVA7aJ { top:14.1875rem;left:29.9375rem;width:17.6875rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQb61wOL0UShLxw6EPy4GxNihcEmywx { top:46.8125rem;left:34.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHgcVlPiDrGxSKIJmBuiBqro84muuKm3 { top:39.8125rem;left:29rem;width:18.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV1RMOFbXERqwBKpkzQWzdHZQ0ZpDXUy { top:40.6875rem;left:30.3125rem;width:17.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMLHip8A96i1c5ECiGAFnlBvaSXELCL { top:46.25rem;left:31.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m { display:block; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9TIkLTixqNEe2J22tB6nhUGB4MAXeze { width:5.625rem;height:1.875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ierwyI5KvTaOcalmaqZ7Iio56uDN1wxA { display:block; }
 }@media only screen and (max-width: 763px) { #Fa18enTKOP7ng9nuJDH5bBHcKwimcBGf { width:5.625rem;height:1.875rem;top:8.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeEv6iNIcXXhLI69f9KsEDO7JBqkbmBv { display:block; }
 }@media only screen and (max-width: 763px) { #kwriUhZ7fAtGOAzVT1n4m9xzB8mRyocS { width:5.625rem;height:1.875rem;top:8.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imAuLEurKuiR119w8FFBSECr42Kup0Ek { display:block; }
 }@media only screen and (max-width: 763px) { #VVHMq09tOc5soPnUkdKiyTXsz0fRnNqU { top:1.25rem;left:0rem;width:10.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AWAoEVanKQDZbJc2m1GCNNWUASVB4z { width:5.625rem;height:1.875rem;top:8.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9EnXuGhyoSv1gFPMcVGxTI0A5VX9LLu { display:block; }
 }@media only screen and (max-width: 763px) { #bhLEqEcB0Fq8im46chsxkJMDPwaZZPn4 { width:5.625rem;height:1.875rem;top:1.25rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLiv6H0AwPSrVBZi9Tp9Edkoz51hNi6Q { display:block; }
 }@media only screen and (max-width: 763px) { #qOFqn5VdfqaJELTHHdZ4AtBAJzrJ57Kv { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma07XiTyxaq28VEFUTORNnIpue0Q5bDw { top:8.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaaPgXoAOqstHoepQKdZvw31De19cvC6 { width:5.625rem;height:1.875rem;top:1.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOD40CxGJpfMgJHcbFyyz7z7i8BgIXM { display:block; }
 }@media only screen and (max-width: 763px) { #rBTis8JDfeO70Qi5pdL8sTdXUTiCPX1R { width:5.625rem;height:1.875rem;top:8.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #og7khF4t7b32pRkfKzMiNk0ykHAx0TAt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:4.5625rem;height:2.1875rem;top:3.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:3.15625rem;left:5.3125rem;display:block; }
 }@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:7.78125rem;left:5.6562498211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:9.375rem;height:2.6875rem;top:0.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:3.15625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #sON1ozZlW6T11Gi3CprVIpE2SSdDiAEN { width:4.75rem;height:2.1875rem;top:3.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsyT421u8k93bfizMFltu7waI93rk4X { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hf5MiSo5/carlos_muza_hpjSkU2UYSU_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;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.89); }#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.89); }#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:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:6.173825rem;top:10rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:17.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:11.1865rem;height:2.624025rem;top:34.310546875rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #f3J9vcHnqmpvRW91GxsD3R18GIkfVJms { width:20rem;height:2.625rem;top:21.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ya67eugpscg9mFwvRtM2rx8SdwzWWEPM { width:20rem;height:1.68805625rem;top:26.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPxiTr9VDAO4k5QIL6FeIL4imbZl0y4T { width:20rem;height:1.68805625rem;top:19.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNXL7C6REEQzNb1Qw9sphTmgJqS717Le { width:20rem;height:3.1484375rem;top:28.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRkbJiURU8W3KypZloTvzW9SqvqLKrud { display:block; }#gRkbJiURU8W3KypZloTvzW9SqvqLKrud > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivSoTmZKLovEmQOcR3XWBEa7EmX2sw9w { width:20rem;height:2.4375rem;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) { #qdrbgONTVyI9H4qmCVZJSIKOJraKeByI { width:8.25rem;height:0.375rem;top:4.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:6.5rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:1.3rem;top:8.4375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:2.5996125rem;top:18.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:16.375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:1.3rem;top:29.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:27.75rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:4rem;height:4rem;top:22.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4rem;height:4rem;top:11.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD { display:block; }#pmXiCXWzbTRVfXu9D2fPnLDE9Z7LPWMD > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lO146Men9EKcrzdH0XICd2JAzRW4Pwge { width:20rem;height:2.1125rem;top:1.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgTwH32pkUTBzfwQAtlLdm6BboITDBaC { width:8.25rem;height:0.375rem;top:4.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3s7leaQortHuKCVTawN9zursv21Zcy { display:block; }#Ss3s7leaQortHuKCVTawN9zursv21Zcy > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRr8WPF0AUuvZb1L0dRN1xyGU5W4dkD8 { width:1.5rem;height:1.125rem;top:2.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2fLstWomN2MBpTqeHcMTNuDTAD7cVVD { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gklpKOiQUAm26qXZm7neM5S7APJ5FC { width:14.875rem;height:3rem;top:5.5rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6J3C0ZRnLkWdt3CKxq1d0DFobUrPzif { width:14.875rem;height:3rem;top:14rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEiyg2wMrpwT9szbG5u6bXSoT5X1qHUD { width:3rem;height:3rem;top:9.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD6pf2MnqG4PXEN53RmfVXhoC8zeM3Bo { width:1.5rem;height:1.125rem;top:10.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHeTFul4GaqnTo8T1pEmtHBgXm989sD1 { width:14.875rem;height:3rem;top:22.5rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqAoQQul3vyKNm2NwT1ThdwwOa0zhkZa { width:3rem;height:3rem;top:18.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJuXBHifzfI0cCgPXbSMW7uvwIBeLVGP { width:1.5rem;height:1.125rem;top:19.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV { display:block; }#z8J6vEfgrAvWhvRfqtTGanCQcW1KRlAV > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxGRzmCEk2asOLQAJvAx38PR7yip738A { width:1.5rem;height:1.125rem;top:2.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAePCFzDvRRQDasgUuv6FZSFBuFlGr9W { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTcGerSsGI906VJKqt6RcTmfJerLaMQ { width:14.875rem;height:2.625rem;top:5.5rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgeiMMvo38n9q1KMLsBZ5iBQLA8sR9lK { width:15.375rem;height:2.625rem;top:13.625rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6uTs1tlgfyg6uZf2dfF5K2Hh4BgW5Q4 { width:3rem;height:3rem;top:9.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfEhZc9rnRZcIeF0fUXFGyaG545f8uv9 { width:1.5rem;height:1.125rem;top:10.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Kd2gVMmK8E8tV26PCTy79k3hXml8UL { width:14.875rem;height:3rem;top:21.75rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K03Sf0G3C6K96iMEGMOM59Idtmsxd8hf { width:3rem;height:3rem;top:17.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHQnDf0Zkna6xeOu7hrlXUbCkK9saux { width:1.5rem;height:1.125rem;top:18.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA { display:block; }#LIexB0TCmU0tbcpmmZNy5fkhaLU9WfzA > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiEkEQCAmt4GEtJsUQh2zUO3dRelme5G { width:20rem;height:2.1125rem;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) { #NNHUGPf1VTDRqtCGEv85bRFTXerS4RZg { width:8.25rem;height:0.375rem;top:4.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM { display:block; }#WnkJU1JOVnlgX1FTLcJIpyPMrWXF4wzM > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPzhliB1V6eeKc9UczHL3VtN8Znd9Z5T { width:19.875rem;height:28.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJ9FDT5zLGiwo4IzpTOGXA62FJ7EioK { width:18.75rem;height:24.5rem;top:3.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:2.1125rem;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.25rem;height:0.375rem;top:4.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:28.125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:14rem;height:9.3125rem;top:41.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:12.9375rem;height:8.5rem;top:57.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:47rem;left:11rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:35.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.25rem;height:4.25rem;top:51.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { width:8.25rem;height:0.375rem;top:63.0625rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { width:3rem;height:3rem;top:52.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9375rem;height:2.9375rem;top:36.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn { display:block; }#gbNk6zI9QaGsgNNWcdNyrktD4CrI5LXn > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmH2OtPpb2cWw6k2l256E4d51XZDR9g2 { width:20rem;height:2.1125rem;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) { #wM8nGRaAKcySDxONPxxBwTfP5JLShVsT { width:8.25rem;height:0.375rem;top:4.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86xsPR14cHV9nsJTFA2GR6LK46DgfkI { display:block; }#a86xsPR14cHV9nsJTFA2GR6LK46DgfkI > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpQBrZWg3eVxuJuxOJXV6CbGAtbbTr31 { width:19.875rem;height:34.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tes4049oZIT57tIBJrIAxDPq6uQRAvR8 { width:18.75rem;height:1.95rem;top:3.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCRgKMlZUFdCyp3Gv227wP8OHGhi1r8T { width:18.75rem;height:29.75rem;top:6.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC { display:block; }#A5tRNffcMzxo6DRkiFQTDBi6TVOczOHC > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSkRhUupnemWUW3ZJKanHhnGoUrJ5wAq { width:20rem;height:28.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8M4RBh0pCK0KZEtwTguJcA9X84XDlUC { width:18.75rem;height:1.7875rem;top:2.6875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIvSOhNLpsmxkzmdHXGScb4qfme930TF { width:18.75rem;height:23.61325rem;top:5.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdTklaAMv7OXgwizarnHHkwOu6bCDw3C { width:20rem;height:36.125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSGdlTWETbh1QulQHd7CHiXR95N3zOhu { width:18.75rem;height:5.625rem;top:32rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNyuMKg6AftbT7GIKltnevkU46NsTRq { width:18.75rem;height:28.3359375rem;top:37.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBFakwumO2WCclao9lmGZCahevI4wWt { display:block; }#mDBFakwumO2WCclao9lmGZCahevI4wWt > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hrq0OAg67BOMoRcsOngVzcMZUKCMAUon { width:19.875rem;height:35.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTK6dzc2BRPTsbLqn1ivTHWwC3eleOrn { width:18.75rem;height:5.625rem;top:2.5rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qkn8Kvxrygvg2MZTTka5JSDy27wB4cXd { width:18.75rem;height:28.3359375rem;top:8.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmoRUhJzU0Qs2y4tmN102ZoZkTTSrw4o { width:20rem;height:27.125rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4AGZJ85cswxhlsFb2U9vctVrXdyIKLM { width:18.75rem;height:20.464875rem;top:44.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW4BdOGuKyL31OTKavyIdfRXum8g8lNx { width:18.75rem;height:3.75rem;top:39.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT { display:block; }#LnJpPEfgJKqaEHaFOsbQpR9qWb3TAEKT > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:4.225rem;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) { #xFN9p24KINc9Alm90XFBS5IFDHZ1kWXu { width:8.25rem;height:0.375rem;top:5.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTQAfE5ZJQwMMKwzrSgaLNpfqoflVzMQ { width:20rem;height:28.793rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfId0PTRvLupilM6kg5fOlBWlaS9DUL { display:block; }#SkfId0PTRvLupilM6kg5fOlBWlaS9DUL > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.25rem;height:0.375rem;top:0.5625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:9.375rem;height:9.375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:9.6875rem;height:9.6875rem;top:3.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { width:20rem;height:33.6875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:17.0625rem;height:1.625rem;top:0.9375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:31.992175rem;top:14.5625rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 { display:block; }#DIvsdVk3IVdAI4vZiRHlszBvm8hZ51F3 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbDJk5r4rwGpZbgrs590CHISndATBh4k { width:20rem;height:5.19921875rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT397eNgMgOcuK4fp8r8k7gBIqCf3pvD { width:20rem;height:1.4619125rem;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) { #G4UZNDf7msXGgd6Zp3EZO5m9ecfzVN3L { width:8.25rem;height:0.375rem;top:10.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmoWRs3p56kI8sQ6XbTHTGZwrNhynuh { width:20rem;height:6.39844375rem;top:11.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b { display:block; }#wC1Is7kGDBi0cm4xa5wTBRL4DxTsds0b > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJTNGqf1sqq9GXKfIyWUo0LivuzsWGV7 { width:20rem;height:11.8125rem;top:1.312500834465rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu { display:block; }#BbPu2XIQi36SphnRGfTRH5rTqMUAoTTu > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apWoKrgDV548roTIwrOVPanJcBpqJsGH { width:1.875rem;height:1.875rem;top:0.97421264648438rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEBpv78roIQmQPsC40D7S8pTL3mTiRwd { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKMiR81pkum3zKZnqdy3xLSoxP4Chnu9 { width:15.625rem;height:1.625rem;top:1.0679626464844rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TamF4OtPPsPVLCQPOlay7CcgetMzPay0 { width:15.625rem;height:1.5rem;top:3.125rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4HgznKBVpdZNah1sTqrN3bbcSZIA7y { width:15.625rem;height:1.5rem;top:5.125rem;left:3.7499998807907rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 { display:block; }#hFHf0kmOOLZ1rZalkZhJT2i5mKpmvT18 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSPCD9qSvRxyuTt0N5sDG30HetMrnPI6 { width:15.625rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZgT9yxuvghRWbiXz9SlElTskPFt2NZ { width:15.625rem;height:1.5rem;top:3.162109375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79nafrNztw2QImEmcv8qWU7uGqOgLvc { width:15.625rem;height:1.5rem;top:5.35546875rem;left:3.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JGcDPT5RRrF4PzqN7I3mAm7MbkAaNSRm { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP { display:block; }#lxNCn47HnFTNTT20pIOT6Le0C6m5CNxP > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOplVkSHW1Q3ltFcxSu95W4SVMsAKrpl { width:15.625rem;height:1.625rem;top:0.9375rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQEI2dCdi4ZusQNZDPd8TNCHinWMbd3 { width:15.625rem;height:1.5rem;top:2.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRT4zd4CJo9rUikgTr8pJvPQBtdAcWz { width:15.625rem;height:1.5rem;top:5.5rem;left:3.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hzsoaIepKJiBLfbbwS4pHATPDdzI9TaS { width:1.875rem;height:1.875rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO { display:block; }#zIbyBFMKDm6SiGsxuxctTrTOt4OtVxMO > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsf5hiH7nSWi5VCylKhO0B0HtIBbFu5O { width:15.625rem;height:1.625rem;top:0.9375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWIcLyppzTwFtRiHt5VpiTilE0ExbdG { width:15.625rem;height:1.5rem;top:2.8125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ZzowHJryipkIapaOTvxeZIy1OVUKfq { width:15.625rem;height:1.5rem;top:5.1875rem;left:3.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fM9S6LmDksvR2DI5woKqSFE7FvH6yuwh { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfECyIP4NLT1sNvF59daG7M2HRJWTNG { display:block; }#DzfECyIP4NLT1sNvF59daG7M2HRJWTNG > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eChg7QJkqmNAEdsmLDMNtN5tHzmSabqN { width:15.625rem;height:1.625rem;top:1.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4HpIuaaQV6zgp4qWmW6fROJqOKmpTy1 { width:15.625rem;height:1.5rem;top:3.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3b0PfAn33w4aksoiTN462wOTQumEyvO { width:15.625rem;height:1.5rem;top:5.5rem;left:3.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWBGTXd4gRMKkL5EHqrqXbVXFclLQQ5r { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv { display:block; }#IxNCcgTVgqQM3Qs6J5T7vEKEVfEqtxiv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTQlNCg6gRJTX8z144CZU5ZrH9bHRFgz { width:15.625rem;height:1.625rem;top:1.0625rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZPWRGeFrsM5WEyW5auAogwdFrZzeWg { width:15.625rem;height:1.5rem;top:3.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myeO9kCzIIheRUnD9755rB2sEfioPWr4 { width:15.625rem;height:1.5rem;top:5.5625rem;left:3.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mlQaT6IJI2bxWv7clHxOfarO4xEw6uPq { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf { display:block; }#G6Oi2L3cZFgAacA9Kl3ov991lpZEi4Uf > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPZJpWeMeSXUmBmopo2EdmpytP4QtqQB { width:15.625rem;height:1.625rem;top:1.3125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSbCXrixmdX9KMUIbc4ohtxXs72iXMn { width:15.625rem;height:1.5rem;top:3.3125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLLHTAyT0udMicKoSiyQc7Nqfe9NhyZm { width:15.625rem;height:1.5rem;top:5.3125rem;left:3.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ewspvGmFFvUayRIowrV59kBuVtEcTU8K { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H { display:block; }#p47l8gwmEplNyx2BWbFB1rz5KkpgOk3H > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0h1qBovJSuSheAnLnNrQMezVsrhJz3H { width:15.625rem;height:1.625rem;top:1.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2kf3UL2q1xo3D4IndMwrNDQTRJBrXAO { width:15.625rem;height:1.5rem;top:3.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDKD5B0Hz4R1Sbu8qS55KvSpRVvFi64 { width:15.625rem;height:1.5rem;top:5.75rem;left:3.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fNI4s8Li2F1HAFQUzF4w188M8g1VnoUT { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 { display:none; }#mhEUd1o9TVCAmQKXCdUiX9iliMtDRdM8 > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CwNLhfAbf9JHA5LBd6A1BaHT3O9hJtSB { width:1.875rem;height:1.875rem;top:0.97421264648438rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrZx5cmNIM22vUCRTmGt5vtPauS3FFg { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #weMNyNTBy4R2w2nVQNmSZGouSpHrP8dd { width:15.625rem;height:1.625rem;top:1.0679626464844rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguDmt4PJltftrW24AgVMei466IXSEzp { width:15.625rem;height:1.5rem;top:3.125rem;left:3.7499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAT7TQEQQTBHlbkIephTX30qAHBy10rS { width:15.625rem;height:1.5rem;top:5.125rem;left:3.7499998807907rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 { display:none; }#rUB8bUpVbELZmMtrehZZwrpbmfTpq4h8 > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bwbg9wcgR1RWQwHtwVNgbryZubx6Glly { width:15.625rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdkncepDJTlxS4msOKs6RP7PTtCWUAX { width:15.625rem;height:1.5rem;top:3.162109375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUTeL6TRcyw783cb3C60tl7Tycc1RSxo { width:15.625rem;height:1.5rem;top:5.35546875rem;left:3.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A4UiMMvX5b3eRriclwkvFMTHIoBEVt7m { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq { display:none; }#OXocxxVnvDIxNLTTb7sZIwWSbzHi26Bq > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eWNRGSUpDnDx16BneSJXo6ZpaTAUsIh2 { width:15.625rem;height:1.625rem;top:0.9375rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U58f3HHof2NGJg61i6ZvyQri6xCD2Q4n { width:15.625rem;height:1.5rem;top:2.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3LRD9GbtbGPlUPqf1E4Kaw1qi5ZToO { width:15.625rem;height:1.5rem;top:5.5rem;left:3.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fUweHVmiATQk4NX4rMMP3QDCIA80SHK9 { width:1.875rem;height:1.875rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD { display:none; }#ky91vAgZdbqfG2dk1I46BT3ml6D3hQPD > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i3cpiGco2eD8RuOf7OmU9sG1TahBwzVT { width:15.625rem;height:1.625rem;top:1.25rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrr3ucAUHZ7IWm9BZ0sqKPoDVMzy408 { width:15.625rem;height:1.5rem;top:3.162109375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSGsipgWmfpPUxxGb1br8qNRrJzaSsgZ { width:15.625rem;height:3rem;top:5.5rem;left:4.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T3VnuD65FNQMCX9GzVMEEL2igyDe0AeW { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb { display:none; }#sOwsnsk834CvtwdrzT0q6X1VCIWsRGgb > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FJyWZIIU5T8kiXChUHlTXgFDJQkiwM9v { width:15.625rem;height:1.625rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVh46DldZ1zhVbN9P0E4ERFuplbEZga { width:15.625rem;height:1.5rem;top:3.60546875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7G1cWioR4ghI5HoPXI32QUTmVqFsC7 { width:15.625rem;height:1.5rem;top:5.66796875rem;left:4.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WcTBszgfhZBhTJplKCcuIH3n7zzTxEkt { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A { display:none; }#dFkbKKx8OgPZmZrgaTWeRlhngTrosh6A > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DuIeRNsQsKncZRbDXOTukbFleAFZUynu { width:15.625rem;height:1.625rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkgPG9qllThoBJLtWMoPBUF8cgbLxpv { width:15.625rem;height:1.5rem;top:3.29296875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGUpawmvrrTmQJutWIAXxpN1nRUsZsBa { width:15.625rem;height:1.5rem;top:5.29296875rem;left:4.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gVtET2DlCik3cbHxBlGzvBqdgaKTOcs5 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ { display:none; }#NLK6tgzra0yHLT30WwnuQqZPkg43WtMZ > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cSq7msrXFFMIyOt1sxTbvGVLlcZmtMr1 { width:15.625rem;height:1.625rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyUpshpsSw6Fn9eZDLWHKtCKaAN7TxwS { width:15.625rem;height:1.5rem;top:3.35546875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K13FT1vbreiDpybt8BvcO7wKBiR8Pm0C { width:15.625rem;height:1.5rem;top:5.73046875rem;left:4.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CO38KQPdcqXIS3UTwTeS17uToQrQC9K9 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy { display:block; }#znrveZHs3vWIxr4oGJ4gObRUNOfyrbcy > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgsTg9p18rhusVCkowtMfHZAAQboQLPr { width:20rem;height:2.6rem;top:10.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i26H6uTBkCEtLbDUPHP3cTrFxwFBbtOv { width:20rem;height:2.5996125rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqsJHvGL56nkUkm3olDKPXuZ6u3oyyiG { width:8rem;height:8rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TtH5MWwsaD4p4SUFHWTLhyNuc4GBOD { width:12.625rem;height:3rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbz7tR9LbC7zSg5NwVBtuNz7iMetJA6J { display:block; }
 }@media only screen and (max-width: 763px) { #XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu { display:block; }#XB9A6x9kgwJ2PxtQwq4OlXZkwwXkKdgu > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfkNAm7SprVzke5LqxZrlnx1muTh43Ud { 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) { #XKFhKnqEF2xcoS4iy2ampcBzb0V5DWsA { width:8.25rem;height:0.375rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh { display:block; }#mVM2qoUeHmhC6sV3QvD1gwEs08vOQqkh > .row .container { width:20rem;height:362.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehg1m6sArZn6dc4NoTV86gGhSu1F4ThK { width:20rem;height:1.4619125rem;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) { #GiInwQTTlZlM47QFExikVqT8ytVeMxMD { width:20rem;height:0.0625rem;top:89.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcVasir8611md0ermRoL5HhG2M6Te9C { width:20rem;height:84.484375rem;top:3.9609375rem;left:0rem;font-size:0.875rem;display:block; }#kvcVasir8611md0ermRoL5HhG2M6Te9C li:before{  }
 }@media only screen and (max-width: 763px) { #G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I { width:20rem;height:47.371125rem;top:93.71875rem;left:0rem;font-size:0.875rem;display:block; }#G9LJrBwXVk2lUen1Wmp5wgdbnzstKF7I li:before{  }
 }@media only screen and (max-width: 763px) { #fT4A0Xm0TSqkTfr8QsQndTm7vuGc1bvZ { width:20rem;height:1.4619125rem;top:91.0078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTyv1KCDgTOeR7RBdqvyUl7RibZkrdMP { width:20rem;height:0.0625rem;top:142.339875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw8HcBGeW5ikkozSRs8pUPanSye9bFh9 { width:20rem;height:1.4619125rem;top:187.913125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi { width:20rem;height:60.8125rem;top:190.6240625rem;left:0rem;font-size:0.875rem;display:block; }#fIPR8OdMQO8myQfbDb5puW7SPXiq0Xqi li:before{  }
 }@media only screen and (max-width: 763px) { #s4Knn6bNqco88GLl1bBNUIw6PfAipo0Q { width:20rem;height:0.0625rem;top:252.6865625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 { width:20rem;height:31.2305rem;top:258.1719125rem;left:0rem;font-size:0.875rem;display:block; }#VVpAXIgS38e1r9JpvyBdeEkWuK5LFc22 li:before{  }
 }@media only screen and (max-width: 763px) { #Dhq9EOtelJ7XQno0Nk5vg5KKouUxur74 { width:20rem;height:2.923825rem;top:253.9990625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sk5CKXipxtAZsPCcUaho9JHcnXAqvEKO { width:20rem;height:0.0625rem;top:186.600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn { width:20rem;height:38.98825rem;top:146.3633125rem;left:0rem;font-size:0.875rem;display:block; }#qFxcQ9KMPs4TVhDLHpc6J9R8QBXZVTpn li:before{  }
 }@media only screen and (max-width: 763px) { #ZDLSSHDWh1CZylibUnrQmpXGruoIyWG3 { width:20rem;height:1.4619125rem;top:143.652375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1PG2PaTT77lQP9mvhyUDLQHDmQTmul { width:20rem;height:0.0625rem;top:308.36921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe { width:20rem;height:9.5195rem;top:297.60065625rem;left:0rem;font-size:0.875rem;display:block; }#rc8qDtLi2ZvOhweW5XSiGquGdh6toHKe li:before{  }
 }@media only screen and (max-width: 763px) { #pWg2c6BvJplmQrGEIVeB0CTUpDpfHAkB { width:20rem;height:4.38574375rem;top:291.9649125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpaz7iwcVtfVuyqwZhaiwdyFXJeIQsm5 { width:20rem;height:0.0625rem;top:290.6524125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5d72MsfmqTHbaxbDIC5fTS8WiKhTp6y { width:20rem;height:0.0625rem;top:328.65925625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v { width:20rem;height:13.5546875rem;top:313.85456875rem;left:0rem;font-size:0.875rem;display:block; }#fWi3ynCnSgiUKCIaI50dE8Rd1UUIhc7v li:before{  }
 }@media only screen and (max-width: 763px) { #NtLmub4ISndcPn1o5Uy5Rvtzn0Ccz30I { width:20rem;height:2.923825rem;top:309.68171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuLOv90LMZNqC0HQV4Sl177CTtxd5R4e { width:20rem;height:0.0625rem;top:361.56648125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbSVvhO1eal64VhmyenHD0JQkSU64oR { width:20rem;height:26.171875rem;top:334.14460625rem;left:0rem;font-size:0.875rem;display:block; }#BhbSVvhO1eal64VhmyenHD0JQkSU64oR li:before{  }
 }@media only screen and (max-width: 763px) { #nk2w2xmrcq5dD2dz80J721kTQWwQkJVL { width:20rem;height:2.923825rem;top:329.97175625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:2.25rem;top:6.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { width:20rem;height:31.1875rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:68.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP { width:17.1875rem;height:16.5rem;top:50.1875rem;left:1.40625rem;font-size:0.9375rem;display:block; }#edSZvrMXdkVz5RZATXOZ6C5XkaWZBRvP li:before{  }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:35.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { width:20rem;height:2.6rem;top:45.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:2.6rem;top:12.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { width:20rem;height:1.21875rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { width:20rem;height:1.3808625rem;top:43.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS { width:16.875rem;height:16.5rem;top:17.53125rem;left:1.5625rem;font-size:0.9375rem;display:block; }#z9M2DdaT8JQB8caZi1c9pxxAHfJAbHLS li:before{  }
 }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:30.375rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx3lefcEWLkkkwcn4Iphpcv9GuCu1C7Z { width:12.5rem;height:1.3rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSqkJW6i0TePNfscm4s8Vh7PA1U4aGdh { width:12.5rem;height:1.3rem;top:14.9375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXeMInix24RersTbuyBX60oz0Uf3hHy5 { display:block; }#yXeMInix24RersTbuyBX60oz0Uf3hHy5 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN6blFhlFpc6HoUWPgpqvB0eIrKe2tmz { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JirSx970O2Rw3nn10080Dk5IsEUfl61V { width:8.25rem;height:0.375rem;top:7.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD { display:block; }#qh4iKNM1UqSUp8hxJDsEkZTx5naFqueD > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ { width:20rem;height:22.25rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#uxacUi2LIOehTuSUKlDk8PTB3g9k7umZ li:before{  }
 }@media only screen and (max-width: 763px) { #NEbUkZ97FchzKKrdOQPuqMq3lMpGCyae { width:20rem;height:4.38574375rem;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) { #mt1EGfvyOWo75g8CivekStyTeE52Upg9 { display:block; }#mt1EGfvyOWo75g8CivekStyTeE52Upg9 > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdg0CxSJaVoeF4a3xpltCfUGKUTHek8C { width:18.625rem;height:12.375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNRgwXNvGten1TtBWo5yLz3xwDN3S8a { width:18.625rem;height:12.375rem;top:14.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVw9omKgDGc1leA84fg47dieSUl0T61T { width:18.625rem;height:12.375rem;top:28.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq { display:block; }#iIS1x0iXGOx3ktWfaMN6THCdXqfskpMq > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kUyM9GUBfFw2dTK9gE9MnhTPhNqAsT { width:18.625rem;height:12.375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3xsyHZm7dRTPPQKn8F9E3hAww6VRiZJ { width:18.625rem;height:12.375rem;top:14.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsqIO8ThVWw0NauMypaT5sWiWIDk7Ip { width:18.625rem;height:12.375rem;top:28.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 { display:block; }#D2ruxvcqMPt1vlFtNNQfTFeKKlNIriD8 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggUrKO2VeKHLrBlWMobLRnLC6ZFc8tyH { 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) { #MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g { display:block; }#MIOgaqdzpkNu5eL9eyFTDpCFPBFPMl9g > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BElTVIIzDmV4sOo1u8MwS32Rulqv9POf { 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) { #LyNVB79NFru5AUzF0MPglJRgWv3crPTp { width:8.25rem;height:0.375rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL { display:block; }#I3EMzDtKHN1CJ3meMglTCBvBdhNl0giL > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKhlp1EqMw0MXSO5HXuHLCXR22THVW8 { width:20rem;height:1.4619125rem;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) { #MRBWZmkhemhPppJJ1vnQW5GAlBSp2M15 { width:20rem;height:3.9375rem;top:3.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9LdioWFSHc2hAISqiWTeAfHa94AcvGd { width:20rem;height:6.5625rem;top:11.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQCu1W4Rt5EKprv0xCtpBwNTofJ1pWDT { width:20rem;height:1.4619125rem;top:9.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHKZO8PZdLT2hDESAfMBGTZ4fWd7ZUrp { width:20rem;height:3.9375rem;top:23.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM1iOTet3PGVZXtEuw6MTLziPOTzaEA5 { width:20rem;height:2.923825rem;top:19.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlMTfWdUwXTD071zaW5bNfr1Bk7iisEN { width:20rem;height:9.1875rem;top:32.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBxMNHZPTEbdUOn7KN9BwVrQEg0TiL2i { width:20rem;height:2.5996125rem;top:28.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6WeSNqpNPJp28x2C80cEfyxwJiOhMLG { width:20rem;height:1.4619125rem;top:43.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL2pidgT59JABDspLN3kdECoWgLuTlP1 { width:20rem;height:3.9375rem;top:45.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IeMyTmOsAuT30G6Qw646C0veFwvwhF { width:20rem;height:6.5625rem;top:55rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2bcZ7Nbb9Kxhbu3btNUAuNUNLQlaPE4 { width:20rem;height:1.4619125rem;top:52.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeZCvmHfke9EVMcBAahGxsalDUVwlsMz { width:20rem;height:6.5625rem;top:64.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fim2D78DMbvBzFZiBUWoIXoTZ4vPMWV2 { width:20rem;height:1.4619125rem;top:61.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0XTnmeBngiGckR3XHrlaGwIiBv82J1G { width:20rem;height:2.923825rem;top:72rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6TIAkycCTCwprNMdAcZzR8p3CAPPn8E { width:20rem;height:5.25rem;top:76.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy { display:block; }#XHcO5eXO2aVUI4nCQVJcLnnBltpt5tMy > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp16TRMTB6yfJlftp8T52mO2g73T4X9x { width:20rem;height:2.6rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mX9igvFCorvWkGHctpyOtPX4WdIZ7NnS { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbyB5aB4NwkKfHiLXEuA6X25JZwEcQhV { width:20rem;height:7.19925rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acMdUVy4d1KxpifMMvIiTRTXnTZG9d9e { width:20rem;height:1.4619125rem;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) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-text {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-select {padding-top: 0; padding-bottom: 0;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.5rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF  { width:17.4375rem;height:auto;top:21.625rem;left:0.125rem; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF {display:block;}#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF { width:17.4375rem;height:auto;top:21.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #p1wgFuwPMzLT0cOCBuSqUTU3GwU3zCnv {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #u4PIECazOSuMmen7Dt1rvfH4gNZXcnMZ { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #XPgdC8PadspfAG62LOOSzSlIw03RokH9 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #c8Wwmt1vAKM2Qbl9KboWrEFg5Vfyh0Gw {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #MU1Tehwd569vmzZWQTvTKXKJ4KooPeOh { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #V25aFTUzLGPCEzHBmcLFSEsT7CaO7pI0 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #UqlCzZEXh5GmF02TltVkA58E0S6lGTTM {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #s7pI54ByZI2JI6HFUJTSKCG0J28oofrt { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #b83lcgQhnbaDnR38IuPlG7DZ925y9JNv {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD {  }
#deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Gr2xZveeInMCPrTdykkQtoINRAzA1BiD .container-column{width:50%;} }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #dIa0bINFgnAnoGacVikIIBWcuAlHTt7m { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #DrCMTD6EZI2VidHmIa4QqGayhGw27xna { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #VvmugLUxTWO0UyUyaKkUIrTRRJ2iXF57 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #PgTWwylIrpJInT6Mll7CDvdgNBd43z2g { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #FUFhvF22rOVUvM0ERDubT0ThMfk9rFNg {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #pvm2TFQgRildQXVJfGlSsrTuBWbus87o {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Ud14ASHTImFvs7A3ZbRGFZCTnz6kLNTT { display:block; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZHnbVx1r2lFmUMGJ0D93EH3sVQpXTWOM {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ngArEftsnwk8AxhlbkRVtTh2wTfDeE5C {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #ZoXI1SZJiTzMRQTXCCXhJ1tx4lEEq6fw { z-index:2; }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #Wcrnpcs8IKRptIMn6TS0VwBcXNnvcWKX {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #qw2m5PtpSpmH6C6skealBB9s6dK3xhU1 {  }
 }@media only screen and (max-width: 763px) { #deTsTkCw8SSZfvpfiqZvFlol9P8hWLaF #m1ImFAXD28IGTp3efsHgukXKNwm5Sh0i {  }
 }@media only screen and (max-width: 763px) { #S8GuT58WxT1ZFPO4eP8G7pJLIviVqSUL { width:20rem;height:43.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK7V6WP5nTBbNELHKNmbKC0iOf7epbd3 { width:20rem;height:2.4375rem;top:18.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcGp8bJKfF5LK0pgUgo5f6pucW9MtJPh { width:20rem;height:2.25rem;top:61.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVWGashHxJc3622MJS7qffWlk2uPt7Gg { width:1.375rem;height:1.9375rem;top:65.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeZQ7KqeveUCTx8AF5NDKETLiVzg9Zlq { width:1.25rem;height:1.9375rem;top:72.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIMkCUq8VKV43Lz8yzF5qAoT4PTgcsu { width:1.625rem;height:1.25rem;top:76.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIIbOXCEB0XNHQQEQ7gkXolTpPtT47R { width:16.25rem;height:4.5rem;top:65.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2nqikIREE61ntfT7mTA4HcHduEcCUW { width:16.25rem;height:3rem;top:72.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmWLLD8ME9w9dTNsiMS3OHvsziURezU { width:16.25rem;height:1.5rem;top:76.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M79lFpKfT73HA9qle7Q2aluBAleAHU5q { display:block; }#M79lFpKfT73HA9qle7Q2aluBAleAHU5q > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsPDWetqcv8lkFcS0AxsI8fakdnWNTKQ { width:20rem;height:2.6rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3D2vcFxafFeOyPcCrTBsULtnRAqNehI { width:20rem;height:9.1875rem;top:5.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8NycMzkWEr6Afldbd4FX9pQzDrL2IQq { width:12.625rem;height:3rem;top:16.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq9Ge7HnSSmTT9rlh2N3k7GK9RsgbVLX { display:block; }
 }@media only screen and (max-width: 763px) { #RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J { display:block; }#RXSdlQvMCVK9EW1l1Vy0oTuOtyspqp0J > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw0SuFBdymvTg7TxibP0dNsonISKEN1r { 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) { #IXcUaTWtGLRX3e8DMX91pJJ5BH7wVbk3 { width:8.25rem;height:0.375rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI { display:block; }#WaXsAybqEBEnFRCHXMsrMilpX7qOJ8PI > .row .container { width:20rem;height:199.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGA5QfnUf7iTbyaTnM0aZvpVoAQOk2E8 { width:18.625rem;height:4.375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfiOaq95VBmfWPzMAS8fI90Syob46vuG { width:3.5rem;height:3.5rem;top:6.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa4RndqAFzqAv4Q0SVtIbTFw6skWIi84 { width:12.5rem;height:1.3rem;top:11.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCThfynISlwOn6rvTHrmIe0bgwihXoSC { width:17.6875rem;height:2.625rem;top:2.125rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Oruiyk9dAGzxEA77fogsnKPFiQef0n { width:18.625rem;height:6.875rem;top:73rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgHbvoxH6xuEGcyMLqM0oih7wwCAsxwG { width:12.5rem;height:1.3rem;top:85.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz1PDIWyPMHA51uTqtilZda0POqpTTIr { width:3.5rem;height:3.5rem;top:81.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAXKvOO38ZhQLtZsFmksTMMaaAdtGnV { width:17.6875rem;height:5.25rem;top:73.875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6tdgPv9F9BDp2KFQuGJwOqmuX8IVpH { width:12.5rem;height:1.3rem;top:151.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io9TvwKEkxKgMz8NxzlAfk82TCrTd9zg { width:18.625rem;height:8.5625rem;top:137.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW3ciDOGUBeSuhxAb6nK0MQdd0DmT2yO { width:17.6875rem;height:6.5625rem;top:137.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQMQTRiINNP85UfDt2CAr5Mq5wZpfWr { width:3.5rem;height:3.5rem;top:146.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEs7GOsEd0XxIN1JWJTx8hFuJa945N0E { width:12.5rem;height:1.3rem;top:27rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNgt6lOcTNXUiQdTeo7ffwCHOLW8L106 { width:18.625rem;height:6.875rem;top:14.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOzkkFhvIMd92TvurSpxo9TxQksF03qN { width:3.5rem;height:3.5rem;top:22.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSWwQVGHO9ZJVDlwGAm8vb0QFVTofP3m { width:17.3125rem;height:3.9375rem;top:15rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BDTTRiPrQgxoyq3EzPeyO1MfNbsrmw { width:12.5rem;height:1.3rem;top:99.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D13WMxKBdcceFTOcnuAOoxEXTB8UwimR { width:18.625rem;height:4.625rem;top:88.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETe4OaFy1nE5T3PxUtu8DRRn5nVF7S0y { width:3.5rem;height:3.5rem;top:94.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpty1e8AihKQl8EQlF8l5dSvOz9tbM8 { width:17.6875rem;height:2.625rem;top:89.25rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7uZ1Ttd9nxgBcxkT7g7K5C6GNN4VymB { width:18.625rem;height:19.5rem;top:154.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR5dLOGZKnToHW9xHLqJb7tF7f0Iweg2 { width:12.5rem;height:1.3rem;top:179.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWit2CbXtrDWfyTvCxEseV3uEc7xiOvq { width:3.5rem;height:3.5rem;top:174.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPw1LmlQAP75LS3vB4gZhFqTV8KwvA4c { width:12.5rem;height:1.3rem;top:42.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaDWCAFhUzIl5RcrQU33MyGTz6F2fJuO { width:18.625rem;height:6.875rem;top:29.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXf1OQJdNsB1xsIas4AGAyZhIPtmmQGl { width:3.5rem;height:3.5rem;top:37.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzJEy8oB9BqKwly7uTwudTdcUtGENzld { width:17.3125rem;height:3.9375rem;top:30.375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0k92hhlv1vFsk3D2gRCu6A4groEOuwx { width:12.5rem;height:1.3rem;top:116.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSyXFTkukZZ9g7yV0pEgrlOoiXMxJBbn { width:18.625rem;height:7.875rem;top:101.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlHNCpeNlP5IhtaMylbXucoWTzPvsTgo { width:17.6875rem;height:6.5625rem;top:102.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJuDVXNfx2ITBxH4MFGUh47NLSFH6Ih6 { width:3.5rem;height:3.5rem;top:111.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHU2cCplGpeUyFdpFCvLtkAeUZFs0Xf0 { width:12.5rem;height:1.3rem;top:56.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0IDrKEdDHDC8LMC7pCg65mzgWbGo4W9 { width:18.625rem;height:5.5625rem;top:44.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZAb3tQohSoiuwPTxwLBdveWQ25kKSQ { width:17.3125rem;height:3.9375rem;top:45.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l397ordpSOX2LCghAngOg9ueXBwPLMcn { width:3.5rem;height:3.5rem;top:51.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3nOibN7u4ItVcbKDwiG16eFOsB2CpvI { width:12.5rem;height:1.3rem;top:134.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ardzRtWQMth75HI8CdR05OvMZNMJ9J9V { width:18.625rem;height:9.3125rem;top:118.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJgOb15Lo2HydboncI4d05n449tFzpXp { width:17.6875rem;height:7.875rem;top:119.625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDmJCHHZapLV9FCDrQ0CmADXPE3axPz { width:3.5rem;height:3.5rem;top:129.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqqhbDMUJzMHWNKHahIL04JvAfoU2yF7 { width:12.5rem;height:1.3rem;top:70.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgQ1shywWJQ5ZgRmT406Dpmp2bn73hsE { width:18.625rem;height:5.5625rem;top:58.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcDrRtKJRl9rWMK8u5hJ8AJpa9FIdyKF { width:17.3125rem;height:3.9375rem;top:59.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFGaJb4Zdn0VQcQwPlgmr8LvQ7HUXIhM { width:3.5rem;height:3.5rem;top:65.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRWR0uiosFUI9RU1pFbASsXSNaQVA7aJ { width:17.6875rem;height:18.375rem;top:154.6875rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQb61wOL0UShLxw6EPy4GxNihcEmywx { width:12.5rem;height:1.3rem;top:194.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHgcVlPiDrGxSKIJmBuiBqro84muuKm3 { width:18.625rem;height:5.5625rem;top:182.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV1RMOFbXERqwBKpkzQWzdHZQ0ZpDXUy { width:17.3125rem;height:3.9375rem;top:183.5625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMLHip8A96i1c5ECiGAFnlBvaSXELCL { width:3.5rem;height:3.5rem;top:189.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m { position:relative;z-index:auto;display:block; }#hPIzpl8J58QdmL4w2iWpNDpyehLTJT8m > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9TIkLTixqNEe2J22tB6nhUGB4MAXeze { width:4.5625rem;height:2.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ierwyI5KvTaOcalmaqZ7Iio56uDN1wxA { display:block; }
 }@media only screen and (max-width: 763px) { #Fa18enTKOP7ng9nuJDH5bBHcKwimcBGf { width:4.5rem;height:2.1875rem;top:4.40625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeEv6iNIcXXhLI69f9KsEDO7JBqkbmBv { display:block; }
 }@media only screen and (max-width: 763px) { #kwriUhZ7fAtGOAzVT1n4m9xzB8mRyocS { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #imAuLEurKuiR119w8FFBSECr42Kup0Ek { display:block; }
 }@media only screen and (max-width: 763px) { #VVHMq09tOc5soPnUkdKiyTXsz0fRnNqU { width:9.9375rem;height:2.875rem;top:0.625rem;left:5.0312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AWAoEVanKQDZbJc2m1GCNNWUASVB4z { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9EnXuGhyoSv1gFPMcVGxTI0A5VX9LLu { display:block; }
 }@media only screen and (max-width: 763px) { #bhLEqEcB0Fq8im46chsxkJMDPwaZZPn4 { width:3.625rem;height:1.875rem;top:6.78125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLiv6H0AwPSrVBZi9Tp9Edkoz51hNi6Q { display:block; }
 }@media only screen and (max-width: 763px) { #qOFqn5VdfqaJELTHHdZ4AtBAJzrJ57Kv { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma07XiTyxaq28VEFUTORNnIpue0Q5bDw { width:12.5rem;height:1.3rem;top:11.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaaPgXoAOqstHoepQKdZvw31De19cvC6 { width:5.625rem;height:1.875rem;top:6.78125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOD40CxGJpfMgJHcbFyyz7z7i8BgIXM { display:block; }
 }@media only screen and (max-width: 763px) { #rBTis8JDfeO70Qi5pdL8sTdXUTiCPX1R { width:5.625rem;height:1.875rem;top:14.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #og7khF4t7b32pRkfKzMiNk0ykHAx0TAt { display:block; }
 }