.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { background-color: transparent; background-image: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container > .video-iframe-container { display: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container { display: none; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .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); }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { border-width: 0; border-radius: 0; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { 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:2.5rem;width:6.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:19.1875rem;top:1.25rem;left:55.8125rem;overflow:hidden;display:block; }
#bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d7bc5;border-left:0.0625rem solid #2d7bc5;border-right:0.0625rem solid #2d7bc5;border-bottom:0.0625rem solid #2d7bc5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:37.375rem;display:block; }
#w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqpafbro1B3cHnbp3RvEb1VPg463STIf { background-color:#2d7bc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5a9bd6;border-left:0.0625rem solid #5a9bd6;border-right:0.0625rem solid #5a9bd6;border-bottom:0.0625rem solid #5a9bd6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:45.875rem;display:block; }
#T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { background-color: transparent; background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .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); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { border-width: 0; border-radius: 0; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#LHuJuWXL8n8WTBqoZNPZFpnESzx8PSi2 { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#ATrZ5NfVwOtOnOqRJqNycTwUIJtix1aU { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#reKXgJDtnULW8PMvpI8ZbT2Sf2vvVx3N { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#oDhAa4hr1fqondVrsyD814cmvO7Z106Q { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:28.5625rem;top:4.8125rem;left:23.25rem;overflow:hidden;display:block; }
#ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { box-sizing:content-box;height:30rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(15,23,42,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#Da8wNEfmhCrbzCGMzKK0TVIa5m0ek97a { color:#f1f5f9;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.8125rem;left:22.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6BapDKFdFMzhz696rXAw6LN3zlJTDJx { box-sizing:content-box;height:5rem;width:50rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#TTAJrrUZs3e6bvgxwP5JSZBphXcvir9o { box-sizing:content-box;height:5rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#vSWK2M1uO299LlnS1kEgW3QfggXsurqs { box-sizing:content-box;height:7rem;width:32.5rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.75rem;left:21.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FF4lTxDc3yphwqJSbQKtb8nCkFFUnTgm { background-color:#dfec19;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:27.6875rem;left:25rem;display:block; }
#uwmQV3wAEplGacvLTJzGTvx9ZAJEXX7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { background-color: transparent; background-image: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .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); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { border-width: 0; border-radius: 0; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { color:#f1f5f9;display:block;width:51.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:5.1875rem;left:11.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrTzwAC0yHitDMnS2XdmvPoemaE5inIO { box-sizing:content-box;height:2.5rem;width:16rem;position:absolute;display:block;z-index:15047;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.4375rem;left:29.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#KsS3oMQHalTM1KqeeTZnOiafGArATcFD { color:#dfec19;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:11.8125rem;left:29.5rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZI0RTz6F1iAhKtldg6UyWyf8NdrAZc8P { position:absolute;display:block;z-index:15155;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.625rem;top:13.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#EiwKx7ScWutDundpcckPqhMhSENa9I8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container { background-color: transparent; background-image: none; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container > .video-iframe-container { display: none; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row > .video-iframe-container { display: none; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .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); }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container { border-width: 0; border-radius: 0; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#b2xH11cSEobbh5M70eg3958sLffZmnNr { box-sizing:content-box;height:39.5rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#OIRcPTWtoE53ik4FgWPyt1xxutQTbU05 { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.5rem;left:2rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Xyr0WTA6Du0n2oFF88dD5V4Jw3yMZ49O { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:2rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R63nNtZSGwaGetPzV7l3sABxNZHPxHvQ { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#045ab2;background-image:none;box-shadow: none;border-top:0.125rem solid #045ab2;border-left:0.125rem solid #045ab2;border-right:0.125rem solid #045ab2;border-bottom:0.125rem solid #045ab2;top:4.5rem;left:28rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#CoJW97NhGDCzS1AJ3hoIIuCmWTM1Id60 { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:28.125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HI1eTMtA349FHUPr7IRyNnKrbSe59GFC { box-sizing:content-box;height:39.5rem;width:23rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6rem;left:26rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#XSRAMdalgSeEuNKDdapc51KyydpaWaHm { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#35bb93;background-image:none;box-shadow: none;border-top:0.125rem solid #35bb93;border-left:0.125rem solid #35bb93;border-right:0.125rem solid #35bb93;border-bottom:0.125rem solid #35bb93;top:4.5rem;left:54rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#tirwHcKwFuyAIb6Teev0qRPqOueO32VF { color:#f1f5f9;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.125rem;left:54.125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3rUGJzeR1IDwfVQey11l8BSXIMGU67V { box-sizing:content-box;height:39.5rem;width:23rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6rem;left:52rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#GFUlDdJZb03kObxvPAqkWvS5CLhlTm4w { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MMok5qeCaP842IkwwKTChx4iXGFDt1Nf { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HFiGob9h7OA9RarORmb32TNKB3iSiht1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9rem;left:13.875rem; }
#HFiGob9h7OA9RarORmb32TNKB3iSiht1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#uQlVJFJ5HC2y3R1h8PCBJkSHV5ooPrF4 { color:#f1f5f9;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dn1Qwd81y8TpW3B581zZEO5Wfhx19ncX { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.75rem;left:13rem; }
#c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#EnKzOBXaBtQiy6a4Mp1MVbSOIkdW3S3D { color:#f1f5f9;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JdQedKFu9tBHPqDocxRaxh4XizFXEIXm { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WU9s89fGHBT59nRK11wSGTghTb4vdvQs { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.5625rem;left:13.625rem; }
#WU9s89fGHBT59nRK11wSGTghTb4vdvQs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#xQ3E5iODTnDsAy1esfOBF9R8klTnkoBw { color:#f1f5f9;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIoZE4nmDLfv4fvwZwN4Ob47QRGyR8fV { color:#bdbdf5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.4375rem;left:2rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.375rem;left:13.75rem; }
#J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Md7uF7XDyA5Z7gxSIolzJmmi5MIZFWP4 { color:#f1f5f9;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.0625rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JhWHFPsfJfqET82X7GA0MvF9NiW7PV94 { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:35.6875rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:35.625rem;left:39.75rem; }
#Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#PDwlxOCRTRWWprC8u1cQP1tnp7IHdLtX { color:#f1f5f9;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.25rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8lnnJvtG1n2udZTrSSPEoICgKmafTVI { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.875rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HDwpPlJc8bThaISNzAf4QgNhuSB1dppb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:26.8125rem;left:39.625rem; }
#HDwpPlJc8bThaISNzAf4QgNhuSB1dppb > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#KZbzUilJ231EbIxpBXb9U1QzEHBHBK1c { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnclLPzsXbwMlPdrfBJCM8pZVD3fJan2 { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.0625rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18rem;left:39rem; }
#J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fL43Toqy87vbbasoTJbq5fmfsVEVSd4w { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.6875rem;left:28rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qv4yX7WVvcS99My7OegkrJxkV7nGewwO { color:#87b9e5;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:28rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:9.25rem;left:39.875rem; }
#k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#GksNM0vznnnDwkKdkCMfST2Cay37UGid { color:#f1f5f9;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:38.0625rem;left:54rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNKw8GG7vy4MQWurTBG1E4veMlruRs0O { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.6875rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:35.625rem;left:65.75rem; }
#m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#qTT6QxiAUAeuUduXhwvVU71tPotFnZQW { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:29.25rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hR3r4ITpXFqTJG4pmNuZPM2DpwDKrpip { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:26.875rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:26.8125rem;left:65.625rem; }
#PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#BFmqX4bUuP7eqbpl0b0AiN9Z6kRDR5lc { color:#f1f5f9;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:20.4375rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DwHrHh9cJ88kcmk5gsqlCIpJHGcaocwA { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.0625rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGC8v1I44yIdO6eN2qfv4SaXVKk527dK { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:18rem;left:65rem; }
#QGC8v1I44yIdO6eN2qfv4SaXVKk527dK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#R83wN468vQxGZteyZrxAiAbcfga2P4O8 { color:#f1f5f9;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.6875rem;left:54rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wy1AuEBslTng7bvJXTRH8fltLITdIgxU { color:#98e7c9;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.25rem;left:54rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:9.25rem;left:65.875rem; }
#rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0f172a, #045ab2);background-image: -moz-linear-gradient(0deg, #0f172a, #045ab2);background-image: -ms-linear-gradient(0deg, #0f172a, #045ab2);background-image: -o-linear-gradient(0deg, #0f172a, #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#045ab2' );";background-image: linear-gradient(0deg, #0f172a, #045ab2);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM > .row .container { border-width: 0; border-radius: 0; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:none; }#DGMtiQgHS1BD5eJDSUStHf1LWn5WhB0e { color:#f1f5f9;display:block;width:62rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4HH5l1NebCiscCmTCXp5tphKqoik3gn { box-sizing:content-box;height:0.5rem;width:62rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.599609375rem;left:6.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BlJeqQAW87P1FE7E4Hr6M4P7XpW77N9W { color:#f1f5f9;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:9.599609375rem;left:7.5rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NFyVgVmT5Q3VFFoASM8G0K4041u41w7V { background-color:#dfec19;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:16.849609375rem;left:27.5rem;display:block; }
#EuTDWMACTZoon3TxeOK571PsJqdikT0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GENtG2XerShC5EMQTfdhEoNDr7J9SDDN { background-color:#dfec19;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:21.625rem;left:20rem;display:none; }
#eAFbJEqg5JOnkTHfTJKu8yZExF7myTii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAf9VJwaNU6zookeTdoIrTEyrUKdgGHJ { box-sizing:content-box;height:11.5rem;width:75rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.875rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#gdQZwHckZSAxZXLkvP4SPKq0vzQwPTbT { box-sizing:content-box;height:11rem;width:47rem;position:absolute;display:block;z-index:15072;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:0.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#n1Iu4twyTH16kl6Mr9TDJcVJXabUcdly { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:11.5rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:23.875rem;left:0rem;display:block; }
#NveqGKNiul7seAd3MK3begGp6mNGFgyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHopMAaZ2Vz8osV9bKvFiw9LZQuTihkS { color:#f1f5f9;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:27rem;left:3.25rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJDqXMsy4TmVbh91yTFaT9VMtn7Z3nb2 { box-sizing:content-box;height:11.5rem;width:75rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Z73Kl8ADOfMFHeAI2XqS3lR2aCd4PBld { box-sizing:content-box;height:11rem;width:47rem;position:absolute;display:block;z-index:15079;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.625rem;left:0.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#LLN3ZqEU8ubuSw7KvEoilQrg5MRZ4h81 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:11.5rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:37.375rem;left:0rem;display:block; }
#FQ6uLwXFPa3tyulMlzuFPyDafLNdudkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7aRgbiSVBJNabEfJO4nxFTRyDzu190O { color:#f1f5f9;display:block;width:41.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:40.5rem;left:3.25rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBTzB2V5Jq5AhNeggu426TBbwspItsN1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:30rem;left:51.0625rem; }
#NOoNm60qqrdRBp04DkPx8q4TuxK2QRHQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:43.5rem;left:51.0625rem; }
#pdmGeDuQWHT7dJF3yohszfK8uZI7ueGJ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:26.0625rem;left:51.1875rem; }
#xfUNIdJ8qifQz2MWCJTd8NnwQ2xLNpQF { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:39.5625rem;left:51.1875rem; }
#IugZLKswCr7fHaKIBwzQH3oAseCb9Fyk { color:#f1f5f9;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:26.1875rem;left:54.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULMaUm3ivcmultMrClPCShNp1aVENQXl { color:#f1f5f9;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:29.3125rem;left:54.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDEpFRDQ1uScvBSWl48Nob6gZgTdHVye { color:#f1f5f9;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:42.8125rem;left:54.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQmnR5PNOnfZuT4qvae9DQ1BgI8aUZfP { color:#f1f5f9;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:39.6875rem;left:54.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { background-color: transparent; background-image: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container > .video-iframe-container { display: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container { display: none; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .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); }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { border-width: 0; border-radius: 0; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { color:#f1f5f9;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWapOFMaSp8IG809EgQOLUiCahcHomz6 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#mSPwxCWIJ9sgIpqWJwr8U6Sttk99IxBk { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.1875rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pRxbarymzxDiy2nKWNDFbUb7XKrvXnTJ { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.1875rem;left:63.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n6LTEwUNk8yFuC13cJXZUyiJHZTonH3E { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#p7KwcnfoHcNkv3C9Hn7ZSveRhmbWQEEx { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:60.5625rem;overflow:hidden;display:block; }
#K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:28.1875rem;left:17.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26.625rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#LqWleafKvHySRw4KHXqrsCs87rteS9gM { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BqItvZTofzMreTFMAoks84ctf6Up3J51 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:28.1875rem;left:28.625rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:26.625rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 { width:auto; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
#PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.6875rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.125rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nuDreitffIRWi6p28x4uRlgOKoFPwTMO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.6875rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BytXTormmG9XCtPE7FTHTy4msibLul0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { background-color: transparent; background-image: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container > .video-iframe-container { display: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container { display: none; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .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); }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { border-width: 0; border-radius: 0; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#WbNIKrywEQOa0vc439mXDZwxpOgEk22S { color:#f1f5f9;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6cVvhCbkLZWZwwe4uAC1agFxFHIllo3 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#35bb93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#qoGqUTeognD46i3p9T9MHTMc66dMCNZR { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.1875rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LbdgCylOumsRvgp0ts7sqzrsdS8E6gdp { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.1875rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nbgFBFFAkusBlR0ZVHV5U9QdEEvq1wZ7 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#dyCoTSb77ENWHGP33rrRpCzngO6b3IXT { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:60.5625rem;overflow:hidden;display:block; }
#nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { color:#f1f5f9;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UNrbPANNyue9NA73vcnf0XWMZRki4Sca { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#QVJSzBHigdn15a6hsy8yn9xT7odX5knx { color:#f1f5f9;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.4375rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { box-sizing:content-box;height:0.1875rem;width:5.5rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:24.9375rem;left:17.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ra0p8THe1axBqHANScMmhD51ypBcP9Mq { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#thhzERHCsvnilNfVCsufkQBewBZkdofl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.4375rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VRwh5gMh8N7vduPLqKltFztASLPpzdCX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.875rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#achfSQNofIXiPduZEnwLy8FuEOWcp33Q { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U { width:auto; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
#zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.6875rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.6875rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KDApBSakdTwd5LVDtrFdOzZowoI83m6i { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.125rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:24.1875rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CoGiK360mbEQUEhf58uq7IlJpbsULs06 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { background-color: transparent; background-image: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container > .video-iframe-container { display: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container { display: none; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .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); }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { border-width: 0; border-radius: 0; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { color:#f1f5f9;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hDOpHeQwFJkbBcK9WDldDvDE4TQXvdXT { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#8e7fde;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#nfiN6cOaB03zB2eShBLWM8xuq3C2WpDh { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.1875rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q3LAZqbEqs29FfKN5NMmJe44pK5crIuk { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.1875rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzMG2U2TEUND7ZyyPqeI41hGWcni8kW2 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#uEQt0Tp5hDx6UF3CHbwgCnoCLE4ryrlc { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:60.5625rem;overflow:hidden;display:block; }
#K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26.625rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:28.1875rem;left:6.25rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.4375rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VEhpANudLFRHKVomONGCM1SRsHB7sKDR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S2NLotS5eksSR6tL9573LunMOABmcZx1 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zkRJnom0bOP9xzbTufG4bikIghe23qlM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:23.4375rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.4375rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.875rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU { width:auto; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
#TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#xwBqETvk8ETPdUn0pJep74qIErXDZROP { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.4375rem;left:50.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.625rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25.625rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RnzldOxR9SDskO5PrTfk6eNybT6cObGm { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { background-color: transparent; background-image: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container > .video-iframe-container { display: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container { display: none; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .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); }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { border-width: 0; border-radius: 0; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zWbsihXnbidURAQTPox533tEJTItdsw3 { color:#f1f5f9;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.375rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBLloIioBRqKSNVyONknHIs0KJZmSicW { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#d9DwqkSAvSh6ertaSTb70uCOHmQX89h1 { color:#0f172a;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.1875rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GtUOTph9XIBTVNq2p4PExqEU21HQTE1Z { color:#0f172a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.1875rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qu0e06uQLFVaZBOcUn021Zqm92suD94i { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#rG24dNEdOrEZb768TCJVRdPcHQNmVbqo { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.0625rem;left:60.5625rem;overflow:hidden;display:block; }
#Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:5.375rem;overflow:hidden;display:block; }
#RlXP200oSgc6DRX02H4peZyFPssf1fiQ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#PuvfX5X7bwt68rF77odwOhHlVfoJfduU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.875rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J4AJp249H0AlTqghlpnrucZK7nKP74vA { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.4375rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:16.5rem;overflow:hidden;display:block; }
#AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.6875rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.125rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:27.625rem;overflow:hidden;display:block; }
#Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.4375rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.875rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:38.75rem;overflow:hidden;display:block; }
#Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:28.1875rem;left:39.75rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:26.625rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq { width:auto; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
#xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:49.375rem;overflow:hidden;display:block; }
#nkNX30J3gQKInu1nItiNDncxrrR5doP5 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.9375rem;left:60.5rem;overflow:hidden;display:block; }
#uW9FsW99o17ZWTML93To95zPNsTAue25 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.4375rem;left:50.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.1875rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KpmbmIw5fVpC1s67tUd633UqVuDoZUch { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.625rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.875rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { background-color: transparent; background-image: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container > .video-iframe-container { display: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container { display: none; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .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); }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { border-width: 0; border-radius: 0; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { color:#f1f5f9;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WdAxVpcCGWI1vqnIrd8oRMLxmfN5o4q5 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Shv07O02QoTRTydC8i3TGTZ8pnpVtr0P { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4w1xTTylJGSV7Io8INGalUVsMmsaFJ { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k2JSUtRn5b939maQpZid4IpPncdsnWtp { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#SNxPUAs9PDaqZveuGFTwPrsZQWlWrLnk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.1875rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:26.75rem;left:6.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.9375rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#B8rbObESBl6hudKuAZoawn3i98QpeA74 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.75rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.1875rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { color:#f1f5f9;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xuazTy5wylEnSqklifEl6IsDmRU07nMZ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004b8f;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 { width:auto; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
#V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26rem;left:50.375rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.75rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dEquwDCVmQsH63LxDSyIuset0APD9aiz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.4375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.1875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.1875rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu > .row .container { border-width: 0; border-radius: 0; }#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:none; }#Woopk5hOB4B8E3DezKT5k8A2ng7fREx8 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#yMTAOAu5zvllTUQGiG0UHXP4UnHaSLk0 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FWBdbnFwnrxkmeTum3DSqbSkUKhoIO4o { color:#f1f5f9;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZKA7ofwdgQFAT2LVX2TOKapZeA1Ntnd { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FSiKh43VzzrONZeEX4AooCnrOZH9R2iE { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bwo6zbCuTDTqONzN5Z5DoEZT7LMvhGD3 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5hv7rG4UXEAb1PLwGnoX3odDKe5hrST { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#WxsllDIvkv4NppohtuhwbmH2BRdA9DK6 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#PzA1uduJoTEt7WNdW2klqtmlD8y1ov5G { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#UvMb9vtEKv7fGLr6MzxcWPXA6vJtGbX4 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#B5sR8H4BvFCpgF8dxtEbrI6a0HPG3t2S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:24.875rem;left:11.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qwaK0Boo3AGXTV1Ag9S25slKL1dTA4t5 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Lkp6WGSyRl1g9zsrWqCImTTLrcOxGJT4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:26.4375rem;left:11.9375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iqzOrKdFS8hSGZn4f1cR19dDGtJur2D1 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:22.0625rem;overflow:hidden;display:block; }
#eTHPCgsDTcwIZ0aotNDmGTFFlEIFNIhc { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ssSKKs8We7fEwrZCBWOe060VLF2rJEeH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.1875rem;left:23.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q12LGrAfrkJcBEaom5PaWbDwHb1rhfy4 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:23.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vuhWExETn9CoBbqThOTNQFGA9UDnULt4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.625rem;left:23.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uvcot3MUdP9AbKkQI56efLtwcfLOddDi { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#nuXxIISC57XCSDsBGJyTffc5izaHk25Z { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:33.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#r2rkFTsttZ0cO3OKkhOEaFQ0MHSZSefH { color:#f1f5f9;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.1875rem;left:34.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eK96LnCKgfzLxO0sSwRD98txfA8RVpyT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:34.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#t7z3HAJuWVVJzZTyryOOPBiCmK8f94vW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.625rem;left:34.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J8RnKhEXFB8gdN4VEw424VliQsfxAiGe { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#J8RnKhEXFB8gdN4VEw424VliQsfxAiGe > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004b8f;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #e5N1g1zGuwDlqX25tBJ5JrzMcTSyL6NT { display:flex;position:relative;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #cirAuQAUXA5cMIDH1d3kDOoW0pTpmG53 { width:auto; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NiAlVeRSli49afyXcCS9ghgPJpaWBM7s {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #pScJD6BOtoHG8I1v0iKxl3AMMIOGoMkE { display:flex;position:relative;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #f0UFX7lufV3xpTEUfhyHXfZOmfDTBEAc {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #USffFAXS53vlNo6oZm9T9xUUET5SbGwG {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #XMknA4nB3nC6tDefaZTp5OG4wq1LT77c { display:flex;position:relative;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #uWDAvNElb8knUiwH8RJyvl7hQPglS42V {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #r1417k2AOLsa2VrnlIOaGvvzML4yMhlb {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #HGrTcZ9416hQuUKFtpsIFF2ueyU1cJ2D { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NNVx7gClkxR6dlo3qg2ZSin0cn2wzBUs {  }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #dcppPierV1hww4XPZUyv7CTGENuiBL6S {  }
#P7TPfpCOa9o7GXR3cr54pAOTJQ6iPrKy { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EC1g7eAF4T3420H7MfixoUvOxsnh4gTV { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:43.8125rem;overflow:hidden;display:block; }
#d9iW6ukzL33UbnlA42P4BWq9awecxquB { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:43.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#JsBr87XMSHGOnJo62kEgJ7519kyf7Sfc { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#qdkrF7pGq4hoIK3QgPatTAZL3iQNxA8u { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:54.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#r8XWTVPMELWMH4GJ6zTIXE47D00etO9D { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:25.6875rem;left:44.8125rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RBVg4pwkzsZQQxLip2WR8exQTbtUBh7C { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.4375rem;left:55.9375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CE0s1SKZZXmEnBVTv0xINz36XCMMyptT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:44.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tDnJ1Kd0DKLnFyGT50HPTvohoWuK1R6O { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:55.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HytUuXd53h1QO4vs0qFOh5k0c1rLoqyX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.125rem;left:44.8125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P0mOGmkxLo4JIiMCHFm7EGekw94oMQne { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:24.875rem;left:55.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqUFHPXmCSP8ZK8Z50fbT9Nuwg4zWls9 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:23.875rem;left:12.4375rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FBEipkC1Xgn0wQ2uwJJPZSLHyTIzkQgy { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { background-color: transparent; background-image: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container > .video-iframe-container { display: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container { display: none; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .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); }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { border-width: 0; border-radius: 0; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { color:#f1f5f9;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k6mtmxcNxeEt9deTFC5w5uVCPVuz2Rvi { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#35bb93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#eG22M5TmmVXSe4AtVph7mhInhm1GD9HO { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMHvD1XvhTFINWbtTop389wIhgZiyQ97 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRvUOlAfmyN5T9Gz225A9AiQzPMp074W { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#m94qSD2ptAlVE7OlZNdJqMQpKlZkgl1q { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26.6875rem;left:6.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:28.25rem;left:6.25rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#g232zVaVtfsAB71h5T6CMWLwFnnO29md { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.75rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.75rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Q6acySPsIom8USkzUJXT0p0OQISheKDo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.25rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM { width:auto; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
#z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { box-sizing:content-box;height:8.5625rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bByBZLf7R0Ski68RJkIehtCdmxqREQbG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:28.25rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.4375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.6875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25.6875rem;left:6.75rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA > .row .container { border-width: 0; border-radius: 0; }#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:none; }#PToLexclTLzsNNbJk5n9ebxr2miFlCdM { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#bcFulwD1LvkbFPpSD2Cn77GOfdbTszps { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#OOpG9AkVJmqbrmpTMxUCFAp816lT1E45 { color:#f1f5f9;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UKpxKiTZ0HZqJTcc8HoRBpH4qhG9HI2l { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#35bb93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#sPxcMlUfuCWwRQV0tP7qFbiNLk6ODJNO { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mx0ZbWrNG2etpDFtfSxF2nIvDSqokJyR { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJWachnK9f5agvtQ9HTkloLC8Q7sHWAP { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#zwgmw0R00mvtpZFUE9MSyoUBfamrWkot { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#RuWP938NHluIUlmeUpeZPTxuop91df4f { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.6875rem;overflow:hidden;display:block; }
#UQh0r4OvbxW8Tw7n4XLNAdu5WSgMFFvZ { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:10.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VOw83kLM0wbNnx9T14nzfQ5F6Pc7LKRx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26.375rem;left:11.5625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tcpdFr3sAas9QqhpzBE5VbRLIR2rnacH { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:11.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#a8siTK2NwTILQU6Zusxb3hP4rJF1HRwE { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.9375rem;left:11.5625rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kckWLNVqSk9mmmOI9QxGv35kTgpKRXQ9 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:21.8125rem;overflow:hidden;display:block; }
#JRqspd8U13uQG9RGuPb0R8rSWh6TTlEW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:21.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CpNRVGxu4ATTFoPwxVsN1DsBswe3sn3w { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.4375rem;left:22.8125rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NCUn8xznTlB7491DGi4EvzJTmFaM2nTW { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:22.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OTTho4NmcfptQRVsGwGAlpGwvsRxxNTk { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:24.875rem;left:22.8125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KIpZEd2A2EkOlweKMoTzSFQM7kryL37O { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:32.9375rem;overflow:hidden;display:block; }
#ASq0VruSfJdaqweHqmfinkOS94nLQUze { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:32.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#llyHlqskzE48O3ruuF6ly1AHvtatmb3n { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.4375rem;left:33.9375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OMeVIkFkLTGvh1iug4J4C7mPNF2WmMhF { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dy3K58VnzcRWLWHTHaCK3GTVUtTVEd9d { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:23.9375rem;left:33.9375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #poZiROZouB3vRVSJ5XCRXbRaTahT7CUp { display:flex;position:relative;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #r3f1GIizCTlHeVOGEKhdT0BLusVuKxZH { width:auto; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #mI26wQ7OALWVuyTh7A9Qqwskh1TIGclB {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #kCcMauQyakJMH5vJkITZpOJtqyVew1KI { display:flex;position:relative;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #sOK7UrVNiaK8kdT2pX1txulM7RTRgzdE {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #wo7aTTmXPTfArT77I4MlfcUUNNhse6p9 {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #tmRy8vrmAoEcM13vHuMl2I6NtSEflvFg { display:flex;position:relative;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #a9PnPBanBXAqLHaJnanU5WnHF8MwHTEk {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #SDo0nTOhmG5e9nlGI1m24Vh3OLcM558J {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #gX4mFZ6QqTit8iRTR43HTT2Jq49AhvnI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #F12LCnZMU5eTf8h8qRLVLEBfcpWx89vh {  }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #z7OM5JwJb97uXFXeIKVdZXNwQ6wei8Vf {  }
#TT1F8DLib5LisnWTKmH3MLo3GDQPhTHg { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h4DVSylolTTTwWyOP2IW23qa1rz32zTT { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#HPkvuwWHTAHawamDlgxOe2ft3TyBRUJr { box-sizing:content-box;height:7.8125rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:44.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xWDPP4JlVfhxN9v6W7EJh6mOC3OfLX2w { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:55.1875rem;overflow:hidden;display:block; }
#EoFIiDLGIFp5hGNgkuLvbPVLoGUbCEOL { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:55.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lEwzZXrqrvTpLmM6TVxBu2o1XqKJFDRF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:25.6875rem;left:45.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G72zKWoSdKKXrcn5GuAD8SPTu5TZoJga { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.9375rem;left:56.1875rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aAzACpMLhyKHJHaJ1DDABn4DXwOQSAfr { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:45.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aQzk3PT9RIm4NCTLHyxkFtmXPL1mpT3p { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:56.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CrkGM2v8S5gnOT7PT0UXOvbO5ARsvAcS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:24.125rem;left:45.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lJN7GRuqxsyEndFH5g6CSreW6eisqfWS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:26.375rem;left:56.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ShsBFruEGAe9iwgpWFkaS8myWdTMRdF2 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25.375rem;left:12.0625rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vShJEiD1ByduLEFoOCydwDUGLlHkpuZm { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:11.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { background-color: transparent; background-image: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container > .video-iframe-container { display: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container { display: none; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .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); }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { border-width: 0; border-radius: 0; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { color:#f1f5f9;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H90g8CLcAFT1qeln34PvXyyScqV2JWIC { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#8e7fde;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#xUubeJKA2MD045CSR3T9b1VR2JkHTm4n { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2mtJ8xQyCCgCiyedzetuNkg42KqaiH4 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iDBg1sWl2IGmPUg3Sud3sqBAy7pqz7yp { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#egtqhsyPxATLM4WRtfOm98aPyk3fwnTu { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#qULiJTQS98FLf7Go96SerutSWSSMgIlH { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.9375rem;left:6.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { color:#f1f5f9;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.5625rem;left:17.5rem;height:2.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fimr6C4ygyxo9VMmabCtT1947E1FmoUx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.9375rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k7GapcbO51strQGchQIeoTpL3aDvDwXm { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T { width:auto; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
#bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { box-sizing:content-box;height:7rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { box-sizing:content-box;height:6.5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.75rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:26.75rem;left:61.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TlDOEy5lo33muvx87unn9ZitmFQWPiUc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.1875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.1875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XyCAfZl9r4ick3f336867J1EdnmRu7oJ { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { background-color: transparent; background-image: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container > .video-iframe-container { display: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container { display: none; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .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); }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { border-width: 0; border-radius: 0; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#o5Mow7rDfOW7A9embXDDdv7sReT6if34 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { color:#f1f5f9;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XVVIAaQNGz7v3TRIQCC5UyRROsUuXltq { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KsVJHP0JVxeoHBX5g4TTwv56DPHhhAyi { color:#0f172a;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTkeK6rXJa2mqedzmNMLVLh9JQW5eDz1 { color:#0f172a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vJIc5mV3ytCFSIPuSbkTb1ga9b59ECWr { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#SbMn0T7ncSHtuM0BdIcWchddUndJiy3S { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UuEcHoBndCWMwV280khW9seUwbhyRdF2 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.625rem;left:11.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i030LBHvLqImrT05CqZCDsp8fToTHqOO { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:22.0625rem;overflow:hidden;display:block; }
#O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.1875rem;left:23.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:23.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.625rem;left:23.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:33.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.5rem;left:34.1875rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:34.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:24.9375rem;left:34.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.3125rem;overflow:hidden;display:block; }
#SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:44.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.1875rem;left:45.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:45.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nuovPH5L26RBTlxbZibp86Iu15XxJEES { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.625rem;left:45.3125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB { width:auto; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
#BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#WvzzpwRTksrr6DnE97ESczwG6lM37W0V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:54.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { color:#f1f5f9;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.4375rem;left:55.9375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#etP0hqLaLs00VTRZegWElKWulFAIrwao { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:55.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:23.9375rem;left:55.9375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.625rem;left:12.4375rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S1wBs8riCH492doR9nsXofhaQJXl69Fs { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #045ab2, #0f172a);background-image: -moz-linear-gradient(360deg, #045ab2, #0f172a);background-image: -ms-linear-gradient(360deg, #045ab2, #0f172a);background-image: -o-linear-gradient(360deg, #045ab2, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #045ab2, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { background-color: transparent; background-image: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container > .video-iframe-container { display: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container { display: none; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .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); }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { border-width: 0; border-radius: 0; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { color:#f1f5f9;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hOnrwfNnmsNOuSqWpXr1GFGvhZOGdlBk { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#045ab2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JWSk0nwXPW2KKPNcMNvd1aaBxSW2PZge { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eICTlV9xnON16P2BkBPPsz61pPsFhzZL { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#giOq5ceSeKEaWEh5MTNDBlVN2FsxK7BR { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#Dfm1pXdunTUtw5VEtaM30SMJRQTx8PBy { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5625rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5625rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.5625rem;left:28.625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:26rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { box-sizing:content-box;height:9rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.8125rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.4375rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004b8f;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ { width:auto; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
#Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:26.8125rem;left:50.375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.5rem;left:61.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.25rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.9375rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:25rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #35bb93, #0f172a);background-image: -moz-linear-gradient(360deg, #35bb93, #0f172a);background-image: -ms-linear-gradient(360deg, #35bb93, #0f172a);background-image: -o-linear-gradient(360deg, #35bb93, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #35bb93, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { background-color: transparent; background-image: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container > .video-iframe-container { display: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container { display: none; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .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); }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { border-width: 0; border-radius: 0; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { color:#f1f5f9;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BDoLcoQowyUmTyXegHbec3xLACWekkfC { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#35bb93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#CfvCcJbAKKwU0v1BngFzLErOWKgzrWkU { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RGDBPMr3yUEPwwHuhUoxE1SCBt9U7tqS { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4wVizswsomeOIJlUpGW4M7wNtKshKJ2 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#HmAo8ZqiIVDLH8woQr9C0TBfRTLWtA5T { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#qXARCnIhFKCKBTt8crlufKG01cM1moUs { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.625rem;left:11.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:22.0625rem;overflow:hidden;display:block; }
#luLQHldC5mkRiWa7smmHo3UUhpML7p8C { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:22.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.1875rem;left:23.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MaF8cu87FhH63cinzAbm7dhunCPMmEQh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:23.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.625rem;left:23.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DI6sZRxENu80sRF50cDmRf99zv3bXiJe { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:33.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:27.1875rem;left:34.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:34.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.625rem;left:34.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.3125rem;overflow:hidden;display:block; }
#HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:44.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.4375rem;left:45.3125rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:45.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:24.875rem;left:45.3125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20936a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA { width:auto; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
#WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:54.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.1875rem;left:55.9375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g1sPLONWzs1AmnMKan54xp736OV8VB8F { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:55.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.625rem;left:55.9375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.625rem;left:12.4375rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:11.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { background-color: transparent; background-image: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container > .video-iframe-container { display: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container { display: none; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .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); }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { border-width: 0; border-radius: 0; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { color:#f1f5f9;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWXNv6hWZvsAUG07AG7FeAor2tzK8zKV { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#8e7fde;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#REFpCyJqDyznKnAMIkKBHAE128ilcHF4 { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cIMTeT0yfvEnaprr0FzK89gabEtsu1BA { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOuJTc5OJ5JB3uAisK47LxCNBmZfmMTk { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#VJvZ98TNXF0qKdTsX5h0k7MDKgUz5Wpv { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CCoLhI17dFdralRGwmkygdFEGA5qTWIU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.9375rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kQgoLcAlspfl24svUhALk1D5IDdNiH15 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aEzspup7NKL8PW9P57GGhf3mypt7HQSi { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.75rem;left:17.5rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.75rem;left:28.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:24.25rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.5rem;left:39.75rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.9375rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv { width:auto; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
#m0KFRmAca1Da708DBphVFEuhcqDgOqzb { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#e8JpoR2IeDqnXMh266bePDN92S7sc40X { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#vEDw23s8PJqdZe7zmhidTE0LsibQir84 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.5rem;left:50.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.5rem;left:61.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { color:#f1f5f9;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.9375rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.9375rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TGimWnINebd1TEOTB6BPLycPOuLUOoRI { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -moz-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -ms-linear-gradient(360deg, #8e7fde, #0f172a);background-image: -o-linear-gradient(360deg, #8e7fde, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #8e7fde, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo > .row .container { border-width: 0; border-radius: 0; }#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:none; }#U1LfCtA54tZC93aBKiFaltA7hzKlZeQ9 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#U66UrCdJCn94xc7SwTNkfvoMRH3COJIk { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#aaSwiAeBfaVJSAWo22wElesOVC32613t { color:#f1f5f9;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SlwMGTZRq8ebq0ZNiNSP3mQoheMrkWMV { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#8e7fde;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#NKFT5OZHQDPTtCfX41bJC687LLsCxoBg { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q8ofBpBTaWisUJ193TGlmUZTRCdlDf4S { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlffphbdGkDXWTR4WrX7hTsxUZin7MsM { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#U5UttIq7CfkNIhRsNrGXU7ts4bLTsmO3 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#V38yAkUpaTcSrWly3G0a7Kro4yrcKhl1 { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:10.6875rem;overflow:hidden;display:block; }
#EnZQxzARvHQZstPTCBCxIUpkdSJtMJry { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:10.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tNdRSQio01RRxUt9ZAhmpbR4a87akKwd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:25.625rem;left:11.6875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#piCaRQoWhgXJR451DIL14V6J4EbyC3hJ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:11.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s0sn3kmSSK1OiBPxOCZZl5oU8pNbsMUQ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.1875rem;left:11.6875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QoppUTUxyRNaA8z8gD9efE06SVaPczdN { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:21.8125rem;overflow:hidden;display:block; }
#WXszMROTAbhJQtTirANQZneHohqFTSL2 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:21.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WIWLXhJhxEMDDcD5fh88pDR8MRAXI4Th { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:26.4375rem;left:22.8125rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ilMaPvT8hTE6XdICk9poRA1B685z13M7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:22.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OhMgTO42OOTtTevEzSy0imUK4bZvHioL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:24.875rem;left:22.8125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#opEOToQtIn7pXTzEwOUO4oXBce3pew1o { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:32.9375rem;overflow:hidden;display:block; }
#TC3L6DBZ308PVglJAuW0LxyxBTwAr9FU { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:32.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#QfQJEhPuWXD07nTibJ4Zv9aqQWkofbBS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.4375rem;left:33.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dWHRvlcGoeQUWlANMQGcvwlpn1vTVrxh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fme0J6SCCh9z0OcCS8q3umE2cQ75vzsQ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:23.9375rem;left:33.9375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#khd6R9RXFRCTg8tTlN5Qa9xWvnHOomed { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#Tb206q8bV4vRNpl6gpxp2zUg0I27Z0yG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:44.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hM3iQtqbLhMTsu8MTky2UO3uTwLyBnTl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:27.1875rem;left:45.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BQ3tSdf8ehW5tHpLKzaySespmpclMU3R { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:45.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nfoiVkHNW7HHlc2VGK3SXUGUaJFRnceo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.625rem;left:45.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d59ab;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bp9b2FBJfub6i37bW0vvqN73L8El8Ccb { display:flex;position:relative;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #eFzgwIXaV4NsUuiALPcnQ8XRuKM8iK7X { width:auto; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #DDvOWaSJ94DIMdtpiw4hxShJWNzDck67 {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D6upHHw8KcLhUNLvTMzxZHJA0HuA0sVL { display:flex;position:relative;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #umzrCArn5xCJzz9QW3pgZPmakfpTwK9M {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D4Q7LdimDdvzrOfo9PyPGilxTfTpsszs {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #w0sI6UTJx1tANlD2WmXQvncwMwNAHasz { display:flex;position:relative;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #RzAsvDckUg2UiEnkrWLZtPE4zgiQrZTT {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Lu5H6xNKnZ9K5tTysUrsmTrE0r4LWl5h {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Uhp35XTEGDxiscK9fSEiOQL9TkbNC5zW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bAzRS5lSy39BBH9bUoAqAFZwLlRV73QM {  }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #PZ2LUTvJz9tbOFSKvPGwu8h1bmQK7REF {  }
#mi90X6tQHxyyEk23o5TMcFemTfJmKTa7 { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#znLdwzIb6RJ9UWVvTT7OzrxbSBT1FCuc { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:17.6875rem;left:55.1875rem;overflow:hidden;display:block; }
#lbdumk22DLJ39ngnfkCa31uEGiPF4wnJ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:55.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#X8fQ2CRoFfakUpvQCdzqyWomVEn8fMA9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.1875rem;left:56.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eyMq6XQ8lKshMy4TTKi3xfXbwuREMX7C { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:56.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#I5QTgVMzxUka0MzHpu7xKsLoOuyfcMwx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.625rem;left:56.1875rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l2HcyWNzfLXCSNp4RsZLlbPrrnXBxxx0 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.625rem;left:12.1875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q3sW1OKp9pu1KNmbDqc6TBnrccJpuoPc { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:11.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dfec19, #0f172a);background-image: -moz-linear-gradient(360deg, #dfec19, #0f172a);background-image: -ms-linear-gradient(360deg, #dfec19, #0f172a);background-image: -o-linear-gradient(360deg, #dfec19, #0f172a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#0f172a' );";background-image: linear-gradient(360deg, #dfec19, #0f172a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { background-color: transparent; background-image: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container > .video-iframe-container { display: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container { display: none; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .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); }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { border-width: 0; border-radius: 0; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#iUq90GTZdNGP807aWw515DS4wg3DA5FI { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { color:#f1f5f9;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.375rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6vIrfXZ5gf8ZRK4JGCTAkgQwdFhGbA7 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#NoM9TwveBwtmQUlHAIqseJOotAsDn8rq { color:#0f172a;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:55.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bf4N9bZTTlu6H8gOsIzBvMdNrsuudXUk { color:#0f172a;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:12.25rem;left:63.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EGtTFa43O619OXRbZoyiCJuFQepmxmIy { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:53.1875rem;overflow:hidden;display:block; }
#AM5NGeyCdOHMNyGZSgp34TXwxl4dQ61i { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.125rem;left:60.5625rem;overflow:hidden;display:block; }
#TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:5.375rem;overflow:hidden;display:block; }
#axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:5.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fGDbpxiI2rci03znPoiwWsgSczJmMD2k { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:26rem;left:6.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:27.5625rem;left:6.375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:16.5rem;overflow:hidden;display:block; }
#QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:16.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:27.5625rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:26rem;left:17.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:27.625rem;overflow:hidden;display:block; }
#x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:27.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KzpwHseonCacrpFUqDlhcbqffPeaAMfV { color:#f1f5f9;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:26.8125rem;left:28.625rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nN0ft77ashwu27sxEIRlsArBbiwTnXtL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:25.25rem;left:28.625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:38.75rem;overflow:hidden;display:block; }
#GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:26.8125rem;left:39.75rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:25.25rem;left:39.75rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3rem;left:66.75rem; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3c406;background-image:none;color:#0f172a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159;display:none; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS { width:auto; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
#TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:49.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12rem;width:9.125rem;top:18rem;left:60.5rem;overflow:hidden;display:block; }
#mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:60.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:27.25rem;left:50.375rem;height:1.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:27.25rem;left:61.5rem;height:1.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:25.6875rem;left:50.375rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:25.6875rem;left:61.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:24.9375rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(90deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(90deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #35bb93, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf > .row .container { border-width: 0; border-radius: 0; }#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:none; }#VAFsHTWOQ4zxEOUpcTifZht1NIiIaPiJ { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#lhl2kfBh3Q3lU6NZASZX3dDgJdO9nvfd { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#eVm0U32UCSV9F7CkKfZAIMXbdlNATBci { color:#f1f5f9;display:block;width:35.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JUl2ZDAnRv4b7iRS4WRHyMogVEwlsJqV { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(45deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#htuLixHTWg0xzBPbN3NmVhAteowWPrEm { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:13.5625rem;left:55.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJwC9mfbwqv6TZplG4Rx8g1X6obETIv0 { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:13.5625rem;left:63.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkVkgPup46gyZkzZkJqTPeXNDOClsmCz { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.4375rem;left:53.1875rem;overflow:hidden;display:block; }
#X3QoJEMZLWoONBz1yGw98VHaB3AI0fRf { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.4375rem;left:60.5625rem;overflow:hidden;display:block; }
#HVO4ROW7rK3HDZRARORSWNFlmNWQMoP7 { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:5.375rem;overflow:hidden;display:block; }
#Xci7TnHyhEqz0DtLyQaeR1cgqhkHp9WA { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:5.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VH20zncu5aNAC6GLok8TF75pT2VqpuTB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:27.25rem;left:6.375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FULopHA1GDwvnZAGMyX0bXpRGGE4zftD { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kCGdlvtSlVGcVTksvUrpls66LbhIIc5A { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:29.625rem;left:6.375rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TrC3H6aMdUgcfGPegfoORINZUK9Coe0P { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:16.5rem;overflow:hidden;display:block; }
#HClIC0yXctrxbh4cz7pwx8dhNc9BTDs8 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:16.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vOJsyyfWZmJtFCxyButkkeNMckrguq3C { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:29.625rem;left:17.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#li3ChPPwiOTvocmLKbG0BN7PKWOuKU7l { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Gh36H4NBZfAo72oq3v3TC3yqd8wqJEmy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:27.25rem;left:17.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tPS02yV3cdE0H4Xk2DhBCTbSr2rxgLQX { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:27.625rem;overflow:hidden;display:block; }
#eizFv2dJ3dfiDnJMARzUJTmTysigm8HH { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:27.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ATMNNXCw2eX1k4BfzFnr5T7Do90psFMo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:29.625rem;left:28.625rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZSqfdhEzoqibeGnUuabg4huJB8f91nvy { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pgKPyLT9CP1ymG9UzhpkbcBWIHNyTmyG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:27.25rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HcJBtZXMhUK3OQnwD3TOyTXVvTtDLzs8 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:38.75rem;overflow:hidden;display:block; }
#QF0XiEUB8xVc3wzBBInDQrO0gdB1azNZ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:38.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lW3KDT8SKMUBhf0ClmTcPWqK6aTfhwAS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:29.625rem;left:39.75rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XxIJXRRzq0fc697QFGJGKl4uBL1WlUTq { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dUMkTgX2x1xsl5XKEQ3gp1ZJU1yQ66rq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:27.25rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3.6875rem;left:66.75rem; }
#IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f172a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #Tt4EO2tJKJNA1gXtvxrFdlPRCJFrGsTe { display:flex;position:relative;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #U2FzEybniTkDt3DtO61U2mTu64Tfc4Zx { width:auto; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #cq7OCBfiJrcwtykCwG3sqihzVsI3GW09 {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #PSG3g7MfJp3Dp8oWgRVbR9J2uNrqt5EF { display:flex;position:relative;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #f7r1XlKrK0Dc0gGyU9Ted9z7dWLUaTue {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #btqJwmdPSss3xzy4hfVD6DThChhqSG3U {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #mxZyOHJKFXMFzMhR8Ov29206EDMDlMgq { display:flex;position:relative;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #vXpD5qwf5WKCfTaMoaOG4MmpLmtCT7Nf {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #P9X1CqzMtIvd8dWxTRW0feB8crWRpIzk {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #lRCielpq5izJKnyPuunlD8HRrOpnZdCI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #bN72UKVZq6Q2Dgo8HJnVV2x9l3CleKWa {  }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl #hcCbFdel1IEtEpVXhm31KonnGQw3HQy9 {  }
#W3t3yhC3hD69D3NTBzp0KKMFT8mKa26I { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s1KVgA08hW88IvPPQBoMM72T7ElMB7xD { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:49.375rem;overflow:hidden;display:block; }
#yscCDd6cUTc76MZZGihdadTTPAfMToAX { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:49.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KrzTM3c423BFTvB21MhuriL551KUOTzw { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:60.5rem;overflow:hidden;display:block; }
#fugBJl8x7xubaTicPTzVdeW15wPTaCFG { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:60.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xnSqO2EiarnwvQtt8AMEeqNadeg5z5tT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:29.625rem;left:50.375rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CbkTnuvOpVWbpdTnTQT5sBHCgd6MRKAX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:29.625rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uaBRMRoJTb2TD132EAx6UGVumPTRrO6m { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JmqgOTqvKvh2h5MseeeIyO6XbRRpqaRN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#k83uxOwRwRc7LGa4MeyTZHNvG1lV0lWJ { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:27.25rem;left:50.375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vWlqaFt9UqxWdpTE0IRHqUs65eUlhbxv { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:27.25rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MAZPaMMDHIiCicO2yTGiRRyIiMeyGTrP { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:26.25rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ws8WkiIUuog23R9BrzcWJChwGmKgCT9x { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(270deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(270deg, #35bb93, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n > .row .container { border-width: 0; border-radius: 0; }#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:none; }#smFzQmxAIBuUTVs5IwvX50hRL2k4chiz { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#KkLFGRwnXZ6ssS6f4TekpIfdzfSiXCTF { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#sGgTBJtXiSz0SpPDGGsxVddlD3HUmPp2 { color:#f1f5f9;display:block;width:41.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XA5B0E0A6XnL3xvrEoP2QvfQJ7d4rKM8 { box-sizing:content-box;height:3rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(270deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(270deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(270deg, #35bb93, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:51.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fSTHGd3X6TBxrCvCZsL41qbRDETWKqmw { color:#f1f5f9;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:13.5625rem;left:55.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eLhvGUlG5oJki7RWtcPp5y1MM7GdbKvK { color:#f1f5f9;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:13.5625rem;left:63.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fi5c8Qplt3Kqz4gyVIHVT7cdsyaNofCZ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.4375rem;left:53.1875rem;overflow:hidden;display:block; }
#UbvBUEwdqWxeHKAE5DdLDZUP3W3M2d4A { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.4375rem;left:60.5625rem;overflow:hidden;display:block; }
#rWcW5n4Z21VZ1zTHTJZTMZHu1ATJzu4M { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:5.375rem;overflow:hidden;display:block; }
#kQo23hH662PsNeqmacpJRRCsw8E0J2yQ { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:5.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NbTi4HATNxL1WJFlDHqhOgewD4f4mFOG { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:27.25rem;left:6.375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H6gidoRpsMaxXERQRwEZSpbis7rJ8H3Q { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WlX5s0MKgApEJhfqS233UcndJhGqredb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:29.625rem;left:6.375rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wJNXbZAp1u9hiOD95PiGhIhkse9iF3MF { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:16.5rem;overflow:hidden;display:block; }
#BSF6TuOG3AipxUkrKkhPigfvcCC6HG3a { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:16.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iy9nVN4KZgfb0mt2cN3iCThUMhDf5tfo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:29.625rem;left:17.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o2XQuT77dAZ6cd4ND23ewK4QT2vSxh0R { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:17.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BTkmzUaEM67UwR1d0AkTvAHUwBh8hWdo { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:27.25rem;left:17.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lncB6aOsC9qdHok8CHOOUdw4NIeHbe5y { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:27.625rem;overflow:hidden;display:block; }
#oJ0s3oe20aNIO9hvAcv6QBBolir0ISQd { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:27.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TkqRydFWukTaNeGwHsHf3lgPQ9b2OH9E { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:29.625rem;left:28.625rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FuEb5VzeSFx6X8Vyc1OLu3SIdAfFEfen { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:28.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kqmTyu0AXCm3RZ3Lw8RZE3J9I3zzTafb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:27.25rem;left:28.625rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SRLCzLNx61kNOONeOOXfcO8t5PWsLPHJ { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:38.75rem;overflow:hidden;display:block; }
#o8TWPKuC5shFZzIdUnp1ZzIlF21nsGee { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:38.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Wy0k597mIXBLtvwR6a0AL2h5eXq4OAtr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:29.625rem;left:39.75rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TxQHMuTgXVHKVx3Z4FTDsb6Go6vtaGgU { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:39.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Qbg7rLroVWJ56I4CHxtyPXJGko0aiGb7 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:27.25rem;left:39.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:3.6875rem;left:66.75rem; }
#RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f172a;background-image:none;color:#f1f5f9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-label { background-color:;background-image:none;color:#f1f5f9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.03125rem;left:5.375rem;z-index:15159; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #k5uA5JbkhgWOoqOe8IN6xH4rAp1TMapE { display:flex;position:relative;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #Lxr8fComUpb2W0nVS3LmS27C3tPA5cQr { width:auto; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #kr6p70bH1eeioPpzkgwrTtCMTDDdFBoc {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #LPKwZdmOrSPSwWJWSpekKp2N8JZ1sqgi { display:flex;position:relative;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #x5JP5MfbSM8Sh9wTTHLAlksEXpig5Dfs {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #eEmyB3QHOHrW07wDP7gsiFoCi7Ic0EMZ {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #uAuVTaTMVZ4zGu17ow38WEb96IcPzTWV { display:flex;position:relative;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #QgRfx9bJVyaoKpqs5GeLxuVqox4bWk2I {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #dTpxaUIEapEE5lHKTfAoISqT0yqHC8RW {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #GebBHkGeD6sTQQRgsMWim01lGezStCEp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #hU8m04vXWc2A3kIQc4i1v8cr4PgWmc9O {  }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #NAtzcEqKxFtxJpRV98T6K9XCtVpZ7xdw {  }
#prUy2gXKrrVT7AaWtlacOMBRuvgTxL1s { color:#f1f5f9;display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:61.1875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZnWeGgIm3zTl6dQmiAzvnrh9iulrElSk { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:49.375rem;overflow:hidden;display:block; }
#PoLBGiTedFtRrFxWowmqRCHC4CqScxuM { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:49.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kuux7m5z4SJRM07qG5yUoJmTxMkaRWFS { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:19.3125rem;left:60.5rem;overflow:hidden;display:block; }
#uFUVd79DIMVyWba8oMRxkptGdactC5q0 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15147;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:60.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Zu7QgWkuT4RbTOV3JibhXLwKstnHMQ9D { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15159;line-height:1.2;letter-spacing:0;top:29.625rem;left:50.375rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J3x5x8xQfLeekK2iDboXS2MTHdOKfOTa { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:29.625rem;left:61.5rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dD0ZsUC72vRM7UpT9TCZc0nGB1aBOx3v { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15160;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rmLURIntoKHlvG5XkhdL0cHg4mSxAlWv { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15165;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:61.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mlfaiAXAuCPiUKLoPGuTJWvdJcOgbdt0 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:27.25rem;left:50.375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OWJ7h0crEavhiu8EvQWQWgAVfAouCBH8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:27.25rem;left:61.5rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yTz6IaVUEUlkKJmvep3TOKVuZtQoWtAy { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:26.25rem;left:6.875rem;height:0.599609375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UnBMsOEqgSGP2muNK0sBH610JhoSIZvb { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15167;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR > .row .container { border-width: 0; border-radius: 0; }#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#kNCTLoreX7fdX1LU8kt8ltkNDxfl9vXa { color:#f1f5f9;display:block;width:58.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.6875rem;left:8.25rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTV7rPgONSeUgPPv0DfrcACAQsu5MaDT { color:#f1f5f9;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.5625rem;left:10rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohrqT1tF6VPQRvpFSoTLX2wWwe2SiInN { background-color:#dfec19;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:4.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:10.19921875rem;left:24.25rem;display:block; }
#yz7X59xkPOFnHKZB77fPFRV0B9B5fUoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yabprUB1nBwtAGP0Uct3PartF6sWHdSb { color:#f1f5f9;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:21.125rem;left:43.6875rem;height:3.5rem;text-align:left;text-align-last:left;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; }
#kioOWZgXA8W0VQq6QCnO0h48nAnVHcdp { color:#f1f5f9;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:21.125rem;left:2.3125rem;height:3.5rem;text-align:left;text-align-last:left;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; }
#Omb7TLTTxnQlFb5OGrXvOST7464BovKX { color:#f1f5f9;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:21.125rem;left:17.75rem;height:3.5rem;text-align:left;text-align-last:left;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; }
#sOzns6fNPaAOwfFTynUxnGPToHimkmcc { box-sizing:content-box;height:5rem;width:14rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:1.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZPiua4amAw4b2AIGiSiy20SJI3tsPQWm { box-sizing:content-box;height:5rem;width:24.5rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:16.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OvBipJTCwah4N5d0X5txiXDBBPO3qztV { box-sizing:content-box;height:5rem;width:31rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:42.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#qHzuP8SzL3q2oKNW6TxidIOpzCvbT39i { background-color:transparent;background-image:none;border-top:0.0625rem solid #dfec19;border-left:0.0625rem solid #dfec19;border-right:0.0625rem solid #dfec19;border-bottom:0.0625rem solid #dfec19;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#dfec19;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.875rem;left:25rem;display:block; }
#ipRTBqWEh1fVNxgxmTsb1Ku9lTzdRp5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zk1it9nQPI1axqI3SvyUVyaGZv9cOQ37 { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;top:25.375rem;left:0rem;overflow:hidden;display:block; }
#zZmzasuTq2cyvKkvRTlAUhLMnqeJHRRX { box-sizing:content-box;height:75rem;width:37.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.375rem;left:0rem;display:block; }
#B0TuWnJ5soXsRktRUm3SLgIJ0CXWMD9a { box-sizing:content-box;height:75rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.375rem;left:37.5rem;display:block; }
#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container { background-color: transparent; background-image: none; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container > .video-iframe-container { display: none; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row > .video-iframe-container { display: none; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .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); }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container { border-width: 0; border-radius: 0; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;position:relative;display:block; }#gmAXD0cmFtO1A4TBIGBgHMk3A53yVGAE { box-sizing:content-box;height:7.625rem;width:64rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, #35bb93);background-image: -moz-linear-gradient(90deg, #8e7fde, #35bb93);background-image: -ms-linear-gradient(90deg, #8e7fde, #35bb93);background-image: -o-linear-gradient(90deg, #8e7fde, #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#35bb93' );";background-image: linear-gradient(90deg, #8e7fde, #35bb93);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4rem;left:5.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#D7xT7F3kiOoNFI8R2AorudMDO2qCpQUu { color:#f1f5f9;display:block;width:57rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;top:5.8125rem;left:9rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tEbMOCfv40PBO1D9nUr7wdZyWCMQLOXI { color:#f1f5f9;display:block;width:57rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:8rem;left:9rem;height:1.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#txffu0boHSsREncdy1UXADzR6qx9GUk9 { color:#f1f5f9;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:18.0625rem;left:11.625rem;height:7.1996875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CsaNv86fpKpnZ4cgFSwSaPTB41KQTGS4 { box-sizing:content-box;height:2.3125rem;width:19rem;position:absolute;display:block;z-index:15045;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.0625rem;left:10.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#zIuRRTnkqW4wO27SdpSzKz1VW5oTUfK9 { box-sizing:content-box;height:2.3125rem;width:19rem;position:absolute;display:block;z-index:15046;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.5625rem;left:10.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#NwtKZPiSUSBTMxOA02m0sHTVHClwta4q { box-sizing:content-box;height:2.3125rem;width:15.5rem;position:absolute;display:block;z-index:15047;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.0625rem;left:10.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#rWhGncdVhXO8BPnd8JFDZoDcL8hC98Qh { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:26.8125rem;left:11.75rem;overflow:hidden;display:block; }
#nvUd8ZlTOqbGpRibDFkxAfeqOLKnq81G { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:26.8125rem;left:22.375rem;overflow:hidden;display:block; }
#m60V3BQkZsWcGKFuoP8kbiNsTg0dDgL8 { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:26.8125rem;left:32.9375rem;overflow:hidden;display:block; }
#XlqfssqakWQoUnec2STK5wQdTAfNmsOz { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:26.8125rem;left:43.625rem;overflow:hidden;display:block; }
#lgWLeOTg0JZnsfnE746pnREeNkutNPEv { position:absolute;display:block;z-index:15114;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:26.8125rem;left:54.25rem;overflow:hidden;display:block; }
#mMOPtD2ia511CqJQ0wTu5MJne97iHuE8 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15115;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:11.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zGzBHT5EH2khANwR2fmcmpp80saihWfL { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15116;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:22.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#mcXSuCnyG02ZdvKAEwwc2sbrNZphtQgS { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:32.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MtCW0nEqOxBki62eFtIHkGUGZ4r6xTaE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:43.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TTwIZAg2KFgF5IE6HZGJsDAPUWX4JUw9 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:54.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#hiOgD7fwFwFrC1V6N5qDDEqQf9QobVMA { color:#f1f5f9;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:42.3125rem;left:7.4375rem;height:7.1996875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vZ7sxxyZvLbRPU7fQ3TVabUovvdSXR1L { box-sizing:content-box;height:2.3125rem;width:19rem;position:absolute;display:block;z-index:15057;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:42.3125rem;left:6.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#UmZwgOmN2TkdTnmNgkpUSAhftQ6B6yU9 { box-sizing:content-box;height:2.3125rem;width:17.125rem;position:absolute;display:block;z-index:15058;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.8125rem;left:6.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#evaGBwUhXACSKyS09VDBpnNaQ8RVWupr { box-sizing:content-box;height:2.3125rem;width:24.6875rem;position:absolute;display:block;z-index:15059;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.3125rem;left:6.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#efTGai0ts9d7D9sWHt838AhRcxCARaT1 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:6.5rem;overflow:hidden;display:block; }
#MqLvHc8AycNhOdO3l4dzKAvriXqpTtTi { position:absolute;display:block;z-index:15123;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:17.125rem;overflow:hidden;display:block; }
#ZT27bZch6ZBOZpJ6c2ScysqIvKFLkTwJ { position:absolute;display:block;z-index:15124;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:27.6875rem;overflow:hidden;display:block; }
#apPbFUBnAUPBK9y6UeyZVg2dCrD1avVw { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5rem;left:6.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#fPHDWyMpMJb8T9uTIrXXmJPsg5EQohbV { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15128;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5rem;left:17.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#N5CArTTNPAni1u9sFXuD6DpoWACnzJ44 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:27.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#KNiO76bz8TAlIAbP9p8pqVJEs4vHn08h { position:absolute;display:block;z-index:15125;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#Mqd1k0DqiiSkBV8zXW4GLPZn2JChzcc2 { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15130;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:38.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#AwdhbTkKPPDyKzHqwOBsBk0pX7bCZlzF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:34.75rem;left:12.75rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g2xwgF9MA3viKVJ7msG4d23dTy8MrmsF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15132;line-height:1.2;letter-spacing:0;top:37.125rem;left:12.75rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AEs3ct5z8RN7tB4Gi3TW0QBcZ4rXC6Va { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15133;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:12.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TgVJ0GdiNwaoSTerMGswbUJMfzpJqRV4 { color:#f1f5f9;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15134;line-height:1.2;letter-spacing:0;top:34.625rem;left:23.375rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#npKog0idDLqlkR8rllnxQs6QVidK4C1q { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15136;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:23.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XWeRq4ZSRHHrsSWTvSA0mkHzgLCxS44T { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15135;line-height:1.2;letter-spacing:0;top:37.125rem;left:23.375rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xGXXfhd4OThWKHbxODzxHZklVD9kdCkq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15137;line-height:1.2;letter-spacing:0;top:34.75rem;left:34.0625rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tn7VkLSfemL2ny63FVcoc7McxloXyTt9 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15139;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:34.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tfZVrTu1wEfe1S0tAeidSAt5L8TOIPKK { color:#f1f5f9;display:block;width:4.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15138;line-height:1.2;letter-spacing:0;top:36.3125rem;left:34.0625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TLkqG0DJBmmEKwK9tTSaG8MVhiolFpMx { color:#f1f5f9;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:34.75rem;left:44.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMAWGxCSZhpeXclw6pSXBvBn5AEcv2xt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15142;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:44.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xtmPpPN0nNaqBldVZSV64CTs68MJ1pW8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15141;line-height:1.2;letter-spacing:0;top:37.125rem;left:44.6875rem;height:0.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NQXL1z1f53RfOp0nL1LmaGVt2eo5Msky { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:34.875rem;left:55.25rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dyF6auVH2y0zG14gAvRyZdQAldVny8dT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:55.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QAz9hcShuv6IAKLcEd7VwiVgWq5bI4Ap { color:#f1f5f9;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:36.4375rem;left:55.25rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WT0smDiv1VT380WJxvWPZk9W6gvPWdNN { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15134;line-height:1.2;letter-spacing:0;top:59.4375rem;left:7.5rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N2vkhOr5EgTDi2iOVnAbc3ayRDeAy2vd { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15136;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.5625rem;left:7.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#o8VMhsNdgfJT3vWS5xvLr2xgasvLMr39 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15135;line-height:1.2;letter-spacing:0;top:61rem;left:7.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AlsTu4JCN1COspsHFBfUXF9TOb7BOKPg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15137;line-height:1.2;letter-spacing:0;top:59.4375rem;left:18.125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nrrpfLeMHgqSlHc3hEz9aABWAeHMw4Nv { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15139;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.5625rem;left:18.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mW8Dy4ons9FwdX0CqVTP36zyazP2u4h9 { color:#f1f5f9;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15138;line-height:1.2;letter-spacing:0;top:61rem;left:18.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q2OwM5XvdR6TwkAecJIT06o3Nw6tpQqq { color:#f1f5f9;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:58.5625rem;left:28.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P74U2RNo5NcX6u7cRH3Bf6FmfqtRPItM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15142;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.5625rem;left:28.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LRzuXnutfKh5LUOpHVZzgyeu9XFrMqWN { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15141;line-height:1.2;letter-spacing:0;top:61rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RxxnQBmTGp3ogXHkQRUtZiAx2H6zPKJQ { color:#f1f5f9;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:58.5625rem;left:39.125rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KdqZnluGBHb0uqEBrs4kyHqc72GfPmNG { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.5625rem;left:39.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XTt9XkqL5aDCZABX73zv8Jo9aGNJ9OVR { color:#f1f5f9;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:61rem;left:39.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PIVcwngqIXzr1qHbbzS62A03WcAB9mdx { position:absolute;display:block;z-index:15146;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.3125rem;top:18.1875rem;left:45.125rem;overflow:hidden;display:block; }
#Vrg5Ef6aiIFyBxWEUrWCk5NeN2xPDfDJ { position:absolute;display:block;z-index:15147;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.25rem;width:3.375rem;top:21.5625rem;left:46.625rem;overflow:hidden;display:block; }
#fb6f8CIAcTZqyPklosAPuaXFESXZtCPc { color:#f1f5f9;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15078;line-height:1.2;letter-spacing:0;top:18.6875rem;left:52.875rem;height:4.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r0duNsSovd7IabgTWUNitQL0ITf4kopU { color:#f1f5f9;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:22.6875rem;left:52.875rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KPzcq5tR3f55apgrkxSkseUiAJypobq8 { color:#f1f5f9;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:47.1875rem;left:58.125rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yVOFrTenJEaITWKQkZZnExpNsQK0T5cN { color:#f1f5f9;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:43.1875rem;left:58.125rem;height:4.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D8vDcwtbZI2kDFxVLgpMEcWnVTILKIPP { position:absolute;display:block;z-index:15150;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.3125rem;top:42.625rem;left:50.375rem;overflow:hidden;display:block; }
#Kv9fKQ2TmQZUZzttA1GTFvbd7xIf6gsc { position:absolute;display:block;z-index:15151;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.25rem;width:3.375rem;top:46.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#OLUXZTgSncTMSaHhzxDhvi3EJSybz1Ll { background-color:#dfec19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.5rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:186.625rem;left:4.875rem;display:none; }
#Snhz8E7XkVxwRn1VVZX92mKUVKQWVwNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qy7K322dTgHQvd7aKwQ3JMvaqyOlt1Z9 { background-color:#dfec19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.5rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:186.5625rem;left:45.125rem;display:none; }
#KuaNlbrCv7TgTEWkhcy8g1nSnkGIsI0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Shs343UcLpvwMoxrnFbx7MyKAkJmAnfv { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:54.375rem;left:62.625rem;overflow:hidden;display:none; }
#VsJysTTExQOCR78HcftQe7uuTxfhJ41K { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:54.375rem;left:62.625rem;overflow:hidden;display:none; }
#OcdIgaMktiG26tGX7K1JmPUTRH0T3C2L { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:54.375rem;left:62.625rem;overflow:hidden;display:none; }
#GhEC5HNEkazhFLW60c3IGU7TWrWEFT53 { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:54.375rem;left:62.625rem;overflow:hidden;display:none; }
#X5WlJxPeV38WWTqt5EIANcm0w0TnXsmL { box-sizing:content-box;height:2.3125rem;width:15.5rem;position:absolute;display:block;z-index:15047;background-color:#8e7fde;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:152.6875rem;left:10.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#d5wvHNVwNg9PRX07Z3p7rfe2THAkVdqB { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;top:135.9375rem;left:0rem;overflow:hidden;display:none; }
#ICWed6uIvAEJxzt8oI8UH2wTLmWy8n1z { box-sizing:content-box;height:75rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:135.9375rem;left:37.5rem;display:none; }
#egeunq64pxrx9ezQzkMRPEIyx7bf8SZp { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15135;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:48.9375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#fCqDok7kl6l9gawQKIQB557NzxQqDJob { color:#f1f5f9;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:60.25rem;left:49.8125rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QTmk8yB2yGbwWyqiZKAZkppIMGeMc58t { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.8125rem;left:49.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VUZsmW6IDWSJsTwP1g9U41NOnWMvUkGh { color:#f1f5f9;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:58.6875rem;left:49.8125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w5RrtHRKgP3Qns1RftbX2ga22ZVgDwsv { position:absolute;display:block;z-index:15130;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:48.9375rem;overflow:hidden;display:block; }
#UASSB6tDfbGc5RHW9hvoorW5fz2o4kOs { color:#f1f5f9;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:61rem;left:60.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eG6rruZ3q4t7PocLKCtrQTvJZToOF7KN { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15140;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5rem;left:59.4375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#qcLgxU27QWK4NzKDOw0GhRCIdJhCCAVW { color:#f1f5f9;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:59.4375rem;left:60.3125rem;height:0.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qzegQ9y6pbG03AWRuJORP1Tr4140JZbV { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.5625rem;left:60.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mIPoXUXm44HCSAHqNZUrw39pVsmkM2XV { position:absolute;display:block;z-index:15135;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:51.4375rem;left:59.4375rem;overflow:hidden;display:block; }
#PrGsdq8CP7n79MUtPoBHbOrGMcaKhHOx { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15157;line-height:1.2;letter-spacing:0;top:58.5rem;left:60.8125rem;height:0.599609375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sp65UoDMTQPA2iaG15yXcq0PvwPZcvRn { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15156;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.3125rem;left:60.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PuCn2sGFEwEA8hteNCTANpA2AfCtFhJJ { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:33.875rem;left:55.75rem;height:0.599609375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TnmSTcE3QmLT8g7cEd2oTvTHxComRBr4 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15158;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.6875rem;left:55.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bZGwovIL0mh32MJS5lAySeVBuwDC3NWd { position:absolute;display:block;z-index:15124;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:159.6875rem;left:27.6875rem;overflow:hidden;display:none; }
#g7uABnC64WErgJx5eTBAndEPKqa4MRfz { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:165.75rem;left:27.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#QS4FfN66GNHOLaByrc7vgoqQePTrzVJb { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15141;line-height:1.2;letter-spacing:0;top:169.25rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#eF40q5tlUeurfGTmCti69wPXIcw22Q1o { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.8125rem;left:39.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#csA5wg4Bpr3vuWQ9dpMSbyzSi503Tw9S { color:#f1f5f9;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:166.8125rem;left:28.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#QMVphhdXy1K47upvic3slz3P5zDJoXLZ { position:absolute;display:block;z-index:15124;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:9.125rem;top:159.6875rem;left:27.6875rem;overflow:hidden;display:none; }
#yueBeTuWFs9ZXsKkTlJsHWQawAaQTCRC { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15129;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:165.75rem;left:27.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#eUQX4zpvdVZzlHlDDqpUcTSOE2bwqL7N { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15141;line-height:1.2;letter-spacing:0;top:169.25rem;left:28.6875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#HiDQlJcRmyTw2O8bGcPN6sBEKM2bwGv2 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.8125rem;left:39.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#lEW9QDOFhM1HeQyNsVMa4STsG0RxhLfX { color:#f1f5f9;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:166.8125rem;left:28.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vtPkJGItZCfsAoCQnka2z3vXNiZrVEEK { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15158;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:141.75rem;left:55.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#hZ4P3DlXRkQR8iL2aoZqvawUTTSxfOn8 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:141.9375rem;left:55.75rem;height:0.599609375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#JIna5QqTADc2LcBUeIDZb5ssusNupVIQ { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;top:135.9375rem;left:0rem;overflow:hidden;display:none; }
#fwKp6f57ez2315REXdcEipDUn4dSSfKy { box-sizing:content-box;height:75rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:135.9375rem;left:37.5rem;display:none; }
#CvSeCTgFAKur9xEIcVSWBozBQt4vE7dh { box-sizing:content-box;height:2.5rem;width:24rem;position:absolute;display:block;z-index:15050;background-color:#dfec19;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.3125rem;left:25.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#MJUokI9tVZUOzHMyc7kuCW6oVMaGVnii { color:#045ab2;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:10.6875rem;left:28.4375rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lbolimRCwOrT6R4FARyg7i9uUOTCyzOs { position:absolute;display:block;z-index:15158;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.625rem;top:12.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#phhbgsHCtp5XNmdtUrMxHeqQ8N6aIdHl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:10.8125rem;left:26.5rem; }
#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { background-color: transparent; background-image: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container > .video-iframe-container { display: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row > .video-iframe-container { display: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .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); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { border-width: 0; border-radius: 0; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#T87tNsMQF1uTkreQUZAg1z8wpT3mL3CL { color:#f1f5f9;display:block;width:51.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:3rem;left:11.625rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nT4nPvTK1QvzZmZtndSOXgHqKLK0uRdk { color:#f1f5f9;display:block;width:49.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:7.3125rem;left:12.8125rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guUsPZV9eMaw0un82CwrcHBTyhVHIGi9 { color:#f1f5f9;display:block;width:51.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:24.5rem;left:11.625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rha8Qz7MWWPHNOmaEAhDAucagmCTRqMa { background-color:#dfec19;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.25rem 0.25rem 1.5rem #020617 ;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:4.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.625rem;left:35.25rem;display:block; }
#br7xgHqb6bCvntZzbcQy67qOAPHhdMWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:28.625rem;left:36.25rem; }
#va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#wULC38GKW5aUyT8Fxp0r7QOFctIT2XOe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:4.5rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:27.625rem;left:35.25rem;display:block; }
#lqkBe6VdRqTgdh3BgWShzBEdP25pIBk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RK1GoGbaGsHJ82d9WP4THMnn3Vk1mxxa { color:#f1f5f9;display:block;width:46.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:14.625rem;left:14.0625rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { background-color: transparent; background-image: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container > .video-iframe-container { display: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container { display: none; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .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); }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { border-width: 0; border-radius: 0; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { position:absolute;display:block;z-index:15155;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:4.5rem;width:10.9375rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { color:#f1f5f9;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15156;line-height:1.4;letter-spacing:0;top:8.4375rem;left:0rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15157;line-height:1.4;letter-spacing:0;top:3.875rem;left:61rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:6.6875rem;left:71.875rem; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:6.6875rem;left:68rem; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:7rem;left:64.5rem; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:6.6875rem;left:60.75rem; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15158;line-height:1.4;letter-spacing:0;top:10.75rem;left:61rem;height:1.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { box-sizing:content-box;height:16rem;width:75rem;position:absolute;display:block;z-index:15154;background-color:rgba(15,23,42,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#czXx83M96TvbdbhQlmz95GNneSqVAtuF { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#KgukJyoELhxiUmp8ht0B50NKTbaHoESM { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { box-sizing:content-box;height:18rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #00427b);background-image: -moz-linear-gradient(45deg, #045ab2, #00427b);background-image: -ms-linear-gradient(45deg, #045ab2, #00427b);background-image: -o-linear-gradient(45deg, #045ab2, #00427b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );";background-image: linear-gradient(45deg, #045ab2, #00427b);background-size:auto !important;box-shadow: -0.25rem -0.25rem 1.5rem rgba(2,6,23,0.48) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:12.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;border-bottom-left-radius:4rem;border-top-left-radius:4rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { width:6.125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { top:1.25rem;left:28.5625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { width:8rem;height:2.5625rem;top:1.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #vqpafbro1B3cHnbp3RvEb1VPg463STIf { width:8rem;height:2.5625rem;top:1.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block; }
 }@media only screen and (max-width: 763px) { #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { display:block; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHuJuWXL8n8WTBqoZNPZFpnESzx8PSi2 { top:16.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrZ5NfVwOtOnOqRJqNycTwUIJtix1aU { top:16.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reKXgJDtnULW8PMvpI8ZbT2Sf2vvVx3N { top:16.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { top:9rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhAa4hr1fqondVrsyD814cmvO7Z106Q { top:1.5rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { top:1.5rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { top:9rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { top:4.8125rem;left:9.625rem;width:28.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { top:0rem;left:0rem;width:47.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da8wNEfmhCrbzCGMzKK0TVIa5m0ek97a { top:17.8125rem;left:8.4375rem;width:30.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BapDKFdFMzhz696rXAw6LN3zlJTDJx { top:24rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAJrrUZs3e6bvgxwP5JSZBphXcvir9o { top:24rem;left:0rem;width:25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSWK2M1uO299LlnS1kEgW3QfggXsurqs { top:16.75rem;left:7.625rem;width:32.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF4lTxDc3yphwqJSbQKtb8nCkFFUnTgm { width:25rem;height:4.5rem;top:27.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmQV3wAEplGacvLTJzGTvx9ZAJEXX7T { display:block; }
 }@media only screen and (max-width: 763px) { #yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { display:block; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { top:5.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTzwAC0yHitDMnS2XdmvPoemaE5inIO { top:11.4375rem;left:15.875rem;width:16rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsS3oMQHalTM1KqeeTZnOiafGArATcFD { top:11.8125rem;left:15.875rem;width:16rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI0RTz6F1iAhKtldg6UyWyf8NdrAZc8P { top:13.6875rem;left:23.0625rem;width:1.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiwKx7ScWutDundpcckPqhMhSENa9I8h { display:block; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2xH11cSEobbh5M70eg3958sLffZmnNr { top:6rem;left:0rem;width:23rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIRcPTWtoE53ik4FgWPyt1xxutQTbU05 { top:4.5rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr0WTA6Du0n2oFF88dD5V4Jw3yMZ49O { top:5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R63nNtZSGwaGetPzV7l3sABxNZHPxHvQ { top:4.5rem;left:15.875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoJW97NhGDCzS1AJ3hoIIuCmWTM1Id60 { top:5.125rem;left:15.875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI1eTMtA349FHUPr7IRyNnKrbSe59GFC { top:6rem;left:8.75rem;width:23rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSRAMdalgSeEuNKDdapc51KyydpaWaHm { top:4.5rem;left:31.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirwHcKwFuyAIb6Teev0qRPqOueO32VF { top:5.125rem;left:31.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3rUGJzeR1IDwfVQey11l8BSXIMGU67V { top:6rem;left:24.625rem;width:23rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFUlDdJZb03kObxvPAqkWvS5CLhlTm4w { top:9rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMok5qeCaP842IkwwKTChx4iXGFDt1Nf { top:11.375rem;left:0rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFiGob9h7OA9RarORmb32TNKB3iSiht1 { top:9rem;left:9.3125rem;width:2rem;height:2rem;display:block; }
#HFiGob9h7OA9RarORmb32TNKB3iSiht1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #uQlVJFJ5HC2y3R1h8PCBJkSHV5ooPrF4 { top:20.1875rem;left:0rem;width:8.875rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn1Qwd81y8TpW3B581zZEO5Wfhx19ncX { top:17.8125rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z { top:17.75rem;left:8.4375rem;width:2rem;height:2rem;display:block; }
#c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #EnKzOBXaBtQiy6a4Mp1MVbSOIkdW3S3D { top:29rem;left:0rem;width:12.625rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQedKFu9tBHPqDocxRaxh4XizFXEIXm { top:26.625rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9s89fGHBT59nRK11wSGTghTb4vdvQs { top:26.5625rem;left:9.0625rem;width:2rem;height:2rem;display:block; }
#WU9s89fGHBT59nRK11wSGTghTb4vdvQs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #xQ3E5iODTnDsAy1esfOBF9R8klTnkoBw { top:37.8125rem;left:0rem;width:18.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoZE4nmDLfv4fvwZwN4Ob47QRGyR8fV { top:35.4375rem;left:0rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P { top:35.375rem;left:9.1875rem;width:2rem;height:2rem;display:block; }
#J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Md7uF7XDyA5Z7gxSIolzJmmi5MIZFWP4 { top:38.0625rem;left:15.875rem;width:13.6875rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhWHFPsfJfqET82X7GA0MvF9NiW7PV94 { top:35.6875rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA { top:35.625rem;left:26.0625rem;width:2rem;height:2rem;display:block; }
#Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PDwlxOCRTRWWprC8u1cQP1tnp7IHdLtX { top:29.25rem;left:14.625rem;width:17.125rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lnnJvtG1n2udZTrSSPEoICgKmafTVI { top:26.875rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDwpPlJc8bThaISNzAf4QgNhuSB1dppb { top:26.8125rem;left:25.9375rem;width:2rem;height:2rem;display:block; }
#HDwpPlJc8bThaISNzAf4QgNhuSB1dppb > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #KZbzUilJ231EbIxpBXb9U1QzEHBHBK1c { top:20.4375rem;left:15.25rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnclLPzsXbwMlPdrfBJCM8pZVD3fJan2 { top:18.0625rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 { top:18rem;left:25.3125rem;width:2rem;height:2rem;display:block; }
#J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fL43Toqy87vbbasoTJbq5fmfsVEVSd4w { top:11.6875rem;left:15.25rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4yX7WVvcS99My7OegkrJxkV7nGewwO { top:9.25rem;left:12.75rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ { top:9.25rem;left:26.1875rem;width:2rem;height:2rem;display:block; }
#k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #GksNM0vznnnDwkKdkCMfST2Cay37UGid { top:38.0625rem;left:25.75rem;width:19.1875rem;height:5.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKw8GG7vy4MQWurTBG1E4veMlruRs0O { top:35.6875rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q { top:35.625rem;left:42.9375rem;width:2rem;height:2rem;display:block; }
#m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #qTT6QxiAUAeuUduXhwvVU71tPotFnZQW { top:29.25rem;left:31.125rem;width:16.5rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR3r4ITpXFqTJG4pmNuZPM2DpwDKrpip { top:26.875rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 { top:26.8125rem;left:42.8125rem;width:2rem;height:2rem;display:block; }
#PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #BFmqX4bUuP7eqbpl0b0AiN9Z6kRDR5lc { top:20.4375rem;left:31.125rem;width:15.3125rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHrHh9cJ88kcmk5gsqlCIpJHGcaocwA { top:18.0625rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGC8v1I44yIdO6eN2qfv4SaXVKk527dK { top:18rem;left:42.1875rem;width:2rem;height:2rem;display:block; }
#QGC8v1I44yIdO6eN2qfv4SaXVKk527dK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #R83wN468vQxGZteyZrxAiAbcfga2P4O8 { top:11.6875rem;left:31.75rem;width:10.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy1AuEBslTng7bvJXTRH8fltLITdIgxU { top:9.25rem;left:28.625rem;width:19rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu { top:9.25rem;left:43.0625rem;width:2rem;height:2rem;display:block; }
#rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM { display:block; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGMtiQgHS1BD5eJDSUStHf1LWn5WhB0e { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4HH5l1NebCiscCmTCXp5tphKqoik3gn { top:7.5625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlJeqQAW87P1FE7E4Hr6M4P7XpW77N9W { top:9.5625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyVgVmT5Q3VFFoASM8G0K4041u41w7V { width:20rem;height:4.5rem;top:16.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuTDWMACTZoon3TxeOK571PsJqdikT0V { display:block; }
 }@media only screen and (max-width: 763px) { #GENtG2XerShC5EMQTfdhEoNDr7J9SDDN { width:35rem;height:4.5rem;top:21.625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAFbJEqg5JOnkTHfTJKu8yZExF7myTii { display:block; }
 }@media only screen and (max-width: 763px) { #VAf9VJwaNU6zookeTdoIrTEyrUKdgGHJ { top:23.875rem;left:0rem;width:47.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdQZwHckZSAxZXLkvP4SPKq0vzQwPTbT { top:24.125rem;left:0rem;width:47rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Iu4twyTH16kl6Mr9TDJcVJXabUcdly { width:46.75rem;height:11.5rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NveqGKNiul7seAd3MK3begGp6mNGFgyH { display:block; }
 }@media only screen and (max-width: 763px) { #VHopMAaZ2Vz8osV9bKvFiw9LZQuTihkS { top:27rem;left:0rem;width:41rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJDqXMsy4TmVbh91yTFaT9VMtn7Z3nb2 { top:37.375rem;left:0rem;width:47.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z73Kl8ADOfMFHeAI2XqS3lR2aCd4PBld { top:37.625rem;left:0rem;width:47rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLN3ZqEU8ubuSw7KvEoilQrg5MRZ4h81 { width:46.75rem;height:11.5rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ6uLwXFPa3tyulMlzuFPyDafLNdudkw { display:block; }
 }@media only screen and (max-width: 763px) { #T7aRgbiSVBJNabEfJO4nxFTRyDzu190O { top:40.5rem;left:0rem;width:41.9375rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzB2V5Jq5AhNeggu426TBbwspItsN1 { top:30rem;left:37.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOoNm60qqrdRBp04DkPx8q4TuxK2QRHQ { top:43.5rem;left:37.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmGeDuQWHT7dJF3yohszfK8uZI7ueGJ { top:26.0625rem;left:37.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUNIdJ8qifQz2MWCJTd8NnwQ2xLNpQF { top:39.5625rem;left:37.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugZLKswCr7fHaKIBwzQH3oAseCb9Fyk { top:26.1875rem;left:31.25rem;width:16.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMaUm3ivcmultMrClPCShNp1aVENQXl { top:29.3125rem;left:36.875rem;width:10.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDEpFRDQ1uScvBSWl48Nob6gZgTdHVye { top:42.8125rem;left:36.875rem;width:10.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQmnR5PNOnfZuT4qvae9DQ1BgI8aUZfP { top:39.6875rem;left:30.875rem;width:16.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { display:block; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { top:10.4375rem;left:0rem;width:37rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWapOFMaSp8IG809EgQOLUiCahcHomz6 { top:11.5625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPwxCWIJ9sgIpqWJwr8U6Sttk99IxBk { top:12.1875rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRxbarymzxDiy2nKWNDFbUb7XKrvXnTJ { top:12.1875rem;left:42.75rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6LTEwUNk8yFuC13cJXZUyiJHZTonH3E { top:12.0625rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7KwcnfoHcNkv3C9Hn7ZSveRhmbWQEEx { top:12.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { top:25.875rem;left:0rem;width:7.5rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { top:27rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { top:27.4375rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { top:28.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { top:27.75rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { top:26.625rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWleafKvHySRw4KHXqrsCs87rteS9gM { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqItvZTofzMreTFMAoks84ctf6Up3J51 { top:28.1875rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { top:27.75rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { top:26.625rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { top:27.4375rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
 }@media only screen and (max-width: 763px) { #PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { top:23.4375rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { top:26.6875rem;left:36.75rem;width:6.75rem;height:3rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { top:26.25rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { top:25.125rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuDreitffIRWi6p28x4uRlgOKoFPwTMO { top:25.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { top:24.875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BytXTormmG9XCtPE7FTHTy4msibLul0T { display:block; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNIKrywEQOa0vc439mXDZwxpOgEk22S { top:10.4375rem;left:0rem;width:20.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6cVvhCbkLZWZwwe4uAC1agFxFHIllo3 { top:11.5625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoGqUTeognD46i3p9T9MHTMc66dMCNZR { top:12.1875rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdgCylOumsRvgp0ts7sqzrsdS8E6gdp { top:12.1875rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbgFBFFAkusBlR0ZVHV5U9QdEEvq1wZ7 { top:12.0625rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCoTSb77ENWHGP33rrRpCzngO6b3IXT { top:12.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { top:25.875rem;left:0rem;width:7.5rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { top:27rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { top:27.4375rem;left:0rem;width:4.375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNrbPANNyue9NA73vcnf0XWMZRki4Sca { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJSzBHigdn15a6hsy8yn9xT7odX5knx { top:27.4375rem;left:3.875rem;width:5.5rem;height:1.5rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { top:27rem;left:3.875rem;width:5.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { top:24.9375rem;left:3.875rem;width:5rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0p8THe1axBqHANScMmhD51ypBcP9Mq { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thhzERHCsvnilNfVCsufkQBewBZkdofl { top:27.4375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { top:27rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwh5gMh8N7vduPLqKltFztASLPpzdCX { top:25.875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #achfSQNofIXiPduZEnwLy8FuEOWcp33Q { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { top:27.4375rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
 }@media only screen and (max-width: 763px) { #zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { top:23.4375rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { top:26.6875rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { top:26.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDApBSakdTwd5LVDtrFdOzZowoI83m6i { top:26.25rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { top:26.25rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { top:25.125rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { top:24.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGiK360mbEQUEhf58uq7IlJpbsULs06 { top:24.875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { display:block; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { top:10.4375rem;left:0rem;width:26.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDOpHeQwFJkbBcK9WDldDvDE4TQXvdXT { top:11.5625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiN6cOaB03zB2eShBLWM8xuq3C2WpDh { top:12.1875rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3LAZqbEqs29FfKN5NMmJe44pK5crIuk { top:12.1875rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzMG2U2TEUND7ZyyPqeI41hGWcni8kW2 { top:12.0625rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQt0Tp5hDx6UF3CHbwgCnoCLE4ryrlc { top:12.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { top:23.9375rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { top:26.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { top:27.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { top:28.1875rem;left:0rem;width:7.5rem;height:1.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { top:23.9375rem;left:2.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { top:27.4375rem;left:3.875rem;width:4.5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhpANudLFRHKVomONGCM1SRsHB7sKDR { top:27rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { top:25.875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { top:23.9375rem;left:14rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NLotS5eksSR6tL9573LunMOABmcZx1 { top:25.5rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRJnom0bOP9xzbTufG4bikIghe23qlM { top:23.4375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { top:27.4375rem;left:26.125rem;width:5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { top:27rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { top:25.875rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
 }@media only screen and (max-width: 763px) { #TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { top:23.9375rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwBqETvk8ETPdUn0pJep74qIErXDZROP { top:24.9375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { top:27.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { top:27rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { top:25.875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { top:26.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { top:25.625rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzldOxR9SDskO5PrTfk6eNybT6cObGm { top:25.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { display:block; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbsihXnbidURAQTPox533tEJTItdsw3 { top:10.4375rem;left:0rem;width:28.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLloIioBRqKSNVyONknHIs0KJZmSicW { top:11.5625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DwqkSAvSh6ertaSTb70uCOHmQX89h1 { top:12.1875rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUOTph9XIBTVNq2p4PExqEU21HQTE1Z { top:12.1875rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0e06uQLFVaZBOcUn021Zqm92suD94i { top:12.0625rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG24dNEdOrEZb768TCJVRdPcHQNmVbqo { top:12.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { top:17.9375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXP200oSgc6DRX02H4peZyFPssf1fiQ { top:24.9375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuvfX5X7bwt68rF77odwOhHlVfoJfduU { top:25.875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AJp249H0AlTqghlpnrucZK7nKP74vA { top:27rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { top:27.4375rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { top:17.9375rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { top:24.9375rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { top:26.6875rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { top:26.25rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { top:25.125rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { top:17.9375rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { top:24.9375rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { top:27.4375rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { top:27rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { top:25.875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { top:17.9375rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { top:24.9375rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { top:28.1875rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { top:27.75rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { top:26.625rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
 }@media only screen and (max-width: 763px) { #xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { top:17.9375rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNX30J3gQKInu1nItiNDncxrrR5doP5 { top:24.9375rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { top:17.9375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9FsW99o17ZWTML93To95zPNsTAue25 { top:24.9375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { top:27.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { top:28.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { top:27rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmbmIw5fVpC1s67tUd633UqVuDoZUch { top:27.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { top:25.875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { top:26.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { top:24.875rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { top:24.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { display:block; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { top:10.5rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdAxVpcCGWI1vqnIrd8oRMLxmfN5o4q5 { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shv07O02QoTRTydC8i3TGTZ8pnpVtr0P { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4w1xTTylJGSV7Io8INGalUVsMmsaFJ { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JSUtRn5b939maQpZid4IpPncdsnWtp { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxPUAs9PDaqZveuGFTwPrsZQWlWrLnk { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { top:24rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { top:25.1875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { top:26.3125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { top:26.75rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { top:27.5rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { top:27.0625rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { top:25.9375rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { top:24rem;left:14rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8rbObESBl6hudKuAZoawn3i98QpeA74 { top:26.75rem;left:15rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { top:26.3125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { top:25.1875rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { top:27.5rem;left:26.125rem;width:7.3125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuazTy5wylEnSqklifEl6IsDmRU07nMZ { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
 }@media only screen and (max-width: 763px) { #V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { top:24rem;left:35.75rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { top:24rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { top:26rem;left:36.75rem;width:7.125rem;height:3rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { top:26.75rem;left:40.625rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEquwDCVmQsH63LxDSyIuset0APD9aiz { top:25.5625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { top:26.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { top:24.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { top:25.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { top:24.1875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { top:24rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu { display:block; }#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Woopk5hOB4B8E3DezKT5k8A2ng7fREx8 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTAOAu5zvllTUQGiG0UHXP4UnHaSLk0 { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWBdbnFwnrxkmeTum3DSqbSkUKhoIO4o { top:10.5rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZKA7ofwdgQFAT2LVX2TOKapZeA1Ntnd { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSiKh43VzzrONZeEX4AooCnrOZH9R2iE { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwo6zbCuTDTqONzN5Z5DoEZT7LMvhGD3 { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hv7rG4UXEAb1PLwGnoX3odDKe5hrST { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsllDIvkv4NppohtuhwbmH2BRdA9DK6 { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzA1uduJoTEt7WNdW2klqtmlD8y1ov5G { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMb9vtEKv7fGLr6MzxcWPXA6vJtGbX4 { top:23.6875rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5sR8H4BvFCpgF8dxtEbrI6a0HPG3t2S { top:24.875rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwaK0Boo3AGXTV1Ag9S25slKL1dTA4t5 { top:26rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkp6WGSyRl1g9zsrWqCImTTLrcOxGJT4 { top:26.4375rem;left:0rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzOrKdFS8hSGZn4f1cR19dDGtJur2D1 { top:17.6875rem;left:8.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHPCgsDTcwIZ0aotNDmGTFFlEIFNIhc { top:24.6875rem;left:8.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssSKKs8We7fEwrZCBWOe060VLF2rJEeH { top:27.1875rem;left:9.4375rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q12LGrAfrkJcBEaom5PaWbDwHb1rhfy4 { top:26.75rem;left:9.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhWExETn9CoBbqThOTNQFGA9UDnULt4 { top:25.625rem;left:9.4375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvcot3MUdP9AbKkQI56efLtwcfLOddDi { top:17.6875rem;left:19.5625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXxIISC57XCSDsBGJyTffc5izaHk25Z { top:24.6875rem;left:19.5625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2rkFTsttZ0cO3OKkhOEaFQ0MHSZSefH { top:27.1875rem;left:20.5625rem;width:7.3125rem;height:1.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK96LnCKgfzLxO0sSwRD98txfA8RVpyT { top:26.75rem;left:20.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7z3HAJuWVVJzZTyryOOPBiCmK8f94vW { top:25.625rem;left:20.5625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RnKhEXFB8gdN4VEw424VliQsfxAiGe { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#J8RnKhEXFB8gdN4VEw424VliQsfxAiGe > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #e5N1g1zGuwDlqX25tBJ5JrzMcTSyL6NT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #cirAuQAUXA5cMIDH1d3kDOoW0pTpmG53 {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NiAlVeRSli49afyXcCS9ghgPJpaWBM7s {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #pScJD6BOtoHG8I1v0iKxl3AMMIOGoMkE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #f0UFX7lufV3xpTEUfhyHXfZOmfDTBEAc {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #USffFAXS53vlNo6oZm9T9xUUET5SbGwG {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #XMknA4nB3nC6tDefaZTp5OG4wq1LT77c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #uWDAvNElb8knUiwH8RJyvl7hQPglS42V {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #r1417k2AOLsa2VrnlIOaGvvzML4yMhlb {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #HGrTcZ9416hQuUKFtpsIFF2ueyU1cJ2D { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NNVx7gClkxR6dlo3qg2ZSin0cn2wzBUs {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #dcppPierV1hww4XPZUyv7CTGENuiBL6S {  }
 }@media only screen and (max-width: 763px) { #P7TPfpCOa9o7GXR3cr54pAOTJQ6iPrKy { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC1g7eAF4T3420H7MfixoUvOxsnh4gTV { top:17.6875rem;left:30.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9iW6ukzL33UbnlA42P4BWq9awecxquB { top:23.6875rem;left:30.1875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBr87XMSHGOnJo62kEgJ7519kyf7Sfc { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdkrF7pGq4hoIK3QgPatTAZL3iQNxA8u { top:23.6875rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XWTVPMELWMH4GJ6zTIXE47D00etO9D { top:25.6875rem;left:31.1875rem;width:7.125rem;height:3rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBVg4pwkzsZQQxLip2WR8exQTbtUBh7C { top:26.4375rem;left:40.625rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE0s1SKZZXmEnBVTv0xINz36XCMMyptT { top:25.25rem;left:31.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnJ1Kd0DKLnFyGT50HPTvohoWuK1R6O { top:26rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytUuXd53h1QO4vs0qFOh5k0c1rLoqyX { top:24.125rem;left:31.1875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mOGmkxLo4JIiMCHFm7EGekw94oMQne { top:24.875rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUFHPXmCSP8ZK8Z50fbT9Nuwg4zWls9 { top:23.875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBEipkC1Xgn0wQ2uwJJPZSLHyTIzkQgy { top:23.6875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { display:block; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { top:8.25rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { top:10.5rem;left:0rem;width:35rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6mtmxcNxeEt9deTFC5w5uVCPVuz2Rvi { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG22M5TmmVXSe4AtVph7mhInhm1GD9HO { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHvD1XvhTFINWbtTop389wIhgZiyQ97 { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRvUOlAfmyN5T9Gz225A9AiQzPMp074W { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m94qSD2ptAlVE7OlZNdJqMQpKlZkgl1q { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { top:24rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { top:26.6875rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { top:27.8125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { top:28.25rem;left:0rem;width:7.5rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g232zVaVtfsAB71h5T6CMWLwFnnO29md { top:26.75rem;left:3.875rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { top:26.3125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { top:25.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { top:27.5rem;left:15rem;width:6.75rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { top:27.0625rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { top:24rem;left:25.125rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { top:26.75rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { top:26.3125rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acySPsIom8USkzUJXT0p0OQISheKDo { top:24.25rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
 }@media only screen and (max-width: 763px) { #z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { top:21.4375rem;left:35.75rem;width:9.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bByBZLf7R0Ski68RJkIehtCdmxqREQbG { top:26rem;left:36.75rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { top:28.25rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { top:25.5625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { top:27.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { top:24.4375rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { top:26.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { top:25.6875rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { top:25.5rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5tXMfBoDZb08qH6EZmaW43k6UP96bA { display:block; }#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PToLexclTLzsNNbJk5n9ebxr2miFlCdM { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFulwD1LvkbFPpSD2Cn77GOfdbTszps { top:8.25rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOpG9AkVJmqbrmpTMxUCFAp816lT1E45 { top:10.5rem;left:0rem;width:35rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpxKiTZ0HZqJTcc8HoRBpH4qhG9HI2l { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxcMlUfuCWwRQV0tP7qFbiNLk6ODJNO { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0ZbWrNG2etpDFtfSxF2nIvDSqokJyR { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWachnK9f5agvtQ9HTkloLC8Q7sHWAP { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwgmw0R00mvtpZFUE9MSyoUBfamrWkot { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWP938NHluIUlmeUpeZPTxuop91df4f { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh0r4OvbxW8Tw7n4XLNAdu5WSgMFFvZ { top:23.6875rem;left:0rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw83kLM0wbNnx9T14nzfQ5F6Pc7LKRx { top:26.375rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcpdFr3sAas9QqhpzBE5VbRLIR2rnacH { top:27.5rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8siTK2NwTILQU6Zusxb3hP4rJF1HRwE { top:27.9375rem;left:0rem;width:7.5rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kckWLNVqSk9mmmOI9QxGv35kTgpKRXQ9 { top:17.6875rem;left:8.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRqspd8U13uQG9RGuPb0R8rSWh6TTlEW { top:24.6875rem;left:8.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpNRVGxu4ATTFoPwxVsN1DsBswe3sn3w { top:26.4375rem;left:9.1875rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCUn8xznTlB7491DGi4EvzJTmFaM2nTW { top:26rem;left:9.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTho4NmcfptQRVsGwGAlpGwvsRxxNTk { top:24.875rem;left:9.1875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIpZEd2A2EkOlweKMoTzSFQM7kryL37O { top:17.6875rem;left:19.3125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASq0VruSfJdaqweHqmfinkOS94nLQUze { top:23.6875rem;left:19.3125rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyHlqskzE48O3ruuF6ly1AHvtatmb3n { top:26.4375rem;left:20.3125rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMeVIkFkLTGvh1iug4J4C7mPNF2WmMhF { top:26rem;left:20.3125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy3K58VnzcRWLWHTHaCK3GTVUtTVEd9d { top:23.9375rem;left:20.3125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #poZiROZouB3vRVSJ5XCRXbRaTahT7CUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #r3f1GIizCTlHeVOGEKhdT0BLusVuKxZH {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #mI26wQ7OALWVuyTh7A9Qqwskh1TIGclB {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #kCcMauQyakJMH5vJkITZpOJtqyVew1KI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #sOK7UrVNiaK8kdT2pX1txulM7RTRgzdE {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #wo7aTTmXPTfArT77I4MlfcUUNNhse6p9 {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #tmRy8vrmAoEcM13vHuMl2I6NtSEflvFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #a9PnPBanBXAqLHaJnanU5WnHF8MwHTEk {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #SDo0nTOhmG5e9nlGI1m24Vh3OLcM558J {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #gX4mFZ6QqTit8iRTR43HTT2Jq49AhvnI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #F12LCnZMU5eTf8h8qRLVLEBfcpWx89vh {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #z7OM5JwJb97uXFXeIKVdZXNwQ6wei8Vf {  }
 }@media only screen and (max-width: 763px) { #TT1F8DLib5LisnWTKmH3MLo3GDQPhTHg { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4DVSylolTTTwWyOP2IW23qa1rz32zTT { top:17.6875rem;left:30.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPkvuwWHTAHawamDlgxOe2ft3TyBRUJr { top:21.875rem;left:30.4375rem;width:9.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWDPP4JlVfhxN9v6W7EJh6mOC3OfLX2w { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFIiDLGIFp5hGNgkuLvbPVLoGUbCEOL { top:24.6875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwzZXrqrvTpLmM6TVxBu2o1XqKJFDRF { top:25.6875rem;left:31.4375rem;width:7.125rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G72zKWoSdKKXrcn5GuAD8SPTu5TZoJga { top:27.9375rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAzACpMLhyKHJHaJ1DDABn4DXwOQSAfr { top:25.25rem;left:31.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQzk3PT9RIm4NCTLHyxkFtmXPL1mpT3p { top:27.5rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrkGM2v8S5gnOT7PT0UXOvbO5ARsvAcS { top:24.125rem;left:31.4375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJN7GRuqxsyEndFH5g6CSreW6eisqfWS { top:26.375rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShsBFruEGAe9iwgpWFkaS8myWdTMRdF2 { top:25.375rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vShJEiD1ByduLEFoOCydwDUGLlHkpuZm { top:25.1875rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { display:block; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { top:10.5rem;left:0rem;width:38.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H90g8CLcAFT1qeln34PvXyyScqV2JWIC { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUubeJKA2MD045CSR3T9b1VR2JkHTm4n { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mtJ8xQyCCgCiyedzetuNkg42KqaiH4 { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBg1sWl2IGmPUg3Sud3sqBAy7pqz7yp { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #egtqhsyPxATLM4WRtfOm98aPyk3fwnTu { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULiJTQS98FLf7Go96SerutSWSSMgIlH { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { top:25.9375rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { top:27.0625rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { top:27.5rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { top:26.5625rem;left:3.875rem;width:6.5rem;height:2.375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { top:26.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { top:25rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimr6C4ygyxo9VMmabCtT1947E1FmoUx { top:27.5rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { top:27.0625rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { top:25.9375rem;left:15rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GapcbO51strQGchQIeoTpL3aDvDwXm { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { top:27.5rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
 }@media only screen and (max-width: 763px) { #bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { top:23rem;left:35.75rem;width:9.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { top:23.5rem;left:38.625rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { top:26.75rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { top:26.75rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { top:26.3125rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { top:26.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlDOEy5lo33muvx87unn9ZitmFQWPiUc { top:25.1875rem;left:36.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { top:25.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyCAfZl9r4ick3f336867J1EdnmRu7oJ { top:24.9375rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { display:block; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Mow7rDfOW7A9embXDDdv7sReT6if34 { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { top:10.5rem;left:0rem;width:28.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVIAaQNGz7v3TRIQCC5UyRROsUuXltq { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVJHP0JVxeoHBX5g4TTwv56DPHhhAyi { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkeK6rXJa2mqedzmNMLVLh9JQW5eDz1 { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJIc5mV3ytCFSIPuSbkTb1ga9b59ECWr { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMn0T7ncSHtuM0BdIcWchddUndJiy3S { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { top:24.6875rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEcHoBndCWMwV280khW9seUwbhyRdF2 { top:25.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { top:26.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { top:27.1875rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i030LBHvLqImrT05CqZCDsp8fToTHqOO { top:17.6875rem;left:8.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { top:24.6875rem;left:8.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { top:27.1875rem;left:9.4375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { top:26.75rem;left:9.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { top:25.625rem;left:9.4375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { top:17.6875rem;left:19.5625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { top:24.75rem;left:19.5625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { top:26.5rem;left:20.5625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { top:26.0625rem;left:20.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { top:24.9375rem;left:20.5625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { top:17.6875rem;left:30.6875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { top:24.6875rem;left:30.6875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { top:27.1875rem;left:31.6875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { top:26.75rem;left:31.6875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuovPH5L26RBTlxbZibp86Iu15XxJEES { top:25.625rem;left:31.6875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
 }@media only screen and (max-width: 763px) { #BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzpwRTksrr6DnE97ESczwG6lM37W0V { top:24.6875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { top:26.4375rem;left:40.25rem;width:7.5rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etP0hqLaLs00VTRZegWElKWulFAIrwao { top:26rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { top:23.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { top:24.625rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wBs8riCH492doR9nsXofhaQJXl69Fs { top:24.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { display:block; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { top:10.5rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnrwfNnmsNOuSqWpXr1GFGvhZOGdlBk { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWSk0nwXPW2KKPNcMNvd1aaBxSW2PZge { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eICTlV9xnON16P2BkBPPsz61pPsFhzZL { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giOq5ceSeKEaWEh5MTNDBlVN2FsxK7BR { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfm1pXdunTUtw5VEtaM30SMJRQTx8PBy { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { top:26rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { top:27.125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { top:27.5625rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { top:27.5625rem;left:3.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { top:27.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { top:26rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { top:27.5625rem;left:15rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { top:27.125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { top:26rem;left:15rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { top:21.0625rem;left:25.125rem;width:9.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { top:26.8125rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { top:26.375rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { top:24.4375rem;left:26.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
 }@media only screen and (max-width: 763px) { #Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { top:26.8125rem;left:36.75rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { top:27.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { top:26.375rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { top:27.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { top:25.25rem;left:36.75rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { top:25.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { top:25rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { top:24.8125rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { display:block; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { top:10.5rem;left:0rem;width:29.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDoLcoQowyUmTyXegHbec3xLACWekkfC { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfvCcJbAKKwU0v1BngFzLErOWKgzrWkU { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDBPMr3yUEPwwHuhUoxE1SCBt9U7tqS { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wVizswsomeOIJlUpGW4M7wNtKshKJ2 { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmAo8ZqiIVDLH8woQr9C0TBfRTLWtA5T { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXARCnIhFKCKBTt8crlufKG01cM1moUs { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { top:24.6875rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { top:25.625rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { top:26.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { top:27.1875rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { top:17.6875rem;left:8.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLQHldC5mkRiWa7smmHo3UUhpML7p8C { top:24.6875rem;left:8.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { top:27.1875rem;left:9.4375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF8cu87FhH63cinzAbm7dhunCPMmEQh { top:26.75rem;left:9.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { top:25.625rem;left:9.4375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI6sZRxENu80sRF50cDmRf99zv3bXiJe { top:17.6875rem;left:19.5625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { top:24.6875rem;left:19.5625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { top:27.1875rem;left:20.5625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { top:26.75rem;left:20.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { top:25.625rem;left:20.5625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { top:17.6875rem;left:30.6875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { top:23.6875rem;left:30.6875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { top:26.4375rem;left:31.6875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { top:26rem;left:31.6875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { top:24.875rem;left:31.6875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENE4WtgTXWD69VNdXv867qdiMel9ALgC { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
 }@media only screen and (max-width: 763px) { #WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { top:23.6875rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { top:27.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sPLONWzs1AmnMKan54xp736OV8VB8F { top:26.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { top:25.625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { top:24.625rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { top:24.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { display:block; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { top:10.5rem;left:0rem;width:31.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWXNv6hWZvsAUG07AG7FeAor2tzK8zKV { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFpCyJqDyznKnAMIkKBHAE128ilcHF4 { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIMTeT0yfvEnaprr0FzK89gabEtsu1BA { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOuJTc5OJ5JB3uAisK47LxCNBmZfmMTk { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJvZ98TNXF0qKdTsX5h0k7MDKgUz5Wpv { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCoLhI17dFdralRGwmkygdFEGA5qTWIU { top:25.9375rem;left:0rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgoLcAlspfl24svUhALk1D5IDdNiH15 { top:27.0625rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzspup7NKL8PW9P57GGhf3mypt7HQSi { top:27.5rem;left:0rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { top:26.75rem;left:3.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { top:26.3125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { top:25.1875rem;left:3.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { top:26.75rem;left:15rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { top:26.3125rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { top:24.25rem;left:15rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { top:25rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { top:27.5rem;left:26.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { top:27.0625rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { top:25.9375rem;left:26.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
 }@media only screen and (max-width: 763px) { #m0KFRmAca1Da708DBphVFEuhcqDgOqzb { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JpoR2IeDqnXMh266bePDN92S7sc40X { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDw23s8PJqdZe7zmhidTE0LsibQir84 { top:25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { top:27.5rem;left:36.75rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { top:27.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { top:27.0625rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { top:27.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { top:25.9375rem;left:36.75rem;width:7.375rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { top:25.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGimWnINebd1TEOTB6BPLycPOuLUOoRI { top:24.9375rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo { display:block; }#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1LfCtA54tZC93aBKiFaltA7hzKlZeQ9 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #U66UrCdJCn94xc7SwTNkfvoMRH3COJIk { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaSwiAeBfaVJSAWo22wElesOVC32613t { top:10.5rem;left:0rem;width:31.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwMGTZRq8ebq0ZNiNSP3mQoheMrkWMV { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFT5OZHQDPTtCfX41bJC687LLsCxoBg { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ofBpBTaWisUJ193TGlmUZTRCdlDf4S { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlffphbdGkDXWTR4WrX7hTsxUZin7MsM { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5UttIq7CfkNIhRsNrGXU7ts4bLTsmO3 { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V38yAkUpaTcSrWly3G0a7Kro4yrcKhl1 { top:17.6875rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnZQxzARvHQZstPTCBCxIUpkdSJtMJry { top:24.6875rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdRSQio01RRxUt9ZAhmpbR4a87akKwd { top:25.625rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCaRQoWhgXJR451DIL14V6J4EbyC3hJ { top:26.75rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0sn3kmSSK1OiBPxOCZZl5oU8pNbsMUQ { top:27.1875rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoppUTUxyRNaA8z8gD9efE06SVaPczdN { top:17.6875rem;left:8.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXszMROTAbhJQtTirANQZneHohqFTSL2 { top:24.6875rem;left:8.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIWLXhJhxEMDDcD5fh88pDR8MRAXI4Th { top:26.4375rem;left:9.1875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilMaPvT8hTE6XdICk9poRA1B685z13M7 { top:26rem;left:9.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhMgTO42OOTtTevEzSy0imUK4bZvHioL { top:24.875rem;left:9.1875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opEOToQtIn7pXTzEwOUO4oXBce3pew1o { top:17.6875rem;left:19.3125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3L6DBZ308PVglJAuW0LxyxBTwAr9FU { top:24.6875rem;left:19.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQJEhPuWXD07nTibJ4Zv9aqQWkofbBS { top:26.4375rem;left:20.3125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHRvlcGoeQUWlANMQGcvwlpn1vTVrxh { top:26rem;left:20.3125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fme0J6SCCh9z0OcCS8q3umE2cQ75vzsQ { top:23.9375rem;left:20.3125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khd6R9RXFRCTg8tTlN5Qa9xWvnHOomed { top:17.6875rem;left:30.4375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb206q8bV4vRNpl6gpxp2zUg0I27Z0yG { top:24.6875rem;left:30.4375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3iQtqbLhMTsu8MTky2UO3uTwLyBnTl { top:27.1875rem;left:31.4375rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ3tSdf8ehW5tHpLKzaySespmpclMU3R { top:26.75rem;left:31.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoiVkHNW7HHlc2VGK3SXUGUaJFRnceo { top:25.625rem;left:31.4375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bp9b2FBJfub6i37bW0vvqN73L8El8Ccb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #eFzgwIXaV4NsUuiALPcnQ8XRuKM8iK7X {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #DDvOWaSJ94DIMdtpiw4hxShJWNzDck67 {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D6upHHw8KcLhUNLvTMzxZHJA0HuA0sVL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #umzrCArn5xCJzz9QW3pgZPmakfpTwK9M {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D4Q7LdimDdvzrOfo9PyPGilxTfTpsszs {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #w0sI6UTJx1tANlD2WmXQvncwMwNAHasz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #RzAsvDckUg2UiEnkrWLZtPE4zgiQrZTT {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Lu5H6xNKnZ9K5tTysUrsmTrE0r4LWl5h {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Uhp35XTEGDxiscK9fSEiOQL9TkbNC5zW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bAzRS5lSy39BBH9bUoAqAFZwLlRV73QM {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #PZ2LUTvJz9tbOFSKvPGwu8h1bmQK7REF {  }
 }@media only screen and (max-width: 763px) { #mi90X6tQHxyyEk23o5TMcFemTfJmKTa7 { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znLdwzIb6RJ9UWVvTT7OzrxbSBT1FCuc { top:17.6875rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdumk22DLJ39ngnfkCa31uEGiPF4wnJ { top:24.6875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8fQ2CRoFfakUpvQCdzqyWomVEn8fMA9 { top:27.1875rem;left:40.625rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyMq6XQ8lKshMy4TTKi3xfXbwuREMX7C { top:26.75rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5QTgVMzxUka0MzHpu7xKsLoOuyfcMwx { top:25.625rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2HcyWNzfLXCSNp4RsZLlbPrrnXBxxx0 { top:24.625rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sW1OKp9pu1KNmbDqc6TBnrccJpuoPc { top:24.4375rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { display:block; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUq90GTZdNGP807aWw515DS4wg3DA5FI { top:8rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { top:10.5rem;left:0rem;width:36.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vIrfXZ5gf8ZRK4JGCTAkgQwdFhGbA7 { top:11.625rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoM9TwveBwtmQUlHAIqseJOotAsDn8rq { top:12.25rem;left:42rem;width:4.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4N9bZTTlu6H8gOsIzBvMdNrsuudXUk { top:12.25rem;left:42.75rem;width:5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtTFa43O619OXRbZoyiCJuFQepmxmIy { top:12.125rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5NGeyCdOHMNyGZSgp34TXwxl4dQ61i { top:12.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { top:18rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { top:25rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDbpxiI2rci03znPoiwWsgSczJmMD2k { top:26rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { top:27.125rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { top:27.5625rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { top:18rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { top:25rem;left:2.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { top:27.5625rem;left:3.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { top:27.125rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { top:26rem;left:3.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { top:18rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { top:25rem;left:14rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpwHseonCacrpFUqDlhcbqffPeaAMfV { top:26.8125rem;left:15rem;width:6.75rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { top:26.375rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ft77ashwu27sxEIRlsArBbiwTnXtL { top:25.25rem;left:15rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { top:18rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { top:25.0625rem;left:25.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { top:26.8125rem;left:26.125rem;width:7.125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { top:26.375rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { top:25.25rem;left:26.125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { top:3rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
 }@media only screen and (max-width: 763px) { #TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { top:3.5rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { top:18rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { top:25rem;left:35.75rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { top:18rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { top:24.0625rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { top:27.25rem;left:36.75rem;width:7.125rem;height:1.75rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { top:27.25rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { top:26.8125rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { top:26.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { top:25.6875rem;left:36.75rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { top:25.6875rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { top:24.9375rem;left:0rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { top:24.75rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf { display:block; }#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAFsHTWOQ4zxEOUpcTifZht1NIiIaPiJ { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhl2kfBh3Q3lU6NZASZX3dDgJdO9nvfd { top:9.3125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVm0U32UCSV9F7CkKfZAIMXbdlNATBci { top:11.8125rem;left:0rem;width:35.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUl2ZDAnRv4b7iRS4WRHyMogVEwlsJqV { top:12.9375rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuLixHTWg0xzBPbN3NmVhAteowWPrEm { top:13.5625rem;left:42rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJwC9mfbwqv6TZplG4Rx8g1X6obETIv0 { top:13.5625rem;left:42.75rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVkgPup46gyZkzZkJqTPeXNDOClsmCz { top:13.4375rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QoJEMZLWoONBz1yGw98VHaB3AI0fRf { top:13.4375rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVO4ROW7rK3HDZRARORSWNFlmNWQMoP7 { top:19.3125rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xci7TnHyhEqz0DtLyQaeR1cgqhkHp9WA { top:26.375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH20zncu5aNAC6GLok8TF75pT2VqpuTB { top:27.25rem;left:0rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULopHA1GDwvnZAGMyX0bXpRGGE4zftD { top:29.1875rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGdlvtSlVGcVTksvUrpls66LbhIIc5A { top:29.625rem;left:0rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrC3H6aMdUgcfGPegfoORINZUK9Coe0P { top:19.3125rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClIC0yXctrxbh4cz7pwx8dhNc9BTDs8 { top:26.375rem;left:2.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOJsyyfWZmJtFCxyButkkeNMckrguq3C { top:29.625rem;left:3.875rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3ChPPwiOTvocmLKbG0BN7PKWOuKU7l { top:29.1875rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh36H4NBZfAo72oq3v3TC3yqd8wqJEmy { top:27.25rem;left:3.875rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPS02yV3cdE0H4Xk2DhBCTbSr2rxgLQX { top:19.3125rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eizFv2dJ3dfiDnJMARzUJTmTysigm8HH { top:26.375rem;left:14.0625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMNNXCw2eX1k4BfzFnr5T7Do90psFMo { top:29.625rem;left:15rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSqfdhEzoqibeGnUuabg4huJB8f91nvy { top:29.1875rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgKPyLT9CP1ymG9UzhpkbcBWIHNyTmyG { top:27.25rem;left:15rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJBtZXMhUK3OQnwD3TOyTXVvTtDLzs8 { top:19.3125rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0XiEUB8xVc3wzBBInDQrO0gdB1azNZ { top:26.375rem;left:25.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW3KDT8SKMUBhf0ClmTcPWqK6aTfhwAS { top:29.625rem;left:26.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxIJXRRzq0fc697QFGJGKl4uBL1WlUTq { top:29.1875rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMkTgX2x1xsl5XKEQ3gp1ZJU1yQ66rq { top:27.25rem;left:26.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM { top:3.6875rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #Tt4EO2tJKJNA1gXtvxrFdlPRCJFrGsTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #U2FzEybniTkDt3DtO61U2mTu64Tfc4Zx {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #cq7OCBfiJrcwtykCwG3sqihzVsI3GW09 {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #PSG3g7MfJp3Dp8oWgRVbR9J2uNrqt5EF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #f7r1XlKrK0Dc0gGyU9Ted9z7dWLUaTue {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #btqJwmdPSss3xzy4hfVD6DThChhqSG3U {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #mxZyOHJKFXMFzMhR8Ov29206EDMDlMgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #vXpD5qwf5WKCfTaMoaOG4MmpLmtCT7Nf {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #P9X1CqzMtIvd8dWxTRW0feB8crWRpIzk {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #lRCielpq5izJKnyPuunlD8HRrOpnZdCI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #bN72UKVZq6Q2Dgo8HJnVV2x9l3CleKWa {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #hcCbFdel1IEtEpVXhm31KonnGQw3HQy9 {  }
 }@media only screen and (max-width: 763px) { #W3t3yhC3hD69D3NTBzp0KKMFT8mKa26I { top:4.1875rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1KVgA08hW88IvPPQBoMM72T7ElMB7xD { top:19.3125rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yscCDd6cUTc76MZZGihdadTTPAfMToAX { top:26.375rem;left:35.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrzTM3c423BFTvB21MhuriL551KUOTzw { top:19.3125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugBJl8x7xubaTicPTzVdeW15wPTaCFG { top:26.375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnSqO2EiarnwvQtt8AMEeqNadeg5z5tT { top:29.625rem;left:36.75rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkTnuvOpVWbpdTnTQT5sBHCgd6MRKAX { top:29.625rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBRMRoJTb2TD132EAx6UGVumPTRrO6m { top:29.1875rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqgOTqvKvh2h5MseeeIyO6XbRRpqaRN { top:29.1875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83uxOwRwRc7LGa4MeyTZHNvG1lV0lWJ { top:27.25rem;left:36.75rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlqaFt9UqxWdpTE0IRHqUs65eUlhbxv { top:27.25rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAZPaMMDHIiCicO2yTGiRRyIiMeyGTrP { top:26.25rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8WkiIUuog23R9BrzcWJChwGmKgCT9x { top:26.0625rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n { display:block; }#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smFzQmxAIBuUTVs5IwvX50hRL2k4chiz { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkLFGRwnXZ6ssS6f4TekpIfdzfSiXCTF { top:9.3125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGgTBJtXiSz0SpPDGGsxVddlD3HUmPp2 { top:11.8125rem;left:0rem;width:41.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA5B0E0A6XnL3xvrEoP2QvfQJ7d4rKM8 { top:12.9375rem;left:29.75rem;width:18rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTHGd3X6TBxrCvCZsL41qbRDETWKqmw { top:13.5625rem;left:42rem;width:4.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhvGUlG5oJki7RWtcPp5y1MM7GdbKvK { top:13.5625rem;left:42.75rem;width:5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5c8Qplt3Kqz4gyVIHVT7cdsyaNofCZ { top:13.4375rem;left:39.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvBUEwdqWxeHKAE5DdLDZUP3W3M2d4A { top:13.4375rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcW5n4Z21VZ1zTHTJZTMZHu1ATJzu4M { top:19.3125rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQo23hH662PsNeqmacpJRRCsw8E0J2yQ { top:26.375rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTi4HATNxL1WJFlDHqhOgewD4f4mFOG { top:27.25rem;left:0rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6gidoRpsMaxXERQRwEZSpbis7rJ8H3Q { top:29.1875rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX5s0MKgApEJhfqS233UcndJhGqredb { top:29.625rem;left:0rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJNXbZAp1u9hiOD95PiGhIhkse9iF3MF { top:19.3125rem;left:2.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSF6TuOG3AipxUkrKkhPigfvcCC6HG3a { top:26.375rem;left:2.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy9nVN4KZgfb0mt2cN3iCThUMhDf5tfo { top:29.625rem;left:3.875rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2XQuT77dAZ6cd4ND23ewK4QT2vSxh0R { top:29.1875rem;left:3.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkmzUaEM67UwR1d0AkTvAHUwBh8hWdo { top:27.25rem;left:3.875rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncB6aOsC9qdHok8CHOOUdw4NIeHbe5y { top:19.3125rem;left:14rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0s3oe20aNIO9hvAcv6QBBolir0ISQd { top:26.375rem;left:14.0625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqRydFWukTaNeGwHsHf3lgPQ9b2OH9E { top:29.625rem;left:15rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEb5VzeSFx6X8Vyc1OLu3SIdAfFEfen { top:29.1875rem;left:15rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqmTyu0AXCm3RZ3Lw8RZE3J9I3zzTafb { top:27.25rem;left:15rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLCzLNx61kNOONeOOXfcO8t5PWsLPHJ { top:19.3125rem;left:25.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TWPKuC5shFZzIdUnp1ZzIlF21nsGee { top:26.375rem;left:25.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy0k597mIXBLtvwR6a0AL2h5eXq4OAtr { top:29.625rem;left:26.125rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQHMuTgXVHKVx3Z4FTDsb6Go6vtaGgU { top:29.1875rem;left:26.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbg7rLroVWJ56I4CHxtyPXJGko0aiGb7 { top:27.25rem;left:26.125rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H { top:3.6875rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #k5uA5JbkhgWOoqOe8IN6xH4rAp1TMapE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #Lxr8fComUpb2W0nVS3LmS27C3tPA5cQr {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #kr6p70bH1eeioPpzkgwrTtCMTDDdFBoc {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #LPKwZdmOrSPSwWJWSpekKp2N8JZ1sqgi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #x5JP5MfbSM8Sh9wTTHLAlksEXpig5Dfs {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #eEmyB3QHOHrW07wDP7gsiFoCi7Ic0EMZ {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #uAuVTaTMVZ4zGu17ow38WEb96IcPzTWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #QgRfx9bJVyaoKpqs5GeLxuVqox4bWk2I {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #dTpxaUIEapEE5lHKTfAoISqT0yqHC8RW {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #GebBHkGeD6sTQQRgsMWim01lGezStCEp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #hU8m04vXWc2A3kIQc4i1v8cr4PgWmc9O {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #NAtzcEqKxFtxJpRV98T6K9XCtVpZ7xdw {  }
 }@media only screen and (max-width: 763px) { #prUy2gXKrrVT7AaWtlacOMBRuvgTxL1s { top:4.1875rem;left:43.125rem;width:4.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnWeGgIm3zTl6dQmiAzvnrh9iulrElSk { top:19.3125rem;left:35.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLBGiTedFtRrFxWowmqRCHC4CqScxuM { top:26.375rem;left:35.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuux7m5z4SJRM07qG5yUoJmTxMkaRWFS { top:19.3125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUVd79DIMVyWba8oMRxkptGdactC5q0 { top:26.375rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu7QgWkuT4RbTOV3JibhXLwKstnHMQ9D { top:29.625rem;left:36.75rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3x5x8xQfLeekK2iDboXS2MTHdOKfOTa { top:29.625rem;left:40.625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0ZsUC72vRM7UpT9TCZc0nGB1aBOx3v { top:29.1875rem;left:36.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmLURIntoKHlvG5XkhdL0cHg4mSxAlWv { top:29.1875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfaiAXAuCPiUKLoPGuTJWvdJcOgbdt0 { top:27.25rem;left:36.75rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWJ7h0crEavhiu8EvQWQWgAVfAouCBH8 { top:27.25rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTz6IaVUEUlkKJmvep3TOKVuZtQoWtAy { top:26.25rem;left:0rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnBMsOEqgSGP2muNK0sBH610JhoSIZvb { top:26.0625rem;left:0rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR { display:block; }#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNCTLoreX7fdX1LU8kt8ltkNDxfl9vXa { top:17.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTV7rPgONSeUgPPv0DfrcACAQsu5MaDT { top:3.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrqT1tF6VPQRvpFSoTLX2wWwe2SiInN { width:26.5rem;height:4.5rem;top:10.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz7X59xkPOFnHKZB77fPFRV0B9B5fUoX { display:block; }
 }@media only screen and (max-width: 763px) { #yabprUB1nBwtAGP0Uct3PartF6sWHdSb { top:21.125rem;left:19.25rem;width:28.5rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kioOWZgXA8W0VQq6QCnO0h48nAnVHcdp { top:21.125rem;left:0rem;width:11.5625rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omb7TLTTxnQlFb5OGrXvOST7464BovKX { top:21.125rem;left:4.125rem;width:22rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzns6fNPaAOwfFTynUxnGPToHimkmcc { top:20.375rem;left:0rem;width:14rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiua4amAw4b2AIGiSiy20SJI3tsPQWm { top:20.375rem;left:3.125rem;width:24.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvBipJTCwah4N5d0X5txiXDBBPO3qztV { top:20.375rem;left:16.75rem;width:31rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHzuP8SzL3q2oKNW6TxidIOpzCvbT39i { width:25rem;height:4.5rem;top:27.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRTBqWEh1fVNxgxmTsb1Ku9lTzdRp5S { display:block; }
 }@media only screen and (max-width: 763px) { #zk1it9nQPI1axqI3SvyUVyaGZv9cOQ37 { top:25.375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZmzasuTq2cyvKkvRTlAUhLMnqeJHRRX { top:25.375rem;left:0rem;width:37.5rem;height:75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0TuWnJ5soXsRktRUm3SLgIJ0CXWMD9a { top:25.375rem;left:10.25rem;width:37.5rem;height:75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp { display:block; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmAXD0cmFtO1A4TBIGBgHMk3A53yVGAE { top:4rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7xT7F3kiOoNFI8R2AorudMDO2qCpQUu { top:5.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbMOCfv40PBO1D9nUr7wdZyWCMQLOXI { top:8rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txffu0boHSsREncdy1UXADzR6qx9GUk9 { top:18.0625rem;left:0rem;width:17.5rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsaNv86fpKpnZ4cgFSwSaPTB41KQTGS4 { top:18.0625rem;left:0rem;width:19rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIuRRTnkqW4wO27SdpSzKz1VW5oTUfK9 { top:20.5625rem;left:0rem;width:19rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtKZPiSUSBTMxOA02m0sHTVHClwta4q { top:23.0625rem;left:0rem;width:15.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhGncdVhXO8BPnd8JFDZoDcL8hC98Qh { top:26.8125rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvUd8ZlTOqbGpRibDFkxAfeqOLKnq81G { top:26.8125rem;left:8.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #m60V3BQkZsWcGKFuoP8kbiNsTg0dDgL8 { top:26.8125rem;left:19.3125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlqfssqakWQoUnec2STK5wQdTAfNmsOz { top:26.8125rem;left:30rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWLeOTg0JZnsfnE746pnREeNkutNPEv { top:26.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMOPtD2ia511CqJQ0wTu5MJne97iHuE8 { top:33.8125rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzBHT5EH2khANwR2fmcmpp80saihWfL { top:33.875rem;left:8.6875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcXSuCnyG02ZdvKAEwwc2sbrNZphtQgS { top:33.875rem;left:19.3125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtCW0nEqOxBki62eFtIHkGUGZ4r6xTaE { top:33.875rem;left:30rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwIZAg2KFgF5IE6HZGJsDAPUWX4JUw9 { top:33.875rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiOgD7fwFwFrC1V6N5qDDEqQf9QobVMA { top:42.3125rem;left:0rem;width:24.25rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ7sxxyZvLbRPU7fQ3TVabUovvdSXR1L { top:42.3125rem;left:0rem;width:19rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmZwgOmN2TkdTnmNgkpUSAhftQ6B6yU9 { top:44.8125rem;left:0rem;width:17.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evaGBwUhXACSKyS09VDBpnNaQ8RVWupr { top:47.3125rem;left:0rem;width:24.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTGai0ts9d7D9sWHt838AhRcxCARaT1 { top:51.4375rem;left:0rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqLvHc8AycNhOdO3l4dzKAvriXqpTtTi { top:51.4375rem;left:3.5rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT27bZch6ZBOZpJ6c2ScysqIvKFLkTwJ { top:51.4375rem;left:14.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPbFUBnAUPBK9y6UeyZVg2dCrD1avVw { top:58.5rem;left:0rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHDWyMpMJb8T9uTIrXXmJPsg5EQohbV { top:58.5rem;left:3.5rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CArTTNPAni1u9sFXuD6DpoWACnzJ44 { top:57.5rem;left:14.0625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNiO76bz8TAlIAbP9p8pqVJEs4vHn08h { top:51.4375rem;left:24.6875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd1k0DqiiSkBV8zXW4GLPZn2JChzcc2 { top:57.5rem;left:24.6875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwdhbTkKPPDyKzHqwOBsBk0pX7bCZlzF { top:34.75rem;left:0rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2xwgF9MA3viKVJ7msG4d23dTy8MrmsF { top:37.125rem;left:0rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEs3ct5z8RN7tB4Gi3TW0QBcZ4rXC6Va { top:36.6875rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVJ0GdiNwaoSTerMGswbUJMfzpJqRV4 { top:34.625rem;left:9.75rem;width:5.25rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKog0idDLqlkR8rllnxQs6QVidK4C1q { top:36.6875rem;left:9.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeRq4ZSRHHrsSWTvSA0mkHzgLCxS44T { top:37.125rem;left:9.75rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXXfhd4OThWKHbxODzxHZklVD9kdCkq { top:34.75rem;left:20.4375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7VkLSfemL2ny63FVcoc7McxloXyTt9 { top:35.875rem;left:20.4375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZVrTu1wEfe1S0tAeidSAt5L8TOIPKK { top:36.3125rem;left:20.4375rem;width:4.75rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkqG0DJBmmEKwK9tTSaG8MVhiolFpMx { top:34.75rem;left:31.0625rem;width:5.875rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAWGxCSZhpeXclw6pSXBvBn5AEcv2xt { top:36.6875rem;left:31.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtmPpPN0nNaqBldVZSV64CTs68MJ1pW8 { top:37.125rem;left:31.0625rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXL1z1f53RfOp0nL1LmaGVt2eo5Msky { top:34.875rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyF6auVH2y0zG14gAvRyZdQAldVny8dT { top:36rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAz9hcShuv6IAKLcEd7VwiVgWq5bI4Ap { top:36.4375rem;left:41.625rem;width:4.4375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0smDiv1VT380WJxvWPZk9W6gvPWdNN { top:59.4375rem;left:0rem;width:7.125rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2vkhOr5EgTDi2iOVnAbc3ayRDeAy2vd { top:60.5625rem;left:0rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8VMhsNdgfJT3vWS5xvLr2xgasvLMr39 { top:61rem;left:0rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlsTu4JCN1COspsHFBfUXF9TOb7BOKPg { top:59.4375rem;left:4.5rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrrpfLeMHgqSlHc3hEz9aABWAeHMw4Nv { top:60.5625rem;left:4.5rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW8Dy4ons9FwdX0CqVTP36zyazP2u4h9 { top:61rem;left:4.5rem;width:6.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2OwM5XvdR6TwkAecJIT06o3Nw6tpQqq { top:58.5625rem;left:15.0625rem;width:5.625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P74U2RNo5NcX6u7cRH3Bf6FmfqtRPItM { top:60.5625rem;left:15.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRzuXnutfKh5LUOpHVZzgyeu9XFrMqWN { top:61rem;left:15.0625rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxxnQBmTGp3ogXHkQRUtZiAx2H6zPKJQ { top:58.5625rem;left:25.5rem;width:5.25rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdqZnluGBHb0uqEBrs4kyHqc72GfPmNG { top:60.5625rem;left:25.5625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt9XkqL5aDCZABX73zv8Jo9aGNJ9OVR { top:61rem;left:25.5625rem;width:7.625rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVcwngqIXzr1qHbbzS62A03WcAB9mdx { top:18.1875rem;left:31.5rem;width:6.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrg5Ef6aiIFyBxWEUrWCk5NeN2xPDfDJ { width:3.375rem;height:2.25rem;top:21.5625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6f8CIAcTZqyPklosAPuaXFESXZtCPc { top:18.6875rem;left:37.25rem;width:10.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0duNsSovd7IabgTWUNitQL0ITf4kopU { top:22.6875rem;left:37.25rem;width:10.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPzcq5tR3f55apgrkxSkseUiAJypobq8 { top:47.1875rem;left:37.25rem;width:10.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOFrTenJEaITWKQkZZnExpNsQK0T5cN { top:43.1875rem;left:37.25rem;width:10.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8vDcwtbZI2kDFxVLgpMEcWnVTILKIPP { top:42.625rem;left:36.75rem;width:6.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9fKQ2TmQZUZzttA1GTFvbd7xIf6gsc { width:3.375rem;height:2.25rem;top:46.0625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUXZTgSncTMSaHhzxDhvi3EJSybz1Ll { width:26.5rem;height:3.5rem;top:186.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snhz8E7XkVxwRn1VVZX92mKUVKQWVwNH { display:block; }
 }@media only screen and (max-width: 763px) { #qy7K322dTgHQvd7aKwQ3JMvaqyOlt1Z9 { width:23.5rem;height:3.5rem;top:186.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuaNlbrCv7TgTEWkhcy8g1nSnkGIsI0G { display:block; }
 }@media only screen and (max-width: 763px) { #Shs343UcLpvwMoxrnFbx7MyKAkJmAnfv { top:54.375rem;left:46.5rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsJysTTExQOCR78HcftQe7uuTxfhJ41K { top:54.375rem;left:46.5rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcdIgaMktiG26tGX7K1JmPUTRH0T3C2L { top:54.375rem;left:46.5rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhEC5HNEkazhFLW60c3IGU7TWrWEFT53 { top:54.375rem;left:46.5rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5WlJxPeV38WWTqt5EIANcm0w0TnXsmL { top:152.6875rem;left:0rem;width:15.5rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5wvHNVwNg9PRX07Z3p7rfe2THAkVdqB { top:135.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICWed6uIvAEJxzt8oI8UH2wTLmWy8n1z { top:135.9375rem;left:10.25rem;width:37.5rem;height:75rem;display:none; }
 }@media only screen and (max-width: 763px) { #egeunq64pxrx9ezQzkMRPEIyx7bf8SZp { top:57.5rem;left:35.3125rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCqDok7kl6l9gawQKIQB557NzxQqDJob { top:60.25rem;left:36.1875rem;width:7.625rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTmk8yB2yGbwWyqiZKAZkppIMGeMc58t { top:59.8125rem;left:36.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUZsmW6IDWSJsTwP1g9U41NOnWMvUkGh { top:58.6875rem;left:36.1875rem;width:5.25rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5RrtHRKgP3Qns1RftbX2ga22ZVgDwsv { top:51.4375rem;left:35.3125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UASSB6tDfbGc5RHW9hvoorW5fz2o4kOs { top:61rem;left:40.125rem;width:7.625rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG6rruZ3q4t7PocLKCtrQTvJZToOF7KN { top:57.5rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcLgxU27QWK4NzKDOw0GhRCIdJhCCAVW { top:59.4375rem;left:42.5rem;width:5.25rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzegQ9y6pbG03AWRuJORP1Tr4140JZbV { top:60.5625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPoXUXm44HCSAHqNZUrw39pVsmkM2XV { top:51.4375rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrGsdq8CP7n79MUtPoBHbOrGMcaKhHOx { top:58.5rem;left:43.75rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp65UoDMTQPA2iaG15yXcq0PvwPZcvRn { top:58.3125rem;left:42.75rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuCn2sGFEwEA8hteNCTANpA2AfCtFhJJ { top:33.875rem;left:42.125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmSTcE3QmLT8g7cEd2oTvTHxComRBr4 { top:33.6875rem;left:41.625rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZGwovIL0mh32MJS5lAySeVBuwDC3NWd { top:159.6875rem;left:14.0625rem;width:9.125rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7uABnC64WErgJx5eTBAndEPKqa4MRfz { top:165.75rem;left:14.0625rem;width:9.125rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #QS4FfN66GNHOLaByrc7vgoqQePTrzVJb { top:290.5rem;left:0rem;width:5.25rem;height:;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF40q5tlUeurfGTmCti69wPXIcw22Q1o { top:168.8125rem;left:25.5625rem;width:7.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #csA5wg4Bpr3vuWQ9dpMSbyzSi503Tw9S { top:287.875rem;left:0rem;width:5.25rem;height:;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMVphhdXy1K47upvic3slz3P5zDJoXLZ { top:159.6875rem;left:14.0625rem;width:9.125rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #yueBeTuWFs9ZXsKkTlJsHWQawAaQTCRC { top:165.75rem;left:14.0625rem;width:9.125rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUQX4zpvdVZzlHlDDqpUcTSOE2bwqL7N { top:290.5rem;left:0rem;width:5.25rem;height:;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiDQlJcRmyTw2O8bGcPN6sBEKM2bwGv2 { top:168.8125rem;left:25.5625rem;width:7.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEW9QDOFhM1HeQyNsVMa4STsG0RxhLfX { top:288.5rem;left:0rem;width:5.25rem;height:;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtPkJGItZCfsAoCQnka2z3vXNiZrVEEK { top:141.75rem;left:41.625rem;width:5rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ4P3DlXRkQR8iL2aoZqvawUTTSxfOn8 { top:141.9375rem;left:42.125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIna5QqTADc2LcBUeIDZb5ssusNupVIQ { top:135.9375rem;left:0rem;width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwKp6f57ez2315REXdcEipDUn4dSSfKy { top:135.9375rem;left:10.25rem;width:37.5rem;height:75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvSeCTgFAKur9xEIcVSWBozBQt4vE7dh { top:10.3125rem;left:11.875rem;width:24rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUokI9tVZUOzHMyc7kuCW6oVMaGVnii { top:10.6875rem;left:14.8125rem;width:20.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbolimRCwOrT6R4FARyg7i9uUOTCyzOs { top:12.5625rem;left:23.0625rem;width:1.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #phhbgsHCtp5XNmdtUrMxHeqQ8N6aIdHl { top:10.8125rem;left:12.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv { display:block; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T87tNsMQF1uTkreQUZAg1z8wpT3mL3CL { top:3rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4nPvTK1QvzZmZtndSOXgHqKLK0uRdk { top:7.3125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUsPZV9eMaw0un82CwrcHBTyhVHIGi9 { top:24.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rha8Qz7MWWPHNOmaEAhDAucagmCTRqMa { width:4.5rem;height:4.5rem;top:27.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br7xgHqb6bCvntZzbcQy67qOAPHhdMWU { display:block; }
 }@media only screen and (max-width: 763px) { #va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk { top:28.625rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
#va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #wULC38GKW5aUyT8Fxp0r7QOFctIT2XOe { width:4.5rem;height:4.5rem;top:27.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkBe6VdRqTgdh3BgWShzBEdP25pIBk4 { display:block; }
 }@media only screen and (max-width: 763px) { #RK1GoGbaGsHJ82d9WP4THMnn3Vk1mxxa { top:14.625rem;left:0.4375rem;width:46.875rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { display:block; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { top:8.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { top:8.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { top:8.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { top:1rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { width:10.9375rem;height:4.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { top:8.4375rem;left:0rem;width:15.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { top:3.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { top:7rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { top:10.75rem;left:33.75rem;width:14rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXx83M96TvbdbhQlmz95GNneSqVAtuF { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgukJyoELhxiUmp8ht0B50NKTbaHoESM { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { top:28.3125rem;left:0rem;width:47.75rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 { display:block; }#vfxd7rITS6yg9e1hi6EbqOSK6VvHh6N4 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Ptpi1lkyklMVmRabKzuIhP2b1yM56y { width:4.25rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNyJkv1EtCIaGy58NNAixK0PxqG8Adu { width:13.375rem;height:1.6875rem;top:1.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPwRT8Nk6oveMIaFH2KvSUrxeCHkNK1 { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #w01NvgyNl0BmVCzyD8z2DBZxAgMbG4Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #vqpafbro1B3cHnbp3RvEb1VPg463STIf { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #T987Dg3lZrPazRnGz9aRiue2EO33a9Pl { display:block; }
 }@media only screen and (max-width: 763px) { #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ { background-color:#0f172a;background-image:url("https://images.assets-landingi.com/uc/5913673a-ab12-482b-820c-0f8cb66480d5/paginadeobrigadomobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.adaptive-delivery-prevent-bg, #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.lazyload, #F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ.lazyloading { background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { background-color: transparent; background-image: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row > .video-iframe-container { display: none; }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .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); }#F42RmuhXG2TvT2aVyK1ZUJFzHOQ1TdTJ > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHuJuWXL8n8WTBqoZNPZFpnESzx8PSi2 { width:20rem;height:6.5rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATrZ5NfVwOtOnOqRJqNycTwUIJtix1aU { width:20rem;height:6.5rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #reKXgJDtnULW8PMvpI8ZbT2Sf2vvVx3N { width:20rem;height:6.5rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB5Wb172IA1TiswT4m87yaTv5nvmn9y6 { width:20rem;height:6.5rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDhAa4hr1fqondVrsyD814cmvO7Z106Q { width:20rem;height:6.5rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB3myTC0S1x99nN9fgZnsfAnDNzThdvk { width:20rem;height:6.5rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2wM4BDtmIb8GhztEszo2C0cNBqqEdEh { width:20rem;height:6.5rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1G8q6gaZx5zCUNF5ZqXkHr8hEcrBQ0T { width:15rem;height:5.1875rem;top:2.375rem;left:2.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ppTQm3V7bt7RTmKoiVppqNeStIViJNTF { width:20rem;height:30rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Da8wNEfmhCrbzCGMzKK0TVIa5m0ek97a { width:18.625rem;height:2.923825rem;top:9.3125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BapDKFdFMzhz696rXAw6LN3zlJTDJx { width:20rem;height:5rem;top:24rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTAJrrUZs3e6bvgxwP5JSZBphXcvir9o { width:20rem;height:5rem;top:24rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSWK2M1uO299LlnS1kEgW3QfggXsurqs { width:20rem;height:4.4375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF4lTxDc3yphwqJSbQKtb8nCkFFUnTgm { width:16.5rem;height:3rem;top:14rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmQV3wAEplGacvLTJzGTvx9ZAJEXX7T { display:block; }
 }@media only screen and (max-width: 763px) { #yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb { background-color:#045ab2;background-image:none;display:block; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { background-color: transparent; background-image: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row > .video-iframe-container { display: none; }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .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); }#yCSNS4PgM3xUCr2TDahF5RBNUzT5hkGb > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm0svGJ3tkXhibfrJlnL6V5KGgtqiw3s { width:16.8125rem;height:5.249025rem;top:2rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTzwAC0yHitDMnS2XdmvPoemaE5inIO { width:12.5rem;height:2rem;top:8.25rem;left:3.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsS3oMQHalTM1KqeeTZnOiafGArATcFD { width:12.5rem;height:1.3999rem;top:8.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI0RTz6F1iAhKtldg6UyWyf8NdrAZc8P { width:1.1875rem;height:1.5rem;top:10rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiwKx7ScWutDundpcckPqhMhSENa9I8h { display:block; }#EiwKx7ScWutDundpcckPqhMhSENa9I8h > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2xH11cSEobbh5M70eg3958sLffZmnNr { width:20rem;height:28.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIRcPTWtoE53ik4FgWPyt1xxutQTbU05 { width:10.5rem;height:2.5rem;top:2rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr0WTA6Du0n2oFF88dD5V4Jw3yMZ49O { width:10.5rem;height:1.625rem;top:2.4375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R63nNtZSGwaGetPzV7l3sABxNZHPxHvQ { width:10.5rem;height:2.5rem;top:33.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoJW97NhGDCzS1AJ3hoIIuCmWTM1Id60 { width:10.5rem;height:1.625rem;top:33.875rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI1eTMtA349FHUPr7IRyNnKrbSe59GFC { width:20rem;height:28.0625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSRAMdalgSeEuNKDdapc51KyydpaWaHm { width:10.5rem;height:2.5rem;top:64.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirwHcKwFuyAIb6Teev0qRPqOueO32VF { width:10.5rem;height:1.625rem;top:65.25rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3rUGJzeR1IDwfVQey11l8BSXIMGU67V { width:20rem;height:28.0625rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFUlDdJZb03kObxvPAqkWvS5CLhlTm4w { width:9.5rem;height:1.29980625rem;top:6rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMok5qeCaP842IkwwKTChx4iXGFDt1Nf { width:9.5rem;height:2.923825rem;top:7.5625rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFiGob9h7OA9RarORmb32TNKB3iSiht1 { display:flex;width:3.125rem;height:3rem;top:7.5rem;left:13.6875rem;font-size:1rem; }
#HFiGob9h7OA9RarORmb32TNKB3iSiht1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3rem; } }@media only screen and (max-width: 763px) { #uQlVJFJ5HC2y3R1h8PCBJkSHV5ooPrF4 { width:6.125rem;height:2.923825rem;top:13.5rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn1Qwd81y8TpW3B581zZEO5Wfhx19ncX { width:9.5rem;height:1.29980625rem;top:11.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z { display:flex;width:3rem;height:3rem;top:13.4375rem;left:13.6875rem;font-size:2.0625rem; }
#c4yK3wydw5O2gdL0E8n8qic6KMXUUt3Z > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #EnKzOBXaBtQiy6a4Mp1MVbSOIkdW3S3D { width:7.0625rem;height:2.923825rem;top:19.4375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQedKFu9tBHPqDocxRaxh4XizFXEIXm { width:9.5rem;height:1.29980625rem;top:17.875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9s89fGHBT59nRK11wSGTghTb4vdvQs { display:flex;width:3rem;height:3rem;top:19.375rem;left:13.6875rem;font-size:2.0625rem; }
#WU9s89fGHBT59nRK11wSGTghTb4vdvQs > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #xQ3E5iODTnDsAy1esfOBF9R8klTnkoBw { width:9.5rem;height:3.8984375rem;top:25.4375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoZE4nmDLfv4fvwZwN4Ob47QRGyR8fV { width:9.5rem;height:1.29980625rem;top:23.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P { display:flex;width:3rem;height:3rem;top:25.375rem;left:13.6875rem;font-size:2.0625rem; }
#J5GmkHe71Rengp5OapgmyJ9ZmNKyMT1P > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Md7uF7XDyA5Z7gxSIolzJmmi5MIZFWP4 { width:7.9375rem;height:2.923825rem;top:57rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhWHFPsfJfqET82X7GA0MvF9NiW7PV94 { width:9.5rem;height:1.29980625rem;top:55.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA { display:flex;width:3rem;height:3rem;top:57rem;left:13.75rem;font-size:2.0625rem; }
#Nv5GcFBKBLuRKtXmr9LsGwQalHcLJFTA > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #PDwlxOCRTRWWprC8u1cQP1tnp7IHdLtX { width:10rem;height:2.923825rem;top:51.0625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lnnJvtG1n2udZTrSSPEoICgKmafTVI { width:9.5rem;height:1.29980625rem;top:49.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDwpPlJc8bThaISNzAf4QgNhuSB1dppb { display:flex;width:3rem;height:3rem;top:51.0625rem;left:13.75rem;font-size:2.0625rem; }
#HDwpPlJc8bThaISNzAf4QgNhuSB1dppb > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #KZbzUilJ231EbIxpBXb9U1QzEHBHBK1c { width:9.5rem;height:2.923825rem;top:45.125rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnclLPzsXbwMlPdrfBJCM8pZVD3fJan2 { width:9.5rem;height:1.29980625rem;top:43.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 { display:flex;width:3rem;height:3rem;top:45.125rem;left:13.75rem;font-size:2.0625rem; }
#J0iTBlVIbHAL1HGKTifpbFxbGBrSxni8 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #fL43Toqy87vbbasoTJbq5fmfsVEVSd4w { width:9.5rem;height:2.923825rem;top:39.1875rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4yX7WVvcS99My7OegkrJxkV7nGewwO { width:9.5rem;height:1.29980625rem;top:37.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ { display:flex;width:3rem;height:3rem;top:39.125rem;left:13.75rem;font-size:2.0625rem; }
#k7Zc2TWbNL4pBRkC3NkOflpoScHM6FyJ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #GksNM0vznnnDwkKdkCMfST2Cay37UGid { width:8.25rem;height:3.6547875rem;top:88.625rem;left:3.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKw8GG7vy4MQWurTBG1E4veMlruRs0O { width:9.5rem;height:1.29980625rem;top:87rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q { display:flex;width:3rem;height:3rem;top:88.5625rem;left:13.75rem;font-size:2.0625rem; }
#m6KKVrlr2RxWQ9CcoKTbOBXfTHDl490q > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #qTT6QxiAUAeuUduXhwvVU71tPotFnZQW { width:9.5rem;height:2.923825rem;top:82.625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR3r4ITpXFqTJG4pmNuZPM2DpwDKrpip { width:9.5rem;height:1.29980625rem;top:81rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 { display:flex;width:3rem;height:3rem;top:82.5625rem;left:13.75rem;font-size:2.0625rem; }
#PEuNqXlusAt2AbopcHs2lnS8HazXW7d9 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #BFmqX4bUuP7eqbpl0b0AiN9Z6kRDR5lc { width:9.5rem;height:2.923825rem;top:76.625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHrHh9cJ88kcmk5gsqlCIpJHGcaocwA { width:9.5rem;height:1.29980625rem;top:75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGC8v1I44yIdO6eN2qfv4SaXVKk527dK { display:flex;width:3rem;height:3rem;top:76.5625rem;left:13.75rem;font-size:2.0625rem; }
#QGC8v1I44yIdO6eN2qfv4SaXVKk527dK > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #R83wN468vQxGZteyZrxAiAbcfga2P4O8 { width:5.3125rem;height:2.923825rem;top:70.5625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy1AuEBslTng7bvJXTRH8fltLITdIgxU { width:9.5rem;height:1.29980625rem;top:68.9375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu { display:flex;width:3rem;height:3rem;top:70.5rem;left:13.75rem;font-size:2.0625rem; }
#rWQp2EcAMAB33WVtqG7FAuJCi5ofgxWu > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM { display:none; }#DZ71FbzhEhQMvNT3n70WcqwuHUbplgTM > .row .container { width:20rem;height:50.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DGMtiQgHS1BD5eJDSUStHf1LWn5WhB0e { width:17rem;height:2.5996125rem;top:2rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4HH5l1NebCiscCmTCXp5tphKqoik3gn { width:17rem;height:0.25rem;top:5.224609375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlJeqQAW87P1FE7E4Hr6M4P7XpW77N9W { width:20rem;height:5.249025rem;top:6.474609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyVgVmT5Q3VFFoASM8G0K4041u41w7V { width:20rem;height:4.5rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuTDWMACTZoon3TxeOK571PsJqdikT0V { display:block; }
 }@media only screen and (max-width: 763px) { #GENtG2XerShC5EMQTfdhEoNDr7J9SDDN { width:17.5rem;height:3rem;top:12.7236328125rem;left:1.25rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #eAFbJEqg5JOnkTHfTJKu8yZExF7myTii { display:block; }
 }@media only screen and (max-width: 763px) { #VAf9VJwaNU6zookeTdoIrTEyrUKdgGHJ { width:20rem;height:14.3125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdQZwHckZSAxZXLkvP4SPKq0vzQwPTbT { width:19.5rem;height:7.625rem;top:18rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Iu4twyTH16kl6Mr9TDJcVJXabUcdly { width:20rem;height:14.3125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NveqGKNiul7seAd3MK3begGp6mNGFgyH { display:block; }
 }@media only screen and (max-width: 763px) { #VHopMAaZ2Vz8osV9bKvFiw9LZQuTihkS { width:17.5rem;height:4.875rem;top:19.375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJDqXMsy4TmVbh91yTFaT9VMtn7Z3nb2 { width:20rem;height:14.3125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z73Kl8ADOfMFHeAI2XqS3lR2aCd4PBld { width:19.5rem;height:7.625rem;top:34.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLN3ZqEU8ubuSw7KvEoilQrg5MRZ4h81 { width:20rem;height:14.3125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ6uLwXFPa3tyulMlzuFPyDafLNdudkw { display:block; }
 }@media only screen and (max-width: 763px) { #T7aRgbiSVBJNabEfJO4nxFTRyDzu190O { width:17.6875rem;height:4.875rem;top:35.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzB2V5Jq5AhNeggu426TBbwspItsN1 { display:flex;width:1.5rem;height:1.5rem;top:29.0625rem;left:2.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #NOoNm60qqrdRBp04DkPx8q4TuxK2QRHQ { display:flex;width:1.5rem;height:1.5rem;top:45.4375rem;left:2.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #pdmGeDuQWHT7dJF3yohszfK8uZI7ueGJ { display:flex;width:1.5rem;height:1.5rem;top:26.625rem;left:2.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #xfUNIdJ8qifQz2MWCJTd8NnwQ2xLNpQF { display:flex;width:1.5rem;height:1.5rem;top:43rem;left:2.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IugZLKswCr7fHaKIBwzQH3oAseCb9Fyk { width:11rem;height:1.29980625rem;top:26.75rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULMaUm3ivcmultMrClPCShNp1aVENQXl { width:12.25rem;height:1.29980625rem;top:29.1875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDEpFRDQ1uScvBSWl48Nob6gZgTdHVye { width:12.25rem;height:1.29980625rem;top:45.5625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQmnR5PNOnfZuT4qvae9DQ1BgI8aUZfP { width:11.25rem;height:1.29980625rem;top:43.0625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GxazZTdFdF11D33hdRnDZJwT4J1LqXsT { display:block; }#GxazZTdFdF11D33hdRnDZJwT4J1LqXsT > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRyC089VBpT94zWvqTvT5xZiTfQ0XP68 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CO6obJW4RuSiV0czdwfZt6LfDbFhWhVf { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspQ8N8dNcnpbIqK1V9zo9vMxT8iCQJL { width:10.5625rem;height:3.8994125rem;top:9.75rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWapOFMaSp8IG809EgQOLUiCahcHomz6 { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPwxCWIJ9sgIpqWJwr8U6Sttk99IxBk { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRxbarymzxDiy2nKWNDFbUb7XKrvXnTJ { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6LTEwUNk8yFuC13cJXZUyiJHZTonH3E { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7KwcnfoHcNkv3C9Hn7ZSveRhmbWQEEx { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43w4AoV3i9xv0qzdIQwx9eEk20ShJnT { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiEUxtrmQtTHaiMopCuu9ooKThVCZKm { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdJGdyNMETCKsObxNDGRd3WCe7rV1o1 { width:5.4375rem;height:0.75rem;top:20rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDAdhX8P1mvCUATEPaFTCovvl79Hrk2S { width:5.25rem;height:0.125rem;top:21rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJNJqvNZkzQoBDnIKQxpOJb4hTrwd0A { width:5.25rem;height:1.19921875rem;top:21.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3V9PQJ0qdtA3IbitlSbMiEUs6QSO4u { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWLUpBSmqsTF5f1kntBI742lGUEdTfhV { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXA5m7MozAR2JMPTXHObiBDyN9ac4ue9 { width:5.25rem;height:0.599609375rem;top:22rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKUHdKzWhAIyWdcygL9xfGtGEhbxfdTA { width:5.25rem;height:0.125rem;top:21.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b6cWUZvtkTbJdNMgIMMJcT70NWtPvJ { width:5.25rem;height:1.5rem;top:20.0625rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DKOAWfxHIO2fFApMQf0NXZCL1rB7r6 { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWleafKvHySRw4KHXqrsCs87rteS9gM { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqItvZTofzMreTFMAoks84ctf6Up3J51 { width:5.25rem;height:0.599609375rem;top:31.5rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0fx75qWyqGPfFmyUTQnhULlBMBnI4yz { width:5.25rem;height:0.125rem;top:31.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVZv8VFGxirqQhcX9HFiKylbZD9l13x { width:5.25rem;height:1.5rem;top:29.375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pXV5rCp9egO4mQ3xgs6khNHE15Um0c { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NzzhZDPJ7eQvr9eXNhUTbBiB5JsEzA { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khIW1EZUyvkv55GlMAp6x9kBXT3xyuxU { width:5.4375rem;height:1.19921875rem;top:30.8125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5Wnwy2gHLLR25ym0oi7C7Z2DlrfMRp { width:5.25rem;height:0.125rem;top:30.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbSsZVo5NqaZahoFZkvo5WgECpo69Fw { width:5.25rem;height:0.75rem;top:29.4375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Tq68uv8CRp26s4fwqMOCL799xCMUH { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#wn3Tq68uv8CRp26s4fwqMOCL799xCMUH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #rcRTyDPHi1qhD8qRPOIvMr3mW89KEn01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #hUEH6NerxeZ2WzeKfeqFxkW3iA7AxXa5 {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #TBvBWZwMDzdN63QsgnurTTDzWHtXq4yO {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #LBtgqQi50mJe88qAgFV9pDbEzvf6HiNR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #JxtTbXhRJ5f0mmBVq3GeQb1PQl9WLDvl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #VeT7vtJ9HCQRfU1TVR40RZxs9OTT5Spl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #g3mBc5TMLZrUTEzSt27Mkomi0krswmeP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #RKOBlTuprM7hLMpItwgXJ1IDlZiaN5qH {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #e2UEdyiTCphkGkmsCfu0OlLsD5r8hfFS {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #L0FcL7Emi7HTN6nBFdMSw0GPK4rTulZ5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #GPSIJVa8FHi1tEEvhfZ30KPlGasEdmcl {  }
 }@media only screen and (max-width: 763px) { #TydMkpUdDxlmdaGnWHNIUpV3AkJ3HI3T #ZGTvt79bXkoBDZ4zBHhSeLBFPrcrmVz8 {  }
 }@media only screen and (max-width: 763px) { #PnB9aOwh5yBybOvcF9Wud28gHA1nINp5 { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kpV8vHa2MbwbUtv8BsSBW7IEusQ1eIVV { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsaCbbPvMKz6Ima2JHq2wdTnST3uNZE { width:6.4375rem;height:4rem;top:38.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHbrlPGTeTA8nJA1bCJ1EPeKxc4ABfg { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp3QuyORCGzRgmtuXekJIXSAnthuHLv { width:6.4375rem;height:4rem;top:38.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI20gbRsXTdqwKtLgJIeCLAGt0U5n1T { width:5.25rem;height:0.8994125rem;top:40.625rem;left:3.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt2dpnJkeXL3yzKch83IeBwTThVq5fPc { width:5.25rem;height:0.599609375rem;top:40.9375rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcngTRX0LHLwLpqoZHtsfgqsuC65mWt { width:5.25rem;height:0.125rem;top:40.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvABWsDv7dqaZWooCdrP7yd8P3fKke47 { width:5.25rem;height:0.125rem;top:40.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5P3eIu4hZN43fsMM80QTqTXxV1RiAFT { width:5.25rem;height:1.5rem;top:38.5rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuDreitffIRWi6p28x4uRlgOKoFPwTMO { width:5.25rem;height:1.5rem;top:38.9375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpsdS6tZOSCxBHK7IDvImv3ATW5BU4rI { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg77E7vOqKA6VmtK9amNFTBIypZfEPve { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BytXTormmG9XCtPE7FTHTy4msibLul0T { display:block; }#BytXTormmG9XCtPE7FTHTy4msibLul0T > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM3myhWlaGKX3gqHw2SPzlz0Uc9dwxN { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI27FR70Tr6hO3qIfnIwrSSPtiAP6okb { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNIKrywEQOa0vc439mXDZwxpOgEk22S { width:10.5625rem;height:2.5996125rem;top:9.75rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6cVvhCbkLZWZwwe4uAC1agFxFHIllo3 { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoGqUTeognD46i3p9T9MHTMc66dMCNZR { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdgCylOumsRvgp0ts7sqzrsdS8E6gdp { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbgFBFFAkusBlR0ZVHV5U9QdEEvq1wZ7 { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCoTSb77ENWHGP33rrRpCzngO6b3IXT { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJOQaUCIGTNWL3dyQSnEV0GUQXTk8RmE { width:6.5rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkIdXQqS6JpGhivS2y2DvX1qrLTbbSI { width:6.5rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQ6AOD09XoTaV04LBb0WbG1O8uy0up3 { width:3.375rem;height:1.5rem;top:19.3125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRCp74bcaGtTAEXU4ZQAN9PtTbtVGRAc { width:5.25rem;height:0.125rem;top:21rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSoT4hDQO49ZvWnsKfxrKaT7Vrm0wHTM { width:5.25rem;height:1.19921875rem;top:21.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNrbPANNyue9NA73vcnf0XWMZRki4Sca { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJnoItGCyyIKxWIWuQT9TXSeB3PhINc { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJSzBHigdn15a6hsy8yn9xT7odX5knx { width:5.25rem;height:0.449706875rem;top:22.125rem;left:11.125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKW8BmqN1gGzOPBkzQVNaA4EcoH6kT5A { width:5.25rem;height:0.125rem;top:21.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb0kQ4MpOkW7Mp8Nd8kO1Ig9R0tIzyN { width:3.875rem;height:1.5rem;top:20rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0p8THe1axBqHANScMmhD51ypBcP9Mq { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiOaoPNVrMDydzpTHo4yT8kePxR25Tqv { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thhzERHCsvnilNfVCsufkQBewBZkdofl { width:5.25rem;height:1.19921875rem;top:30.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoTsyx9pPU3NvG2PFK7U2dMBzI9XWMT { width:5.25rem;height:0.125rem;top:30.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwh5gMh8N7vduPLqKltFztASLPpzdCX { width:5.25rem;height:0.75rem;top:29.5rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #achfSQNofIXiPduZEnwLy8FuEOWcp33Q { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zmsGaHNevhwSHnLAS4KgL4aLf4fSSS { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBFTUIKtC6Tc1fW8KGR2MeUCuHbnlvd { width:5.25rem;height:1.19921875rem;top:30.75rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps32kTcIKf6NzsCKvIMeyJeHVsqBJgqE { width:5.25rem;height:0.125rem;top:30.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUQZPrSTbf7Pt8FqAWqMeeoOVdSxtsr { width:5.25rem;height:1.5rem;top:28.625rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#hKPBDrSNZFcqGdq7HGgNsNuLau80zcr5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Wttfavr30T9PHgPof5y9e38JrmGc4wlX { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #VPlB4ySizXVhe6n9z4MtVAh72vKJUFBX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ZxNPiPQta8hnLBrEQJcTDCI2A0bpgR4U {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mTcXnUbJ0kydDH4k0uAbEguCd1CfIfOz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #ITkW0CeM7BfpJzwJm4GdQTPccTFeLyEk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #mkUXQn3fX7w3hL89ZuaA5FTXayTu2DDf {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #FXyCgMNUyHpBtTPTxx3xn7sM7utNaBqL {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #XDH0uxCBUAksC7TTrryOP1PwLcSwfD7z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #KTlLa9E4tzqxzJKpIkARB7xSME1ISaZT {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #D5KcK6qad17bunrasUqP7kTntO50pXaz {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #cwobeKarsJD179yMnoln86CdOqK3K3ZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #eoZ7TBmVVwB8lF0zJV5Sh6BitVJLXURd {  }
 }@media only screen and (max-width: 763px) { #Wttfavr30T9PHgPof5y9e38JrmGc4wlX #K98W9N0oa1xTuvttbZKBDTaLUmHZrnVq {  }
 }@media only screen and (max-width: 763px) { #zTRA2eNF7HrwEzixOTB69zViTtDQfpBh { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XQBxk1SkmBFqe7Wx9JWXTfv8DaQQHWPd { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWov8mtoe8l8BN8xllrNGwrHCFXLhwcs { width:6.4375rem;height:4.5rem;top:37.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8qvO0ro7lfe0MlTNR3JwZULE22fl1EJ { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlwL8NC49BFKTdxfQqThDI6bcXvE39g { width:6.4375rem;height:4.5rem;top:37.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4UMWBvGzdoCreEmgVaGfAcezFTT3SJt { width:5.25rem;height:1.798825rem;top:39.6875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B27aX2l8ZfafTbgXfUHuM6sMaQW7bypx { width:5.25rem;height:1.798825rem;top:39.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDApBSakdTwd5LVDtrFdOzZowoI83m6i { width:5.25rem;height:0.125rem;top:39.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChlxfGD4VC0WPuh2CAbDs5mNyAhXOND { width:5.25rem;height:0.125rem;top:39.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIsFe8eVCJsVtoKeDA7Px8z4qAVgo9K { width:5.25rem;height:0.75rem;top:38.3125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJt30eKCr4ZrIND5T6FbTlk1ThfoWSP { width:5.25rem;height:1.5rem;top:37.5625rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGiK360mbEQUEhf58uq7IlJpbsULs06 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxbxvPykxUVfhrurvE0KOvbko3ecOlxN { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH { display:block; }#SC83dwoyf4uQs0TqRvXLGJK9bTKFmgJH > .row .container { width:20rem;height:46rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhJrysRPSTgUoiJr5P9buJ6uhr8fXkGk { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLmXzM2d7Zd6Tnzt1GD8xUa4w9mE8RSZ { width:20rem;height:38rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brSOvr5k7c4VPDSBzoQNqHKrNv88Tfgq { width:13.1875rem;height:2.5996125rem;top:9.3125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDOpHeQwFJkbBcK9WDldDvDE4TQXvdXT { width:10rem;height:2rem;top:6.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfiN6cOaB03zB2eShBLWM8xuq3C2WpDh { width:3rem;height:1.04980625rem;top:7.1875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3LAZqbEqs29FfKN5NMmJe44pK5crIuk { width:3rem;height:1.04980625rem;top:7.1875rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzMG2U2TEUND7ZyyPqeI41hGWcni8kW2 { width:1.25rem;height:1.25rem;top:7.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEQt0Tp5hDx6UF3CHbwgCnoCLE4ryrlc { width:1.25rem;height:1.25rem;top:7rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CyTpgco8QaLD3Oyq7iQRrwEEfLheZp { width:6.4375rem;height:8.5rem;top:13.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LNpJLJOTAZHZCpF679qoxw7ygpNhah { width:6.4375rem;height:4rem;top:17.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn49biwItpzmWNvKt8Vg4KEDZoTa3EJq { width:5.25rem;height:1.5rem;top:18.5625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0RugfmK7B6aHu9cmBToKl14Qlus8Dz { width:5.25rem;height:0.125rem;top:20.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3efRWVWCTMrBGwZTKEUN1tbsD3FLQE { width:5.25rem;height:0.5249025rem;top:20.6875rem;left:3.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUo5ra6EKrFBmNW99LMU1MED2uCHsf3 { width:6.4375rem;height:8.5rem;top:13.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1N14KXSc7vhWizqKMbbKkoeW8Qod0IT { width:6.4375rem;height:4rem;top:17.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoSPCJZhh8sGcdkDfkdVxGpW1lCHKyR { width:5.25rem;height:1.19921875rem;top:20.0625rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhpANudLFRHKVomONGCM1SRsHB7sKDR { width:5.25rem;height:0.125rem;top:19.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHewvDhTL4kJaTA5OX9gA792D4Gf1sic { width:5.25rem;height:0.75rem;top:18.6875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8gR2HDE4ccbkFlmxQ2XQllCaSyoyCG1 { width:6.4375rem;height:8.5rem;top:22.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcAF01GvQCTlZbi80rqV39wzBFkpK3fd { width:6.4375rem;height:4rem;top:27.375rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7Bly0nsqWcoLtWl7exJoVn0Rr0CWWT { width:5.25rem;height:2.3984375rem;top:28.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NLotS5eksSR6tL9573LunMOABmcZx1 { width:5.25rem;height:0.125rem;top:27.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRJnom0bOP9xzbTufG4bikIghe23qlM { width:5.25rem;height:1.5rem;top:26.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW32u8JD6IWLEW4I1LI2OfpfceLdcyir { width:6.375rem;height:8.4375rem;top:22.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJX3iG7sc7VGuNByFSi91OQHfuh9bnPQ { width:6.375rem;height:4rem;top:27.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EnU9FgJZOpki0z2Lz2vHwR3mPCEnK4 { width:5.25rem;height:1.19921875rem;top:29.5rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ACICITGQmI7w4CUbgFfDyBOWxDBhtO { width:5.25rem;height:0.125rem;top:29.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxpXURHoTv34NSQzA3hpg4bPK19DTu9 { width:5.25rem;height:0.75rem;top:28.1875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#rIAv2hUM8pOSub6QkZq8xU7oxydTsSgr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #VAV2qZbpegJ0PNM0lOX3qaZ67I60Fyss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #y6TowVQbAaScumWLbToK6ylHxCucQsaU {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #Jvs1OJI8oO5tv37CEoosrdDKAP7MGDZB {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #HFMf8TG0VlMWMtZoFEg23nbA2wo8PXQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #wHfdh9VLOTDxakWy22ABfTXspd6t61gx {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #SZLtv0Z2USkFSnFb8lLIz5klIy8c2gXJ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QqAiwtFS84bxdJ0qPqRCxgTL7R3ty4pt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #zp4Gnr4F7Z5CS2m73qLoIrGhTTmmFXTk {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #ZAWhdqPTKqNlaGDU6rxHb6TuIbhJ3aeG {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #QmyEDME6lF31brRSEFu6k1ePPMH0emnd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #GgaIcQx2Sn6mTTRnd1EChe85KSBtlSiZ {  }
 }@media only screen and (max-width: 763px) { #ZiKCynU1oZG9chr3uetmcyhxUwtzyT3T #FsPMqfFPh2T7tWKXihsoG2zN5mQ7L1MC {  }
 }@media only screen and (max-width: 763px) { #TrzGE13i4HRLsQpftTUnRBUpzHHt6ayg { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #E4iIe5B2D1lG8LTnlT9uHcZ6pOyR66st { width:6.4375rem;height:8.5rem;top:32.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbg48wx3IwHdVWrT8sxOJhCt8ehC9XiL { width:6.4375rem;height:4rem;top:36.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEs0AkJ4XDX3i57XAnVykGF75rXGbu3 { width:6.4375rem;height:8.5rem;top:32.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwBqETvk8ETPdUn0pJep74qIErXDZROP { width:6.4375rem;height:4rem;top:36.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeQTksGVLm0gGQdWFaC4Q5NuTmvQLpEs { width:5.25rem;height:1.19921875rem;top:39.0625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercU3bFDCsqLuGIwXcW8xRuIZxyzDDMb { width:5.3125rem;height:0.599609375rem;top:39.625rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsvyCiewrxVWKeyGSzvnzn0IXeVNMsB { width:5.25rem;height:0.125rem;top:38.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN60pkVaNiJiXe4MT7hOe79rx2vQpuHA { width:5.25rem;height:0.125rem;top:39.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNXWCLz6DSL7cZ7FJJJWuByXTWEVwS8 { width:5.25rem;height:0.75rem;top:37.6875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8QvhiR8NWfzZ7qRqBUDeBEXDyvmuiy { width:5.25rem;height:1.5rem;top:37.5rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabFTMawBTo3nSA5LAUgGxTiIFQT32iM { width:4rem;height:0.599609375rem;top:13.125rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzldOxR9SDskO5PrTfk6eNybT6cObGm { width:5rem;height:0.9375rem;top:12.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI { display:block; }#w4bfF5uWEIVQ3VuwwNOhNWEFlIOnuqGI > .row .container { width:20rem;height:47rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXX5cCDL1MAgiSRCTByCPuBNNfoSZPTR { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z22HxAlXI2ElRpEI1mRBsUlrACxPpWoD { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbsihXnbidURAQTPox533tEJTItdsw3 { width:16.5625rem;height:3.8994125rem;top:9.25rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBLloIioBRqKSNVyONknHIs0KJZmSicW { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9DwqkSAvSh6ertaSTb70uCOHmQX89h1 { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUOTph9XIBTVNq2p4PExqEU21HQTE1Z { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0e06uQLFVaZBOcUn021Zqm92suD94i { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG24dNEdOrEZb768TCJVRdPcHQNmVbqo { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Get9tWXrKMTvvwnpU6q5lwUiX0TgDDpJ { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXP200oSgc6DRX02H4peZyFPssf1fiQ { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuvfX5X7bwt68rF77odwOhHlVfoJfduU { width:5.25rem;height:1.5rem;top:19.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AJp249H0AlTqghlpnrucZK7nKP74vA { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4CoITtPooLDc42GOblOoxyzRrbrBdT3 { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNLDrRVQQXT1gFARsZTQd2Obm9FGoddx { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvE2s205IepKHsm6dv7CRXOkvO9BiyvV { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSFCd7isupnN1dxQb42EdJbkRuspJ5M { width:4.6875rem;height:1.798825rem;top:20.6875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIsPue0SS86ANiFkLxRhN9AspFDR7a0d { width:5.25rem;height:0.125rem;top:20.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZfsIWlDbqQzd9euym8SCM07iJkcrTr { width:5.25rem;height:0.75rem;top:19.3125rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFCAOsaDwbDKhsMidnTumiwWxVEE4UL { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axb8rD5dINiiiGXe7SVpLzfH8HZOr9l7 { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvUBo4znpWTpzWrvNWy6OeR9blV1Vcp { width:5.25rem;height:1.19921875rem;top:30.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1vtyiTSNd173PQxWlMTMUteZv3Gw0C { width:5.25rem;height:0.125rem;top:30.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMr8W5iATZEqTAVh2NbFmwHT8hLSOLlv { width:5.25rem;height:0.75rem;top:29.4375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ZkT63DLvqXuckLtN5Zu5MdeUfKPt0w { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2PRny3BxIo42b8TE2NCySb11fa4tTF { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnt3QzirzEv3wc0zp48m0u6W8c9dLVET { width:5.3125rem;height:0.599609375rem;top:31.3125rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNArximqS2tusR2HxWI2hScH2Nn6DH7 { width:5.25rem;height:0.125rem;top:30.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWWQdSCCrBPkmFHmCTmLtwfqnhycL7I { width:5.25rem;height:0.75rem;top:29.9375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#Dov8uqzQ5MG0if0QKRSOUlwTdTVHFEwp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #infCEqWwQvpXWOHc3pkoNxa7xfEuaHBP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #y0LAmiiEi5VeVwAn6lDRicRBJHNqTEMq {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yXxEAUGvzuRJnNOV7h62gXutX71oSRDS {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #Lw9OlyyTwRAmMs9ggNNpzCxXOlnk3mLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #yLa0FaoZoCsSkGUkS2C7lcAHP5hktfrL {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #a54XT72ZGETVbNdfNO1MwO2c3ovEixrE {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #L6qZFNv4axx6Lgaz1cX2ZXrdIHZWHpQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #T7XAoImX5BdkoAGAG9TwJia8ugaIAHQX {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #NBBVdCDHSssHLah6qzOymxQ43QCBAQnF {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #bsacuHKmb06CPdxPw3FaCoUs9TOtoOKX { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #JsBwQ51MZGxKc3gNiEx0Ou7ZT5kw879L {  }
 }@media only screen and (max-width: 763px) { #lOT5rmIbln5LkZAUoEIHNVETh2tm4gQ1 #UL9bs0sQNrxFZZKZcHeEvIVSmfLrVVOG {  }
 }@media only screen and (max-width: 763px) { #xs3zhzuCi2TJxhMFQ7INkADgxL9k3lTJ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #f40a3M5xvOUJALtxF69zpsPKf3gmstoZ { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNX30J3gQKInu1nItiNDncxrrR5doP5 { width:6.4375rem;height:4rem;top:38.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITGlOSOWUBxsRErXRLONJFNaIt9oxb2 { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9FsW99o17ZWTML93To95zPNsTAue25 { width:6.4375rem;height:4rem;top:38.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ehftQ390JnfgwTJRReT7VK3X1hcPJA { width:5.3125rem;height:1.19921875rem;top:40.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqs1uDOZV3TATo2Tkb7Thgg5qcvy2qxy { width:5.25rem;height:0.599609375rem;top:40.875rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TX9RRp9UzODkcXUTtW7IUQ9nZogTG7 { width:5.25rem;height:0.125rem;top:39.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmbmIw5fVpC1s67tUd633UqVuDoZUch { width:5.25rem;height:0.125rem;top:40.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBz0Wpd6wKubaeFGCV42B4u1DTKkqSZH { width:5.25rem;height:0.75rem;top:38.9375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW784QXKHOsCSuw0l2vTGIT2BxcFL9y5 { width:5.25rem;height:0.75rem;top:39.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeFL2Rbd0G41uHGz0QAmJUvKTONFE2VL { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwGA8wFqqIMKc6RCRwfdqhrHpT6PZz9H { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn { display:block; }#wu9Nlq2W6szfQ3uf20y37ome9Qiz2wTn > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho5PMxtJnnbyUJtrwIlkSrWRLgFTKTwm { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA7lSzMmrvGH9dRhIyVJboVvL5Vv1OMJ { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4vKap8EVyQBWEJkWVrgHy5wcKZN1IkC { width:17.5625rem;height:2.5996125rem;top:9.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdAxVpcCGWI1vqnIrd8oRMLxmfN5o4q5 { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shv07O02QoTRTydC8i3TGTZ8pnpVtr0P { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4w1xTTylJGSV7Io8INGalUVsMmsaFJ { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JSUtRn5b939maQpZid4IpPncdsnWtp { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxPUAs9PDaqZveuGFTwPrsZQWlWrLnk { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMCs7NkAbp2Be9NWseiBKTH2vdyoVklb { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxLO6cOdmZ6bfOySXhy9FEEByTBuT9nB { width:6.4375rem;height:4.5rem;top:18.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCQBv2rcaWBOOz37q975uX9GTe7BTD { width:5.25rem;height:0.75rem;top:19.3125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9r1xOnU0JT9qTDopR4rA9rrhqHwX8ho { width:5.25rem;height:0.125rem;top:20.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyplXIPC46cBg1bTTMb8bS3hd5uexnR6 { width:5.25rem;height:1.798825rem;top:20.6875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgOZwkeJTlwQ1WZcgt3h1ScLEspymT2 { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMyDTt0FavE92DfrmnHimr7b0BIHC0hp { width:6.4375rem;height:4.5rem;top:18.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnzaLB7bZUTxkldSt81yt9Gdx9V0ADK { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynmpVy0nRrEwPREMZkVWqqyKU8VHNMR { width:5.25rem;height:0.125rem;top:20.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFOTaKhZtpcwJoq4ZAoN4sihwHq8cAD { width:5.25rem;height:0.75rem;top:19.9375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQC6tSEezBVsNZWyW1BRu0iMQTqTwFw { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSGhCkf4fxvMy1D8J8Px5NwcfIRTOKh { width:6.4375rem;height:4.5rem;top:28.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8rbObESBl6hudKuAZoawn3i98QpeA74 { width:5.25rem;height:1.57470625rem;top:30.4375rem;left:3.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTif08Xzl2aVAP8P9T5mFnbEUAFEcqDr { width:5.25rem;height:0.125rem;top:30.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMuyooEn7wcAb6vQoxNdB1bgJbzmTynT { width:5.25rem;height:0.75rem;top:29.0625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRI5Z5WKQ7any0Ss2EzD7g7AH1a7ykmd { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wWwAWcZTkXxCFkbTTtMXTAOTmOv8uT { width:6.375rem;height:4.5rem;top:28.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4EdIlv8XEHp5TkVUnTc2CWNtVtmCmW { width:5.25rem;height:1.04980625rem;top:30.875rem;left:11.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9ZeqZrynTwiLHrhM4xm3gmgHgouqQs { width:5.25rem;height:0.125rem;top:30.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuazTy5wylEnSqklifEl6IsDmRU07nMZ { width:5.25rem;height:0.75rem;top:29.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#FVQvp62W7SoZJNGV3Hs1T76z72ZJtRPO > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #kAeJbTZnA1ZJRFEuqsWugXiXxeOrJihH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #u7puAFyedPIcT8bsEL3kF7obEshm0Dc9 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #Tc049M68J7MelBR4yRKvIam7QdpJfV5p {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #f4PGyDB005GzAoCV9h3JECHkORayuLne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #MSN5tuSladJa6twABaHwgxrilySTlsqR {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #KfXmUrIqBcpy3gSTuO1Lf644CKGk1JgK {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #VugD4P2O8di4m7nrZ9TKHgngaWDDoSb6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #fpinOMN9qzOTllC7pTdBzdVwnvgBFU5B {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #p2aT8t55IkEd351GakUr30RxX3CRu5o8 {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #qTdv27OMobqKEZbeSW2yIgNzmVaOJm9l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #UG3CguBkEJiaqm4Cw2gtALVJbSKgVmCx {  }
 }@media only screen and (max-width: 763px) { #RDZWzFvAdLSTPS7T9IvDCbMBUX4QvEpD #byBtemfFGuWC9TTqqoNmIO2xoHc67nZA {  }
 }@media only screen and (max-width: 763px) { #V5THG0vd13OIDz32OeE2ZIARD2fPTnUc { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RiWXmMaI86bwF6znkUpr4tkEbIkswFiC { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxKRVuIsaJoqSamABKpw02k0GhGIFrU { width:6.4375rem;height:4.5rem;top:37.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIP7gG9ot6qPTX9mlT75k8JCRygasCb { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Ko1mGebDAm4ZAySExspqxz5gaTo496 { width:6.4375rem;height:5rem;top:37.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtpaG1fCc1aqvVcWwByAXlPRwA19PcG { width:5.25rem;height:1.34911875rem;top:40.125rem;left:3.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgo3TmNL4dzzfkcVZ9eJBV3rIQxNW8a { width:5.25rem;height:1.57470625rem;top:39.9375rem;left:11.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEquwDCVmQsH63LxDSyIuset0APD9aiz { width:5.25rem;height:0.125rem;top:39.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHLSnuvA75i3VEc6a5OXLRPBBqkPqC0 { width:5.25rem;height:0.125rem;top:39.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH3CrqO6HZOw6TkrWpuaKGTnn5KnECA { width:5.25rem;height:0.75rem;top:38.75rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7wTuiWDpTriFdVSqRQuscwTTXyTrcg { width:5.25rem;height:0.75rem;top:38.5625rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK8yyXNpoLBwm3oHG4O81n5cSggS01t2 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCHvDlyktbhAlG7Vu4KbkyFcs2xm212 { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu { display:none; }#yzMCutx7GfpsKRkKNnKzAnzrQHvRqreu > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Woopk5hOB4B8E3DezKT5k8A2ng7fREx8 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMTAOAu5zvllTUQGiG0UHXP4UnHaSLk0 { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWBdbnFwnrxkmeTum3DSqbSkUKhoIO4o { width:17.5625rem;height:2.5996125rem;top:9.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZKA7ofwdgQFAT2LVX2TOKapZeA1Ntnd { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSiKh43VzzrONZeEX4AooCnrOZH9R2iE { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwo6zbCuTDTqONzN5Z5DoEZT7LMvhGD3 { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hv7rG4UXEAb1PLwGnoX3odDKe5hrST { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsllDIvkv4NppohtuhwbmH2BRdA9DK6 { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzA1uduJoTEt7WNdW2klqtmlD8y1ov5G { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMb9vtEKv7fGLr6MzxcWPXA6vJtGbX4 { width:6.4375rem;height:4.5rem;top:18.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5sR8H4BvFCpgF8dxtEbrI6a0HPG3t2S { width:5.25rem;height:0.75rem;top:19.3125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwaK0Boo3AGXTV1Ag9S25slKL1dTA4t5 { width:5.25rem;height:0.125rem;top:20.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkp6WGSyRl1g9zsrWqCImTTLrcOxGJT4 { width:5.25rem;height:1.798825rem;top:20.6875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzOrKdFS8hSGZn4f1cR19dDGtJur2D1 { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHPCgsDTcwIZ0aotNDmGTFFlEIFNIhc { width:6.4375rem;height:4.5rem;top:18.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssSKKs8We7fEwrZCBWOe060VLF2rJEeH { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q12LGrAfrkJcBEaom5PaWbDwHb1rhfy4 { width:5.25rem;height:0.125rem;top:20.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhWExETn9CoBbqThOTNQFGA9UDnULt4 { width:5.25rem;height:0.75rem;top:19.9375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvcot3MUdP9AbKkQI56efLtwcfLOddDi { width:6.375rem;height:8.4375rem;top:24.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXxIISC57XCSDsBGJyTffc5izaHk25Z { width:6.375rem;height:4.5rem;top:28.0625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2rkFTsttZ0cO3OKkhOEaFQ0MHSZSefH { width:5.25rem;height:1.04980625rem;top:30.875rem;left:3.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK96LnCKgfzLxO0sSwRD98txfA8RVpyT { width:5.25rem;height:0.125rem;top:30.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7z3HAJuWVVJzZTyryOOPBiCmK8f94vW { width:5.25rem;height:0.75rem;top:29.5rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RnKhEXFB8gdN4VEw424VliQsfxAiGe { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#J8RnKhEXFB8gdN4VEw424VliQsfxAiGe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #e5N1g1zGuwDlqX25tBJ5JrzMcTSyL6NT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #cirAuQAUXA5cMIDH1d3kDOoW0pTpmG53 {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NiAlVeRSli49afyXcCS9ghgPJpaWBM7s {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #pScJD6BOtoHG8I1v0iKxl3AMMIOGoMkE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #f0UFX7lufV3xpTEUfhyHXfZOmfDTBEAc {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #USffFAXS53vlNo6oZm9T9xUUET5SbGwG {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #XMknA4nB3nC6tDefaZTp5OG4wq1LT77c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #uWDAvNElb8knUiwH8RJyvl7hQPglS42V {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #r1417k2AOLsa2VrnlIOaGvvzML4yMhlb {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #HGrTcZ9416hQuUKFtpsIFF2ueyU1cJ2D { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #NNVx7gClkxR6dlo3qg2ZSin0cn2wzBUs {  }
 }@media only screen and (max-width: 763px) { #QyFdFqwxJ5nfkhTJ72VmhEmyoE3LMSKc #dcppPierV1hww4XPZUyv7CTGENuiBL6S {  }
 }@media only screen and (max-width: 763px) { #P7TPfpCOa9o7GXR3cr54pAOTJQ6iPrKy { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EC1g7eAF4T3420H7MfixoUvOxsnh4gTV { width:6.4375rem;height:8.5rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9iW6ukzL33UbnlA42P4BWq9awecxquB { width:6.4375rem;height:4.5rem;top:28.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBr87XMSHGOnJo62kEgJ7519kyf7Sfc { width:6.4375rem;height:8.5rem;top:33.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdkrF7pGq4hoIK3QgPatTAZL3iQNxA8u { width:6.4375rem;height:5rem;top:37.0625rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XWTVPMELWMH4GJ6zTIXE47D00etO9D { width:5.25rem;height:1.34911875rem;top:30.625rem;left:11.125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBVg4pwkzsZQQxLip2WR8exQTbtUBh7C { width:5.25rem;height:1.57470625rem;top:39.875rem;left:7.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE0s1SKZZXmEnBVTv0xINz36XCMMyptT { width:5.25rem;height:0.125rem;top:30.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnJ1Kd0DKLnFyGT50HPTvohoWuK1R6O { width:5.25rem;height:0.125rem;top:39.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytUuXd53h1QO4vs0qFOh5k0c1rLoqyX { width:5.25rem;height:0.75rem;top:29.25rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mOGmkxLo4JIiMCHFm7EGekw94oMQne { width:5.25rem;height:0.75rem;top:38.5rem;left:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUFHPXmCSP8ZK8Z50fbT9Nuwg4zWls9 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBEipkC1Xgn0wQ2uwJJPZSLHyTIzkQgy { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq { display:block; }#NIzi8Ww3ZgletFrLwgoC3UiyIhdI4odq > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcVFFUOXVDO8Qd1eZ3x2OHvAff7GWrEl { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN6F8ufWMxQymTb9w9dc1ZJSImwR9gak { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8utyC6PzkMZI4gaxJOSIArWfVrTuwJp { width:13.1875rem;height:3.8994125rem;top:9.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6mtmxcNxeEt9deTFC5w5uVCPVuz2Rvi { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG22M5TmmVXSe4AtVph7mhInhm1GD9HO { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHvD1XvhTFINWbtTop389wIhgZiyQ97 { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRvUOlAfmyN5T9Gz225A9AiQzPMp074W { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m94qSD2ptAlVE7OlZNdJqMQpKlZkgl1q { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87R2GV2BsIvPTnQ2xIH5Vay15K9aLLv { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfCWrObFp1znqpTzHV6WrLBd5wF4pUA { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgoVTcfQaNE6VZh6AFrAhVoV4BM5b0Xz { width:5.25rem;height:1.5rem;top:19.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILARtCuExTgk1NACmP5Sh9HQz30dv7e2 { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbhXbVy8N1hUzs3Na4K7ryGlNEuERT1 { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVxN36qLUgCsbsl8LBT7t0JhRKclkirt { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvmM5erQQTJ2DzBmItqFMzxTHGzkdee { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g232zVaVtfsAB71h5T6CMWLwFnnO29md { width:5.25rem;height:1.57470625rem;top:20.9375rem;left:11.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfltxkgHDrsEsfCeDph7wAH3Tk0vkziK { width:5.25rem;height:0.125rem;top:20.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3Z5RrafHqAM9bvzrpNQPRJeVi5M3nr { width:5.25rem;height:1.5rem;top:18.8125rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTxUBHqXKKNkdd68KfNeidMbQRHvgLU { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4fswulIuMv0fKL3UL15ihkLHRhzC8d { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6N8qZou6n5WvEOyhrHJr4V0Vae9D9O7 { width:5.25rem;height:1.798825rem;top:30.1875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyXEOoqKJWv37cuDlosMmP1StbDqdaT { width:5.25rem;height:0.125rem;top:29.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyG1DZuyyGlElkUZ9XsaDTINScTNedzP { width:5.25rem;height:0.75rem;top:28.8125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wUBsQn8zFwfZrgn3PE154neBTpFW9I { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ico9W0AXciEVI0nav3UNQxhZWKMVchCm { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3tbSkb5BKNpuymgGykkuWsql3XrAZy { width:5.25rem;height:1.57470625rem;top:30.375rem;left:11rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqXLEOwVZg6ZbFfJTI4ir7vQh4iEz6IT { width:5.25rem;height:0.125rem;top:30rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acySPsIom8USkzUJXT0p0OQISheKDo { width:5.25rem;height:1.5rem;top:28.25rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#xGSIsEuwF5dawzhioZCQT1QekO7vqcT5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #TRKv17GTmWhd5D8TuUxUcZrm5NQ3tkPn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #Wy6eRc7Jrgp5GrIuSJCQkft8smbQ7BqM {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #k4pA4f3ON1JlhcLA4bhTZxg1E3fRDk4M {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #IZ6qTmzvLcKszix5Sd7ywTkJSISUXacd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #skx8L0qFTtyylF9SrGv4LIvb53u92F1t {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #rBaAtkvBQ0FI6yD39EZlVgAT4N47xJz6 {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #XJ7IlAsv3cDMbT3kqyo8VvizkDtkCZdr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #hobEJ7USpPvN4roi8BtsmoHv0hg7spDT {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #LkVgrcCJsD21ptx6ZcXDkT7C7QpimbNQ {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #qheuuoW1qgrARUlURM74TkR4d86wpMVB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #tBhHVfp0zyoreOAv0DUVSVrudVWS1PJh {  }
 }@media only screen and (max-width: 763px) { #RC3SvUaTv9oUzopbE2MC0DAQTWmtvr7C #EhvHFUdrVnCz975eUDuIQ9USzFILfCQ4 {  }
 }@media only screen and (max-width: 763px) { #z98lZOdnRV3Z8r23oSyhcAOcUemT6y3E { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nkeHGmc0HWUOBWDgNVfcWrNzHrfVqnwd { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluyQ9S95Tht58kdsegi7MQpXnOLnK6W { width:6.4375rem;height:7.1875rem;top:34.9375rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa49VtD4iQ0vxGsshkDgRKdehcoxAeHb { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynlQM2aEJ4Lwe7Eie3METMATD39eX7r { width:6.4375rem;height:4rem;top:38.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bByBZLf7R0Ski68RJkIehtCdmxqREQbG { width:5.25rem;height:2.0996125rem;top:39.375rem;left:3.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpSF8oJWmkfh0SgpGtu38mgJSE73fuf { width:5.25rem;height:0.599609375rem;top:40.875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPeBToClSEsgXaIrWZrqEzTFMFh4S7a { width:5.25rem;height:0.125rem;top:39rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8oeeFKGGHtHnbhqqvLr3IeEph3pNFk { width:5.25rem;height:0.125rem;top:40.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZITDi0DtpTnPTUcpRKgpM3yGu6DUCDv { width:5.25rem;height:1.5rem;top:37.3125rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwmi6DmboWgXuTgUP1f5H4uCuozqMw8l { width:5.25rem;height:0.75rem;top:39.5rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCrpcncvMIQC1N9uNDAGB6JODBu4dE3 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzK20TRnLt1PyBgnePHb5ET7oVUftq7 { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5tXMfBoDZb08qH6EZmaW43k6UP96bA { display:none; }#nA5tXMfBoDZb08qH6EZmaW43k6UP96bA > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PToLexclTLzsNNbJk5n9ebxr2miFlCdM { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcFulwD1LvkbFPpSD2Cn77GOfdbTszps { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOpG9AkVJmqbrmpTMxUCFAp816lT1E45 { width:13.1875rem;height:3.8994125rem;top:9.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKpxKiTZ0HZqJTcc8HoRBpH4qhG9HI2l { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxcMlUfuCWwRQV0tP7qFbiNLk6ODJNO { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0ZbWrNG2etpDFtfSxF2nIvDSqokJyR { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWachnK9f5agvtQ9HTkloLC8Q7sHWAP { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwgmw0R00mvtpZFUE9MSyoUBfamrWkot { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWP938NHluIUlmeUpeZPTxuop91df4f { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh0r4OvbxW8Tw7n4XLNAdu5WSgMFFvZ { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw83kLM0wbNnx9T14nzfQ5F6Pc7LKRx { width:5.25rem;height:1.5rem;top:19.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcpdFr3sAas9QqhpzBE5VbRLIR2rnacH { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8siTK2NwTILQU6Zusxb3hP4rJF1HRwE { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kckWLNVqSk9mmmOI9QxGv35kTgpKRXQ9 { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRqspd8U13uQG9RGuPb0R8rSWh6TTlEW { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpNRVGxu4ATTFoPwxVsN1DsBswe3sn3w { width:5.25rem;height:1.57470625rem;top:20.9375rem;left:11.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCUn8xznTlB7491DGi4EvzJTmFaM2nTW { width:5.25rem;height:0.125rem;top:20.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTho4NmcfptQRVsGwGAlpGwvsRxxNTk { width:5.25rem;height:1.5rem;top:18.8125rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIpZEd2A2EkOlweKMoTzSFQM7kryL37O { width:6.375rem;height:8.4375rem;top:24.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASq0VruSfJdaqweHqmfinkOS94nLQUze { width:6.375rem;height:4rem;top:28.5625rem;left:3.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyHlqskzE48O3ruuF6ly1AHvtatmb3n { width:5.25rem;height:1.57470625rem;top:30.375rem;left:3.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMeVIkFkLTGvh1iug4J4C7mPNF2WmMhF { width:5.25rem;height:0.125rem;top:30rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy3K58VnzcRWLWHTHaCK3GTVUtTVEd9d { width:5.25rem;height:1.5rem;top:28.25rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#MTkBN7o2AsgKeqmL1bgiya8yoibSzrFI > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #poZiROZouB3vRVSJ5XCRXbRaTahT7CUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #r3f1GIizCTlHeVOGEKhdT0BLusVuKxZH {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #mI26wQ7OALWVuyTh7A9Qqwskh1TIGclB {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #kCcMauQyakJMH5vJkITZpOJtqyVew1KI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #sOK7UrVNiaK8kdT2pX1txulM7RTRgzdE {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #wo7aTTmXPTfArT77I4MlfcUUNNhse6p9 {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #tmRy8vrmAoEcM13vHuMl2I6NtSEflvFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #a9PnPBanBXAqLHaJnanU5WnHF8MwHTEk {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #SDo0nTOhmG5e9nlGI1m24Vh3OLcM558J {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #gX4mFZ6QqTit8iRTR43HTT2Jq49AhvnI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #F12LCnZMU5eTf8h8qRLVLEBfcpWx89vh {  }
 }@media only screen and (max-width: 763px) { #I1MELCDfmTzMRDT8rEtTJoivn8tBcgUr #z7OM5JwJb97uXFXeIKVdZXNwQ6wei8Vf {  }
 }@media only screen and (max-width: 763px) { #TT1F8DLib5LisnWTKmH3MLo3GDQPhTHg { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h4DVSylolTTTwWyOP2IW23qa1rz32zTT { width:6.4375rem;height:8.5rem;top:24.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPkvuwWHTAHawamDlgxOe2ft3TyBRUJr { width:6.4375rem;height:4rem;top:28.625rem;left:10.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWDPP4JlVfhxN9v6W7EJh6mOC3OfLX2w { width:6.4375rem;height:8.5rem;top:33.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFIiDLGIFp5hGNgkuLvbPVLoGUbCEOL { width:6.4375rem;height:4rem;top:38.0625rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwzZXrqrvTpLmM6TVxBu2o1XqKJFDRF { width:5.25rem;height:2.0996125rem;top:29.875rem;left:11rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G72zKWoSdKKXrcn5GuAD8SPTu5TZoJga { width:5.25rem;height:0.599609375rem;top:40.8125rem;left:7.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAzACpMLhyKHJHaJ1DDABn4DXwOQSAfr { width:5.25rem;height:0.125rem;top:29.5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQzk3PT9RIm4NCTLHyxkFtmXPL1mpT3p { width:5.25rem;height:0.125rem;top:40.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrkGM2v8S5gnOT7PT0UXOvbO5ARsvAcS { width:5.25rem;height:1.5rem;top:27.8125rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJN7GRuqxsyEndFH5g6CSreW6eisqfWS { width:5.25rem;height:0.75rem;top:39.4375rem;left:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShsBFruEGAe9iwgpWFkaS8myWdTMRdF2 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vShJEiD1ByduLEFoOCydwDUGLlHkpuZm { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFwwni6pqXPsA0DE2sS1SIEd7mMou35g { display:block; }#wFwwni6pqXPsA0DE2sS1SIEd7mMou35g > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHhq9moEQ1fodFAkBV5LPXp1WILEfQz { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdZTrIvnac8AJLuGq21Vk8GmZbN4KEkd { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8mXf4hwcX6mEyiosL9ikRg0fHwN78IM { width:13.1875rem;height:3.8994125rem;top:9.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H90g8CLcAFT1qeln34PvXyyScqV2JWIC { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUubeJKA2MD045CSR3T9b1VR2JkHTm4n { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mtJ8xQyCCgCiyedzetuNkg42KqaiH4 { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBg1sWl2IGmPUg3Sud3sqBAy7pqz7yp { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egtqhsyPxATLM4WRtfOm98aPyk3fwnTu { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULiJTQS98FLf7Go96SerutSWSSMgIlH { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdEgEIlrDqbQGFkaTJIC1Qz35kNItf { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPEXWcBX5APFmN61xQEA1fApmF9AFbu { width:5.25rem;height:1.5rem;top:19.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOb3Ba2RXcDbptzymmsywN46imOPXh7 { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEu81We9Bu0aBBR6dUdEqzoey8quJhFT { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu1OpqROB7vkQ5M6ei8Rlu5DNGuWFS5g { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q1suLqaVioXflCdJfs9fSyXZsTwOtT { width:6.4375rem;height:7rem;top:16.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKEuMHnIGDntAe1AQAqUq3odfDFwKHP { width:4.875rem;height:1.798825rem;top:20.6875rem;left:11.125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatOqyXiJOC6fupe2rBSsh91Rp5bPN74 { width:5.25rem;height:0.125rem;top:20.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmG5OD9MP05NK1irZ0RmcpKEzKBxrI { width:5.25rem;height:1.5rem;top:18.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxqqSE6GFxfI85sFi6J7IdLuZ733n9Eu { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtQ0hhhB3D2TgtTgEcBJy7FUgASXm3OW { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimr6C4ygyxo9VMmabCtT1947E1FmoUx { width:5.25rem;height:1.19921875rem;top:30.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGZm9C4T7U2mLG8AwvfbEr8uJwee5GnC { width:5.25rem;height:0.125rem;top:30.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrAsBmayBq61Nyxf7T2WaGxZnEXZoLu { width:5.25rem;height:0.75rem;top:29.4375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GapcbO51strQGchQIeoTpL3aDvDwXm { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUSh0Loiqcbq26LEqLJ6TsBcbcPSp7h { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7dePT0imaAvcX7VhbR7fw9TiLaq4BzT { width:5.25rem;height:1.19921875rem;top:30.75rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZn4CwXrvm42AkG4tsMzntwXXpeArV19 { width:5.25rem;height:0.125rem;top:30.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Xyz9WzAH9CQeCP5nD2wGMnUWcXOohp { width:5.375rem;height:0.75rem;top:29.375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#sWUIwxAN4mGnQ944q5FsUFZ4WrI1xazA > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #qLuTRBsTiNVoiZ2vi9zulBXTHhFqXqqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zqeBIxm7FrRrT6qHik8Gh325f67zwt0T {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #TGaMmnUEyu14m6g9tTo8UO7VTGGmh4v3 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #zQaXxlweLHPVIaGE3cDl3gNTGfWT9x72 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #WRs333zpQ9hHVuTWIaxffTLHfwzkiu7S {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #u7vEwDCJsUWBa2mUGZHMGRy9BgQKnQoS {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #B3tirVXxou4wo3KJgJKqsayNyOuFNtfQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #OOVDbA1OG06SBSCUsArGyWbsaDf8JX1u {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #iqfxdiP7ioNJgJgKslEyb8D3NnFFrVV4 {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #nZTvideHBgCPtsi5Zypc1SgwStIcIcCH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #AUEbNoSoZ2TKlB2BC4SNTQJplisBgkQL {  }
 }@media only screen and (max-width: 763px) { #hFcNQEFP2RzA4Zoztx8sWHhPZ5pexUBO #LJiwiHcTkBDFFVRs1wP9kwsGfa16SqJT {  }
 }@media only screen and (max-width: 763px) { #bJmdctTZoDPdATGJINS1Ax9bnrCmufCI { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XZecRXoxpgH0lKaLm9zH4k9RdpxRJfwM { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4axiaS8nOXDM3TxB8zMwrSRgxumT9K7 { width:6.4375rem;height:6rem;top:36.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimhw5vbv3tXSk6tBp6GtSOKl6aqBsl0 { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUFVATwg9gG6SkM09BEpGxmQEmOISSuz { width:6.4375rem;height:6rem;top:36.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagBdJ9WhaB2BKCvTe4E1D3RNtrzOLKv { width:5.25rem;height:1.798825rem;top:39.6875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwaLT4EXe725eaw6iBgyMc81z0yhKrz { width:5.25rem;height:1.798825rem;top:39.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mAE1KcDnlplmoJxIww1tNRRGIrnpdh { width:5.25rem;height:0.125rem;top:39.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1kDXz6qkGW016EuCuO9DuidyZ9S2leo { width:5.25rem;height:0.125rem;top:39.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlDOEy5lo33muvx87unn9ZitmFQWPiUc { width:5.25rem;height:0.75rem;top:38.3125rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmhRoSZnvFDPsaPbmqUNRazv9QBQT6xw { width:5.25rem;height:1.5rem;top:37.6875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyCAfZl9r4ick3f336867J1EdnmRu7oJ { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGVT93Vo6HbmzmJTa0X6x5lMiLiHCRL { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzATfqhBgG1hgxsS4371oJOCAik1KLA9 { display:block; }#xzATfqhBgG1hgxsS4371oJOCAik1KLA9 > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzTwbEBMCUrWlrg82NhyrZcSd2HC2H0 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5Mow7rDfOW7A9embXDDdv7sReT6if34 { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9PXJREXRonO7S7XQrhB3d0pffJ5gaU { width:13.1875rem;height:2.5996125rem;top:9.75rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVVIAaQNGz7v3TRIQCC5UyRROsUuXltq { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVJHP0JVxeoHBX5g4TTwv56DPHhhAyi { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkeK6rXJa2mqedzmNMLVLh9JQW5eDz1 { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJIc5mV3ytCFSIPuSbkTb1ga9b59ECWr { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMn0T7ncSHtuM0BdIcWchddUndJiy3S { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUHeUUmw2R3xQqGlqw2DwArOqTPyJFOg { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwyBwssuNLX9xCoEFJPvuq9f3AfJLbE { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEcHoBndCWMwV280khW9seUwbhyRdF2 { width:5.25rem;height:0.75rem;top:19.9375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAKeLGghD2gbOhwTRhEBPPGcPQ7lD6I { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUaB8msr9FFo4TRccLOhLGOoz8ZTBrA { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i030LBHvLqImrT05CqZCDsp8fToTHqOO { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2CTVR0TbtGJZ8EK4BHsApFlmh3nihCJ { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8yAsWFfJxXAquniaTUb8rqcvagRcDH { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxM5gFM4VJCuyRn6rKeatDthQAUBRxMh { width:5.25rem;height:0.125rem;top:20.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2avr6XokmUg2ZnhHO4eJATt4pGHZ9S { width:5.25rem;height:0.75rem;top:19.9375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOF4yTtUr6lonFfUpLE0kJ4MNW9MTkb1 { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTi01wLDPH5S38Ay8r0Coi06bu34lpt { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8k4PVO2CmUQEyxAFovD7Gykn5893zAS { width:5.375rem;height:1.798825rem;top:30.1875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbhlSLgT7PAgJBeaup260qFuCRnx6w3 { width:5.25rem;height:0.125rem;top:29.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iL4cPPXZlxW84VoOidlhdmcINX3y7U { width:5.25rem;height:0.75rem;top:28.8125rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TZ0ET6mbhevdHGhGSnz5u2mDBTOodl { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiStDnZu4HC1OB4uTm2MvZdcDZ3GvJmm { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRi0UWnH1JeTDpoL4SCs2TRI3EeVGHkg { width:5.25rem;height:1.19921875rem;top:30.75rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3T1fX4h23mIFPQFcqKr9ksw9hAKFaKd { width:5.25rem;height:0.125rem;top:30.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuovPH5L26RBTlxbZibp86Iu15XxJEES { width:5.25rem;height:0.75rem;top:29.375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#HsVRu9tJmFaVINh1SCVTEH03WB3uRdoz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #TcvXqXVOJR6qfcmbKebI2sZq2D4iVDbn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #BN4hdtPQtJnA9QUQyIP5u13vHVfsBRTB {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #K6ToUmaG5NS0wUdCXgl2ZTl8FChSbGNW {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #bqMe1bTdO5ApJ0BSvppXOZQIgq04flul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #yGrvX0987da1e3ipC1GUBaLTX1tPpuG7 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #H8Rpd5ZrqM2OBZNXFQnXOXPNuOdeW0pP {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #V87APNqaao3AczALM10eekZ7WIo5QiCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #MWd1wHzZ6hOp7NS0agrT2KXVkTiGQKN9 {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #S5tpU1at4wLdlx14RdMEZroIbc5rldiK {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #ZvO8STkPvvIATMuZZnuNoTauLS1aqH8O { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #oTqbGhvrZbkfz5TSSBaU0dqvGxm9IFhC {  }
 }@media only screen and (max-width: 763px) { #EG8xGoWNf4d0gil07MPT6xK9TTOBRRB1 #u75z4RhcghPAQmTtkp3iR3bmtXgRAweE {  }
 }@media only screen and (max-width: 763px) { #BPucRcrDXsMTBpKAOqlVPE6BxGyAz5QZ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HfPg88oXVl8kAvEReeTBwFpKubKE8OGh { width:6.4375rem;height:8.5rem;top:33.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzpwRTksrr6DnE97ESczwG6lM37W0V { width:6.4375rem;height:4rem;top:38.1875rem;left:6.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP1PyS5UndDMKHxWvoDnPrGl8I4iOopQ { width:5.25rem;height:1.57470625rem;top:40rem;left:7.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etP0hqLaLs00VTRZegWElKWulFAIrwao { width:5.25rem;height:0.125rem;top:39.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf07rrTgGZgEVF2pWfzW0xpvr22FSeWT { width:5.25rem;height:1.5rem;top:37.875rem;left:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdRdxaysiSSIROnB0tio3CtWEUEmlZd { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wBs8riCH492doR9nsXofhaQJXl69Fs { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 { display:block; }#IRGT4iUQHgVAl3R8vcDGqTEkODmU3hv3 > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0yLNETmaun3J0Cla4t5IhdstQrvmGs7 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daNykmAQbf3ke4o6xRn9q9EfM4qL3XAX { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRG9oMgfgtClO5HckAdaigeDnZW3AOuT { width:10.625rem;height:2.5996125rem;top:9.75rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOnrwfNnmsNOuSqWpXr1GFGvhZOGdlBk { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWSk0nwXPW2KKPNcMNvd1aaBxSW2PZge { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eICTlV9xnON16P2BkBPPsz61pPsFhzZL { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giOq5ceSeKEaWEh5MTNDBlVN2FsxK7BR { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfm1pXdunTUtw5VEtaM30SMJRQTx8PBy { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBJEZSWBGaGwXXBbTEtVSUXhfiAGLQgP { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sillCQFfZZJ7T6QvokwAUfEfmoZi3NmW { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atkroUB5vXbwHuAH3aDUiSr6r4CNK97Q { width:5.25rem;height:0.75rem;top:20rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKCTTAt5CRzySw4oJBsSK6SJVVCNniM { width:5.25rem;height:0.125rem;top:21rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKmB0VbpKsMAIw44PbEOF9t56ZvHWym { width:5.3125rem;height:1.19921875rem;top:21.375rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTEXJZwySEdBUw6s6ObrOglpwNyJqJk { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6QDNSP7nXaV3oSmnL02f3RlWLTW3Pd { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0F0v3DkeyHq4GR2ui7xuMAqSUwVRKt3 { width:5.25rem;height:1.19921875rem;top:21.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTTtITGA98t3Ze77ZeaWHf8vsizClLK { width:5.25rem;height:0.125rem;top:21.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PudT28Xm2TTR0hrRXRCxAIeV2l4lNR9I { width:5.25rem;height:1.5rem;top:19.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVAgZGT4CtUl7zNwdRk18qeM63351CM1 { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi41fgh1MrR6p2PUlzvgpspF2L4H9EJO { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxzkaSpOVSBV3dTl91N4gQ002SsCsLM { width:5.375rem;height:1.19921875rem;top:30.875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hDO8hueoRZpccU6uXEMuhQ1WT09gBu { width:5.25rem;height:0.125rem;top:30.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mED5tRzO1nD3kKoPlJvUTv3BlTnqZJsC { width:5.25rem;height:1.5rem;top:28.75rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFAQR0RkknxnVbcrG3lyG34vQ5pPacZ9 { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTWDPvH1XEzd0GprFmFURwrOCCASXGl { width:6.375rem;height:6.4375rem;top:26.125rem;left:10.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRTJsuXXSybwmxJT5B8CPqZEpUFreiW { width:5.625rem;height:1.798825rem;top:30.1875rem;left:10.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ra5nEPzlcOPp1w7zFobqTbIIzcfkoX { width:5.25rem;height:0.125rem;top:29.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWu7aZOCu5KgcIFUid1cMSK5DOlFJbq { width:5.25rem;height:1.5rem;top:28.0625rem;left:10.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#M78eamblwA4sCpHemPZ2PiPx3U7xsZ1c > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #qL6cwdHmi7GPRQK0qvgeCfDeXXmquGnm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #erNoeASVaJPIDwQ7zop3qlc5E5va09xJ {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #sn0ET0Wyu3AhbOmq4IeraTBGEbXMgz0a {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #JFQ1RFsV5fv4vq90lgdwmgLO4B4zkEn7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #w6KfNTcO6RPsAfzE8wlHVNRwTO6yqGAg {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #G6Myqs8VCsci4vimpdx3oGdat5UOepMf {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #OMINUxol8qwRzooqKAEC5ggAyDynqLrD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #VPEZ6tQERTOLXB0dpR1J5E2pV99PBa7y {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #MX2W6dsHdvlZzsTID8lsgftIBey4T37n {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #NTTGFkzl2nM6SG85ITcXU4TTVxuN8F5g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #tsJ5tTBW9RSM29rdQT7cGK6EcHunecnM {  }
 }@media only screen and (max-width: 763px) { #TpA1BXCtE0U3MTtiHZcH0rOptCIW8Tu4 #oBwhtgK5V6EyStdNA76GV7yqQc7hP1AI {  }
 }@media only screen and (max-width: 763px) { #Gh3JP15pJTIcZrbNpsmEPAGRT3JgcOTQ { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O1VKCUtvKFDiM5eZZTNOU1O3E1fz5aoK { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQI7ZoBOMkVpasx2NiltEkMn5Iqf99zk { width:6.4375rem;height:4rem;top:38.125rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEV6V7yN4LPSGOGrXlgAG4WQcThLHr3q { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6WdS0p80iMmFWLSwnmIq4AJHDmR4hG { width:6.5rem;height:4rem;top:38.125rem;left:10.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txoyOurWAzMNkaJLLhss8QZoZ6cVPiNB { width:5.25rem;height:1.798825rem;top:39.6875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pSLlvWUowK5B0l6bwAs8CwXwvWbz7q { width:5.25rem;height:1.19921875rem;top:40.3125rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM5ETRWSOkMKT5Re4CJH2tDVdqa2aoz { width:5.25rem;height:0.125rem;top:39.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINiFc8BR4Kqa2WAx3JQw4fWvMFP3Hvb { width:5.25rem;height:0.125rem;top:39.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByIN1FiEIoHDR09P4vsgV8J3W0DAVWn6 { width:5.25rem;height:0.75rem;top:38.3125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXu2iB7nVAKr8V6Ns87aUQB99DdkJIJf { width:5.25rem;height:0.75rem;top:38.9375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNT0mhsZFPhqT751rpiV1WTfRpPFfzA { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXpBoHpMaQAucwOES2peL5V9RcEoKFB { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 { display:block; }#SPJm4xiDQkM25PTOBaEVH8KWNspkmvl7 > .row .container { width:20rem;height:46rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQotLTAZpxBWwOEs3mTdxBKb7vnWcltr { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq6xi53WCupJ5a6EyuXZ8mwbbX7lpO97 { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK22Ex1QU1zIU5oLyvTHIhB40JS06ZgX { width:12.375rem;height:3.8994125rem;top:9.25rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDoLcoQowyUmTyXegHbec3xLACWekkfC { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfvCcJbAKKwU0v1BngFzLErOWKgzrWkU { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDBPMr3yUEPwwHuhUoxE1SCBt9U7tqS { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wVizswsomeOIJlUpGW4M7wNtKshKJ2 { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmAo8ZqiIVDLH8woQr9C0TBfRTLWtA5T { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXARCnIhFKCKBTt8crlufKG01cM1moUs { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViA9Nxpxv51TFlhfKQ1tcHxtGZdLwCMa { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCb2hmIlXnXNIbktsqiEaemEQUm61bc { width:5.25rem;height:1.5rem;top:19.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cg3fSXLlUrkFaTeq5GNlgCH5skAWQZ { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCzOtuqU6DZdPu3Q5s1IEC4T0QvVzUr { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiRSNUJEwKcWnABViDZanWzdyu2Wsscz { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLQHldC5mkRiWa7smmHo3UUhpML7p8C { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nld16XFcXNpdunvQmO9oik36yHX7SRd7 { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF8cu87FhH63cinzAbm7dhunCPMmEQh { width:5.25rem;height:0.125rem;top:20.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Go6B6rREO1RnpNxKG2D2M07MDsc6xB { width:5.25rem;height:0.75rem;top:19.9375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI6sZRxENu80sRF50cDmRf99zv3bXiJe { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntJOEnr2BUzZzLqwP30OFvzbnspzKR1 { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4BTT78wbsydg1FP6yJhEmsIKI8llNNl { width:5.25rem;height:1.19921875rem;top:30.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn22raef5Ic0mTucTgxo48nVGQH0mQ2f { width:5.25rem;height:0.125rem;top:30.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwoui499iE7mf9KCKFWGzecZez0Qvk7S { width:5.25rem;height:0.75rem;top:29.4375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0Zsi6TZVaJCSVJWTiRmEnoTsAETAVx { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufFd9L9AwUt7n12doT0vpSs5wmQVZ91 { width:6.375rem;height:5.75rem;top:26.8125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoA0ict9bA7xbKEPXseed3JsUIZVSbhw { width:5.625rem;height:1.798825rem;top:30.125rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2L2qZ10VyznmkMSHszEH7W3xXr0TxV { width:5.25rem;height:0.125rem;top:29.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOuVKOEiQIVWgCMQwKmrf5Cz8C05ckr { width:5.25rem;height:0.75rem;top:28.75rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENE4WtgTXWD69VNdXv867qdiMel9ALgC { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#ENE4WtgTXWD69VNdXv867qdiMel9ALgC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#pkqRnNBNoLzUfRgusSseeB7loBFO8eco { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AqSPufDDVVzIzQUun8B7gEaZ1OiWT56K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #AXnyTQHnVmSs4OD9gteKlm5w3xAru9sA {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #k7OtakCZ1m57e3UzJPG4ZweUNuhJ0rou {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #wnBW1XpACwJ1sGz1wz7wJyMs4VCTiuhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #uZubShDgEbOVp5DwnoOClkn47FoB4zto {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #JlgPKZ8XrEi3TJAMOg48Fie4V4LMD7HS {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZXm47ipi9OKhkO67uXWpJG5DgTy7wVur { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #oTQtr3CC1fhpdgi3FSklTNmULAso65v1 {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Ef3kz0WRk5yHmHAzc1wTZw3TIGW3mTcl {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #Tl8boRDrP8RzC1FxA7qo2CHqN23Ezvxx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #UQgURvxPPZybTrL9Fs1I6FJdD24xQ8hy {  }
 }@media only screen and (max-width: 763px) { #pkqRnNBNoLzUfRgusSseeB7loBFO8eco #ZcQtfTNeKt1hhkt9C6zyX3QqNvTqaeLq {  }
 }@media only screen and (max-width: 763px) { #WbuIWruqZMBqO3Ww8TITv6dvScEf1OuX { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pAC0qpouNr8eFhbSKzkNGwl6UHNO6bon { width:6.4375rem;height:8.5rem;top:33.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyrkBlQwoepcW8GhHPORNILe1XXawAQ4 { width:6.4375rem;height:4rem;top:38.125rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKKuIlfUeAc3DiXMXOaomz3glNVJiauM { width:5.25rem;height:1.19921875rem;top:40.3125rem;left:7.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sPLONWzs1AmnMKan54xp736OV8VB8F { width:5.25rem;height:0.125rem;top:39.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAHpPA7pKvgyTpbbCUl6ghlsAdzIkkO { width:5.25rem;height:0.75rem;top:38.9375rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJVTlhAydSDCeaUvzmZ9BkLg8WA16pD { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTyfB9gKJqeriRTpUbPcbT4iHCiiPXP { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE { display:block; }#TUaSc2m2eG0gEi2JnaU71sShOtBBVCqE > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEfwW3Ty3yH7fx9tLVZA0Ux7iconEkpX { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxoQy7KcoFiQtPcMJ9b5l5UuPFRonhlt { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZKJrg80D663sJhuwVBxk1FzM7iuEzf { width:13.1875rem;height:3.8994125rem;top:9.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWXNv6hWZvsAUG07AG7FeAor2tzK8zKV { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFpCyJqDyznKnAMIkKBHAE128ilcHF4 { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIMTeT0yfvEnaprr0FzK89gabEtsu1BA { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOuJTc5OJ5JB3uAisK47LxCNBmZfmMTk { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJvZ98TNXF0qKdTsX5h0k7MDKgUz5Wpv { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKmoTXIV12TJp3SEsDSb5ZzE5eUTzOp { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLGAlFUxaGPfCEg45q0uXSNd7saWsATq { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCoLhI17dFdralRGwmkygdFEGA5qTWIU { width:5.25rem;height:0.75rem;top:19.9375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgoLcAlspfl24svUhALk1D5IDdNiH15 { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzspup7NKL8PW9P57GGhf3mypt7HQSi { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF09buOrhITfD9rWUQPg8M0iCMf9tL5D { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER0HwLb2k4MWnADxif4yBvVlfWDFlTfb { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISf2gei3bCDtBs90xBQ7M8K4qUCOxIBW { width:5.25rem;height:1.798825rem;top:20.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcx2rG63yO7wufFLb0BA1hx4q7bBHCu0 { width:5.25rem;height:0.125rem;top:20.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlgOJNsv9oTEKxDJrOxRa0TpmMwMGCG { width:5.25rem;height:0.75rem;top:19.3125rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1cl3Tz5JZyiNDyzxQMiI0X7Tymq2qxZ { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPLBIlU6UV2y8hJhCQxXDLl65Q8ykR0U { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXHEbF27IQqeITTy1DXTZsZcynRbKe { width:5.5rem;height:1.798825rem;top:30.1875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nwEUf2OQ2TFhZZfc5okBaEyvDV8L4r { width:5.25rem;height:0.125rem;top:29.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvO82I1DX95MuxFrZDIRZ3DBoWc8Zpb { width:5.25rem;height:1.5rem;top:28.0625rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICK4TRUJGgJqU3ThSQWF1ODVtkZu3ZJ { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsqfDOlmz5VKLM9LoMrtOSOpVf6AWQA { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2NNuri4tZETbEtozZlf0MyVRzzErK4 { width:5.25rem;height:1.19921875rem;top:30.75rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVwsD2XPK4AiSPTqNnRkrbMbOsurkWz { width:5.25rem;height:0.125rem;top:30.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WETTd7UOcXkTbWqgoUnp2Maq482Z4O9Q { width:5.25rem;height:0.75rem;top:29.375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#Vdatn4HtLLHWPK6oBN0RPRZDP9Nz9ZJ5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Tz5aKc8OsJFk5tZTRTTB8JK6BP9LRJ1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Rteu1EVIZP7SSMeWVVT9tfkBBAifrrzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #N8BE8tcmQOLyfsaDqFEEBsorHcGVR4Nt {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #kFcz3phSNxbmdFMMwanDVipLc1LNCkxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #G29x3lO2SWMeGa7Nk1uNvnroTWXMkEUZ {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #Vm5WyWTlhB12N69AUwGJXIARDsaWge33 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DhNLehgCWxDssRor02iOqmA4uChKNSgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #gmK5r33W2KkEdxtMkANq2sfT233HTOzv {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #DTzPMg7Fe8JorAz4tthOCitfVpBTaZTW {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #weW5A7MKCwTvttFuTavQ9nOwAAoSENEA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #vx5dGVSHm2cfEurBgNT89AXIClahV721 {  }
 }@media only screen and (max-width: 763px) { #iZJaCt2Lg0JQlN4SfKznF08PmEEQUEvD #RPMpWF7garIBBEKGKA9crZNObtbfl03m {  }
 }@media only screen and (max-width: 763px) { #m0KFRmAca1Da708DBphVFEuhcqDgOqzb { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gEoszVKIB8gyQ3mBeOqN94L6X3QTp4ti { width:6.4375rem;height:8.5rem;top:33.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPf4fiyT6mIJXsXMX5AIn0X2uCu5wws5 { width:6.4375rem;height:4rem;top:38.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JpoR2IeDqnXMh266bePDN92S7sc40X { width:6.4375rem;height:8.5rem;top:33.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDw23s8PJqdZe7zmhidTE0LsibQir84 { width:6.4375rem;height:4rem;top:38.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFiLqEHMgVmmXe0UCzuUnADOScdzlm1 { width:5.25rem;height:1.19921875rem;top:40.3125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4q8ExxsXz0GrFr1hZwO6IR0iqwJ5fp8 { width:5.375rem;height:1.19921875rem;top:40.3125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEyuHNmmdElBee6RVXsrnpvks2yum4Iw { width:5.25rem;height:0.125rem;top:39.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gU8TWVgxBzrUMxT7ZRzbXtv9wv1ub9 { width:5.25rem;height:0.125rem;top:39.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7vi0GGM4NXnUoh0obaxHRXfyaU2NsD { width:5.25rem;height:1.5rem;top:38.1875rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkG861SXFfgHtq3AIKaMdUpyTS1pRbn { width:5.25rem;height:0.75rem;top:38.9375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGimWnINebd1TEOTB6BPLycPOuLUOoRI { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNeZEtsmW90VwfJtQKE1pvbdrSJ1nH4V { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo { display:none; }#LVbKR5MABtx7hR9gKQU32qcJpd9W7VEo > .row .container { width:20rem;height:46.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U1LfCtA54tZC93aBKiFaltA7hzKlZeQ9 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U66UrCdJCn94xc7SwTNkfvoMRH3COJIk { width:20rem;height:39rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaSwiAeBfaVJSAWo22wElesOVC32613t { width:13.1875rem;height:3.8994125rem;top:9.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlwMGTZRq8ebq0ZNiNSP3mQoheMrkWMV { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFT5OZHQDPTtCfX41bJC687LLsCxoBg { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ofBpBTaWisUJ193TGlmUZTRCdlDf4S { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlffphbdGkDXWTR4WrX7hTsxUZin7MsM { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5UttIq7CfkNIhRsNrGXU7ts4bLTsmO3 { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V38yAkUpaTcSrWly3G0a7Kro4yrcKhl1 { width:6.4375rem;height:8.5rem;top:14.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnZQxzARvHQZstPTCBCxIUpkdSJtMJry { width:6.4375rem;height:4rem;top:19.125rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdRSQio01RRxUt9ZAhmpbR4a87akKwd { width:5.25rem;height:0.75rem;top:19.9375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCaRQoWhgXJR451DIL14V6J4EbyC3hJ { width:5.25rem;height:0.125rem;top:20.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0sn3kmSSK1OiBPxOCZZl5oU8pNbsMUQ { width:5.25rem;height:1.19921875rem;top:21.3125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoppUTUxyRNaA8z8gD9efE06SVaPczdN { width:6.4375rem;height:8.5rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXszMROTAbhJQtTirANQZneHohqFTSL2 { width:6.4375rem;height:4rem;top:19.125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIWLXhJhxEMDDcD5fh88pDR8MRAXI4Th { width:5.25rem;height:1.798825rem;top:20.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilMaPvT8hTE6XdICk9poRA1B685z13M7 { width:5.25rem;height:0.125rem;top:20.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhMgTO42OOTtTevEzSy0imUK4bZvHioL { width:5.25rem;height:0.75rem;top:19.3125rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opEOToQtIn7pXTzEwOUO4oXBce3pew1o { width:6.4375rem;height:8.5rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3L6DBZ308PVglJAuW0LxyxBTwAr9FU { width:6.4375rem;height:4rem;top:28.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQJEhPuWXD07nTibJ4Zv9aqQWkofbBS { width:5.5rem;height:1.798825rem;top:30.1875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHRvlcGoeQUWlANMQGcvwlpn1vTVrxh { width:5.25rem;height:0.125rem;top:29.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fme0J6SCCh9z0OcCS8q3umE2cQ75vzsQ { width:5.25rem;height:1.5rem;top:28.0625rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khd6R9RXFRCTg8tTlN5Qa9xWvnHOomed { width:6.375rem;height:8.4375rem;top:24.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb206q8bV4vRNpl6gpxp2zUg0I27Z0yG { width:6.375rem;height:4rem;top:28.5625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3iQtqbLhMTsu8MTky2UO3uTwLyBnTl { width:5.25rem;height:1.19921875rem;top:30.75rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ3tSdf8ehW5tHpLKzaySespmpclMU3R { width:5.25rem;height:0.125rem;top:30.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoiVkHNW7HHlc2VGK3SXUGUaJFRnceo { width:5.25rem;height:0.75rem;top:29.375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#agcQaZ8CZeNqv1AfuTBzRRFXuxC4rBHJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bp9b2FBJfub6i37bW0vvqN73L8El8Ccb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #eFzgwIXaV4NsUuiALPcnQ8XRuKM8iK7X {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #DDvOWaSJ94DIMdtpiw4hxShJWNzDck67 {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D6upHHw8KcLhUNLvTMzxZHJA0HuA0sVL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #umzrCArn5xCJzz9QW3pgZPmakfpTwK9M {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #D4Q7LdimDdvzrOfo9PyPGilxTfTpsszs {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #w0sI6UTJx1tANlD2WmXQvncwMwNAHasz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #RzAsvDckUg2UiEnkrWLZtPE4zgiQrZTT {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Lu5H6xNKnZ9K5tTysUrsmTrE0r4LWl5h {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #Uhp35XTEGDxiscK9fSEiOQL9TkbNC5zW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #bAzRS5lSy39BBH9bUoAqAFZwLlRV73QM {  }
 }@media only screen and (max-width: 763px) { #CTfcmOd9nWQI1Jnw42Upt0TuH8JxNQNL #PZ2LUTvJz9tbOFSKvPGwu8h1bmQK7REF {  }
 }@media only screen and (max-width: 763px) { #mi90X6tQHxyyEk23o5TMcFemTfJmKTa7 { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #znLdwzIb6RJ9UWVvTT7OzrxbSBT1FCuc { width:6.4375rem;height:8.5rem;top:33.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdumk22DLJ39ngnfkCa31uEGiPF4wnJ { width:6.4375rem;height:4rem;top:38.125rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8fQ2CRoFfakUpvQCdzqyWomVEn8fMA9 { width:5.375rem;height:1.19921875rem;top:40.3125rem;left:7.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyMq6XQ8lKshMy4TTKi3xfXbwuREMX7C { width:5.25rem;height:0.125rem;top:39.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5QTgVMzxUka0MzHpu7xKsLoOuyfcMwx { width:5.25rem;height:0.75rem;top:38.9375rem;left:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2HcyWNzfLXCSNp4RsZLlbPrrnXBxxx0 { width:4rem;height:0.599609375rem;top:14.375rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sW1OKp9pu1KNmbDqc6TBnrccJpuoPc { width:5rem;height:0.9375rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug { display:block; }#zWmkrPKoTi9FCoM7mfvrk7Mh3mz2wSug > .row .container { width:20rem;height:49.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7FZw02c7nZAarbBHqJ638AJbLDq5mw0 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUq90GTZdNGP807aWw515DS4wg3DA5FI { width:20rem;height:41.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0d66aE2z5i0TNxiMWDedrng9zu0kHJ { width:15rem;height:6.499rem;top:9.25rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6vIrfXZ5gf8ZRK4JGCTAkgQwdFhGbA7 { width:10rem;height:2rem;top:6.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoM9TwveBwtmQUlHAIqseJOotAsDn8rq { width:3rem;height:1.04980625rem;top:7.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4N9bZTTlu6H8gOsIzBvMdNrsuudXUk { width:3rem;height:1.04980625rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtTFa43O619OXRbZoyiCJuFQepmxmIy { width:1.25rem;height:1.25rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5NGeyCdOHMNyGZSgp34TXwxl4dQ61i { width:1.25rem;height:1.25rem;top:7.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnB8oynMANJgBZXDaWGRXfE8JQztU8HX { width:6.4375rem;height:8.5rem;top:17.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgQlipZUrNEaTU6FmiAAOD0aqAbIytO { width:6.4375rem;height:4rem;top:21.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDbpxiI2rci03znPoiwWsgSczJmMD2k { width:5.25rem;height:0.75rem;top:22.4375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VxLLHt5ixKR182Sz88OuubVNdT5g38 { width:5.25rem;height:0.125rem;top:23.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw8m6u5iU0BHnxZ2ecfB1uglehDgbzW { width:4.875rem;height:1.19921875rem;top:23.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvXiW9to4i1IbXkZd5kzsTNJK25kXK6 { width:6.4375rem;height:8.5rem;top:17.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrkRwEkNTpZg1eQEDUP3tqI0dTdOSZVc { width:6.4375rem;height:5rem;top:20.625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcpvrBd942qHkMuMFwtMCPsGVUcZUqH { width:5.25rem;height:1.19921875rem;top:23.8125rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7ifKxwmwMZFLCNiQOGGzNoTvzKaous { width:5.25rem;height:0.125rem;top:23.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXS62Va5IPwHeftdosZ6p4TSSkNqTWz { width:5.25rem;height:0.75rem;top:22.4375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxVeCWpTA7TPAlcD740FkG1wqyQMiAT { width:6.4375rem;height:8.5rem;top:26.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IruaKROEfgOE60TRgvIcRGqafdUQXZ { width:6.4375rem;height:4rem;top:31.1875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpwHseonCacrpFUqDlhcbqffPeaAMfV { width:5.25rem;height:1.798825rem;top:32.75rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wDEOLzdyurLTftVCq7lxtZ3uXKcgv3 { width:5.25rem;height:0.125rem;top:32.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN0ft77ashwu27sxEIRlsArBbiwTnXtL { width:5.25rem;height:0.75rem;top:31.375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFf1aRCtcwxy4voF5gNLTrbzyK7V3GLS { width:6.375rem;height:8.4375rem;top:26.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOdZNEmp4fcU2OdDhGAa8ARu7tAT4U4n { width:6.375rem;height:4rem;top:31.0625rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5FCid45Q4OFkrk1IQtsIVyqBs7z7S50 { width:5.25rem;height:1.57470625rem;top:32.875rem;left:11.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8XwPgzPtAMv2EqE8iJC3t5no3bgXIVt { width:5.25rem;height:0.125rem;top:32.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5RkmTCL6l4T9V2k3V64IkS92w6MuRu { width:5.25rem;height:0.75rem;top:31.5rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ { display:flex;width:2rem;height:2rem;top:2rem;left:10.8125rem;font-size:1.375rem; }
#DEbXKpvpVBA1dwZpyd7mf9G2KTRiSMVZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #w3dkmCyTBiNfAuXI9RAsMkGBCdG8SEHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Qrt9SJOuZXvbVdGKNGVhDhRWXJTDk0BS {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #EsNeFGb8oXV8vTIIW51vqhmU5DeL4F6A {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #SGCG45sFzVMqVFB9OFrChUhNBBI2DdeM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #p2rbvXCue29AdPJhHi8D85HNqnHTTZMr {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #nU6efIpD3E0TUJAgOiZUb5HqzsxTe57G {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #Ek0rbANJDy43Uq1Fu4TfCOkCxmvwsPs5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #M4cVNJAHxFdz8ivoT9kJzcHiFqrsXL45 {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #gO8xvig9cPmim4MPpUfwQa91oGIS5TdK {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #sNVh9cISzgvbblo6a1IPmxpNw7a4TASw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #bCeOqnR9K5aVAZO6GrW6dUlX3S1Q3PQi {  }
 }@media only screen and (max-width: 763px) { #Tz5IRLuxRucWmhBXyVCkKUor1SaVZP32 #aPfEMD0bAghE3bm9VZ5iNKaof41GKTOC {  }
 }@media only screen and (max-width: 763px) { #TvEqitWVW5DOuqDTpqTvaKhZiD4LPaRS { width:3rem;height:1.29980625rem;top:2.375rem;left:7.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QWUoLKgkt9ITfNDs9yXx6Bgn43xDXWZm { width:6.4375rem;height:8.5rem;top:36.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #byCqbrWdnxwmHSftGhNbn8FRNTsuTgeg { width:6.4375rem;height:4rem;top:40.625rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiZek2I7ZdKfPPJaCqH59OemRw29rEh { width:6.4375rem;height:8.5rem;top:36.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLHJTTCHOs1x1hri8qvPVJV1pXsBvvFM { width:6.4375rem;height:6rem;top:38.6875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTHB8t64pAXWTJNoCi2oeAF4rA5R1GC { width:5.25rem;height:1.34911875rem;top:42.6875rem;left:3.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3OBwhwcUGv1kXZMrHP23IiLsrqRHMT { width:5.25rem;height:1.34911875rem;top:42.6875rem;left:11.125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD7Si3TALo6rwcTkQi0Kx4ZovIBcwp9R { width:5.25rem;height:0.125rem;top:42.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NWfLrND04B3Dy3y5Eb9xx9ETFggnpa { width:5.25rem;height:0.125rem;top:42.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i0RCZtRRXt7Se7JBVnz3DTGhEOUonU { width:5.25rem;height:1.5rem;top:40.5625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMizQT1Issoe3O1gkwX7SFe37tXQC8aX { width:5.25rem;height:1.5rem;top:40.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mse2dWUEDpUJzRC4sEnDPFnZCT28FT5m { width:4rem;height:0.599609375rem;top:16.875rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2Pik6SOfwTLof4AwaMKomyyBJ37T32 { width:5rem;height:0.9375rem;top:16.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf { display:none; }#pUMtdIe2Iq0zzBXJfhCkryvDqJvS1Hhf > .row .container { width:20rem;height:46.6875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VAFsHTWOQ4zxEOUpcTifZht1NIiIaPiJ { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhl2kfBh3Q3lU6NZASZX3dDgJdO9nvfd { width:20rem;height:39rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVm0U32UCSV9F7CkKfZAIMXbdlNATBci { width:12.375rem;height:3.8994125rem;top:9.9375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUl2ZDAnRv4b7iRS4WRHyMogVEwlsJqV { width:10rem;height:2rem;top:7.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuLixHTWg0xzBPbN3NmVhAteowWPrEm { width:3rem;height:1.04980625rem;top:7.9375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJwC9mfbwqv6TZplG4Rx8g1X6obETIv0 { width:3rem;height:1.04980625rem;top:7.9375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVkgPup46gyZkzZkJqTPeXNDOClsmCz { width:1.25rem;height:1.25rem;top:7.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QoJEMZLWoONBz1yGw98VHaB3AI0fRf { width:1.25rem;height:1.25rem;top:7.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVO4ROW7rK3HDZRARORSWNFlmNWQMoP7 { width:6.5rem;height:8.5rem;top:15.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xci7TnHyhEqz0DtLyQaeR1cgqhkHp9WA { width:6.5rem;height:4rem;top:19.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH20zncu5aNAC6GLok8TF75pT2VqpuTB { width:5.25rem;height:1.5rem;top:20.625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULopHA1GDwvnZAGMyX0bXpRGGE4zftD { width:5.25rem;height:0.125rem;top:22.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGdlvtSlVGcVTksvUrpls66LbhIIc5A { width:5.625rem;height:0.599609375rem;top:22.6875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrC3H6aMdUgcfGPegfoORINZUK9Coe0P { width:6.5rem;height:8.5rem;top:15.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClIC0yXctrxbh4cz7pwx8dhNc9BTDs8 { width:6.5rem;height:4rem;top:19.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOJsyyfWZmJtFCxyButkkeNMckrguq3C { width:5.625rem;height:0.599609375rem;top:22.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3ChPPwiOTvocmLKbG0BN7PKWOuKU7l { width:5.25rem;height:0.125rem;top:22.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh36H4NBZfAo72oq3v3TC3yqd8wqJEmy { width:5.25rem;height:1.5rem;top:20.75rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPS02yV3cdE0H4Xk2DhBCTbSr2rxgLQX { width:6.5rem;height:8.5rem;top:24.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eizFv2dJ3dfiDnJMARzUJTmTysigm8HH { width:6.5rem;height:4rem;top:29.375rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMNNXCw2eX1k4BfzFnr5T7Do90psFMo { width:5.625rem;height:0.599609375rem;top:32.125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSqfdhEzoqibeGnUuabg4huJB8f91nvy { width:5.25rem;height:0.125rem;top:31.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgKPyLT9CP1ymG9UzhpkbcBWIHNyTmyG { width:5.25rem;height:1.5rem;top:30.0625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJBtZXMhUK3OQnwD3TOyTXVvTtDLzs8 { width:6.5rem;height:8.4375rem;top:24.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0XiEUB8xVc3wzBBInDQrO0gdB1azNZ { width:6.5rem;height:4rem;top:29.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW3KDT8SKMUBhf0ClmTcPWqK6aTfhwAS { width:5.625rem;height:0.599609375rem;top:32.125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxIJXRRzq0fc697QFGJGKl4uBL1WlUTq { width:5.25rem;height:0.125rem;top:31.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMkTgX2x1xsl5XKEQ3gp1ZJU1yQ66rq { width:5.25rem;height:1.5rem;top:30.1875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#IpSeIF5ewxcTxUDTqMxNL3vhMmm1fQoM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#J2XytTlUTSKyhtaRsAZCd19prJePLWOl { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #Tt4EO2tJKJNA1gXtvxrFdlPRCJFrGsTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #U2FzEybniTkDt3DtO61U2mTu64Tfc4Zx {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #cq7OCBfiJrcwtykCwG3sqihzVsI3GW09 {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #PSG3g7MfJp3Dp8oWgRVbR9J2uNrqt5EF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #f7r1XlKrK0Dc0gGyU9Ted9z7dWLUaTue {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #btqJwmdPSss3xzy4hfVD6DThChhqSG3U {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #mxZyOHJKFXMFzMhR8Ov29206EDMDlMgq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #vXpD5qwf5WKCfTaMoaOG4MmpLmtCT7Nf {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #P9X1CqzMtIvd8dWxTRW0feB8crWRpIzk {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #lRCielpq5izJKnyPuunlD8HRrOpnZdCI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #bN72UKVZq6Q2Dgo8HJnVV2x9l3CleKWa {  }
 }@media only screen and (max-width: 763px) { #J2XytTlUTSKyhtaRsAZCd19prJePLWOl #hcCbFdel1IEtEpVXhm31KonnGQw3HQy9 {  }
 }@media only screen and (max-width: 763px) { #W3t3yhC3hD69D3NTBzp0KKMFT8mKa26I { width:3rem;height:1.29980625rem;top:2.25rem;left:14.375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #s1KVgA08hW88IvPPQBoMM72T7ElMB7xD { width:6.5rem;height:8.5rem;top:34.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yscCDd6cUTc76MZZGihdadTTPAfMToAX { width:6.5rem;height:4rem;top:38.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrzTM3c423BFTvB21MhuriL551KUOTzw { width:6.5rem;height:8.5rem;top:34.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugBJl8x7xubaTicPTzVdeW15wPTaCFG { width:6.5rem;height:4rem;top:38.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnSqO2EiarnwvQtt8AMEeqNadeg5z5tT { width:5.625rem;height:0.599609375rem;top:41.6875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkTnuvOpVWbpdTnTQT5sBHCgd6MRKAX { width:5.625rem;height:0.599609375rem;top:41.6875rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBRMRoJTb2TD132EAx6UGVumPTRrO6m { width:5.25rem;height:0.125rem;top:41.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqgOTqvKvh2h5MseeeIyO6XbRRpqaRN { width:5.25rem;height:0.125rem;top:41.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83uxOwRwRc7LGa4MeyTZHNvG1lV0lWJ { width:5.25rem;height:1.5rem;top:39.6875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlqaFt9UqxWdpTE0IRHqUs65eUlhbxv { width:5.25rem;height:1.5rem;top:39.6875rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAZPaMMDHIiCicO2yTGiRRyIiMeyGTrP { width:4rem;height:0.599609375rem;top:15.0625rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8WkiIUuog23R9BrzcWJChwGmKgCT9x { width:5rem;height:0.9375rem;top:14.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n { display:none; }#P4cCwR7OVPl9yQLRGt3UgJAGQ06EiP4n > .row .container { width:20rem;height:46.6875rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #smFzQmxAIBuUTVs5IwvX50hRL2k4chiz { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkLFGRwnXZ6ssS6f4TekpIfdzfSiXCTF { width:20rem;height:39rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGgTBJtXiSz0SpPDGGsxVddlD3HUmPp2 { width:13.1875rem;height:3.8994125rem;top:9.9375rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA5B0E0A6XnL3xvrEoP2QvfQJ7d4rKM8 { width:10rem;height:2rem;top:7.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTHGd3X6TBxrCvCZsL41qbRDETWKqmw { width:3rem;height:1.04980625rem;top:7.9375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhvGUlG5oJki7RWtcPp5y1MM7GdbKvK { width:3rem;height:1.04980625rem;top:7.9375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5c8Qplt3Kqz4gyVIHVT7cdsyaNofCZ { width:1.25rem;height:1.25rem;top:7.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvBUEwdqWxeHKAE5DdLDZUP3W3M2d4A { width:1.25rem;height:1.25rem;top:7.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcW5n4Z21VZ1zTHTJZTMZHu1ATJzu4M { width:6.5rem;height:8.5rem;top:15.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQo23hH662PsNeqmacpJRRCsw8E0J2yQ { width:6.5rem;height:4rem;top:19.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTi4HATNxL1WJFlDHqhOgewD4f4mFOG { width:5.25rem;height:1.5rem;top:20.625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6gidoRpsMaxXERQRwEZSpbis7rJ8H3Q { width:5.25rem;height:0.125rem;top:22.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX5s0MKgApEJhfqS233UcndJhGqredb { width:5.625rem;height:0.599609375rem;top:22.6875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJNXbZAp1u9hiOD95PiGhIhkse9iF3MF { width:6.5rem;height:8.5rem;top:15.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSF6TuOG3AipxUkrKkhPigfvcCC6HG3a { width:6.5rem;height:4rem;top:19.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy9nVN4KZgfb0mt2cN3iCThUMhDf5tfo { width:5.625rem;height:0.599609375rem;top:22.6875rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2XQuT77dAZ6cd4ND23ewK4QT2vSxh0R { width:5.25rem;height:0.125rem;top:22.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkmzUaEM67UwR1d0AkTvAHUwBh8hWdo { width:5.25rem;height:1.5rem;top:20.75rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncB6aOsC9qdHok8CHOOUdw4NIeHbe5y { width:6.5rem;height:8.5rem;top:24.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0s3oe20aNIO9hvAcv6QBBolir0ISQd { width:6.5rem;height:4rem;top:29.375rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqRydFWukTaNeGwHsHf3lgPQ9b2OH9E { width:5.625rem;height:0.599609375rem;top:32.125rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEb5VzeSFx6X8Vyc1OLu3SIdAfFEfen { width:5.25rem;height:0.125rem;top:31.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqmTyu0AXCm3RZ3Lw8RZE3J9I3zzTafb { width:5.25rem;height:1.5rem;top:30.0625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLCzLNx61kNOONeOOXfcO8t5PWsLPHJ { width:6.5rem;height:8.4375rem;top:24.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TWPKuC5shFZzIdUnp1ZzIlF21nsGee { width:6.5rem;height:4rem;top:29.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy0k597mIXBLtvwR6a0AL2h5eXq4OAtr { width:5.625rem;height:0.599609375rem;top:32.125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQHMuTgXVHKVx3Z4FTDsb6Go6vtaGgU { width:5.25rem;height:0.125rem;top:31.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbg7rLroVWJ56I4CHxtyPXJGko0aiGb7 { width:5.25rem;height:1.5rem;top:30.1875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#RXzO6PTkxUynUcTCEpRTR7OWmUqoT59H > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-number { padding-top:0.276875rem;padding-right:0.25125rem;padding-bottom:0.276875rem;padding-left:0.25125rem;width:1.505625rem;min-width:1.505625rem;height:1.49rem;font-size:1.10875rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0075rem;height:1.0625rem;font-size:0.415625rem;line-height:9.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf { display:flex;width:9rem;height:3.28rem;top:1.5rem;left:0rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #k5uA5JbkhgWOoqOe8IN6xH4rAp1TMapE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #Lxr8fComUpb2W0nVS3LmS27C3tPA5cQr {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #kr6p70bH1eeioPpzkgwrTtCMTDDdFBoc {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #LPKwZdmOrSPSwWJWSpekKp2N8JZ1sqgi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #x5JP5MfbSM8Sh9wTTHLAlksEXpig5Dfs {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #eEmyB3QHOHrW07wDP7gsiFoCi7Ic0EMZ {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #uAuVTaTMVZ4zGu17ow38WEb96IcPzTWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #QgRfx9bJVyaoKpqs5GeLxuVqox4bWk2I {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #dTpxaUIEapEE5lHKTfAoISqT0yqHC8RW {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #GebBHkGeD6sTQQRgsMWim01lGezStCEp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #hU8m04vXWc2A3kIQc4i1v8cr4PgWmc9O {  }
 }@media only screen and (max-width: 763px) { #t4ruXCOoTc8yI6h58J6eK1aMADGQx0qf #NAtzcEqKxFtxJpRV98T6K9XCtVpZ7xdw {  }
 }@media only screen and (max-width: 763px) { #prUy2gXKrrVT7AaWtlacOMBRuvgTxL1s { width:3rem;height:1.29980625rem;top:2.25rem;left:14.375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZnWeGgIm3zTl6dQmiAzvnrh9iulrElSk { width:6.5rem;height:8.5rem;top:34.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLBGiTedFtRrFxWowmqRCHC4CqScxuM { width:6.5rem;height:4rem;top:38.875rem;left:3rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuux7m5z4SJRM07qG5yUoJmTxMkaRWFS { width:6.5rem;height:8.5rem;top:34.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUVd79DIMVyWba8oMRxkptGdactC5q0 { width:6.5rem;height:4rem;top:38.875rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu7QgWkuT4RbTOV3JibhXLwKstnHMQ9D { width:5.625rem;height:0.599609375rem;top:41.6875rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3x5x8xQfLeekK2iDboXS2MTHdOKfOTa { width:5.625rem;height:0.599609375rem;top:41.6875rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0ZsUC72vRM7UpT9TCZc0nGB1aBOx3v { width:5.25rem;height:0.125rem;top:41.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmLURIntoKHlvG5XkhdL0cHg4mSxAlWv { width:5.25rem;height:0.125rem;top:41.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfaiAXAuCPiUKLoPGuTJWvdJcOgbdt0 { width:5.25rem;height:1.5rem;top:39.6875rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWJ7h0crEavhiu8EvQWQWgAVfAouCBH8 { width:5.25rem;height:1.5rem;top:39.6875rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTz6IaVUEUlkKJmvep3TOKVuZtQoWtAy { width:4rem;height:0.599609375rem;top:15.0625rem;left:4.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnBMsOEqgSGP2muNK0sBH610JhoSIZvb { width:5rem;height:0.9375rem;top:14.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR { background-color:#0f172a;background-image:none;display:none; }#pDcQ9MDPdrpNDMmfFpxrPC2ViCATgrkR > .row .container { width:20rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kNCTLoreX7fdX1LU8kt8ltkNDxfl9vXa { width:19.3125rem;height:1.04980625rem;top:10.80078125rem;left:0.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTV7rPgONSeUgPPv0DfrcACAQsu5MaDT { width:18.75rem;height:3.8994125rem;top:2rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrqT1tF6VPQRvpFSoTLX2wWwe2SiInN { width:17.5rem;height:2.5rem;top:6.80078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz7X59xkPOFnHKZB77fPFRV0B9B5fUoX { display:block; }
 }@media only screen and (max-width: 763px) { #yabprUB1nBwtAGP0Uct3PartF6sWHdSb { width:14rem;height:3.1494125rem;top:21.275390625rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kioOWZgXA8W0VQq6QCnO0h48nAnVHcdp { width:14rem;height:1.04980625rem;top:13.3251953125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omb7TLTTxnQlFb5OGrXvOST7464BovKX { width:14rem;height:2.0996125rem;top:16.80029296875rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzns6fNPaAOwfFTynUxnGPToHimkmcc { width:17rem;height:3rem;top:12.3505859375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiua4amAw4b2AIGiSiy20SJI3tsPQWm { width:17rem;height:4rem;top:15.8505859375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvBipJTCwah4N5d0X5txiXDBBPO3qztV { width:17rem;height:5rem;top:20.3505859375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHzuP8SzL3q2oKNW6TxidIOpzCvbT39i { width:17.5rem;height:3rem;top:27.3505859375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRTBqWEh1fVNxgxmTsb1Ku9lTzdRp5S { display:block; }
 }@media only screen and (max-width: 763px) { #zk1it9nQPI1axqI3SvyUVyaGZv9cOQ37 { width:20rem;height:20rem;top:211.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZmzasuTq2cyvKkvRTlAUhLMnqeJHRRX { width:20rem;height:10rem;top:197.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #B0TuWnJ5soXsRktRUm3SLgIJ0CXWMD9a { width:20rem;height:10rem;top:221.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp { display:block; }#ZncJRHS8u5MJTV3KZ68CCoyXIn2BkVmp > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmAXD0cmFtO1A4TBIGBgHMk3A53yVGAE { width:20rem;height:8.5rem;top:2rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7xT7F3kiOoNFI8R2AorudMDO2qCpQUu { width:18.5rem;height:2.79980625rem;top:3rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbMOCfv40PBO1D9nUr7wdZyWCMQLOXI { width:16.75rem;height:2.69970625rem;top:6.1875rem;left:1.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txffu0boHSsREncdy1UXADzR6qx9GUk9 { width:11.6875rem;height:4.19970625rem;top:14.875rem;left:4.125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsaNv86fpKpnZ4cgFSwSaPTB41KQTGS4 { width:19rem;height:2.3125rem;top:314.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIuRRTnkqW4wO27SdpSzKz1VW5oTUfK9 { width:12rem;height:1.5rem;top:16.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtKZPiSUSBTMxOA02m0sHTVHClwta4q { width:12.5rem;height:1.5rem;top:14.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhGncdVhXO8BPnd8JFDZoDcL8hC98Qh { width:6.5rem;height:8.5rem;top:23.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvUd8ZlTOqbGpRibDFkxAfeqOLKnq81G { width:6.5rem;height:8.5rem;top:33.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m60V3BQkZsWcGKFuoP8kbiNsTg0dDgL8 { width:6.5rem;height:8.5rem;top:33.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlqfssqakWQoUnec2STK5wQdTAfNmsOz { width:6.5rem;height:8.5rem;top:43.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWLeOTg0JZnsfnE746pnREeNkutNPEv { width:6.5rem;height:8.5rem;top:43.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMOPtD2ia511CqJQ0wTu5MJne97iHuE8 { width:6.5rem;height:4rem;top:28.3125rem;left:6.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzBHT5EH2khANwR2fmcmpp80saihWfL { width:6.5rem;height:4rem;top:38.3125rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcXSuCnyG02ZdvKAEwwc2sbrNZphtQgS { width:6.5rem;height:4rem;top:38.3125rem;left:11rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtCW0nEqOxBki62eFtIHkGUGZ4r6xTaE { width:6.5rem;height:4rem;top:48.3125rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwIZAg2KFgF5IE6HZGJsDAPUWX4JUw9 { width:6.5rem;height:5rem;top:47.3125rem;left:11rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiOgD7fwFwFrC1V6N5qDDEqQf9QobVMA { width:15.5rem;height:4.19970625rem;top:54.875rem;left:2.25rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZ7sxxyZvLbRPU7fQ3TVabUovvdSXR1L { width:16.5rem;height:1.5rem;top:57.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmZwgOmN2TkdTnmNgkpUSAhftQ6B6yU9 { width:12.5rem;height:1.5rem;top:54.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evaGBwUhXACSKyS09VDBpnNaQ8RVWupr { width:11.5rem;height:1.5rem;top:56.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTGai0ts9d7D9sWHt838AhRcxCARaT1 { width:6.5rem;height:8.5rem;top:63.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqLvHc8AycNhOdO3l4dzKAvriXqpTtTi { width:6.5rem;height:8.5rem;top:63.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT27bZch6ZBOZpJ6c2ScysqIvKFLkTwJ { width:6.5rem;height:8.5rem;top:73.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apPbFUBnAUPBK9y6UeyZVg2dCrD1avVw { width:6.5rem;height:4rem;top:68.4375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHDWyMpMJb8T9uTIrXXmJPsg5EQohbV { width:6.5rem;height:4rem;top:68.4375rem;left:11rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CArTTNPAni1u9sFXuD6DpoWACnzJ44 { width:6.5rem;height:5rem;top:77.4375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNiO76bz8TAlIAbP9p8pqVJEs4vHn08h { width:6.5rem;height:8.5rem;top:73.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd1k0DqiiSkBV8zXW4GLPZn2JChzcc2 { width:6.5rem;height:5rem;top:77.4375rem;left:11rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwdhbTkKPPDyKzHqwOBsBk0pX7bCZlzF { width:5.25rem;height:1.5rem;top:29rem;left:7.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2xwgF9MA3viKVJ7msG4d23dTy8MrmsF { width:5.625rem;height:0.599609375rem;top:31.125rem;left:7.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEs3ct5z8RN7tB4Gi3TW0QBcZ4rXC6Va { width:5.25rem;height:0.125rem;top:30.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVJ0GdiNwaoSTerMGswbUJMfzpJqRV4 { width:5.25rem;height:1.5rem;top:39rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKog0idDLqlkR8rllnxQs6QVidK4C1q { width:5.25rem;height:0.125rem;top:50.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeRq4ZSRHHrsSWTvSA0mkHzgLCxS44T { width:5.25rem;height:0.599609375rem;top:41.125rem;left:3.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXXfhd4OThWKHbxODzxHZklVD9kdCkq { width:5.25rem;height:0.75rem;top:39.1875rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7VkLSfemL2ny63FVcoc7McxloXyTt9 { width:5.25rem;height:0.125rem;top:40.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZVrTu1wEfe1S0tAeidSAt5L8TOIPKK { width:5.25rem;height:1.19921875rem;top:40.5rem;left:11.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkqG0DJBmmEKwK9tTSaG8MVhiolFpMx { width:5.25rem;height:1.5rem;top:49.0625rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAWGxCSZhpeXclw6pSXBvBn5AEcv2xt { width:5.25rem;height:0.125rem;top:40.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtmPpPN0nNaqBldVZSV64CTs68MJ1pW8 { width:5.25rem;height:0.599609375rem;top:51.125rem;left:3.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXL1z1f53RfOp0nL1LmaGVt2eo5Msky { width:5.25rem;height:1.5rem;top:48.5rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyF6auVH2y0zG14gAvRyZdQAldVny8dT { width:5.25rem;height:0.125rem;top:50.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAz9hcShuv6IAKLcEd7VwiVgWq5bI4Ap { width:5.25rem;height:1.19921875rem;top:50.5rem;left:11.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0smDiv1VT380WJxvWPZk9W6gvPWdNN { width:5.25rem;height:0.599609375rem;top:69.5625rem;left:3.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2vkhOr5EgTDi2iOVnAbc3ayRDeAy2vd { width:5.25rem;height:0.125rem;top:70.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8VMhsNdgfJT3vWS5xvLr2xgasvLMr39 { width:5.25rem;height:1.19921875rem;top:70.625rem;left:3.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlsTu4JCN1COspsHFBfUXF9TOb7BOKPg { width:5.25rem;height:0.75rem;top:69.3125rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrrpfLeMHgqSlHc3hEz9aABWAeHMw4Nv { width:5.25rem;height:0.125rem;top:79.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW8Dy4ons9FwdX0CqVTP36zyazP2u4h9 { width:5.25rem;height:1.19921875rem;top:70.625rem;left:11.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2OwM5XvdR6TwkAecJIT06o3Nw6tpQqq { width:5.25rem;height:1.5rem;top:78.5rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P74U2RNo5NcX6u7cRH3Bf6FmfqtRPItM { width:5.25rem;height:0.125rem;top:70.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRzuXnutfKh5LUOpHVZzgyeu9XFrMqWN { width:5.25rem;height:1.19921875rem;top:80.625rem;left:3.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxxnQBmTGp3ogXHkQRUtZiAx2H6zPKJQ { width:5rem;height:1.5rem;top:77.9375rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdqZnluGBHb0uqEBrs4kyHqc72GfPmNG { width:5.25rem;height:0.125rem;top:80.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt9XkqL5aDCZABX73zv8Jo9aGNJ9OVR { width:5.25rem;height:1.798825rem;top:80rem;left:11.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVcwngqIXzr1qHbbzS62A03WcAB9mdx { width:1.9375rem;height:2.25rem;top:20.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrg5Ef6aiIFyBxWEUrWCk5NeN2xPDfDJ { width:1.125rem;height:0.75rem;top:21.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6f8CIAcTZqyPklosAPuaXFESXZtCPc { width:4rem;height:1.19970625rem;top:20.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0duNsSovd7IabgTWUNitQL0ITf4kopU { width:4rem;height:1.19970625rem;top:21.25rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPzcq5tR3f55apgrkxSkseUiAJypobq8 { width:4.3125rem;height:1.19970625rem;top:61.25rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOFrTenJEaITWKQkZZnExpNsQK0T5cN { width:4rem;height:1.19970625rem;top:60.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8vDcwtbZI2kDFxVLgpMEcWnVTILKIPP { width:1.9375rem;height:2.25rem;top:60.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9fKQ2TmQZUZzttA1GTFvbd7xIf6gsc { width:1.125rem;height:0.75rem;top:61.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUXZTgSncTMSaHhzxDhvi3EJSybz1Ll { width:20rem;height:2.5rem;top:295.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Snhz8E7XkVxwRn1VVZX92mKUVKQWVwNH { display:block; }
 }@media only screen and (max-width: 763px) { #qy7K322dTgHQvd7aKwQ3JMvaqyOlt1Z9 { width:17.5rem;height:2.5rem;top:304.875rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuaNlbrCv7TgTEWkhcy8g1nSnkGIsI0G { display:block; }
 }@media only screen and (max-width: 763px) { #Shs343UcLpvwMoxrnFbx7MyKAkJmAnfv { width:1.25rem;height:1.5rem;top:48.125rem;left:9.375rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #VsJysTTExQOCR78HcftQe7uuTxfhJ41K { width:1.25rem;height:1.5rem;top:66rem;left:9.375rem;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #OcdIgaMktiG26tGX7K1JmPUTRH0T3C2L { width:1.25rem;height:1.5rem;top:86.5625rem;left:9.4375rem;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #GhEC5HNEkazhFLW60c3IGU7TWrWEFT53 { width:1.25rem;height:1.5rem;top:104.4375rem;left:9.4375rem;z-index:15093;display:none; }
 }@media only screen and (max-width: 763px) { #X5WlJxPeV38WWTqt5EIANcm0w0TnXsmL { width:10rem;height:1.5rem;top:17.625rem;left:5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #d5wvHNVwNg9PRX07Z3p7rfe2THAkVdqB { width:20rem;height:20rem;top:52.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ICWed6uIvAEJxzt8oI8UH2wTLmWy8n1z { width:20rem;height:10rem;top:52.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #egeunq64pxrx9ezQzkMRPEIyx7bf8SZp { width:9.125rem;height:6rem;top:324.0625rem;left:5.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCqDok7kl6l9gawQKIQB557NzxQqDJob { width:7.625rem;height:1.19921875rem;top:319.625rem;left:6.3125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTmk8yB2yGbwWyqiZKAZkppIMGeMc58t { width:7.125rem;height:0.1875rem;top:319.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUZsmW6IDWSJsTwP1g9U41NOnWMvUkGh { width:5.25rem;height:0.75rem;top:318.0625rem;left:6.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5RrtHRKgP3Qns1RftbX2ga22ZVgDwsv { width:9.125rem;height:12rem;top:310.8125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UASSB6tDfbGc5RHW9hvoorW5fz2o4kOs { width:7.625rem;height:1.19921875rem;top:340.875rem;left:6.3125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG6rruZ3q4t7PocLKCtrQTvJZToOF7KN { width:9.125rem;height:6rem;top:344.5625rem;left:5.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcLgxU27QWK4NzKDOw0GhRCIdJhCCAVW { width:5.25rem;height:0.75rem;top:339.31201171875rem;left:6.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzegQ9y6pbG03AWRuJORP1Tr4140JZbV { width:7.125rem;height:0.1875rem;top:340.4375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIPoXUXm44HCSAHqNZUrw39pVsmkM2XV { width:9.125rem;height:12rem;top:331.3125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrGsdq8CP7n79MUtPoBHbOrGMcaKhHOx { width:4rem;height:0.599609375rem;top:338.375rem;left:6.8125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp65UoDMTQPA2iaG15yXcq0PvwPZcvRn { width:5rem;height:0.9375rem;top:338.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuCn2sGFEwEA8hteNCTANpA2AfCtFhJJ { width:4rem;height:0.599609375rem;top:43.4375rem;left:12.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmSTcE3QmLT8g7cEd2oTvTHxComRBr4 { width:5rem;height:0.9375rem;top:43.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZGwovIL0mh32MJS5lAySeVBuwDC3NWd { width:6.4375rem;height:8.5rem;top:83.875rem;left:2.5rem;z-index:15134;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g7uABnC64WErgJx5eTBAndEPKqa4MRfz { width:6.5rem;height:5rem;top:87.375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #QS4FfN66GNHOLaByrc7vgoqQePTrzVJb { width:5.25rem;height:1.798825rem;top:89.9375rem;left:3.125rem;font-size:0.5rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #eF40q5tlUeurfGTmCti69wPXIcw22Q1o { width:5.25rem;height:0.125rem;top:89.5625rem;left:3.125rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #csA5wg4Bpr3vuWQ9dpMSbyzSi503Tw9S { width:5.25rem;height:0.75rem;top:88.5625rem;left:3.125rem;font-size:0.625rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #QMVphhdXy1K47upvic3slz3P5zDJoXLZ { width:6.4375rem;height:8.5rem;top:83.875rem;left:11rem;z-index:15139;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yueBeTuWFs9ZXsKkTlJsHWQawAaQTCRC { width:6.5rem;height:5rem;top:87.4375rem;left:11rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #eUQX4zpvdVZzlHlDDqpUcTSOE2bwqL7N { width:5.25rem;height:1.798825rem;top:89.9375rem;left:11.625rem;font-size:0.5rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #HiDQlJcRmyTw2O8bGcPN6sBEKM2bwGv2 { width:5.25rem;height:0.125rem;top:89.5625rem;left:11.625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #lEW9QDOFhM1HeQyNsVMa4STsG0RxhLfX { width:5.25rem;height:0.75rem;top:88.5rem;left:11.625rem;font-size:0.625rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #vtPkJGItZCfsAoCQnka2z3vXNiZrVEEK { width:5rem;height:0.9375rem;top:83.4375rem;left:11.6875rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #hZ4P3DlXRkQR8iL2aoZqvawUTTSxfOn8 { width:4rem;height:0.599609375rem;top:83.625rem;left:12.1875rem;font-size:0.5rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #JIna5QqTADc2LcBUeIDZb5ssusNupVIQ { width:20rem;height:20rem;top:13.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fwKp6f57ez2315REXdcEipDUn4dSSfKy { width:20rem;height:10rem;top:13.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #0f172a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f172a', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #0f172a, rgba(0,0,0,0));background-size:auto !important;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CvSeCTgFAKur9xEIcVSWBozBQt4vE7dh { width:17.5rem;height:2rem;top:9.4375rem;left:1.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUokI9tVZUOzHMyc7kuCW6oVMaGVnii { width:14.0625rem;height:1.2246125rem;top:9.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbolimRCwOrT6R4FARyg7i9uUOTCyzOs { width:1.1875rem;height:1.5rem;top:11.25rem;left:9.40625rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #phhbgsHCtp5XNmdtUrMxHeqQ8N6aIdHl { display:flex;width:1.25rem;height:1.25rem;top:9.8125rem;left:2.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv { background-color:#045ab2;background-image:none;display:block; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { background-color: transparent; background-image: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container > .video-iframe-container { display: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row > .video-iframe-container { display: none; }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .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); }#LOU0DVdbIEX9cvVfM8z6bfR6bRoCbnnv > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T87tNsMQF1uTkreQUZAg1z8wpT3mL3CL { width:13.625rem;height:3.5rem;top:2rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4nPvTK1QvzZmZtndSOXgHqKLK0uRdk { width:16.5rem;height:4.19921875rem;top:6.5rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUsPZV9eMaw0un82CwrcHBTyhVHIGi9 { width:13.4375rem;height:2.0996125rem;top:17.4375rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rha8Qz7MWWPHNOmaEAhDAucagmCTRqMa { width:3.5rem;height:3.5rem;top:20.5625rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #br7xgHqb6bCvntZzbcQy67qOAPHhdMWU { display:block; }
 }@media only screen and (max-width: 763px) { #va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk { display:flex;width:2rem;height:2rem;top:21.3125rem;left:9rem;font-size:1.375rem; }
#va5ofJTTbc3LTaM5x4I4tVW9hNtlS9Lk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wULC38GKW5aUyT8Fxp0r7QOFctIT2XOe { width:3.5rem;height:3.5rem;top:20.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkBe6VdRqTgdh3BgWShzBEdP25pIBk4 { display:block; }
 }@media only screen and (max-width: 763px) { #RK1GoGbaGsHJ82d9WP4THMnn3Vk1mxxa { width:17.125rem;height:5.249025rem;top:11.1875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGwbENayVQRmdBXOtO82SRTwXxNDuQZg { display:block; }#HGwbENayVQRmdBXOtO82SRTwXxNDuQZg > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgT4LAnTVgEPh5zZL743qqaFRLi6ept { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDXkHQv1waR3Lm9tGTlN6eafMTpF439f { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSkRBtixhAGlzhIILE9BbR0nFJIRoyCl { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNttW2h5sSV08COLAkPBHPJT6qFiBhmE { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whVvMuvbanMmdPzlJwaeoTDOzAny7nTu { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awc2KS5DsQVBRKOR1wOKfqmrDHDI5ayv { width:7.1875rem;height:3rem;top:2rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKhtQuXMBhCGpegQmZoiJPbsQN4vHvk { width:11rem;height:2.0996125rem;top:5.4375rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMyLhMcLgTTRWuwrfPaCI8OsBFIqFxID { width:14rem;height:1.3999rem;top:8.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:13.5rem;font-size:1.75rem; }
#lZK1bvRRhUAtw8mz97yz85G5Mx1gqVLm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:10.1875rem;font-size:1.75rem; }
#FGA5kxapSdK9gk7smrJyPHcBFc0U8mzp > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR { display:flex;width:2rem;height:2rem;top:10.625rem;left:7.1875rem;font-size:1.375rem; }
#RBFpUINQ0gfvgFRNSsF7UGlJLiAiTnmR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh { display:flex;width:2.5rem;height:2.5rem;top:10.375rem;left:4rem;font-size:1.75rem; }
#bdqzct7G6tstMQ1RVv0MW0BzcpiTKlvh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #iButmMCuA5I6CKrK6RBxaRD8qvQOprtM { width:14rem;height:1.04980625rem;top:13.8125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZcg0PEA2q2eFrTQKJOELaKlZfAt6Ti { width:20rem;height:16rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czXx83M96TvbdbhQlmz95GNneSqVAtuF { width:20rem;height:6.5rem;top:3.5rem;left:2.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #KgukJyoELhxiUmp8ht0B50NKTbaHoESM { width:10rem;height:4.5rem;top:1.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zaESDpWRZTTO27dGT7nBcuhe1xLiFlp5 { width:10rem;height:4.5rem;top:1.25rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UKqtlqZuIc5ly1tnkSf1Wvif2IVtMJUP { width:20rem;height:4.5rem;top:6.375rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #045ab2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #045ab2, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #clxA3ZeZCZTIf6atfQWg1TF8WoiMS3Ou { width:10rem;height:4.5rem;top:11.625rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wvGM2vTOrGIoQaUfVWKeM08OyVQ9v1aD { width:10rem;height:4.5rem;top:11.4375rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gJufL4LKTw9e93W7ZPT6pSBmopBPWgNs { width:20rem;height:17.375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(15,23,42,0.64);background-image:none;display:block; }
 }