.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { background-color: transparent; background-image: none; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container > .video-iframe-container { display: none; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row > .video-iframe-container { display: none; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .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); }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { border-width: 0; border-radius: 0; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { position:absolute;display:block;z-index:15011;background-color:#000c43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:7.0625rem;width:24.375rem;top:1.3125rem;left:35.625rem;display:block; }
#ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.061767578125rem;left:40.1875rem;height:1.78125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { position:absolute;display:block;z-index:15012;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:5rem;width:22.1875rem;top:4.125rem;left:37.8125rem;display:block; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:inter;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:inter;font-size:0.685625rem;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { 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:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.18701171875rem;left:39.749267578125rem;z-index:15018; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g { width:auto; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
#mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { color:#013666;display:block;width:21.3125rem;position:absolute;font-family:"dax extrabold";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.51708984375rem;left:0rem;height:5.9765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { color:#013666;display:block;width:12.06175rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:3.348388671875rem;left:21.873779296875rem;height:3.9169875rem;text-align:center;text-align-last:center;display:block; }
#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5425b0, #23104a);background-image: -moz-linear-gradient(90deg, #5425b0, #23104a);background-image: -ms-linear-gradient(90deg, #5425b0, #23104a);background-image: -o-linear-gradient(90deg, #5425b0, #23104a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5425b0', endColorstr='#23104a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5425b0', endColorstr='#23104a' );";background-image: linear-gradient(90deg, #5425b0, #23104a);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;overflow:visible;position:relative;display:block; }#WgiMiWlBftuIpMg7JZJWComk5EUFt48c { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.8974609375rem;left:3.2177734375rem;display:block; }
#G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.585693359375rem;left:3.2177734375rem;height:4.80143125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:2.816162109375rem;left:26.5625rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:"dax medium";font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:8.248291015625rem;left:3.2177734375rem;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;display:block; }
#qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { position:absolute;display:block;z-index:15055;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:25.874rem;width:25.81175rem;top:6.873779296875rem;left:30.638427734375rem;overflow:hidden;display:block; }
#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { background-color: transparent; background-image: none; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container > .video-iframe-container { display: none; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row > .video-iframe-container { display: none; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .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); }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { border-width: 0; border-radius: 0; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:13.81103515625rem;left:22.685546875rem; }
#yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { position:absolute;display:block;z-index:15023;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:20.999755859375rem;display:block; }
#dC227JZFOF9VsCp2TuKoEN1melt70kDA { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:22.249755859375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:22.31201171875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#eceafe;background-image:none;top:13.436279296875rem;left:22.310791015625rem;display:block; }
#sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { position:absolute;display:block;z-index:15028;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:40.5615234375rem;display:block; }
#LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:41.8115234375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:41.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#eceafe;background-image:none;top:13.436279296875rem;left:41.749267578125rem;display:block; }
#pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:13.81103515625rem;left:42.1240234375rem; }
#TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:13.81103515625rem;left:2.8125rem; }
#rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { position:absolute;display:block;z-index:15027;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:12.061767578125rem;left:1.37451171875rem;display:block; }
#bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { color:#ffffff;display:block;width:16rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:18.560791015625rem;left:2.498779296875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:2.56103515625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#eceafe;background-image:none;top:13.436279296875rem;left:2.498779296875rem;display:block; }
#h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { color:#334155;display:block;width:43.6865rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.685791015625rem;left:8.15673828125rem;height:1.600475rem;text-align:center;text-align-last:center;display:block; }
#flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { color:#411596;display:block;width:29.56175rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.935791015625rem;left:15.15478515625rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00305b, #662dd1);background-image: -moz-linear-gradient(90deg, #00305b, #662dd1);background-image: -ms-linear-gradient(90deg, #00305b, #662dd1);background-image: -o-linear-gradient(90deg, #00305b, #662dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#662dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#662dd1' );";background-image: linear-gradient(90deg, #00305b, #662dd1);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:10.90576171875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p75qt5BAatZSrHn33CdUTXBsM3TusKGq { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.81225rem;width:41.12425rem;top:11.35986328125rem;left:9.43603515625rem;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { background-color: transparent; background-image: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .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); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#334155;display:block;width:43.62425rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.170166015625rem;left:8.49853515625rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:10.75rem;left:11.1875rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.3125rem;left:13.5rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#334155;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.312255859375rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:14.3125rem;left:11.125rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:#334155;display:block;width:28.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:14.874267578125rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.875rem;left:13.5625rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:17.9375rem;left:11.125rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:#334155;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.499755859375rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.5rem;left:13.5625rem; }
#sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:25.375rem;left:11.0625rem;display:block; }
#Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { color:#334155;display:block;width:27.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:25.9375rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.9375rem;left:13.5rem; }
#S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:21.625rem;left:11.125rem;display:block; }
#cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { color:#334155;display:block;width:28.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:22.1875rem;left:17.6875rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.1875rem;left:13.5625rem; }
#FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8108125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.3115234375rem;left:20.030517578125rem;display:block; }
#pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.87475625rem;width:37.5625rem;top:29.125rem;left:11.0625rem;display:block; }
#oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.6875rem;left:13.5rem; }
#kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { color:#334155;display:block;width:27.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:29.6875rem;left:17.6240234375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { background-color: transparent; background-image: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container > .video-iframe-container { display: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container { display: none; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .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); }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { border-width: 0; border-radius: 0; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:60rem;position:relative;display:block; }#xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { color:#334155;display:block;width:43.6230625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:8.497314453125rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8108125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:58.513671875rem;left:20.15283203125rem;display:block; }
#Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOKAAiddRT3QRsPpudud9lqhzUddtmRI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.4995rem;top:15.701904296875rem;left:36.322021484375rem;overflow:hidden;display:block; }
#QUER16Trp5chSVBdUGgtcrqi71FXqpIT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:19.5rem;top:6.949462890625rem;left:6.890869140625rem;overflow:hidden;display:block; }
#kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.124rem;width:21.5625rem;top:43.36865234375rem;left:6.890869140625rem;overflow:hidden;display:block; }
#kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:21.875rem;top:28.745849609375rem;left:9.698486328125rem;overflow:hidden;display:block; }
#PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.24925rem;top:34.326171875rem;left:30.5625rem;overflow:hidden;display:block; }
#kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:19.5rem;top:6.375rem;left:26.0625rem;overflow:hidden;display:block; }
#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #662dd1, #013666);background-image: -moz-linear-gradient(90deg, #662dd1, #013666);background-image: -ms-linear-gradient(90deg, #662dd1, #013666);background-image: -o-linear-gradient(90deg, #662dd1, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662dd1', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662dd1', endColorstr='#013666' );";background-image: linear-gradient(90deg, #662dd1, #013666);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:43.1875rem;width:60rem;top:3.656005859375rem;left:0rem;display:block; }
#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:36.687rem;width:31.62475rem;top:6.904296875rem;left:24.466552734375rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { color:#ffffff;display:block;width:15.81175rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:8.8427734375rem;left:4.15283203125rem;height:8.997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { color:#ffffff;display:block;width:17rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.517822265625rem;left:4.183349609375rem;height:14.40428125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:inter;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:inter;font-size:0.685625rem;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa { 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:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.541748046875rem;left:3.77685546875rem;z-index:15019; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #vqCpSawJCtm2gLU7RzbzqHeFTtLH0ugm { display:flex;position:relative;top:0rem;left:0rem; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #m34Pq83w501iUi4qXpZK0ozI5mB1k08S { width:auto; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #JEUsVPpPVtL7835wAJmcNCQb6mxAwVCM {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #FbHhsCz8W4Ooc6G8iOVGs9ggLPBcxXTI { display:flex;position:relative;top:0rem;left:0rem; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #v6pGfDWm3mw5h2nTPVPGgGh0qig2rUIH {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #hcRWgLqTIumn7du4BKTv9IxPCNGEb9g1 {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #GAlGPkU8u9XfxfFuapOH8LVURDTpf6hC { display:flex;position:relative;top:0rem;left:0rem; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #PTCq0giPx28MVLnKSlqFi0BbApJiBbPW {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #fGBSLcpGv2gTBvZHdSFGT7OOTotIIU74 {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #HSyP29buDREQrqBbTUvlHPLThA0txic5 { display:flex;position:relative;top:0rem;left:0rem; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #rEFJzA2WJnodegPqI33R6iF8UTdpG2yA {  }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #z7fKX3XbGVtS4T7bh2AEZHXIPXkS2Blw {  }
#zl928the9Bmxc738xGoAiT94gK4adrfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { background-color: transparent; background-image: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .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); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { border-width: 0; border-radius: 0; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#ebkZ76kcDsy0GNahswshdaTIb5BWdEse { color:#411596;display:block;width:43.625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.983642578125rem;left:8.56201171875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#d2eaff;background-image:none;vertical-align:top; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { display:block;position:relative;width:100%;font-family:dax;font-weight:700;font-size:1.125rem;color:#334155;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:inter;color:#334155;height:auto;line-height:1.3;overflow:hidden; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.adaptive-delivery-prevent-bg, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyload, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyloading { background-image: none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { box-sizing:content-box;height:auto;width:57.374125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.860595703125rem;left:0.006103515625rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG { display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr { display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc { display:none; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;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:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { display:block; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { width:24.375rem;height:7rem;top:1.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { width:17.1875rem;height:1.75rem;top:2rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { width:22.125rem;height:4.9375rem;top:4.0625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .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; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .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; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
 }@media only screen and (max-width: 763px) { #mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { top:2.5rem;left:0rem;width:21.3125rem;height:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { top:3.3125rem;left:15.748779296875rem;width:12rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:20.125rem;height:3.125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:20.3125rem;height:4.8125rem;top:17.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.8125rem;left:20.4375rem;width:6.875rem;height:3.2495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20.125rem;height:;top:8.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { top:6.8125rem;left:22rem;width:25.75rem;height:25.812103935162rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { display:block; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { top:13.75rem;left:16.560546875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { top:12rem;left:14.874755859375rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC227JZFOF9VsCp2TuKoEN1melt70kDA { top:18.5rem;left:16.124755859375rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { top:17rem;left:16.18701171875rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { top:13.375rem;left:16.185791015625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { top:12rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { top:18.5rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { top:17rem;left:32.9375rem;width:14.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { top:13.375rem;left:35.624267578125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { top:13.75rem;left:35.9990234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { top:13.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { top:12rem;left:0rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { top:18.5rem;left:0rem;width:16rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { top:17rem;left:0rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { top:13.375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { width:43.625rem;height:1.5625rem;top:8.625rem;left:2.03173828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { width:29.5rem;height:4.8125rem;top:2.875rem;left:9.02978515625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:38.125rem;height:;top:3.125rem;left:4.78076171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75qt5BAatZSrHn33CdUTXBsM3TusKGq { top:11.3125rem;left:3.31103515625rem;width:41.0625rem;height:23.775995620614rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:43.5625rem;height:4.8125rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:10.75rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:11.3125rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:29.25rem;height:1.6875rem;top:11.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:14.3125rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:28.75rem;height:1.6875rem;top:14.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:14.875rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:17.9375rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:28.25rem;height:1.6875rem;top:18.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:18.5rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { top:25.375rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:27.1875rem;height:1.6875rem;top:25.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { top:25.9375rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { top:21.625rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:28.125rem;height:1.6875rem;top:22.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { top:22.1875rem;left:10.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:19.75rem;height:3.4375rem;top:35.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { top:29.125rem;left:0rem;width:37.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { top:29.6875rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { width:27.1875rem;height:1.6875rem;top:29.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { display:block; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { width:43.5625rem;height:4.8125rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { width:19.75rem;height:3.4375rem;top:58.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block; }
 }@media only screen and (max-width: 763px) { #cOKAAiddRT3QRsPpudud9lqhzUddtmRI { top:15.6875rem;left:27.134521484375rem;width:19.4375rem;height:19.001889471525rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUER16Trp5chSVBdUGgtcrqi71FXqpIT { top:6.9375rem;left:3.828369140625rem;width:19.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { top:43.3125rem;left:2.3125rem;width:21.5625rem;height:12.124rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { top:28.6875rem;left:2rem;width:21.875rem;height:15.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { top:34.3125rem;left:23.5625rem;width:24.1875rem;height:24.314120458078rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { top:6.375rem;left:4.375rem;width:19.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { top:3.625rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:6.875rem;left:16.1875rem;width:31.5625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { top:8.8125rem;left:0rem;width:15.75rem;height:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:17rem;height:14.375rem;top:19.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .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; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .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; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #vqCpSawJCtm2gLU7RzbzqHeFTtLH0ugm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #m34Pq83w501iUi4qXpZK0ozI5mB1k08S {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #JEUsVPpPVtL7835wAJmcNCQb6mxAwVCM {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #FbHhsCz8W4Ooc6G8iOVGs9ggLPBcxXTI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #v6pGfDWm3mw5h2nTPVPGgGh0qig2rUIH {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #hcRWgLqTIumn7du4BKTv9IxPCNGEb9g1 {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #GAlGPkU8u9XfxfFuapOH8LVURDTpf6hC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #PTCq0giPx28MVLnKSlqFi0BbApJiBbPW {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #fGBSLcpGv2gTBvZHdSFGT7OOTotIIU74 {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #HSyP29buDREQrqBbTUvlHPLThA0txic5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #rEFJzA2WJnodegPqI33R6iF8UTdpG2yA {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #z7fKX3XbGVtS4T7bh2AEZHXIPXkS2Blw {  }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:43.5625rem;height:;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C { display:block; }#UTwzeKCF1p8xFJn2FQHuruTQrlSnwZ6C > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4x21GicUGIxv6haa35b9pxkCDHi0CP5 { width:18.5rem;height:6.1875rem;top:10.125rem;left:0.75rem;background-color:#6a0dfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ll2wpW8TgaCFm9UiCz3VC2AftXXVcZVu { width:19.9975625rem;height:1.50065rem;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yftD0BLapqlZ09tVH8iqkw31L0IVqKtO { width:20rem;height:4.936525rem;top:12.3125rem;left:0rem;z-index:14995;background-color:#280166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .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; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-number { padding-top:0.399375rem;padding-right:0.354375rem;padding-bottom:0.399375rem;padding-left:0.354375rem;width:2.125rem;min-width:2.125rem;height:2.146875rem;font-size:1.5975rem;line-height:34.35px;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; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.83375rem;height:0.848125rem;font-size:0.59875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf { display:flex;width:15.3125rem;height:4.04296875rem;top:11.8125rem;left:2.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #DQa0Ohz25XdaCpBeLAzQRdzmrBUPchG2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #F1x0H58LXb5eMwXOIP2DbivMJ8AHAS9g {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #EnfCSyt0XukZLHfedOhKO8Q0L7SWw7zh {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #zS9gWNTdu4272uBWgvd956uHxypSUh4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #l5grt8L6lrz2XDDTl01L5HwmtcumghPM {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #FAH8h1XSPcw95qeJioRnxTJAmwXEFOzV {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #AyR4zkRQMF0mRNGsrPnnWK7M3K25E8k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #f57os0ZCWi5FIauX4DC220otTx2miyNJ {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #UsrT3BEkcoSZZrVVSbHKrBVbwm3T8ZCs {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #vpyvbHL9TwpCQ2KA2ufnUeabahFmUR7J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #PmlDIlOul49hDnpIwfQ9uElq5WtAsry3 {  }
 }@media only screen and (max-width: 763px) { #EAoaUGTq0qnTWrUBEfWuAwB8vGIrQszf #Khyvbb2RGG7NiK7mz4mMOxItUHDR1g56 {  }
 }@media only screen and (max-width: 763px) { #mJIagTcqizAtVaJW3dL1EZ2AW3kRes7z { width:18.125rem;height:3.2877625rem;top:1.625rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fU53Zqs3AoP31mxTZxdl7xaqHWAuWszT { width:20rem;height:3.3007875rem;top:5.789794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #753fe5);background-image: -moz-linear-gradient(145deg, #013666, #753fe5);background-image: -ms-linear-gradient(145deg, #013666, #753fe5);background-image: -o-linear-gradient(145deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(145deg, #013666, #753fe5);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:18.562rem;height:2.87475625rem;top:13.58886875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:18.93675rem;height:3.16731875rem;top:8.625rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.56176875rem;height:2.124025rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20rem;height:3.298825rem;top:4.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qmLW0dPN8bs6tRhgXXqM5TMeoCxOaMST { width:20rem;height:20.048236066145rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxuJPREOi7CwPuec3clLFpFnXs5UmKmK { display:block; }#oxuJPREOi7CwPuec3clLFpFnXs5UmKmK > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { display:flex;width:1.62475625rem;height:1.62475625rem;top:19.75rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { width:17.937rem;height:9.12475rem;top:18rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC227JZFOF9VsCp2TuKoEN1melt70kDA { width:15.625rem;height:1.04980625rem;top:24.5rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { width:11.43675rem;height:1.2999125rem;top:23rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { width:2.37426875rem;height:2.37426875rem;top:19.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { width:17.937rem;height:9.12475rem;top:27.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH16g3eXC8pPl8fyU8hANC4dxgg6uN8 { width:15.625rem;height:1.04980625rem;top:34.1875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { width:14.87425rem;height:1.2999125rem;top:32.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { width:2.37426875rem;height:2.37426875rem;top:29.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { display:flex;width:1.62475625rem;height:1.62475625rem;top:29.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { display:flex;width:1.62475625rem;height:1.62475625rem;top:9.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { width:17.937rem;height:9.12475rem;top:8.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5CSw8Vfg7CZbcCxSneOwBKx8AfaOHC { width:11.8125rem;height:2.098525rem;top:14.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { width:11.43675rem;height:1.2999125rem;top:12.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { width:2.37426875rem;height:2.37426875rem;top:9.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qZUoi5hwZ3vhrkmTbbTiKvC645iHS1 { width:17rem;height:2.11154375rem;top:4.9736328125rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #flIvmASTDNgdVRkk2qbkw1wWtLdWT4Oi { width:18.125rem;height:3.41363125rem;top:1.5615234375rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:19.6875rem;height:2.69965rem;top:1.625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p75qt5BAatZSrHn33CdUTXBsM3TusKGq { height:11.579125rem;width:20rem;top:5.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.6230625rem;height:2.92535rem;top:1.6240234375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.436525rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.686525rem;height:1.686525rem;top:6.25rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:10.875rem;height:1.94921875rem;top:6.125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:5.875rem;left:0rem;width:20rem;height:2.436525rem;z-index:15001;background-color:#ffffff;background-image:none;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) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.3120125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:15.375rem;height:1.94921875rem;top:9.375rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.686525rem;height:1.686525rem;top:9.5rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.56225625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:15.4375rem;height:0.899525rem;top:13.125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.686525rem;height:1.686525rem;top:12.75rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { width:20rem;height:2.3120125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:12.875rem;height:1.94921875rem;top:19.1875rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { display:flex;width:1.686525rem;height:1.686525rem;top:19.3125rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { width:20rem;height:2.24975625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:11rem;height:1.94921875rem;top:15.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { display:flex;width:1.686525rem;height:1.686525rem;top:16.0625rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:12.5625rem;height:2.5rem;top:26.1875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #SeyZ5kZOwAvoS71lMKiNCVNMWeSG6hgd { width:20rem;height:2.8125rem;top:38.007820703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyX6aTK5DvONozL7SBK3iKfn8fAzU8sq { display:flex;width:1.624025rem;height:1.624025rem;top:22.4375rem;left:1rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #kH3NNNMgsFHVee5HbE7AzZ5PRZsmO3Fc { width:13.125rem;height:1.94921875rem;top:22.3125rem;left:3.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu { display:block; }#EBlxt8ODBTr51TabV0Jqvpe5qP3OAvJu > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWdJNGVlxm6yon2EyqWlPQCF2r6okru8 { width:16.624rem;height:2.92535rem;top:0rem;left:1.6865234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muVmTpmHbtQnlH8FbGGZhO9qTF7JzinC { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #JTwQ9oUnwTDUgiuOGR1A1s6lUnTP7AK9 { width:15.4375rem;height:2.5rem;top:58.2802734375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vct6GUzAwStvhP3l45p0uHuIpJHvWFlG { display:block; }
 }@media only screen and (max-width: 763px) { #cOKAAiddRT3QRsPpudud9lqhzUddtmRI { width:19.4355625rem;height:19.001rem;top:58.1953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUER16Trp5chSVBdUGgtcrqi71FXqpIT { width:14.625rem;height:16.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDeyoDn5muoPQrJvuBrJ36c5D0AkGs9A { width:17.4375rem;height:9.75rem;top:26.5380859375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kTJlTqVGLhOwS3Npp9wi7DJlGUIzXNcZ { width:16.1875rem;height:11.1875rem;top:31.7880859375rem;left:5.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PZQUaolNhDBnX31nKLZiI6kVyWTQqLVT { width:18.9375rem;height:19.0625rem;top:39.8427734375rem;left:1.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kGSkHDrF33N0mDLeozwW3yJHGhO0CJMQ { width:16.1875rem;height:14.6875rem;top:16rem;left:5.5401785714286rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { width:20rem;height:47.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:4.404541015625rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:20rem;height:22.125rem;top:25.1513671875rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:20.718994140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { width:16.0625rem;height:2.69965rem;top:4.5rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:15.5605625rem;height:9.4433625rem;top:8.375rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .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; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-text.counter-number { padding-top:0.399375rem;padding-right:0.354375rem;padding-bottom:0.399375rem;padding-left:0.354375rem;width:2.125rem;min-width:2.125rem;height:2.146875rem;font-size:1.5975rem;line-height:34.35px;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; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.83375rem;height:0.848125rem;font-size:0.59875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa { display:flex;width:15.3125rem;height:4.04296875rem;top:18.9775390625rem;left:2.34375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #vqCpSawJCtm2gLU7RzbzqHeFTtLH0ugm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #m34Pq83w501iUi4qXpZK0ozI5mB1k08S {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #JEUsVPpPVtL7835wAJmcNCQb6mxAwVCM {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #FbHhsCz8W4Ooc6G8iOVGs9ggLPBcxXTI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #v6pGfDWm3mw5h2nTPVPGgGh0qig2rUIH {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #hcRWgLqTIumn7du4BKTv9IxPCNGEb9g1 {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #GAlGPkU8u9XfxfFuapOH8LVURDTpf6hC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #PTCq0giPx28MVLnKSlqFi0BbApJiBbPW {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #fGBSLcpGv2gTBvZHdSFGT7OOTotIIU74 {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #HSyP29buDREQrqBbTUvlHPLThA0txic5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #rEFJzA2WJnodegPqI33R6iF8UTdpG2yA {  }
 }@media only screen and (max-width: 763px) { #IKGxqhw2HfmLFebz4TPpcvVRDOnGZfZa #z7fKX3XbGVtS4T7bh2AEZHXIPXkS2Blw {  }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:16.624rem;height:1.462675rem;top:1.9375rem;left:1.6865234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { font-size:0.9375rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-desc-text { font-size:0.75rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:17.5rem;top:3.96118125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #WQCzPI64HS50oU5cvxI2B39WDHOAeLcD {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #QonvDTHmfz1X4yWJ4OzbcVrvGmwlhdzI {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TCVpz6SqKJ0eKauff8EnsNvIOfH1DV4v {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TXSatMrubNpZvTVKHqVyIx37OzEvz6gw {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #hFRaUW4DLuxQ9wDbFT4FABy2fsclkCxc {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.749025rem;height:2.249025rem;top:1.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:5.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.43676875rem;height:1.43676875rem;top:5.9375rem;left:5.75rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.43676875rem; height:1.43676875rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:5.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:9.5rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:5.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.624025rem;height:1.624025rem;top:5.8125rem;left:12.75rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.624025rem; } }