.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:176,176,176;--color-primary-2:124,123,123;--color-primary-3:106,106,106;--color-primary-4:37,35,35;--color-secondary-0:248,243,234;--color-secondary-1:231,216,187;--color-secondary-2:207,177,118;--color-secondary-3:104,89,59;--color-secondary-4:31,27,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/619297f5-f594-402e-b193-ef549a2e79b5/back12.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container { background-color: transparent; background-image: none; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container > .video-iframe-container { display: none; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row > .video-iframe-container { display: none; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .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); }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container { border-width: 0; border-radius: 0; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container { width:60rem;height:43.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Cg4ZlfMRt2cQShp8G56OprnPFR8XJo3P { 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:6.875rem;width:6.4375rem;top:3.25rem;left:26.781251907349rem;overflow:hidden;display:block; }
#X9K3TeJKp9G1qIdSBOmu22rAeVeS6WdG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.837500572204rem;left:0rem;height:10.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toKXcm4RxmhJ1UTMDEkthVmBGeol8X1q { color:rgba(var(--color-primary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.962500572204rem;left:9.5625rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHBRISwisrKQX6PWWBRCT4aiSKAh0A4d { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.625rem;width:28.5rem;top:27.501563072204rem;left:15.750000476837rem;display:block; }
#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:60rem;height:11.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.874375rem;padding-right:0.75875rem;padding-bottom:0.874375rem;padding-left:0.75875rem;display:block;align-items:center;width:4.5525rem;min-width:4.5525rem;height:4.69875rem;position:relative;font-family:var(--headlines-font-family);font-size:3.496875rem;font-weight:700;line-height:75.18px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.54625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.07rem;height:1.858125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.31125rem;font-weight:400;line-height:29.73px;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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:28.25rem;height:8.851875rem;padding-top:1.09375rem;padding-right:1.083125rem;padding-bottom:1.09375rem;padding-left:1.083125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:14.854166030884rem;z-index:15007; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #W2hQ7WoaDAoHKw78AXJ4Vr43ZhIVqex1 { display:flex;position:relative;top:0rem;left:0rem; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pPFoeOWmRdN64wiM6oaJ6oJ92TRPR8dT { width:auto; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #ADEf6Jnc7dGdIr5noontIzb2xqG2HCwB {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pfZTE6JBdEtGmEMi9kcJwkzsVzI2RhTD { display:flex;position:relative;top:0rem;left:0rem; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #TO9LkJBeGEMlR1GDWT6B5l0WT85qEgk2 {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #EqAFiO6l8GE0JAGueQHLcT6cHPBPaNxC {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #PBnMizN2JiTZaatM9MyhquZKNmrfniEm { display:flex;position:relative;top:0rem;left:0rem; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #o5MHsh1SMXvDi8DOKv3XCTi7fFMTW3Bd {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #apFtezJoctmEVU93nF2Dn22qAhDSAy1S {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #vxPysgCT3kShfwIgwaoc6XKlUokKkq0V { display:flex;position:relative;top:0rem;left:0rem; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #kKkvx0940GLUA9wJm2TxuKUGZ3G6mAR3 {  }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #Xg9fmOOHBKO3AbWnmfdsuKElC5HFmk2w {  }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:38.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:rgba(var(--color-secondary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:27.75rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:27.75rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { color:rgba(var(--color-primary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:14.375rem;left:27.75rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:17.5625rem;left:27.75rem;height:3.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:27.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zx2hHvJ1nZiwEbCSOUoAnkRwCf4pgsz2 { color:rgba(var(--color-primary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:27.75rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXVi8Pg80C8Evhw7xz6sMyTx6AGcmqxB { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:39.75rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aHw5MSfyJpRs97fVLQzMBy9iRzvrEOAV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:21.8125rem;left:28.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uc69Ofb6f3D24H2Va4cTsWp6CN2h8qKG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:23.6875rem;left:28.3125rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RyNiNzNPG4ufzNOrrIMkaFBaffenBpb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:25.5625rem;left:28.3125rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5fprx00cuobKJOxKhyaEHxXNWV5r9mz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:27.5rem;left:28.3125rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rVyHxIpSfuK7oOMzTqIEmhTffJc2gGD0 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:27.875rem;display:block; }
#rUp1Olv8w3QIwvtZmhoT2xShL2xeVwWH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.8125rem;width:17.875rem;top:2.5312490463257rem;left:6.25rem;display:block; }
#yGPn2MNGQ6Mc6z1gNaP5zO2F4eQXPlun { z-index:15003;top:31.25rem;left:28.3125rem;background-color:rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lfuXZmnGB0npyL8exc0TF9mebeyGWal9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container { background-color: transparent; background-image: none; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container > .video-iframe-container { display: none; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row > .video-iframe-container { display: none; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .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); }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container { border-width: 0; border-radius: 0; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:60rem;position:relative;display:block; }#f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/fd7da9b5-9b25-4875-9af4-eb1232f35890/579pic1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:27.0625rem;width:22rem;position:absolute;display:block;z-index:15000;top:24rem;left:34.3125rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.adaptive-delivery-prevent-bg, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyload, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyloading { background-image: none; }
#dGB59lKo67gHiDqudqcDf2BL8MO3n4FK { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.0625rem;left:1.3125rem;height:5.0625rem;color:#333333;display:block; }
#uGnAesBt66No8NNnsTtLpEkNaGZRBP45 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/63daed0b-1e29-4cc8-9074-db5b1e1660bd/579pic.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:18.75rem;width:28.125rem;position:absolute;display:block;z-index:15000;top:3rem;left:0rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#uGnAesBt66No8NNnsTtLpEkNaGZRBP45.adaptive-delivery-prevent-bg, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyload, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyloading { background-image: none; }
#nyg1DXzSKNxTPu1TuW0h1tqs8TnqPIKA { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:30.625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#yOI264TCmntyitdhB3nNIkx1yaWLkFkV { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.75rem;left:30.625rem;height:6.75rem;color:#333333;display:block; }
#dlOWIDUxkt31xNExFSzCClVzI8LcqASH { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:30.625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#tdQH70yruf4hkJaqQnbgHmaoayy4vSiS { box-sizing:content-box;height:0.125rem;width:13.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:30.875rem;display:block; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .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; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .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; }#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-trigger.adaptive-delivery-prevent-bg, #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-trigger.lazyload, #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-trigger.lazyloading { background-image: none; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:29.487501144409rem;left:0.84375rem; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #zTIf8WpDDM6gdGzzsa0vadHh07t66XG4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #JwQPS5doD90LLdb0sRzmfM0TDgPRxLAC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f1wEVL5TVLegnBWbhgRlXJvycFSXkaWT { display:block;position:relative; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #T3kPxRHXwo6GBFgeQMdHdAl6SZcM5Hgr {  }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f8MLlbHo2bIDTMP9xpBa01rpQpdGBSNy {  }
#mfW8cQKxTRMWvcaMSOrXSoQcv8rrKAHo { display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:52.0625rem;left:34.375001907349rem;height:5.0625rem;color:#333333;text-align:center;text-align-last:center;display:block; }
#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:60rem;height:55.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FchO0CnMT8PTh1MKGSy9GzgGAFUoOTah { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3625001907349rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#g6Fb6TwACIwdXGLMaNgfToEggBrqgJZ0 { box-sizing:content-box;height:17.5625rem;width:40.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);top:8.1249971389769rem;left:9.60000038147rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#I43mxsVXqlDJcsb9dqEfKX5s9WGIQXmb { box-sizing:content-box;height:2.6875rem;width:12.375rem;position:absolute;display:block;z-index:15007;background-color:#e41033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.8125rem;left:35.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#EtKERAEitI5RWTJk703zOb7sLJyGtHv8 { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:35.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BT3X7ycNTNKMFK7OzThFNCtrHk03Um4e { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:11.6875rem;height:1.95rem;display:block; }
#pBxx0a9isdXF1vhmSolH05KlJALGaRt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:12.5625rem;left:12.875rem;height:5.4rem;display:block; }
#ph2PhuHp3yvyLPQKV7T9qJDdmRL5qt2t { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.9375rem;left:30.750001907349rem;height:4.6875rem;text-align:right;text-align-last:right;display:block; }
#yIeTyJaZPDzTK63emqPaq6BWmJG3XySa { z-index:15004;top:21.1875rem;left:13.75rem;background-color:rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VgvKSHOp5yT9X7N2W80uEl7OZQ5zhs8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJSxDUEV9a8rioXdX0HDF9DZht87MEXs { z-index:15005;top:21.1875rem;left:31.375rem;background-color:rgba(var(--color-primary-4),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NV5Ie7gDzUdvmTghSURIf1J3OppMdzP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTW62Sba5Z1RgDu83xlqM917Go7dMAmf { box-sizing:content-box;height:2.6875rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:#c3092a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.8125rem;left:25.02499961853rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#TScBEfUbJT7OZXkXekQmDv4cQpPB1TKc { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.34375rem;left:24.52499961853rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HdPNefXSaNn9yq2MykNeN8mO1ngNBXPq { box-sizing:content-box;height:14rem;width:29.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);top:29.5rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#eFhhOVZkiOyp20ITuqZhJpWO7CAxVttl { z-index:15015;top:40.0625rem;left:15.3125rem;background-color:rgba(var(--color-primary-4),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#riJ8F0izT9Lud0T3kTTvangb0Rv93JqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxPazmobpcsGqSKBSzNg3Ow5qyGiW2uP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:34.8125rem;left:14.875rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#OvUefZc61SlTXeZVS4st6T7UhhLT5TGB { z-index:15014;top:40.125rem;left:1rem;background-color:rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PLW2ueHZhOuyUPTmkvRreMNqdyJHntCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrSNINQhdoeD1qrbybXCn8SnDMdVKyI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:34.125rem;left:1rem;height:5.1rem;display:block; }
#PmNPeFnUtoTETHcpv1DbMm3OA4CETNw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1rem;height:1.7875rem;display:block; }
#NOtbcgT3WRdFUZbwgkMFe4XGvpIvXOCV { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.875rem;left:16.3125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#WOpFUtuODPWPunV7SEXqtmdK1ER07nrz { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.875rem;left:4.375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TEVOcgyNvfI13Xuv0f5GUt3gSTRFhGFI { box-sizing:content-box;height:14rem;width:29.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);top:29.5rem;left:30.5625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#HmX019Vnc5IOBBacO7kM1UGhkqiKdKai { z-index:15025;top:40.0625rem;left:45.875rem;background-color:rgba(var(--color-primary-4),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yOTT6hGQVPKFRp3GI2ta1n5tKO7QIBEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7P6B6DVa9rsreqPEQl3SLL9H52TArMN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:34.8125rem;left:45.4375rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#LceLk0RD5xsOvpZEoa5JXevlWGm1JwBA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:34.125rem;left:31.5625rem;height:5.1rem;display:block; }
#aQa3C8zJAxxGetZ5sqVRiH6WTeh9Bb2W { z-index:15024;top:40.125rem;left:31.5625rem;background-color:rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tN7pOwXP3TTCNA4RRcg2ZRJrD7dHqwTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwKrrDoCRbSKztV3cqgIMCRE68PRfTP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.0625rem;left:31.5625rem;height:1.7875rem;display:block; }
#OkEn65TsIDMQPzfbGXHGBdvr4ocpd7Mw { box-sizing:content-box;height:2.375rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#3f10e4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.4375rem;left:47.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#k313mAC2XTTxZ4ON7vMR1QhmK6rZ5Dz7 { box-sizing:content-box;height:2.375rem;width:16.125rem;position:absolute;display:block;z-index:15026;background-color:#5f63ed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.4375rem;left:34.0625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#TSIZVCOf8heDyxARDVXgQp28icNcXpNH { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.875rem;left:46.875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#EFoKCbk85XGcx9kVUpx7daFoJ6nim7ZN { color:rgba(var(--color-primary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.875rem;left:34.9375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#BZBkCVHCg3KbEm6M3dcqo10wI9gQnEGX { box-sizing:content-box;height:2.375rem;width:11.25rem;position:absolute;display:block;z-index:15001;background-color:#3f10e4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.4375rem;left:16.6875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#zGOqsOTABsP783nANRlUSJO6LhNH0HVb { box-sizing:content-box;height:2.375rem;width:16.125rem;position:absolute;display:block;z-index:14999;background-color:#5f63ed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.4375rem;left:3.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .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; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.72875rem;padding-right:0.634375rem;padding-bottom:0.72875rem;padding-left:0.634375rem;display:block;align-items:center;width:3.808125rem;min-width:3.808125rem;height:3.91875rem;position:relative;font-family:arial;font-size:2.915625rem;font-weight:700;line-height:62.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.455rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.076875rem;height:1.54875rem;position:relative;font-family:"open sans";font-size:1.09375rem;font-weight:700;line-height:24.78px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.8125rem;height:7.505rem;padding-top:0.090625rem;padding-right:0.090625rem;padding-bottom:0.090625rem;padding-left:0.090625rem;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:46.300001144409rem;left:17.503124713897rem;z-index:15014; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #VBvCaqOlsuAJJqTJPKdJArGwlRrRWSg7 { display:flex;position:relative;top:0rem;left:0rem; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #h2OR749bMdAPo3QNJvAwTum0vDXBeUOu { width:auto; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #sAVfVp9TS8q8ciPq6BDWQs3VoeQKgmBb {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mMJomNwiWTXIK4sKHHoiySzVkUw3Gq84 { display:flex;position:relative;top:0rem;left:0rem; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mcS2TRTbRw0IaSZQnQu2yeJzMSbr6GFF {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #aMQZ3qzD6IaSX8yHE8IrbOmUkd281tiT {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #CcQTGyRLNxNpzDfhTzUG6fCL6sDwsFqm { display:flex;position:relative;top:0rem;left:0rem; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #RefbLgV7clB2tVuJyeb5NfnQC9zrCaJP {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mJ0raod2DwQ0msiTuW6ZFocWXhaoTIpc {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #uT7Bt35fultGEWINUbpLpJS8gs6CArGD { display:flex;position:relative;top:0rem;left:0rem; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #E09m1ladEpM1ooPpP2asITW0xCnRkHrs {  }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #pgiNztigbRcOKVQuMwFuNTAZvkFgTESK {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz { display:block; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg4ZlfMRt2cQShp8G56OprnPFR8XJo3P { width:6.4375rem;height:6.875rem;top:3.25rem;left:20.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9K3TeJKp9G1qIdSBOmu22rAeVeS6WdG { width:47.75rem;height:10.75rem;top:12.8125rem;left:0rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toKXcm4RxmhJ1UTMDEkthVmBGeol8X1q { width:40.875rem;height:2.1875rem;top:23.9375rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHBRISwisrKQX6PWWBRCT4aiSKAh0A4d { top:27.5rem;left:9.6250004768369rem;width:28.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK { display:flex;width:18rem;height:5.0625rem;top:2.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #W2hQ7WoaDAoHKw78AXJ4Vr43ZhIVqex1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pPFoeOWmRdN64wiM6oaJ6oJ92TRPR8dT {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #ADEf6Jnc7dGdIr5noontIzb2xqG2HCwB {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pfZTE6JBdEtGmEMi9kcJwkzsVzI2RhTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #TO9LkJBeGEMlR1GDWT6B5l0WT85qEgk2 {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #EqAFiO6l8GE0JAGueQHLcT6cHPBPaNxC {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #PBnMizN2JiTZaatM9MyhquZKNmrfniEm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #o5MHsh1SMXvDi8DOKv3XCTi7fFMTW3Bd {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #apFtezJoctmEVU93nF2Dn22qAhDSAy1S {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #vxPysgCT3kShfwIgwaoc6XKlUokKkq0V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #kKkvx0940GLUA9wJm2TxuKUGZ3G6mAR3 {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #Xg9fmOOHBKO3AbWnmfdsuKElC5HFmk2w {  }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { width:19.75rem;height:4.6875rem;top:3.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx2hHvJ1nZiwEbCSOUoAnkRwCf4pgsz2 { width:19.75rem;height:4.6875rem;top:3.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXVi8Pg80C8Evhw7xz6sMyTx6AGcmqxB { width:19.75rem;height:4.6875rem;top:3.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHw5MSfyJpRs97fVLQzMBy9iRzvrEOAV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uc69Ofb6f3D24H2Va4cTsWp6CN2h8qKG { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RyNiNzNPG4ufzNOrrIMkaFBaffenBpb7 { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #x5fprx00cuobKJOxKhyaEHxXNWV5r9mz { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rVyHxIpSfuK7oOMzTqIEmhTffJc2gGD0 { top:16.8125rem;left:21.75rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUp1Olv8w3QIwvtZmhoT2xShL2xeVwWH { top:2.5rem;left:0.125rem;width:17.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGPn2MNGQ6Mc6z1gNaP5zO2F4eQXPlun { top:31.25rem;left:22.1875rem;width:13rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuXZmnGB0npyL8exc0TF9mebeyGWal9 { display:block; }
 }@media only screen and (max-width: 763px) { #cLRuyyq8D7f5mTETtG54BCMK3NCECm3v { display:block; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.adaptive-delivery-prevent-bg, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyload, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dGB59lKo67gHiDqudqcDf2BL8MO3n4FK { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnAesBt66No8NNnsTtLpEkNaGZRBP45 { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uGnAesBt66No8NNnsTtLpEkNaGZRBP45.adaptive-delivery-prevent-bg, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyload, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nyg1DXzSKNxTPu1TuW0h1tqs8TnqPIKA { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOI264TCmntyitdhB3nNIkx1yaWLkFkV { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlOWIDUxkt31xNExFSzCClVzI8LcqASH { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQH70yruf4hkJaqQnbgHmaoayy4vSiS { top:11.1875rem;left:24.75rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo { display:flex;height:auto;width:27.8125rem;top:35.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #zTIf8WpDDM6gdGzzsa0vadHh07t66XG4 {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #JwQPS5doD90LLdb0sRzmfM0TDgPRxLAC {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f1wEVL5TVLegnBWbhgRlXJvycFSXkaWT {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #T3kPxRHXwo6GBFgeQMdHdAl6SZcM5Hgr {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f8MLlbHo2bIDTMP9xpBa01rpQpdGBSNy {  }
 }@media only screen and (max-width: 763px) { #mfW8cQKxTRMWvcaMSOrXSoQcv8rrKAHo { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchO0CnMT8PTh1MKGSy9GzgGAFUoOTah { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Fb6TwACIwdXGLMaNgfToEggBrqgJZ0 { top:8.0625rem;left:3.4750003814698rem;width:40.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I43mxsVXqlDJcsb9dqEfKX5s9WGIQXmb { top:6.8125rem;left:29.5rem;width:12.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKERAEitI5RWTJk703zOb7sLJyGtHv8 { top:7.3125rem;left:29.6875rem;width:12rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3X7ycNTNKMFK7OzThFNCtrHk03Um4e { top:9.8125rem;left:5.5625rem;width:20rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBxx0a9isdXF1vhmSolH05KlJALGaRt4 { top:12.5625rem;left:6.75rem;width:15.4375rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph2PhuHp3yvyLPQKV7T9qJDdmRL5qt2t { top:12.9375rem;left:24.625001907349rem;width:17.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeTyJaZPDzTK63emqPaq6BWmJG3XySa { top:21.1875rem;left:7.625rem;width:14.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgvKSHOp5yT9X7N2W80uEl7OZQ5zhs8J { display:block; }
 }@media only screen and (max-width: 763px) { #FJSxDUEV9a8rioXdX0HDF9DZht87MEXs { top:21.1875rem;left:25.25rem;width:14.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5Ie7gDzUdvmTghSURIf1J3OppMdzP4 { display:block; }
 }@media only screen and (max-width: 763px) { #MTW62Sba5Z1RgDu83xlqM917Go7dMAmf { top:6.8125rem;left:18.89999961853rem;width:14.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScBEfUbJT7OZXkXekQmDv4cQpPB1TKc { top:7.3125rem;left:18.39999961853rem;width:12rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdPNefXSaNn9yq2MykNeN8mO1ngNBXPq { top:29.5rem;left:0rem;width:29.125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhhOVZkiOyp20ITuqZhJpWO7CAxVttl { top:40.0625rem;left:9.1875rem;width:13.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJ8F0izT9Lud0T3kTTvangb0Rv93JqD { display:block; }
 }@media only screen and (max-width: 763px) { #lxPazmobpcsGqSKBSzNg3Ow5qyGiW2uP { top:34.8125rem;left:8.75rem;width:13.625rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUefZc61SlTXeZVS4st6T7UhhLT5TGB { top:40.125rem;left:0rem;width:13.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLW2ueHZhOuyUPTmkvRreMNqdyJHntCM { display:block; }
 }@media only screen and (max-width: 763px) { #TrSNINQhdoeD1qrbybXCn8SnDMdVKyI1 { top:34.125rem;left:0rem;width:15.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmNPeFnUtoTETHcpv1DbMm3OA4CETNw6 { top:32.0625rem;left:0rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOtbcgT3WRdFUZbwgkMFe4XGvpIvXOCV { top:28.875rem;left:10.1875rem;width:12rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOpFUtuODPWPunV7SEXqtmdK1ER07nrz { top:28.875rem;left:0rem;width:12rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVOcgyNvfI13Xuv0f5GUt3gSTRFhGFI { top:29.5rem;left:18.25rem;width:29.125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmX019Vnc5IOBBacO7kM1UGhkqiKdKai { top:40.0625rem;left:34.375rem;width:13.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOTT6hGQVPKFRp3GI2ta1n5tKO7QIBEN { display:block; }
 }@media only screen and (max-width: 763px) { #R7P6B6DVa9rsreqPEQl3SLL9H52TArMN { top:34.8125rem;left:34.125rem;width:13.625rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LceLk0RD5xsOvpZEoa5JXevlWGm1JwBA { top:34.125rem;left:25.437501907349rem;width:15.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQa3C8zJAxxGetZ5sqVRiH6WTeh9Bb2W { top:40.125rem;left:25.4375rem;width:13.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7pOwXP3TTCNA4RRcg2ZRJrD7dHqwTg { display:block; }
 }@media only screen and (max-width: 763px) { #NwKrrDoCRbSKztV3cqgIMCRE68PRfTP5 { top:32.0625rem;left:25.4375rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkEn65TsIDMQPzfbGXHGBdvr4ocpd7Mw { top:28.4375rem;left:36.5rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k313mAC2XTTxZ4ON7vMR1QhmK6rZ5Dz7 { top:28.4375rem;left:27.9375rem;width:16.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSIZVCOf8heDyxARDVXgQp28icNcXpNH { top:28.875rem;left:35.75rem;width:12rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFoKCbk85XGcx9kVUpx7daFoJ6nim7ZN { top:28.875rem;left:28.8125rem;width:12rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZBkCVHCg3KbEm6M3dcqo10wI9gQnEGX { top:28.4375rem;left:10.5625rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOqsOTABsP783nANRlUSJO6LhNH0HVb { top:28.4375rem;left:0rem;width:16.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .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; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .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; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W { width:18.5rem;height:5.1875rem;display:flex;top:28.75rem;left:15.72500038147rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #VBvCaqOlsuAJJqTJPKdJArGwlRrRWSg7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #h2OR749bMdAPo3QNJvAwTum0vDXBeUOu {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #sAVfVp9TS8q8ciPq6BDWQs3VoeQKgmBb {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mMJomNwiWTXIK4sKHHoiySzVkUw3Gq84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mcS2TRTbRw0IaSZQnQu2yeJzMSbr6GFF {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #aMQZ3qzD6IaSX8yHE8IrbOmUkd281tiT {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #CcQTGyRLNxNpzDfhTzUG6fCL6sDwsFqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #RefbLgV7clB2tVuJyeb5NfnQC9zrCaJP {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mJ0raod2DwQ0msiTuW6ZFocWXhaoTIpc {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #uT7Bt35fultGEWINUbpLpJS8gs6CArGD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #E09m1ladEpM1ooPpP2asITW0xCnRkHrs {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #pgiNztigbRcOKVQuMwFuNTAZvkFgTESK {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz { display:block; }#yMvCQTRlUpHQKKk4KpPv61tMSMaVphHz > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg4ZlfMRt2cQShp8G56OprnPFR8XJo3P { width:4.625rem;height:4.9375rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9K3TeJKp9G1qIdSBOmu22rAeVeS6WdG { width:20rem;height:4rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #toKXcm4RxmhJ1UTMDEkthVmBGeol8X1q { width:20rem;height:4rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHBRISwisrKQX6PWWBRCT4aiSKAh0A4d { height:11.2265625rem;width:20rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK .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; }
#WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK { display:flex;width:18rem;height:5.0625rem;top:0.625rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #W2hQ7WoaDAoHKw78AXJ4Vr43ZhIVqex1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pPFoeOWmRdN64wiM6oaJ6oJ92TRPR8dT {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #ADEf6Jnc7dGdIr5noontIzb2xqG2HCwB {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #pfZTE6JBdEtGmEMi9kcJwkzsVzI2RhTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #TO9LkJBeGEMlR1GDWT6B5l0WT85qEgk2 {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #EqAFiO6l8GE0JAGueQHLcT6cHPBPaNxC {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #PBnMizN2JiTZaatM9MyhquZKNmrfniEm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #o5MHsh1SMXvDi8DOKv3XCTi7fFMTW3Bd {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #apFtezJoctmEVU93nF2Dn22qAhDSAy1S {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #vxPysgCT3kShfwIgwaoc6XKlUokKkq0V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #kKkvx0940GLUA9wJm2TxuKUGZ3G6mAR3 {  }
 }@media only screen and (max-width: 763px) { #WcKt9QJPuNJLQRZFf0OL81gZBoAf7HyK #Xg9fmOOHBKO3AbWnmfdsuKElC5HFmk2w {  }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:20rem;height:1.7875rem;top:37.548438072204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:20rem;height:2.6rem;top:34.948438167572rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:20rem;height:1.7rem;top:44.599999427796rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:3.6125rem;top:47.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { width:8.875rem;height:2.6rem;top:42rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx2hHvJ1nZiwEbCSOUoAnkRwCf4pgsz2 { width:19.75rem;height:2.19375rem;top:39.812499523163rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXVi8Pg80C8Evhw7xz6sMyTx6AGcmqxB { width:7.375rem;height:2.35625rem;top:42.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHw5MSfyJpRs97fVLQzMBy9iRzvrEOAV { width:20rem;height:1.9125rem;top:52rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uc69Ofb6f3D24H2Va4cTsWp6CN2h8qKG { width:20rem;height:1.9125rem;top:53.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RyNiNzNPG4ufzNOrrIMkaFBaffenBpb7 { width:20rem;height:1.9125rem;top:55.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #x5fprx00cuobKJOxKhyaEHxXNWV5r9mz { width:20rem;height:1.9125rem;top:57.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rVyHxIpSfuK7oOMzTqIEmhTffJc2gGD0 { width:18.75rem;height:0.0625rem;top:46.943749427796rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUp1Olv8w3QIwvtZmhoT2xShL2xeVwWH { width:17.875rem;height:31.8125rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGPn2MNGQ6Mc6z1gNaP5zO2F4eQXPlun { top:60.893751144409rem;left:3.5000000596046rem;width:13rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuXZmnGB0npyL8exc0TF9mebeyGWal9 { display:block; }
 }@media only screen and (max-width: 763px) { #cLRuyyq8D7f5mTETtG54BCMK3NCECm3v { display:block; }#cLRuyyq8D7f5mTETtG54BCMK3NCECm3v > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi { width:13.125rem;height:17.6875rem;top:74.587501525881rem;left:3.4375000596046rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/fd7da9b5-9b25-4875-9af4-eb1232f35890/579pic1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.adaptive-delivery-prevent-bg, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyload, #f7FTHR5T4LsXECJ0Oz5ocaHBgFeOPARi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dGB59lKo67gHiDqudqcDf2BL8MO3n4FK { width:18.75rem;height:4.21875rem;top:26.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnAesBt66No8NNnsTtLpEkNaGZRBP45 { width:18.75rem;height:9.8125rem;top:1.25rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/63daed0b-1e29-4cc8-9074-db5b1e1660bd/579pic.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uGnAesBt66No8NNnsTtLpEkNaGZRBP45.adaptive-delivery-prevent-bg, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyload, #uGnAesBt66No8NNnsTtLpEkNaGZRBP45.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nyg1DXzSKNxTPu1TuW0h1tqs8TnqPIKA { width:18.75rem;height:2.35625rem;top:12.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOI264TCmntyitdhB3nNIkx1yaWLkFkV { width:18.75rem;height:7.03125rem;top:18.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlOWIDUxkt31xNExFSzCClVzI8LcqASH { width:20rem;height:1.95rem;top:14.479684829712rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQH70yruf4hkJaqQnbgHmaoayy4vSiS { width:13.75rem;height:0.125rem;top:17.525000572204rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo { display:flex;height:auto;width:17.5rem;top:31.900000572204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #zTIf8WpDDM6gdGzzsa0vadHh07t66XG4 {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #JwQPS5doD90LLdb0sRzmfM0TDgPRxLAC {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f1wEVL5TVLegnBWbhgRlXJvycFSXkaWT {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #T3kPxRHXwo6GBFgeQMdHdAl6SZcM5Hgr {  }
 }@media only screen and (max-width: 763px) { #ySklggmrJmOlbqVFFlZGgpJZ8k0uEvTo #f8MLlbHo2bIDTMP9xpBa01rpQpdGBSNy {  }
 }@media only screen and (max-width: 763px) { #mfW8cQKxTRMWvcaMSOrXSoQcv8rrKAHo { width:20rem;height:4.21875rem;top:93.024993896488rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchO0CnMT8PTh1MKGSy9GzgGAFUoOTah { width:18.75rem;height:5.1rem;top:1.4375rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g6Fb6TwACIwdXGLMaNgfToEggBrqgJZ0 { width:19.75rem;height:23rem;top:8.9125061035156rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I43mxsVXqlDJcsb9dqEfKX5s9WGIQXmb { width:9.125rem;height:2.0625rem;top:7.9375rem;left:9.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtKERAEitI5RWTJk703zOb7sLJyGtHv8 { width:8.125rem;height:1.21875rem;top:8.375rem;left:9.7500005364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3X7ycNTNKMFK7OzThFNCtrHk03Um4e { width:20rem;height:1.70625rem;top:10.600006103516rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBxx0a9isdXF1vhmSolH05KlJALGaRt4 { width:15.4375rem;height:5.1rem;top:12.556259155274rem;left:2.2812500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph2PhuHp3yvyLPQKV7T9qJDdmRL5qt2t { width:15.4375rem;height:4.125rem;top:18.5rem;left:3.1117187142372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeTyJaZPDzTK63emqPaq6BWmJG3XySa { top:24.100006103516rem;left:2.5625000596046rem;width:14.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgvKSHOp5yT9X7N2W80uEl7OZQ5zhs8J { display:block; }
 }@media only screen and (max-width: 763px) { #FJSxDUEV9a8rioXdX0HDF9DZht87MEXs { top:28.037506103516rem;left:2.5625000596046rem;width:14.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5Ie7gDzUdvmTghSURIf1J3OppMdzP4 { display:block; }
 }@media only screen and (max-width: 763px) { #MTW62Sba5Z1RgDu83xlqM917Go7dMAmf { width:11.25rem;height:2rem;top:8rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScBEfUbJT7OZXkXekQmDv4cQpPB1TKc { width:7.875rem;height:1.21875rem;top:8.375rem;left:1.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdPNefXSaNn9yq2MykNeN8mO1ngNBXPq { width:19.6875rem;height:22.625rem;top:34.712509155274rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhhOVZkiOyp20ITuqZhJpWO7CAxVttl { top:54.0625rem;left:3.3125000596046rem;width:13.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJ8F0izT9Lud0T3kTTvangb0Rv93JqD { display:block; }
 }@media only screen and (max-width: 763px) { #lxPazmobpcsGqSKBSzNg3Ow5qyGiW2uP { width:13.625rem;height:4.125rem;top:44.650009155274rem;left:4.9742189049721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUefZc61SlTXeZVS4st6T7UhhLT5TGB { top:50.21875rem;left:3.3750000596046rem;width:13.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLW2ueHZhOuyUPTmkvRreMNqdyJHntCM { display:block; }
 }@media only screen and (max-width: 763px) { #TrSNINQhdoeD1qrbybXCn8SnDMdVKyI1 { width:15.4375rem;height:5.1rem;top:38.612503051757rem;left:2.2812500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmNPeFnUtoTETHcpv1DbMm3OA4CETNw6 { width:20rem;height:1.70625rem;top:36.90625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOtbcgT3WRdFUZbwgkMFe4XGvpIvXOCV { width:9rem;height:1.21875rem;top:34.356246948243rem;left:9.9375005364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOpFUtuODPWPunV7SEXqtmdK1ER07nrz { width:8.875rem;height:1.05625rem;top:34.4375rem;left:1.1874999403954rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVOcgyNvfI13Xuv0f5GUt3gSTRFhGFI { width:19.9375rem;height:22.625rem;top:60.242965698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmX019Vnc5IOBBacO7kM1UGhkqiKdKai { top:79.5rem;left:3.3125000596046rem;width:13.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOTT6hGQVPKFRp3GI2ta1n5tKO7QIBEN { display:block; }
 }@media only screen and (max-width: 763px) { #R7P6B6DVa9rsreqPEQl3SLL9H52TArMN { width:13.625rem;height:4.125rem;top:69.860931396488rem;left:4.7367187142372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LceLk0RD5xsOvpZEoa5JXevlWGm1JwBA { width:15.4375rem;height:5.1rem;top:64.142974853512rem;left:2.2812500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQa3C8zJAxxGetZ5sqVRiH6WTeh9Bb2W { top:75.56173706055rem;left:3.3750000596046rem;width:13.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7pOwXP3TTCNA4RRcg2ZRJrD7dHqwTg { display:block; }
 }@media only screen and (max-width: 763px) { #NwKrrDoCRbSKztV3cqgIMCRE68PRfTP5 { width:20rem;height:1.70625rem;top:62.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkEn65TsIDMQPzfbGXHGBdvr4ocpd7Mw { width:9rem;height:2.0625rem;top:59.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #k313mAC2XTTxZ4ON7vMR1QhmK6rZ5Dz7 { width:12.75rem;height:2.0625rem;top:59.375rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSIZVCOf8heDyxARDVXgQp28icNcXpNH { width:8.875rem;height:1.21875rem;top:59.875rem;left:10.437500536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFoKCbk85XGcx9kVUpx7daFoJ6nim7ZN { width:10.1875rem;height:1.05625rem;top:59.909378051757rem;left:0.93671876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZBkCVHCg3KbEm6M3dcqo10wI9gQnEGX { width:9.0625rem;height:2rem;top:34rem;left:9.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOqsOTABsP783nANRlUSJO6LhNH0HVb { width:11.125rem;height:2rem;top:34rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .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; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W .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; }
#dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W { width:18.5rem;height:5.1875rem;display:flex;top:84.379682064056rem;left:0.65937501192094rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #VBvCaqOlsuAJJqTJPKdJArGwlRrRWSg7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #h2OR749bMdAPo3QNJvAwTum0vDXBeUOu {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #sAVfVp9TS8q8ciPq6BDWQs3VoeQKgmBb {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mMJomNwiWTXIK4sKHHoiySzVkUw3Gq84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mcS2TRTbRw0IaSZQnQu2yeJzMSbr6GFF {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #aMQZ3qzD6IaSX8yHE8IrbOmUkd281tiT {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #CcQTGyRLNxNpzDfhTzUG6fCL6sDwsFqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #RefbLgV7clB2tVuJyeb5NfnQC9zrCaJP {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #mJ0raod2DwQ0msiTuW6ZFocWXhaoTIpc {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #uT7Bt35fultGEWINUbpLpJS8gs6CArGD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #E09m1ladEpM1ooPpP2asITW0xCnRkHrs {  }
 }@media only screen and (max-width: 763px) { #dh6dCCg7AAhfZVPRTVEtEvVbPrr7gA2W #pgiNztigbRcOKVQuMwFuNTAZvkFgTESK {  }
 }