.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:217,245,231;--color-primary-1:129,223,177;--color-primary-2:3,191,98;--color-primary-3:2,96,49;--color-primary-4:0,29,15;--color-secondary-0:224,224,224;--color-secondary-1:152,152,152;--color-secondary-2:48,48,48;--color-secondary-3:24,24,24;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:48,48,48;--headlines-font-family:"Roboto";--paragraphs-font-family:"exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container { background-color: transparent; background-image: none; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container > .video-iframe-container { display: none; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row > .video-iframe-container { display: none; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .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); }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container { border-width: 0; border-radius: 0; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#TvnuKxyMHqxy6S2LfbWfhaE4TSR3rAci { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.9375rem;width:12.3125rem;top:0rem;left:31.3125rem;overflow:hidden;display:block; }
#Lu8dKW20FNtG5nGych1GCV3fV6R414SE { position:relative;z-index:auto;display:block; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE { background-color: transparent; background-image: none; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container > .video-iframe-container { display: none; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row > .video-iframe-container { display: none; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .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); }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE { border-width: 0; border-radius: 0; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ONlhWaOGWfCOTHhdbbXZowcATTe61lKG { color:#fafafa;display:block;width:59.8115806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5406708717346rem;left:7.5rem;height:2.3529410625rem;text-align:center;text-align-last:center;display:block; }
#S4aMtevdlCefxbxFUyBXhnGTsK8Ab2ny { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fm19D1eFuiDWQTIZl4rMFBCgVwwDF6QA { box-sizing:content-box;height:2.2495403125rem;width:31.6865806875rem;position:absolute;display:block;z-index:15008;background-color:#8967f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5935206413269rem;left:21.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#LxkBsca6aRpq8l5uC8wN7RwFHO9norHi { position:absolute;display:block;z-index:15021;height:34rem;width:60rem;top:22.81019949913rem;left:7.5rem;display:block; }
#grrKw3JIykGslybhiES4rSDNlGKmAE2Q { position:relative;z-index:auto;display:block; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q { background-color: transparent; background-image: none; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container > .video-iframe-container { display: none; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row > .video-iframe-container { display: none; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .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); }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q { border-width: 0; border-radius: 0; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container { border-top:0.625rem solid #8967f3;border-left:0.625rem solid #8967f3;border-right:0.625rem solid #8967f3;border-bottom:0.625rem solid #8967f3;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:78.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wNyLSfKf0cU4k7CE3vUWxaQh2mRCwba9 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:18.3125rem;height:1.39705875rem;text-align:center;text-align-last:center;display:block; }
#LBa32HPnbbanImdEQ2xMmp8AetbmgQHW { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6240806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.8747711181637rem;left:8.6879596710206rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .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; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .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:#fafafa;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI { 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:#fafafa;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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:3.0625rem;left:27.875rem;z-index:15022; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #l8m2Tq9Ws0BzfVSqpQoBzENVaZ3zwomo { display:flex;position:relative;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #cz78X1lDpyazFXuzEqPSSULCwOmTtNWR { width:auto; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #oX9UcKNTGOl7TcJSTL45a7FPX770tcKW {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #dEc78ZgfifrpMDsAGPE5WsMLgnTwWnzN { display:flex;position:relative;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #uZFtpTTMS65FWR7Ad880y7KlKB0Gtu51 {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #N2K562Kkwd2kbhlOST9onOBF4KMcKmU7 {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #URo17MBDhXMDKMJBnq36tSPxHedld8n9 { display:flex;position:relative;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Wm7ygb4pQbkifPzhc0uHyvp5PUH2e8Hr {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Osfbg5VvihwrKSCa9K6OBUZq3ZT3NTbQ {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #ZsJzQTJinegJV6vZlHESHsJFrxO4SIMg { display:flex;position:relative;top:0rem;left:0rem; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #DlnenhSuD243qsE6gUkKscZJTw11gJ07 {  }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #COathcGELn0T9QJmfUkguo6M1Xn4PXoD {  }
#kfZro2u6wKsAoM9lopUqldT8semCObMh { position:absolute;display:block;z-index:15021;height:21.7497691875rem;width:38.75rem;top:20.1875rem;left:18.125rem;display:block; }
#igwinahgoq2rgerwQF8v9DtIko6h8Ids { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container { background-color: transparent; background-image: none; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container > .video-iframe-container { display: none; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row > .video-iframe-container { display: none; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .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); }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container { border-width: 0; border-radius: 0; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container { font-size:0.875rem;font-family:arial;height:194.75rem;width:75rem;position:relative;display:block; }#vntWOhWToGPUPJgITRGkydhyNk8IzNhl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.625rem;width:30.25rem;top:146.5rem;left:7.5rem;overflow:hidden;display:block; }
#DDnJmQf44Su4hNH64wwKdoQbMZuySnqO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.0625rem;width:23.375rem;top:20.875rem;left:7.5rem;overflow:hidden;display:none; }
#rb0x2KHQowz1VyphwGPu2rZ0kgfc9nDT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.2497691875rem;width:29.6875rem;top:146.625rem;left:37.8125rem;overflow:hidden;display:block; }
#fzKr6oL9uS8iqXCcnTmnT55BSBf5B26J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.5625rem;width:29.6875rem;top:172.125rem;left:37.8125rem;overflow:hidden;display:block; }
#dJonEwUTlSF5nA9QycTTH2lhn1MeOo2s { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.8125rem;width:30.25rem;top:172.125rem;left:7.5rem;overflow:hidden;display:block; }
#RZ2IWUacb3X4xkp5T7y9xJDqGayt7eyF { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.8125rem;left:7.5rem;display:block; }
#PqF7OuuR1yXu3HEJneULQn3szhC9Mr09 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.8125rem;left:29.0625rem;display:block; }
#MwkNvKfNpF1JvZhPcsBeRycc5EFR9R5D { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.8125rem;left:50.625rem;display:block; }
#mbBaPMFiaK2VP099KNRHQx9Ik7HGs9Lb { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:44.3125rem;left:29.0625rem;display:block; }
#SnPd3kUTFXS3i9rhFLzPFkSh0Zfi1izi { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:44.3125rem;left:50.625rem;display:block; }
#itgirl7Ur4ArB9XuOAWxrT6lfxTvzEDd { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:44.3125rem;left:7.5rem;display:block; }
#PTiw1AH503KfutkqqETPgTgekbz2J3Ms { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:78.5rem;left:50.625rem;display:block; }
#TJxURmVPKP6eE5b5GoungeMBcpOgcpLJ { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:78.5rem;left:29.0625rem;display:block; }
#DoNDLBk7KP5r6poREdmlhUdSm4niRlJs { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:78.5rem;left:7.5rem;display:block; }
#gCgZRn5pRTbskJQZQ2ZUmP7RurSVgPuQ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:113.0625rem;left:50.625rem;display:block; }
#SkRRi439I9WMRJhWU41FhzcdmeF3Aonx { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:113.0625rem;left:29.0625rem;display:block; }
#AND6yJALoVpobOKoNeAgP615Q3wFnenP { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:113.0625rem;left:7.5rem;display:block; }
#oV72qpxD6clsTaEzJVSKNvM17cmKu8Na { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6865806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.6360321044922rem;left:16.625rem;height:6.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi { position:relative;z-index:auto;display:block; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi { background-color: transparent; background-image: none; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container > .video-iframe-container { display: none; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row > .video-iframe-container { display: none; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .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); }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi { border-width: 0; border-radius: 0; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container { border-top:0.625rem solid #8967f3;border-left:0.625rem solid #8967f3;border-right:0.625rem solid #8967f3;border-bottom:0.625rem solid #8967f3;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:84.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RZHI3ExZ1vZumlIWDfyKcpUO7ge51qHa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.329956054688rem;left:21.0625rem;height:1.39705875rem;text-align:center;text-align-last:center;display:block; }
#oJUqOKnJg63k8wM7tyy3xGkhSANqWTUE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.3692626953125rem;left:10.029870986939rem;height:9.7058820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .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; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .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:#fafafa;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa { 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:#fafafa;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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:3.0625rem;left:27.875rem;z-index:15022; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #J5neDwIcF7ZgqMD441Vfa8fzPAarkV5U { display:flex;position:relative;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #vMTF96ugfeczPBtVOf6Ldg41iXxshy1x { width:auto; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #UCeDUX3qsgnRTZe7ZJpBdkEH01GaNxfE {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #JtNT4wyb8gF88SlF9VWmePw37lRDyow0 { display:flex;position:relative;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #tPKU0rxgIegdBcFiycU1yZsdC0uo3qvL {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #xPQTcKu2p4w5t3mvrXTvF0OrVbsJ90Xa {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #QfTCQ0eXf51lsz7MlU96TOnGUlzdCkJr { display:flex;position:relative;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #EmawE7Htycr0UpytHDJWqh72t0nuAePH {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #HJ2vHODgiiJC6fFFp8Bi9ai579MWQHWg {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #GBEiChiNhBibbz2hylQWG9CoTiUEGbsO { display:flex;position:relative;top:0rem;left:0rem; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #s2yDEtNPhURhp4HvPT7epgiTy4ShT86D {  }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa #sqKQRPk41uPhygLt73UPQbX3HZ6Gv6o7 {  }
#LQ0NEA7sPLoHS52lt8l8aWOyE4dL23RL { position:absolute;display:block;z-index:15021;height:21.7497691875rem;width:38.75rem;top:22.898895263672rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI { display:block; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvnuKxyMHqxy6S2LfbWfhaE4TSR3rAci { top:0rem;left:17.6875rem;width:12.3125rem;height:6.9375583051148rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8dKW20FNtG5nGych1GCV3fV6R414SE { display:block; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONlhWaOGWfCOTHhdbbXZowcATTe61lKG { top:1.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4aMtevdlCefxbxFUyBXhnGTsK8Ab2ny { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm19D1eFuiDWQTIZl4rMFBCgVwwDF6QA { top:1.5625rem;left:8rem;width:31.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxkBsca6aRpq8l5uC8wN7RwFHO9norHi { top:22.75rem;left:0rem;width:47.75rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrKw3JIykGslybhiES4rSDNlGKmAE2Q { display:block; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNyLSfKf0cU4k7CE3vUWxaQh2mRCwba9 { top:17.9375rem;left:4.6875rem;width:38.3125rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBa32HPnbbanImdEQ2xMmp8AetbmgQHW { top:9.8125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .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; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .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; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI { display:flex;width:18rem;height:5.0625rem;top:44.4375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #l8m2Tq9Ws0BzfVSqpQoBzENVaZ3zwomo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #cz78X1lDpyazFXuzEqPSSULCwOmTtNWR {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #oX9UcKNTGOl7TcJSTL45a7FPX770tcKW {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #dEc78ZgfifrpMDsAGPE5WsMLgnTwWnzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #uZFtpTTMS65FWR7Ad880y7KlKB0Gtu51 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #N2K562Kkwd2kbhlOST9onOBF4KMcKmU7 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #URo17MBDhXMDKMJBnq36tSPxHedld8n9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Wm7ygb4pQbkifPzhc0uHyvp5PUH2e8Hr {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Osfbg5VvihwrKSCa9K6OBUZq3ZT3NTbQ {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #ZsJzQTJinegJV6vZlHESHsJFrxO4SIMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #DlnenhSuD243qsE6gUkKscZJTw11gJ07 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #COathcGELn0T9QJmfUkguo6M1Xn4PXoD {  }
 }@media only screen and (max-width: 763px) { #kfZro2u6wKsAoM9lopUqldT8semCObMh { top:20.125rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwinahgoq2rgerwQF8v9DtIko6h8Ids { display:block; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vntWOhWToGPUPJgITRGkydhyNk8IzNhl { top:146.4375rem;left:0rem;width:30.25rem;height:24.624871609931rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDnJmQf44Su4hNH64wwKdoQbMZuySnqO { top:20.8125rem;left:0rem;width:47.75rem;height:38.94050802139rem;display:none; }
 }@media only screen and (max-width: 763px) { #rb0x2KHQowz1VyphwGPu2rZ0kgfc9nDT { top:146.5625rem;left:18.0625rem;width:29.6875rem;height:24.2497691875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzKr6oL9uS8iqXCcnTmnT55BSBf5B26J { top:172.0625rem;left:18.0625rem;width:29.6875rem;height:20.5618095625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJonEwUTlSF5nA9QycTTH2lhn1MeOo2s { top:172.0625rem;left:0rem;width:30.25rem;height:20.812744225486rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2IWUacb3X4xkp5T7y9xJDqGayt7eyF { top:10.75rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqF7OuuR1yXu3HEJneULQn3szhC9Mr09 { top:10.75rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwkNvKfNpF1JvZhPcsBeRycc5EFR9R5D { top:10.75rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBaPMFiaK2VP099KNRHQx9Ik7HGs9Lb { top:44.25rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPd3kUTFXS3i9rhFLzPFkSh0Zfi1izi { top:44.25rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #itgirl7Ur4ArB9XuOAWxrT6lfxTvzEDd { top:44.25rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiw1AH503KfutkqqETPgTgekbz2J3Ms { top:78.4375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxURmVPKP6eE5b5GoungeMBcpOgcpLJ { top:78.4375rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNDLBk7KP5r6poREdmlhUdSm4niRlJs { top:78.4375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCgZRn5pRTbskJQZQ2ZUmP7RurSVgPuQ { top:113rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRRi439I9WMRJhWU41FhzcdmeF3Aonx { top:113rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #AND6yJALoVpobOKoNeAgP615Q3wFnenP { top:113rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV72qpxD6clsTaEzJVSKNvM17cmKu8Na { top:1.625rem;left:3rem;width:41.625rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi { display:block; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZHI3ExZ1vZumlIWDfyKcpUO7ge51qHa { top:20.3125rem;left:7.4375rem;width:35.8125rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJUqOKnJg63k8wM7tyy3xGkhSANqWTUE { top:9.3125rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .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; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .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; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa { display:flex;width:18rem;height:5.0625rem;top:44.4375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #J5neDwIcF7ZgqMD441Vfa8fzPAarkV5U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #vMTF96ugfeczPBtVOf6Ldg41iXxshy1x {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #UCeDUX3qsgnRTZe7ZJpBdkEH01GaNxfE {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #JtNT4wyb8gF88SlF9VWmePw37lRDyow0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #tPKU0rxgIegdBcFiycU1yZsdC0uo3qvL {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #xPQTcKu2p4w5t3mvrXTvF0OrVbsJ90Xa {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #QfTCQ0eXf51lsz7MlU96TOnGUlzdCkJr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #EmawE7Htycr0UpytHDJWqh72t0nuAePH {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #HJ2vHODgiiJC6fFFp8Bi9ai579MWQHWg {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #GBEiChiNhBibbz2hylQWG9CoTiUEGbsO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #s2yDEtNPhURhp4HvPT7epgiTy4ShT86D {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #sqKQRPk41uPhygLt73UPQbX3HZ6Gv6o7 {  }
 }@media only screen and (max-width: 763px) { #LQ0NEA7sPLoHS52lt8l8aWOyE4dL23RL { top:22.875rem;left:4.4375rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI { display:block; }#tlOmPwz9JXF0vduI08qXJ6AcapaSbdsI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvnuKxyMHqxy6S2LfbWfhaE4TSR3rAci { width:9.4375rem;height:5.25rem;top:0rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8dKW20FNtG5nGych1GCV3fV6R414SE { position:relative;z-index:auto;display:block; }#Lu8dKW20FNtG5nGych1GCV3fV6R414SE > .row .container { width:20rem;height:26.297103881836rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONlhWaOGWfCOTHhdbbXZowcATTe61lKG { width:20rem;height:1.39705875rem;top:1.2971048355102rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #S4aMtevdlCefxbxFUyBXhnGTsK8Ab2ny { width:20rem;height:8.4558820625rem;top:3.3731617927551rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #Fm19D1eFuiDWQTIZl4rMFBCgVwwDF6QA { width:20rem;height:1.8125rem;top:1.0179228782654rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LxkBsca6aRpq8l5uC8wN7RwFHO9norHi { width:20rem;height:13.75rem;top:12.547104358673rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrKw3JIykGslybhiES4rSDNlGKmAE2Q { position:relative;z-index:auto;display:block; }#grrKw3JIykGslybhiES4rSDNlGKmAE2Q > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNyLSfKf0cU4k7CE3vUWxaQh2mRCwba9 { width:20rem;height:2.7941174375rem;top:13.986618041993rem;left:-4.4703483581543E-8rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LBa32HPnbbanImdEQ2xMmp8AetbmgQHW { width:20rem;height:7.058823125rem;top:6.0615825653076rem;left:-4.4703483581543E-8rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .widget-text.counter-number { padding-top:0.35125rem;padding-right:0.311875rem;padding-bottom:0.35125rem;padding-left:0.311875rem;width:1.870625rem;min-width:1.870625rem;height:1.889375rem;font-size:1.40625rem;line-height:30.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.219375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.49375rem;height:0.746875rem;font-size:0.5275rem;line-height:11.95px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI { display:flex;width:13.9993105rem;height:3.556985125rem;top:1.0466442108154rem;left:2.5528491288424rem;padding-top:0.439375rem;padding-right:0.445625rem;padding-bottom:0.439375rem;padding-left:0.445625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #l8m2Tq9Ws0BzfVSqpQoBzENVaZ3zwomo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #cz78X1lDpyazFXuzEqPSSULCwOmTtNWR {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #oX9UcKNTGOl7TcJSTL45a7FPX770tcKW {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #dEc78ZgfifrpMDsAGPE5WsMLgnTwWnzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #uZFtpTTMS65FWR7Ad880y7KlKB0Gtu51 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #N2K562Kkwd2kbhlOST9onOBF4KMcKmU7 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #URo17MBDhXMDKMJBnq36tSPxHedld8n9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Wm7ygb4pQbkifPzhc0uHyvp5PUH2e8Hr {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #Osfbg5VvihwrKSCa9K6OBUZq3ZT3NTbQ {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #ZsJzQTJinegJV6vZlHESHsJFrxO4SIMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #DlnenhSuD243qsE6gUkKscZJTw11gJ07 {  }
 }@media only screen and (max-width: 763px) { #DFVBCFqUoEWcBbNuoLfI8DhnmBw3eEaI #COathcGELn0T9QJmfUkguo6M1Xn4PXoD {  }
 }@media only screen and (max-width: 763px) { #kfZro2u6wKsAoM9lopUqldT8semCObMh { width:20rem;height:21.6865806875rem;top:17.857305526733rem;left:-4.4703483581543E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwinahgoq2rgerwQF8v9DtIko6h8Ids { position:relative;z-index:auto;display:block; }#igwinahgoq2rgerwQF8v9DtIko6h8Ids > .row .container { width:20rem;height:455.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vntWOhWToGPUPJgITRGkydhyNk8IzNhl { width:20rem;height:16.25rem;top:382.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DDnJmQf44Su4hNH64wwKdoQbMZuySnqO { width:20rem;height:16.25rem;top:399.0625rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rb0x2KHQowz1VyphwGPu2rZ0kgfc9nDT { width:20rem;height:16.336686610526rem;top:146.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fzKr6oL9uS8iqXCcnTmnT55BSBf5B26J { width:20rem;height:13.8525390625rem;top:430.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dJonEwUTlSF5nA9QycTTH2lhn1MeOo2s { width:20rem;height:13.760330578512rem;top:416.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2IWUacb3X4xkp5T7y9xJDqGayt7eyF { width:16.875rem;height:30rem;top:7.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqF7OuuR1yXu3HEJneULQn3szhC9Mr09 { width:16.875rem;height:30rem;top:38.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwkNvKfNpF1JvZhPcsBeRycc5EFR9R5D { width:16.875rem;height:30rem;top:69.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBaPMFiaK2VP099KNRHQx9Ik7HGs9Lb { width:16.875rem;height:30rem;top:132.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPd3kUTFXS3i9rhFLzPFkSh0Zfi1izi { width:16.875rem;height:30rem;top:163.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itgirl7Ur4ArB9XuOAWxrT6lfxTvzEDd { width:16.875rem;height:30rem;top:101rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiw1AH503KfutkqqETPgTgekbz2J3Ms { width:16.875rem;height:30rem;top:257.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxURmVPKP6eE5b5GoungeMBcpOgcpLJ { width:16.875rem;height:30rem;top:226rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNDLBk7KP5r6poREdmlhUdSm4niRlJs { width:16.875rem;height:30rem;top:194.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCgZRn5pRTbskJQZQ2ZUmP7RurSVgPuQ { width:16.875rem;height:30rem;top:351rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRRi439I9WMRJhWU41FhzcdmeF3Aonx { width:16.875rem;height:30rem;top:319.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AND6yJALoVpobOKoNeAgP615Q3wFnenP { width:16.875rem;height:30rem;top:288.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV72qpxD6clsTaEzJVSKNvM17cmKu8Na { width:20rem;height:5.2941174375rem;top:1.0282669067382rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi { position:relative;z-index:auto;display:block; }#Zw5RbhxqGfuUQu4mq1rPTZHHFHal3Gbi > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZHI3ExZ1vZumlIWDfyKcpUO7ge51qHa { width:18.9993095625rem;height:2.7941174375rem;top:16.509033203125rem;left:1.0006892234087rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oJUqOKnJg63k8wM7tyy3xGkhSANqWTUE { width:20rem;height:8.82352925rem;top:7.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .widget-text.counter-number { padding-top:0.35125rem;padding-right:0.311875rem;padding-bottom:0.35125rem;padding-left:0.311875rem;width:1.870625rem;min-width:1.870625rem;height:1.889375rem;font-size:1.40625rem;line-height:30.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.219375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.49375rem;height:0.746875rem;font-size:0.5275rem;line-height:11.95px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oEmh8EpweVbWBvZxkIztStR73wx09IOa { display:flex;width:14rem;height:3.558125rem;top:1.9375rem;left:2.5625rem;padding-top:0.439375rem;padding-right:0.445625rem;padding-bottom:0.439375rem;padding-left:0.445625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #J5neDwIcF7ZgqMD441Vfa8fzPAarkV5U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #vMTF96ugfeczPBtVOf6Ldg41iXxshy1x {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #UCeDUX3qsgnRTZe7ZJpBdkEH01GaNxfE {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #JtNT4wyb8gF88SlF9VWmePw37lRDyow0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #tPKU0rxgIegdBcFiycU1yZsdC0uo3qvL {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #xPQTcKu2p4w5t3mvrXTvF0OrVbsJ90Xa {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #QfTCQ0eXf51lsz7MlU96TOnGUlzdCkJr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #EmawE7Htycr0UpytHDJWqh72t0nuAePH {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #HJ2vHODgiiJC6fFFp8Bi9ai579MWQHWg {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #GBEiChiNhBibbz2hylQWG9CoTiUEGbsO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #s2yDEtNPhURhp4HvPT7epgiTy4ShT86D {  }
 }@media only screen and (max-width: 763px) { #oEmh8EpweVbWBvZxkIztStR73wx09IOa #sqKQRPk41uPhygLt73UPQbX3HZ6Gv6o7 {  }
 }@media only screen and (max-width: 763px) { #LQ0NEA7sPLoHS52lt8l8aWOyE4dL23RL { width:20rem;height:21.6865806875rem;top:20.876647949219rem;left:-4.4703483581543E-8rem;display:block; }
 }