.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a43d0d9-5747-40b0-804a-23c8094d6e9d/bg3.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,34,83,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,34,83,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container { background-color: transparent; background-image: none; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container > .video-iframe-container { display: none; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row > .video-iframe-container { display: none; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .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); }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container { border-width: 0; border-radius: 0; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT.adaptive-delivery-prevent-bg, #g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT.lazyload, #g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT.lazyloading { background-image: none; }
#n7eaIwyCHeL9n5Mc3ZKKtyJO6u0cSXCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xu8TbzxqfkaiFvszJiVTEAQreUL21DUz { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#ueUO8EGvBfWG9flGUmczdfEHrkZZgsLl { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container { background-color: transparent; background-image: none; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container > .video-iframe-container { display: none; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row > .video-iframe-container { display: none; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .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); }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container { border-width: 0; border-radius: 0; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container { background-color: transparent; background-image: none; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container > .video-iframe-container { display: none; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row > .video-iframe-container { display: none; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .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); }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container { border-width: 0; border-radius: 0; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#L1yv26N7THqDfuzIfieq0SwlxylgBrTy { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#L1yv26N7THqDfuzIfieq0SwlxylgBrTy.adaptive-delivery-prevent-bg, #L1yv26N7THqDfuzIfieq0SwlxylgBrTy.lazyload, #L1yv26N7THqDfuzIfieq0SwlxylgBrTy.lazyloading { background-image: none; }
#zu7EhqVmDigtql1iqR0DAHi843JaZ5qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ex67SqPPhgKh4Fdpn3oxPG8TrWnvFlsT { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#lIlkO9RLXWgMpV0FsMdB9dKDEmEqKbby { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#xQ2RUTLVysvTfIe2fmqPQxdPa14uWBK7 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:9.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.3125rem;left:37.8125rem;height:11.94375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHoAu66T5vVcos20LNuryuvP54eJaavL { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:9.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:14.9375rem;height:11.94375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5hfqpI9MHpc6o3ahni9KLfuM3fqWrn0 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:9.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:45.625rem;height:11.94375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGUWNv2WycdwQNieb7zm5QzwgkJpcBLA { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:9.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:23.375rem;height:11.94375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSEmvFG9pK3wktigbzMLTFTh8AGKJ5Ti { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:21.5rem;left:29.6875rem;overflow:hidden;display:block; }
#ytz9zvx6zH6q6h6zntfM2nmDVnHuLxEv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:21.5rem;left:29.6875rem;overflow:hidden;display:block; }
#HXzq8uLWZgmmwITIUMJvWzEbeQqKNtmN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:3.25rem;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; }
#JKWcK3TEFD6Tg6mcLH3cc0xBzaJUzpNL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:1.95rem;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; }
#VDUxuJiUKbKfyMtV5gz2l344ylotmR6g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.9375rem;top:1rem;left:34.03125rem;overflow:hidden;display:block; }
#V3HFBmDGvN1tdhlqyOzk98yT09JovHff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(81,84,127,0.32);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; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container { background-color: transparent; background-image: none; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container > .video-iframe-container { display: none; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row > .video-iframe-container { display: none; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .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); }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container { border-width: 0; border-radius: 0; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#hPTLTvT4NiktyMhqiEc2rK4fJ6PglXk6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.03125rem;left:0rem;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; }
#rV376q8uIlvgKn2HcSO6mzyhd2nrd9nU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.03125rem;left:0rem;height:1.7875rem;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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#3c3664;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;font-style:normal; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:300;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.09375rem;left:27.875rem;z-index:15011; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #FWk7JgqkM2lw0ePn2rf1by3HT10EstJ1 { display:flex;position:relative;top:0rem;left:0rem; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #tztDgR5c4Iiwlw4KDEePmEGQnXtrCvHe { width:auto; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xyWGT6r0PllhTsCp88c753S77egx6GDn {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #XReHKU1Bm5xnntbrhUZWyMwxHyQwf5l8 { display:flex;position:relative;top:0rem;left:0rem; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #Oe5uoR5T90tafTndvnAz7ruHXsfDQgW5 {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #kbuf4yO6ODNzeLkX6bBl65WOroUPzxTU {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #ThVlzEgFk1PqQwmw75T9RsebsSNBbApt { display:flex;position:relative;top:0rem;left:0rem; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #NC0WNQ0XB5UB9gzaVW11wCDp3fN60EKk {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xexJJ17VZwzWHHDfoZl22yBQGlOg9Ju2 {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #AI0v2LUsGxb6gld5gGHncdsGut8bvMEr { display:flex;position:relative;top:0rem;left:0rem; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #fgyCvQlgNvZt5Nab14nwySXEa5AxTCTZ {  }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #TlT4xxGBuHGH4XXBkXd32k1fmo7XlBTr {  }
#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container { background-color: transparent; background-image: none; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container > .video-iframe-container { display: none; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row > .video-iframe-container { display: none; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .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); }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container { border-width: 0; border-radius: 0; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#ULQOFVG9W1I2ABwddIgrWZw6XnDwKTV5 { position:absolute;display:block;z-index:15000;border-top:0.75rem solid rgba(255,255,255,0.32);border-left:0.75rem solid rgba(255,255,255,0.32);border-right:0.75rem solid rgba(255,255,255,0.32);border-bottom:0.75rem solid rgba(255,255,255,0.32);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18.75rem;width:18.75rem;top:4.28125rem;left:3.5rem;overflow:hidden;display:block; }
#xzG8ilcfkQs6cnA7G4c6ET4x0wpKSAbg { position:absolute;display:block;z-index:15001;border-top:0.75rem solid rgba(255,255,255,0.32);border-left:0.75rem solid rgba(255,255,255,0.32);border-right:0.75rem solid rgba(255,255,255,0.32);border-bottom:0.75rem solid rgba(255,255,255,0.32);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18.75rem;width:18.75rem;top:4.28125rem;left:27.375rem;overflow:hidden;display:block; }
#Fez5Xnshas7rQBKdTQZHAowXip7i4zCW { position:absolute;display:block;z-index:15002;border-top:0.75rem solid rgba(255,255,255,0.32);border-left:0.75rem solid rgba(255,255,255,0.32);border-right:0.75rem solid rgba(255,255,255,0.32);border-bottom:0.75rem solid rgba(255,255,255,0.32);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:18.75rem;width:18.75rem;top:4.28125rem;left:51.0625rem;overflow:hidden;display:block; }
#D9ekTeozgW6PZNqkbMKDRJuiJVO5nX9T { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15003;background-color:#ffffff;background-image:none;top:3.4375rem;left:16.71875rem;display:block; }
#FB0UUwbzbPKAHcAMLe1k4Ly852U604mf { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.90625rem;left:17.09375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkT9FlzZKWeSGz08criIzzE3m29u2rZ0 { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.65625rem;left:17.09375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqI80LBHAlxb7LrX2mowrAeuhu94Ew8I { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15006;background-color:#ffffff;background-image:none;top:3.4375rem;left:40.4375rem;display:block; }
#OqTadlKliIh7ytfHuF8en7T1FcnnhCoy { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.8125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkierBbFMuJFTdqqVHBgiEeIIZt3ucsX { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6875rem;left:40.8125rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ck4OXTBacM6V2UnGFQRU8OZxxkgTqq1e { box-sizing:content-box;height:6.3125rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.4375rem;left:64.125rem;display:block; }
#G80cah7NQ41AkbXBpqzhgrrDPT96NFKk { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9375rem;left:64.5rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#almHIZ9TNrkUPgAqWB8pAPC2HTVipklT { color:#3c3664;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:64.5rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,10,30,0.56);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; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container { background-color: transparent; background-image: none; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container > .video-iframe-container { display: none; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row > .video-iframe-container { display: none; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .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); }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container { border-width: 0; border-radius: 0; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#xU07sFlB6mWe0dX2k3M4pJgy3mdBbfc3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;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; }
#LvQ1DVPoNGKPcWdi18UZfV3kN8OVvkf3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.25rem;left:8rem; }
#fEQhmNodRk4nNwl4VvHdXo2E5CtRlNEc { box-sizing:content-box;height:11.1875rem;width:14.625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:11rem;left:2.40625rem;border-top:0;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#nUZkU3BBAa6ChSGcu6LcRwzr5LsKxHlv { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:11rem;left:2.40625rem;display:block; }
#qTCJvPDiaaxcghtLvoTyhnCZW6JOeCHo { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:11rem;left:12.15625rem;display:block; }
#bFkfHy5ouNJdy2fGDp1e0uvV5D9GH96w { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.375rem;left:3.53125rem;height:3.575rem;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; }
#XG4PXzNUgq8qhoGx4ktONHXmN7CoM1so { box-sizing:content-box;height:11.1875rem;width:14.625rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:11rem;left:20.9375rem;border-top:0;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Zg5n6EDrUEEuKGBEJe1yAFp2TvkPx5Wn { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:11rem;left:30.6875rem;display:block; }
#VGAr8CWIqLuVTWUBZRkLlNodFFzUgHA1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:14.4375rem;left:22.0625rem;height:5.361325rem;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; }
#FBSrR2dAfIS0tlcPr7N995S5I7zcHfDI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.75rem;left:27.03125rem; }
#ILthxf9iRJkw8OVTSMLvz13cHqnbiLb6 { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:11rem;left:20.9375rem;display:block; }
#ungrWJrzqULrF2oKhZxsCdbTgzV4vS8a { box-sizing:content-box;height:11.1875rem;width:14.625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:11rem;left:58.0625rem;border-top:0;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#OszIKgiNbV8umhDeUQ98Ni4wGt4ts483 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.4375rem;left:59.1875rem;height:7.1484375rem;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; }
#ybaTKs9XqZ19DTFs3Omskz3HHnsz1iQk { box-sizing:content-box;height:11.1875rem;width:14.625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:11rem;left:39.5625rem;border-top:0;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#sFceW8K9dckTQDJ6LwzCi79diifs4ZV1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.375rem;left:40.6875rem;height:;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; }
#RWKI7yX5izLNzBgDTxM1HUA9NSwZ5FIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.25rem;left:63.625rem; }
#swB2oLvc3i5rvA6b4bngTeEFGR4VdbdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.25rem;left:45.125rem; }
#TT54iyPbWko34Ua5cBTlVv25NtXp56Du { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:11rem;left:49.3125rem;display:block; }
#AzJuGTtCIVCORyUEkcvuGuzbPkbMm09C { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:11rem;left:67.8125rem;display:block; }
#TRpqoevS1sN0mERQNh9Bhba6mDhLK1dd { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:11rem;left:58.0625rem;display:block; }
#CIhHbeqU0MCkfzXTklPcukPbIfTTUexP { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:11rem;left:39.5625rem;display:block; }
#wi69seKtQzOOd689W4t099DeUh2E5PmI { background-color:#ffd73e;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3c3664;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.1875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:25.625rem;left:27.1875rem;display:block; }
#fxwypGapwyVBs9L8DzBwp8IvqhHPn5PS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container { background-color: transparent; background-image: none; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container > .video-iframe-container { display: none; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row > .video-iframe-container { display: none; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .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); }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container { border-width: 0; border-radius: 0; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#h1TvhicgDR2acALQe2V6LbCvWQSwBUmB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.25rem;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; }
#QeJLMDUL3ZImB8evbUCRH6VBwsFp6NrM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.95rem;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; }
#RROHDvOb3rTFwN8qm6n3h8H1vJCaziUt { box-sizing:content-box;height:21.1875rem;width:47.5rem;position:absolute;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:14.3125rem;left:13.75rem;display:block; }
#AaN3JO9QoLH67tiPbXbTEfmi7aoU0rdn { color:#3c3664;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.25rem;left:16.125rem;height:1.95rem;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; }
#RMKioHbcTLnLE2LfUcCbicpru092rRkS { background-color:#ffd73e;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3c3664;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:4.1875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:27.625rem;left:29.1875rem;display:block; }
#EZ5OHNv5plNsRo7z10D3P0Es76fMWI0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .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; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3664;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;font-style:normal; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .widget-text.counter-label { background-color:;background-image:none;color:#3c3664;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:300;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.3125rem;left:27.875rem;z-index:15012; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #LcboTgrzqNkSH336Bg7U63k510G2Uwqg { display:flex;position:relative;top:0rem;left:0rem; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #QaJ81WIaqIa3MJmlPFFiLzRnEWNuiMar { width:auto; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #fr2qJLt0ZTRL17DSZHTnk7PmzaXUu266 {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #blSDX0xdl33pCGqiRAR8pfTILEdB3C11 { display:flex;position:relative;top:0rem;left:0rem; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #IGi22n4Qe4h40zcpGJR2pVKJxOCWETdo {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #ntilzU1q0JCtQVTIWFbkxyFI1XTNPr8M {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #J1pqeZwWuiG5BAQmPXT8w2uTifBOx4Er { display:flex;position:relative;top:0rem;left:0rem; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #DdurvpRMMNArIEuLqhINSSWwtBJyJTez {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #FUdgnnD91G6HObJ7ypskNAdrqBAdWopz {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JF8upxB2q6SfE4KuAw2x4LbHT39FxHNO { display:flex;position:relative;top:0rem;left:0rem; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JGgZxhmhaMFM4PsCyKTx9kGPDBaJTTfk {  }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #iiIfrvHAnOZIfgTqXMUu66IAndG0PgHt {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG { display:block; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7eaIwyCHeL9n5Mc3ZKKtyJO6u0cSXCG { display:block; }
 }@media only screen and (max-width: 763px) { #Xu8TbzxqfkaiFvszJiVTEAQreUL21DUz { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUO8EGvBfWG9flGUmczdfEHrkZZgsLl { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT { display:block; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx { display:block; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1yv26N7THqDfuzIfieq0SwlxylgBrTy { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7EhqVmDigtql1iqR0DAHi843JaZ5qz { display:block; }
 }@media only screen and (max-width: 763px) { #Ex67SqPPhgKh4Fdpn3oxPG8TrWnvFlsT { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIlkO9RLXWgMpV0FsMdB9dKDEmEqKbby { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQ2RUTLVysvTfIe2fmqPQxdPa14uWBK7 { width:14.4375rem;height:11.9375rem;top:23.3125rem;left:24.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHoAu66T5vVcos20LNuryuvP54eJaavL { width:14.4375rem;height:11.9375rem;top:23.3125rem;left:1.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hfqpI9MHpc6o3ahni9KLfuM3fqWrn0 { width:14.4375rem;height:11.9375rem;top:23.3125rem;left:32rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUWNv2WycdwQNieb7zm5QzwgkJpcBLA { width:14.4375rem;height:11.9375rem;top:23.3125rem;left:9.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSEmvFG9pK3wktigbzMLTFTh8AGKJ5Ti { width:15.625rem;height:15.625rem;top:21.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytz9zvx6zH6q6h6zntfM2nmDVnHuLxEv { width:15.625rem;height:15.625rem;top:21.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzq8uLWZgmmwITIUMJvWzEbeQqKNtmN { width:47.75rem;height:3.25rem;top:14.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWcK3TEFD6Tg6mcLH3cc0xBzaJUzpNL { width:47.75rem;height:;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUxuJiUKbKfyMtV5gz2l344ylotmR6g { width:6.9375rem;height:6.8125rem;top:1rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HFBmDGvN1tdhlqyOzk98yT09JovHff { display:block; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPTLTvT4NiktyMhqiEc2rK4fJ6PglXk6 { width:47.75rem;height:2.4375rem;top:4rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV376q8uIlvgKn2HcSO6mzyhd2nrd9nU { width:47.75rem;height:1.75rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 { display:flex;width:18rem;height:5.0625rem;top:10rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #FWk7JgqkM2lw0ePn2rf1by3HT10EstJ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #tztDgR5c4Iiwlw4KDEePmEGQnXtrCvHe {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xyWGT6r0PllhTsCp88c753S77egx6GDn {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #XReHKU1Bm5xnntbrhUZWyMwxHyQwf5l8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #Oe5uoR5T90tafTndvnAz7ruHXsfDQgW5 {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #kbuf4yO6ODNzeLkX6bBl65WOroUPzxTU {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #ThVlzEgFk1PqQwmw75T9RsebsSNBbApt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #NC0WNQ0XB5UB9gzaVW11wCDp3fN60EKk {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xexJJ17VZwzWHHDfoZl22yBQGlOg9Ju2 {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #AI0v2LUsGxb6gld5gGHncdsGut8bvMEr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #fgyCvQlgNvZt5Nab14nwySXEa5AxTCTZ {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #TlT4xxGBuHGH4XXBkXd32k1fmo7XlBTr {  }
 }@media only screen and (max-width: 763px) { #iTAzAqVII5XvTuUex90DqXQ2hMo706Ts { display:block; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULQOFVG9W1I2ABwddIgrWZw6XnDwKTV5 { width:18.75rem;height:18.75rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzG8ilcfkQs6cnA7G4c6ET4x0wpKSAbg { width:18.75rem;height:18.75rem;top:4.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fez5Xnshas7rQBKdTQZHAowXip7i4zCW { width:18.75rem;height:18.75rem;top:4.25rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ekTeozgW6PZNqkbMKDRJuiJVO5nX9T { width:6.3125rem;height:6.3125rem;top:3.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB0UUwbzbPKAHcAMLe1k4Ly852U604mf { width:5.5625rem;height:0;top:4.875rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkT9FlzZKWeSGz08criIzzE3m29u2rZ0 { width:5.5625rem;height:1.6875rem;top:6.625rem;left:3.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqI80LBHAlxb7LrX2mowrAeuhu94Ew8I { width:6.3125rem;height:6.3125rem;top:3.4375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTadlKliIh7ytfHuF8en7T1FcnnhCoy { width:5.5625rem;height:2.0625rem;top:4.9375rem;left:27.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkierBbFMuJFTdqqVHBgiEeIIZt3ucsX { width:5.5625rem;height:1.6875rem;top:6.6875rem;left:27.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck4OXTBacM6V2UnGFQRU8OZxxkgTqq1e { width:6.3125rem;height:6.3125rem;top:3.4375rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G80cah7NQ41AkbXBpqzhgrrDPT96NFKk { width:5.5625rem;height:2.0625rem;top:4.9375rem;left:42.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #almHIZ9TNrkUPgAqWB8pAPC2HTVipklT { width:5.5625rem;height:1.6875rem;top:6.6875rem;left:42.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i { display:block; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU07sFlB6mWe0dX2k3M4pJgy3mdBbfc3 { width:47.75rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQ1DVPoNGKPcWdi18UZfV3kN8OVvkf3 { width:3.5625rem;height:3.5625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQhmNodRk4nNwl4VvHdXo2E5CtRlNEc { width:14.625rem;height:11.1875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZkU3BBAa6ChSGcu6LcRwzr5LsKxHlv { width:5rem;height:0.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCJvPDiaaxcghtLvoTyhnCZW6JOeCHo { width:5rem;height:0.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkfHy5ouNJdy2fGDp1e0uvV5D9GH96w { width:12.5rem;height:;top:15.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG4PXzNUgq8qhoGx4ktONHXmN7CoM1so { width:14.625rem;height:11.1875rem;top:11rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg5n6EDrUEEuKGBEJe1yAFp2TvkPx5Wn { width:5rem;height:0.0625rem;top:11rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGAr8CWIqLuVTWUBZRkLlNodFFzUgHA1 { width:12.5rem;height:;top:14.4375rem;left:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBSrR2dAfIS0tlcPr7N995S5I7zcHfDI { width:2.5625rem;height:2.5625rem;top:9.75rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILthxf9iRJkw8OVTSMLvz13cHqnbiLb6 { width:5rem;height:0.0625rem;top:11rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ungrWJrzqULrF2oKhZxsCdbTgzV4vS8a { width:14.625rem;height:11.1875rem;top:11rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszIKgiNbV8umhDeUQ98Ni4wGt4ts483 { width:12.5rem;height:;top:13.4375rem;left:35.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybaTKs9XqZ19DTFs3Omskz3HHnsz1iQk { width:14.625rem;height:11.1875rem;top:11rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFceW8K9dckTQDJ6LwzCi79diifs4ZV1 { width:12.5rem;height:;top:15.375rem;left:27.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKI7yX5izLNzBgDTxM1HUA9NSwZ5FIH { width:3.5625rem;height:3.5625rem;top:9.25rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swB2oLvc3i5rvA6b4bngTeEFGR4VdbdK { width:3.5625rem;height:3.5625rem;top:9.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT54iyPbWko34Ua5cBTlVv25NtXp56Du { width:5rem;height:0.0625rem;top:11rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzJuGTtCIVCORyUEkcvuGuzbPkbMm09C { width:5rem;height:0.0625rem;top:11rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpqoevS1sN0mERQNh9Bhba6mDhLK1dd { width:5rem;height:0.0625rem;top:11rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIhHbeqU0MCkfzXTklPcukPbIfTTUexP { width:5rem;height:0.0625rem;top:11rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi69seKtQzOOd689W4t099DeUh2E5PmI { width:20.625rem;height:4.1875rem;top:25.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxwypGapwyVBs9L8DzBwp8IvqhHPn5PS { display:block; }
 }@media only screen and (max-width: 763px) { #gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp { display:block; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1TvhicgDR2acALQe2V6LbCvWQSwBUmB { width:47.75rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeJLMDUL3ZImB8evbUCRH6VBwsFp6NrM { width:47.75rem;height:1.9375rem;top:9.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RROHDvOb3rTFwN8qm6n3h8H1vJCaziUt { width:47.5rem;height:21.1875rem;top:14.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaN3JO9QoLH67tiPbXbTEfmi7aoU0rdn { width:42.8125rem;height:1.9375rem;top:17.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMKioHbcTLnLE2LfUcCbicpru092rRkS { width:16.6875rem;height:4.1875rem;top:27.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5OHNv5plNsRo7z10D3P0Es76fMWI0R { display:block; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .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; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .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; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 { display:flex;width:18rem;height:5.0625rem;top:10rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #LcboTgrzqNkSH336Bg7U63k510G2Uwqg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #QaJ81WIaqIa3MJmlPFFiLzRnEWNuiMar {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #fr2qJLt0ZTRL17DSZHTnk7PmzaXUu266 {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #blSDX0xdl33pCGqiRAR8pfTILEdB3C11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #IGi22n4Qe4h40zcpGJR2pVKJxOCWETdo {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #ntilzU1q0JCtQVTIWFbkxyFI1XTNPr8M {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #J1pqeZwWuiG5BAQmPXT8w2uTifBOx4Er { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #DdurvpRMMNArIEuLqhINSSWwtBJyJTez {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #FUdgnnD91G6HObJ7ypskNAdrqBAdWopz {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JF8upxB2q6SfE4KuAw2x4LbHT39FxHNO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JGgZxhmhaMFM4PsCyKTx9kGPDBaJTTfk {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #iiIfrvHAnOZIfgTqXMUu66IAndG0PgHt {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a43d0d9-5747-40b0-804a-23c8094d6e9d/bg3.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,34,83,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,34,83,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG { position:relative;z-index:auto;display:block; }#oX9lDTbX0TczaCA1aCXd7Ts9g9leMcFG > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g95MKuGL6pH0QQoLbhnbXzTFRkEFa2wT { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7eaIwyCHeL9n5Mc3ZKKtyJO6u0cSXCG { display:block; }
 }@media only screen and (max-width: 763px) { #Xu8TbzxqfkaiFvszJiVTEAQreUL21DUz { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueUO8EGvBfWG9flGUmczdfEHrkZZgsLl { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT { display:block; }#m07EeqIfPuhTyTaFdnZXmCHZpLOfhTrT > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx { position:relative;z-index:auto;display:block; }#zXbDTVHZRwlkzMNV829HZpi8dxm1gSzx > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1yv26N7THqDfuzIfieq0SwlxylgBrTy { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7EhqVmDigtql1iqR0DAHi843JaZ5qz { display:block; }
 }@media only screen and (max-width: 763px) { #Ex67SqPPhgKh4Fdpn3oxPG8TrWnvFlsT { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIlkO9RLXWgMpV0FsMdB9dKDEmEqKbby { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQ2RUTLVysvTfIe2fmqPQxdPa14uWBK7 { width:6.4375rem;height:5.2rem;top:20.4375rem;left:10.0625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHoAu66T5vVcos20LNuryuvP54eJaavL { width:6.4375rem;height:5.2rem;top:20.46249961853rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hfqpI9MHpc6o3ahni9KLfuM3fqWrn0 { width:6.4375rem;height:5.2rem;top:20.4375rem;left:13.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUWNv2WycdwQNieb7zm5QzwgkJpcBLA { width:6.4375rem;height:5.2rem;top:20.46249961853rem;left:3.4375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSEmvFG9pK3wktigbzMLTFTh8AGKJ5Ti { width:11.25rem;height:11.25rem;top:17.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytz9zvx6zH6q6h6zntfM2nmDVnHuLxEv { width:11.25rem;height:11.25rem;top:17.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzq8uLWZgmmwITIUMJvWzEbeQqKNtmN { width:20rem;height:4.0625rem;top:11rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWcK3TEFD6Tg6mcLH3cc0xBzaJUzpNL { width:20rem;height:1.3rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUxuJiUKbKfyMtV5gz2l344ylotmR6g { width:5.125rem;height:5rem;top:1.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HFBmDGvN1tdhlqyOzk98yT09JovHff { display:block; }#V3HFBmDGvN1tdhlqyOzk98yT09JovHff > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPTLTvT4NiktyMhqiEc2rK4fJ6PglXk6 { width:20rem;height:4.55rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV376q8uIlvgKn2HcSO6mzyhd2nrd9nU { width:19rem;height:4.3875rem;top:9.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 .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; }
#BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 { display:flex;width:18rem;height:5.0625rem;top:15.375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #FWk7JgqkM2lw0ePn2rf1by3HT10EstJ1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #tztDgR5c4Iiwlw4KDEePmEGQnXtrCvHe {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xyWGT6r0PllhTsCp88c753S77egx6GDn {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #XReHKU1Bm5xnntbrhUZWyMwxHyQwf5l8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #Oe5uoR5T90tafTndvnAz7ruHXsfDQgW5 {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #kbuf4yO6ODNzeLkX6bBl65WOroUPzxTU {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #ThVlzEgFk1PqQwmw75T9RsebsSNBbApt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #NC0WNQ0XB5UB9gzaVW11wCDp3fN60EKk {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #xexJJ17VZwzWHHDfoZl22yBQGlOg9Ju2 {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #AI0v2LUsGxb6gld5gGHncdsGut8bvMEr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #fgyCvQlgNvZt5Nab14nwySXEa5AxTCTZ {  }
 }@media only screen and (max-width: 763px) { #BIHk0OG84WW0C2hI7VV4hrmM1Iumvm20 #TlT4xxGBuHGH4XXBkXd32k1fmo7XlBTr {  }
 }@media only screen and (max-width: 763px) { #iTAzAqVII5XvTuUex90DqXQ2hMo706Ts { display:block; }#iTAzAqVII5XvTuUex90DqXQ2hMo706Ts > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULQOFVG9W1I2ABwddIgrWZw6XnDwKTV5 { width:13.8125rem;height:13.8125rem;top:4.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzG8ilcfkQs6cnA7G4c6ET4x0wpKSAbg { width:13.8125rem;height:13.8125rem;top:24.11874961853rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fez5Xnshas7rQBKdTQZHAowXip7i4zCW { width:13.8125rem;height:13.8125rem;top:43.59375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ekTeozgW6PZNqkbMKDRJuiJVO5nX9T { width:6.3125rem;height:6.3125rem;top:1.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB0UUwbzbPKAHcAMLe1k4Ly852U604mf { width:5.5625rem;height:2.1125rem;top:3.3125rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkT9FlzZKWeSGz08criIzzE3m29u2rZ0 { width:5.5625rem;height:1.70625rem;top:5.0625rem;left:11rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqI80LBHAlxb7LrX2mowrAeuhu94Ew8I { width:6.3125rem;height:6.3125rem;top:21.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTadlKliIh7ytfHuF8en7T1FcnnhCoy { width:5.5625rem;height:2.1125rem;top:23rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkierBbFMuJFTdqqVHBgiEeIIZt3ucsX { width:5.5625rem;height:1.70625rem;top:24.75rem;left:11rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck4OXTBacM6V2UnGFQRU8OZxxkgTqq1e { width:6.3125rem;height:6.3125rem;top:41.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G80cah7NQ41AkbXBpqzhgrrDPT96NFKk { width:5.5625rem;height:2.1125rem;top:42.5rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #almHIZ9TNrkUPgAqWB8pAPC2HTVipklT { width:5.5625rem;height:1.70625rem;top:44.25rem;left:11rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i { display:block; }#ezKXy3KNTtKZl0eWfZdgL23yDxBUTi9i > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU07sFlB6mWe0dX2k3M4pJgy3mdBbfc3 { width:20rem;height:2.275rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQ1DVPoNGKPcWdi18UZfV3kN8OVvkf3 { display:flex;width:3.5625rem;height:3.5625rem;top:7.5625rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #fEQhmNodRk4nNwl4VvHdXo2E5CtRlNEc { width:14.625rem;height:11.1875rem;top:9.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZkU3BBAa6ChSGcu6LcRwzr5LsKxHlv { width:5rem;height:0.0625rem;top:9.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCJvPDiaaxcghtLvoTyhnCZW6JOeCHo { width:5rem;height:0.0625rem;top:9.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkfHy5ouNJdy2fGDp1e0uvV5D9GH96w { width:12.5rem;height:3.575rem;top:13.6875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG4PXzNUgq8qhoGx4ktONHXmN7CoM1so { width:14.625rem;height:11.1875rem;top:22.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg5n6EDrUEEuKGBEJe1yAFp2TvkPx5Wn { width:5rem;height:0.0625rem;top:22.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGAr8CWIqLuVTWUBZRkLlNodFFzUgHA1 { width:12.5rem;height:5.3625rem;top:25.8125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBSrR2dAfIS0tlcPr7N995S5I7zcHfDI { display:flex;width:2.5625rem;height:2.5625rem;top:21.125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #ILthxf9iRJkw8OVTSMLvz13cHqnbiLb6 { width:5rem;height:0.0625rem;top:22.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ungrWJrzqULrF2oKhZxsCdbTgzV4vS8a { width:14.625rem;height:11.1875rem;top:48.637512207031rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszIKgiNbV8umhDeUQ98Ni4wGt4ts483 { width:12.5rem;height:7.15rem;top:51.075012207031rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybaTKs9XqZ19DTFs3Omskz3HHnsz1iQk { width:14.625rem;height:11.1875rem;top:35.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFceW8K9dckTQDJ6LwzCi79diifs4ZV1 { width:12.5rem;height:3.575rem;top:39.33749961853rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKI7yX5izLNzBgDTxM1HUA9NSwZ5FIH { display:flex;width:3.5625rem;height:3.5625rem;top:46.887512207031rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #swB2oLvc3i5rvA6b4bngTeEFGR4VdbdK { display:flex;width:3.5625rem;height:3.5625rem;top:33.75rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #TT54iyPbWko34Ua5cBTlVv25NtXp56Du { width:5rem;height:0.0625rem;top:35.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzJuGTtCIVCORyUEkcvuGuzbPkbMm09C { width:5rem;height:0.0625rem;top:48.637512207031rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpqoevS1sN0mERQNh9Bhba6mDhLK1dd { width:5rem;height:0.0625rem;top:48.637512207031rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIhHbeqU0MCkfzXTklPcukPbIfTTUexP { width:5rem;height:0.0625rem;top:35.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi69seKtQzOOd689W4t099DeUh2E5PmI { width:19rem;height:4.1875rem;top:62.2rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxwypGapwyVBs9L8DzBwp8IvqhHPn5PS { display:block; }
 }@media only screen and (max-width: 763px) { #gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp { display:block; }#gvilpRKQJe6kHXAOZOUIBz2lCmIdd6Sp > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1TvhicgDR2acALQe2V6LbCvWQSwBUmB { width:20rem;height:4.55rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeJLMDUL3ZImB8evbUCRH6VBwsFp6NrM { width:20rem;height:2.925rem;top:9.4874992370606rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RROHDvOb3rTFwN8qm6n3h8H1vJCaziUt { width:20rem;height:21.1875rem;top:14.25rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaN3JO9QoLH67tiPbXbTEfmi7aoU0rdn { width:12.9375rem;height:4.3875rem;top:16.3125rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMKioHbcTLnLE2LfUcCbicpru092rRkS { width:16.6875rem;height:4.1875rem;top:28.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5OHNv5plNsRo7z10D3P0Es76fMWI0R { display:block; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .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; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 .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; }
#Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 { display:flex;width:18rem;height:5.0625rem;top:21.6875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #LcboTgrzqNkSH336Bg7U63k510G2Uwqg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #QaJ81WIaqIa3MJmlPFFiLzRnEWNuiMar {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #fr2qJLt0ZTRL17DSZHTnk7PmzaXUu266 {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #blSDX0xdl33pCGqiRAR8pfTILEdB3C11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #IGi22n4Qe4h40zcpGJR2pVKJxOCWETdo {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #ntilzU1q0JCtQVTIWFbkxyFI1XTNPr8M {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #J1pqeZwWuiG5BAQmPXT8w2uTifBOx4Er { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #DdurvpRMMNArIEuLqhINSSWwtBJyJTez {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #FUdgnnD91G6HObJ7ypskNAdrqBAdWopz {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JF8upxB2q6SfE4KuAw2x4LbHT39FxHNO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #JGgZxhmhaMFM4PsCyKTx9kGPDBaJTTfk {  }
 }@media only screen and (max-width: 763px) { #Nq0laW8qeap5Z6ADXvQVKOnv5e4tbtG4 #iiIfrvHAnOZIfgTqXMUu66IAndG0PgHt {  }
 }