.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fffbe4;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;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; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container { background-color: transparent; background-image: none; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container > .video-iframe-container { display: none; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row > .video-iframe-container { display: none; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .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); }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container { border-width: 0; border-radius: 0; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#Qm06rxoP4yT2B2HPA52BDH4MvByqiOsB { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#FMhvzMixi1H3qcLmRMlHgqkrwewsmEiR { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.5625rem;left:17.4375rem;display:block; }
#H01Z3bxR6FpHz4UrLxZzT7PGp3CW9L9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCpLlXPba1i9zz8q11SA6L4w782vd70I { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.53125rem;height:1.75rem;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;display:block; }
#E3e0i0VJ1OQFKImldhBV6dRPyN2PKTLK { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.53125rem;height:1.625rem;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;display:block; }
#TWHgLB72hZk9zW6UT0OlGFnJgWBHtTxM { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { border-width: 0; border-radius: 0; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:none; }#n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.5rem;left:17.4375rem;display:block; }
#VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJpXyA5bScip9HW5ZoBtU4mGWHtPuTGr { color:#1e454e;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.1875rem;left:5.15625rem;height:4.875rem;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;display:block; }
#hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.53125rem;height:1.75rem;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;display:block; }
#xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.75rem;left:3.53125rem;height:1.625rem;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;display:block; }
#QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#BMiMuaGsveQycB85dz2UT7ACh1fKrzSK { color:#1e454e;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.625rem;left:5.25rem;height:2rem;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;display:block; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .widget-text.counter-number { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.590625rem;padding-right:0.555625rem;padding-bottom:0.590625rem;padding-left:0.555625rem;display:block;align-items:center;width:3.333125rem;min-width:3.333125rem;height:3.174375rem;position:relative;font-family:"open sans";font-size:2.364375rem;font-weight:400;line-height:50.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.369375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.444375rem;height:1.253125rem;position:relative;font-family:"open sans";font-size:0.91875rem;font-weight:700;line-height:20.05px;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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:6.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:41.0625rem;left:18.1875rem;z-index:15009; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #dREIeQs3TUzAMqbclm1ed6oNNltRccPm { display:flex;position:relative;top:0rem;left:0rem; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a07H8ftNUC1fbmNZZkd0fPgIQOMdEswk { width:auto; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #oF68foPwaAGFBKyb3Tx7d7EVSXi26D3c {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #ChsTqxTTkxpmuGqrJ62JdL465RvgSNyz { display:flex;position:relative;top:0rem;left:0rem; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #iNpUenu9grb2kZ0NRSSgsJV4pNWaI8xM {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #lI7B3Av7v4NZTJPepWMumHqNQt4ssEca {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #H26Ir0BSSRKyBUuP0C0fWJ7T4eN6SVxI { display:flex;position:relative;top:0rem;left:0rem; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #xEkO5DZWRODtgKpsRKgJT24rxST2CfNw {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a3HTAlBF0lWM6i0MBXev5ZGUgbzbOkAq {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #VIErT6naNaRlyrIhlRH1Rwe78q4tfOFG { display:flex;position:relative;top:0rem;left:0rem; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #rsCmusd3WRtx54kAkuJST1HBaWHkCxww {  }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #MFAHduaTXUnFwCnMnhRa6Pe1wpdCGPJl {  }
#LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA { z-index:;position:relative;display:none; }#LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA { border-width: 0; border-radius: 0; }#LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA > .row .container { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#HWRLHfTm2p6wbDKsLTFrdRBRD4f1b6SH { color:#1e454e;display:block;width:51.3125rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:4.34375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfcLrm5JQTLpkNXqFMs4E1XxRhJSl9yd { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:2rem;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; }
#MQWl6EoRSSJInksf8qOEobKzn4JRBTUL { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:2rem;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; }
#tMV1bMaRCVzOdyMLAXspXVxSsu7FouJB { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0rem;height:1.75rem;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; }
#qT6HPSMTKk84Ns6t3FJH3dmdoh3SPBcy { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2rem;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; }
#SspTXdCVAeNsBHOgOJV8q3ATh5TPDspB { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.71875rem;left:0rem;height:2rem;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; }
#buvrNKyl8ZLLTcm6N9haWipLsC9Cyl4M { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:2rem;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; }
#eBMiHE3q1xDoelqR3MI1e1PmfROScx43 { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:0rem;height:1.75rem;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; }
#xzUeiLXLE3WkHuU1s2DwiVNCqK8FagnD { color:#1e454e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:1.75rem;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; }
#LF2vz40x1VpABnysV506CbFaLg8VZDSC { box-sizing:content-box;height:13.625rem;width:48.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffde59;background-image:none;top:7.5rem;left:5.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid #1e454e;border-left:0.25rem solid #1e454e;border-right:0.25rem solid #1e454e;border-bottom:0.25rem solid #1e454e;display:block; }
#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz { z-index:;position:relative;display:block; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz { background-color: transparent; background-image: none; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row .container > .video-iframe-container { display: none; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row > .video-iframe-container { display: none; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .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); }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz { border-width: 0; border-radius: 0; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row .container { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TFxHffC8x7BOtpQ9MPKKO12bZLXofshd { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:19.8125rem;top:6.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#wtUEdWzu9rEU0n5z8tM8dmsDRqLm7hzF { color:#1e454e;display:block;width:44.75rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivK6f0WC4mccTz2PhTH0ymvVwubJCNI9 { color:#1e454e;display:block;width:38.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.0625rem;height:9rem;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; }
#cXlk7GDBVrvmCEzFLORsFtpa8TmZqfsI { background-color:#db2556;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.25rem;left:7.625rem;display:block; }
#V3o36Axck3RbtVHxaELF0QOTsagWZWmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container { background-color: transparent; background-image: none; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container > .video-iframe-container { display: none; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row > .video-iframe-container { display: none; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .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); }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container { border-width: 0; border-radius: 0; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;overflow:visible;position:relative;display:block; }#bf6mcFAVG7Rg4GvzZ6bzL0nBEdorv6Fc { position:absolute;display:block;z-index:15002;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:20.9375rem;width:20.9375rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#hqXwf2rG2ITJ2ZicMQKEDAOTTzIFydsT { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nbtuRKsItCAITA4pUrFx38Ksn1H3ddJW { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HnT16UUEsbzfsXLBeBVirgURp3LcmJfK { color:#ce0000;display:block;width:25.5rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xUuMMxFVuN5v2EqMvSIdCStcdTL70s6O { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#owykoJNKKax3tvNpBNKZ6IWf0Teuxy8p { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.96875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W61vhDy1DdVFBIezRTokrOVtaU1XhKJn { color:#1e454e;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;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; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container { background-color: transparent; background-image: none; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container > .video-iframe-container { display: none; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row > .video-iframe-container { display: none; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .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); }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container { border-width: 0; border-radius: 0; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#m0LW5rQC6Z90gWdRM1wETGGHBnqX1HGX { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.5rem;height:2.0625rem;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;display:block; }
#JG9F8a6o7hAbhvmr039pHT34FwsdC6xP { background-color:#db2556;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.1875rem;left:17.4375rem;display:block; }
#K1FaWP0nIBi2bcuqTaLUNwi4mrCwfebi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sqs3WHPva1pXaXasm3QHBaGeFXZqkRbS { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.1875rem;left:3.53125rem;height:1.4375rem;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;display:block; }
#zt2ILHcqwRppP6aGDQUcQDCTxeB54Z4i { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.53125rem;height:1.625rem;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;display:block; }
#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M > .row .container { border-width: 0; border-radius: 0; }#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:none; }#dDTT0ehquVGwK7IOyQ0Nkq8Z4BiTIl8J { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.5rem;height:2.0625rem;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;display:block; }
#CT26kTBnureOXyxoo9MqXKVN9C7LyJB9 { background-color:#db2556;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:5.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.3125rem;left:17.4375rem;display:block; }
#zrVm3q8F3TzP7fesZJRSG5oeuM9cfbgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTqDmR8lBAbQNfVgPz6COJVKNQElTVks { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.53125rem;height:1.4375rem;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;display:block; }
#pPl1A2DbJJd0g0nPBx3WtC7hLCs0AiDo { color:#1e454e;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.5625rem;height:1.625rem;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;display:none; }
#RfTwbDxkTugQMQwd219zG50H13pNmaV4 { color:#1e454e;display:block;width:49.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:5.25rem;height:2rem;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;display:block; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .widget-text.counter-number { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.590625rem;padding-right:0.555625rem;padding-bottom:0.590625rem;padding-left:0.555625rem;display:block;align-items:center;width:3.333125rem;min-width:3.333125rem;height:3.174375rem;position:relative;font-family:"open sans";font-size:2.364375rem;font-weight:400;line-height:50.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.369375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.444375rem;height:1.253125rem;position:relative;font-family:"open sans";font-size:0.91875rem;font-weight:700;line-height:20.05px;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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:6.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.75rem;left:18.1875rem;z-index:15007; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #K4TUVIzr2aaSdo6pyGEmUp32CfUwu3NH { display:flex;position:relative;top:0rem;left:0rem; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #nq0VzvEHaVTF2Gz3luzLqTPsgpt4dDus { width:auto; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #cAVxVT3bvebOKIAR4wCF3xxaNeykixQu {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PG9z70puJrPTtOqXidU6HTeZPS0T93BT { display:flex;position:relative;top:0rem;left:0rem; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ZLnSPXLAuETnTc4GX6StQGvaocXPFR5r {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #DRvzf3L1oWSdTV7gQHxD9qw2qhVQvrac {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #UtUyTBxuiu6yrRAKKrgFEZPQuR9tEgvD { display:flex;position:relative;top:0rem;left:0rem; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ru11PmZwyAFFwEPJsWyiwoDrwvxiLIFB {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #GWPBNoPDBg1462aHTTUPWg8b8aleLcZx {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PT6n9uMJG4uC3RfCJ3F5q2TW6UDqOogL { display:flex;position:relative;top:0rem;left:0rem; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #tcJNUT1dxhH5n21oUJMyLRkoN47xhc4J {  }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #mDagogOdDsvbPy7oa0KV2ZMOoMvzwp6T {  }
#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { position:relative;display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { background-color: transparent; background-image: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .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); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { border-width: 0; border-radius: 0; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .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; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbe4;background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { color:#1e454e;display:block;width:32.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:13.9375rem;height:1.25rem;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;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imzJMpa6GO4BKeW87iR12KS7kdF9RcLB { display:block; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm06rxoP4yT2B2HPA52BDH4MvByqiOsB { top:10.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMhvzMixi1H3qcLmRMlHgqkrwewsmEiR { width:25.125rem;height:5.625rem;top:20.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H01Z3bxR6FpHz4UrLxZzT7PGp3CW9L9h { display:block; }
 }@media only screen and (max-width: 763px) { #aCpLlXPba1i9zz8q11SA6L4w782vd70I { top:3.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3e0i0VJ1OQFKImldhBV6dRPyN2PKTLK { top:16.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWHgLB72hZk9zW6UT0OlGFnJgWBHtTxM { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { display:block; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { top:11.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { width:25.125rem;height:5.625rem;top:24.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block; }
 }@media only screen and (max-width: 763px) { #yJpXyA5bScip9HW5ZoBtU4mGWHtPuTGr { top:17.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { top:3.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { top:31.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { top:7.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiMuaGsveQycB85dz2UT7ACh1fKrzSK { top:36.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 { width:18.625rem;height:5.22rem;display:flex;top:31.375rem;left:14.25rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #dREIeQs3TUzAMqbclm1ed6oNNltRccPm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a07H8ftNUC1fbmNZZkd0fPgIQOMdEswk {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #oF68foPwaAGFBKyb3Tx7d7EVSXi26D3c {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #ChsTqxTTkxpmuGqrJ62JdL465RvgSNyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #iNpUenu9grb2kZ0NRSSgsJV4pNWaI8xM {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #lI7B3Av7v4NZTJPepWMumHqNQt4ssEca {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #H26Ir0BSSRKyBUuP0C0fWJ7T4eN6SVxI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #xEkO5DZWRODtgKpsRKgJT24rxST2CfNw {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a3HTAlBF0lWM6i0MBXev5ZGUgbzbOkAq {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #VIErT6naNaRlyrIhlRH1Rwe78q4tfOFG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #rsCmusd3WRtx54kAkuJST1HBaWHkCxww {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #MFAHduaTXUnFwCnMnhRa6Pe1wpdCGPJl {  }
 }@media only screen and (max-width: 763px) { #LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA { display:block; }#LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWRLHfTm2p6wbDKsLTFrdRBRD4f1b6SH { top:2rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfcLrm5JQTLpkNXqFMs4E1XxRhJSl9yd { top:9.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWl6EoRSSJInksf8qOEobKzn4JRBTUL { top:23.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMV1bMaRCVzOdyMLAXspXVxSsu7FouJB { top:26.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT6HPSMTKk84Ns6t3FJH3dmdoh3SPBcy { top:11.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SspTXdCVAeNsBHOgOJV8q3ATh5TPDspB { top:14.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvrNKyl8ZLLTcm6N9haWipLsC9Cyl4M { top:17.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMiHE3q1xDoelqR3MI1e1PmfROScx43 { top:28.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzUeiLXLE3WkHuU1s2DwiVNCqK8FagnD { top:30.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF2vz40x1VpABnysV506CbFaLg8VZDSC { top:7.5rem;left:0rem;width:47.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz { display:block; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFxHffC8x7BOtpQ9MPKKO12bZLXofshd { top:6.3125rem;left:27.9375rem;width:19.8125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtUEdWzu9rEU0n5z8tM8dmsDRqLm7hzF { top:1.9375rem;left:1.5rem;width:44.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivK6f0WC4mccTz2PhTH0ymvVwubJCNI9 { top:7.5625rem;left:0rem;width:38.0625rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlk7GDBVrvmCEzFLORsFtpa8TmZqfsI { width:25.125rem;height:5.625rem;top:20.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3o36Axck3RbtVHxaELF0QOTsagWZWmF { display:block; }
 }@media only screen and (max-width: 763px) { #EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd { display:block; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf6mcFAVG7Rg4GvzZ6bzL0nBEdorv6Fc { top:7.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqXwf2rG2ITJ2ZicMQKEDAOTTzIFydsT { top:25.25rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbtuRKsItCAITA4pUrFx38Ksn1H3ddJW { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnT16UUEsbzfsXLBeBVirgURp3LcmJfK { top:6.75rem;left:17.4375rem;width:25.5rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuMMxFVuN5v2EqMvSIdCStcdTL70s6O { top:11.6875rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owykoJNKKax3tvNpBNKZ6IWf0Teuxy8p { top:16.9375rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61vhDy1DdVFBIezRTokrOVtaU1XhKJn { top:21.1875rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO { display:block; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0LW5rQC6Z90gWdRM1wETGGHBnqX1HGX { top:2.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9F8a6o7hAbhvmr039pHT34FwsdC6xP { width:25.125rem;height:5.625rem;top:6.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1FaWP0nIBi2bcuqTaLUNwi4mrCwfebi { display:block; }
 }@media only screen and (max-width: 763px) { #Sqs3WHPva1pXaXasm3QHBaGeFXZqkRbS { top:17.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt2ILHcqwRppP6aGDQUcQDCTxeB54Z4i { top:13.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M { display:block; }#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDTT0ehquVGwK7IOyQ0Nkq8Z4BiTIl8J { top:2.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT26kTBnureOXyxoo9MqXKVN9C7LyJB9 { width:25.125rem;height:5.625rem;top:17.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrVm3q8F3TzP7fesZJRSG5oeuM9cfbgh { display:block; }
 }@media only screen and (max-width: 763px) { #mTqDmR8lBAbQNfVgPz6COJVKNQElTVks { top:24.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPl1A2DbJJd0g0nPBx3WtC7hLCs0AiDo { top:24.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTwbDxkTugQMQwd219zG50H13pNmaV4 { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn { width:18.625rem;height:5.22rem;display:flex;top:31.375rem;left:14.25rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #K4TUVIzr2aaSdo6pyGEmUp32CfUwu3NH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #nq0VzvEHaVTF2Gz3luzLqTPsgpt4dDus {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #cAVxVT3bvebOKIAR4wCF3xxaNeykixQu {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PG9z70puJrPTtOqXidU6HTeZPS0T93BT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ZLnSPXLAuETnTc4GX6StQGvaocXPFR5r {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #DRvzf3L1oWSdTV7gQHxD9qw2qhVQvrac {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #UtUyTBxuiu6yrRAKKrgFEZPQuR9tEgvD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ru11PmZwyAFFwEPJsWyiwoDrwvxiLIFB {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #GWPBNoPDBg1462aHTTUPWg8b8aleLcZx {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PT6n9uMJG4uC3RfCJ3F5q2TW6UDqOogL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #tcJNUT1dxhH5n21oUJMyLRkoN47xhc4J {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #mDagogOdDsvbPy7oa0KV2ZMOoMvzwp6T {  }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { top:1.1875rem;left:7.8125rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imzJMpa6GO4BKeW87iR12KS7kdF9RcLB { display:block; }#imzJMpa6GO4BKeW87iR12KS7kdF9RcLB > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm06rxoP4yT2B2HPA52BDH4MvByqiOsB { width:16.8125rem;height:4.875rem;top:9.375rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMhvzMixi1H3qcLmRMlHgqkrwewsmEiR { width:18.6875rem;height:4.375rem;top:15.875rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H01Z3bxR6FpHz4UrLxZzT7PGp3CW9L9h { display:block; }
 }@media only screen and (max-width: 763px) { #aCpLlXPba1i9zz8q11SA6L4w782vd70I { width:20rem;height:3.5rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3e0i0VJ1OQFKImldhBV6dRPyN2PKTLK { width:16.3125rem;height:3.25rem;top:21.25rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWHgLB72hZk9zW6UT0OlGFnJgWBHtTxM { width:20rem;height:4.875rem;top:6.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT { display:none; }#sGVZNI54oBsdOFnRUyAq6uwZwPWHBipT > .row .container { width:20rem;height:44.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2mG8VcRnRolV8FzL01PVo1qzFKP5m8X { width:20rem;height:4.875rem;top:12rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPHJLSBWZQhW1T1EdSTJQNHoZrHLvGTB { width:18.6875rem;height:4.375rem;top:23.1875rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeN7lQD0diVhmdgU8FEzN1uKE0wT7uSr { display:block; }
 }@media only screen and (max-width: 763px) { #yJpXyA5bScip9HW5ZoBtU4mGWHtPuTGr { width:20rem;height:4.125rem;top:17.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkoOpktfBgQOnMHNzCWuC7W4UrrMeZQ0 { width:20rem;height:3.5rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xg3oxv5rZmfDam4cUIfxznFLh4IOP45r { width:16.3125rem;height:3.25rem;top:29.0625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOzcqA3FFOdHQACN6MFsL5GpKEvNWCHP { width:20rem;height:4.875rem;top:6.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMiMuaGsveQycB85dz2UT7ACh1fKrzSK { width:20rem;height:1.75rem;top:34.369140625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 .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; }
#EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 { width:0;height:0;display:flex;top:37.681640625rem;left:3.0625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #dREIeQs3TUzAMqbclm1ed6oNNltRccPm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a07H8ftNUC1fbmNZZkd0fPgIQOMdEswk {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #oF68foPwaAGFBKyb3Tx7d7EVSXi26D3c {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #ChsTqxTTkxpmuGqrJ62JdL465RvgSNyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #iNpUenu9grb2kZ0NRSSgsJV4pNWaI8xM {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #lI7B3Av7v4NZTJPepWMumHqNQt4ssEca {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #H26Ir0BSSRKyBUuP0C0fWJ7T4eN6SVxI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #xEkO5DZWRODtgKpsRKgJT24rxST2CfNw {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #a3HTAlBF0lWM6i0MBXev5ZGUgbzbOkAq {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #VIErT6naNaRlyrIhlRH1Rwe78q4tfOFG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #rsCmusd3WRtx54kAkuJST1HBaWHkCxww {  }
 }@media only screen and (max-width: 763px) { #EvqU07TCaiBcNqr7zGTnMzWXZSwlmPw7 #MFAHduaTXUnFwCnMnhRa6Pe1wpdCGPJl {  }
 }@media only screen and (max-width: 763px) { #LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA { display:none; }#LFgf3M7Uc6pCpEaTZUncoXoNTBaDyDBA > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HWRLHfTm2p6wbDKsLTFrdRBRD4f1b6SH { width:20rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nfcLrm5JQTLpkNXqFMs4E1XxRhJSl9yd { width:16.5rem;height:3.25rem;top:7.125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQWl6EoRSSJInksf8qOEobKzn4JRBTUL { width:20rem;height:1.75rem;top:26.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMV1bMaRCVzOdyMLAXspXVxSsu7FouJB { width:16.5rem;height:2.875rem;top:29.75rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT6HPSMTKk84Ns6t3FJH3dmdoh3SPBcy { width:17.0625rem;height:3.25rem;top:11.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SspTXdCVAeNsBHOgOJV8q3ATh5TPDspB { width:20rem;height:3.25rem;top:15.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buvrNKyl8ZLLTcm6N9haWipLsC9Cyl4M { width:17.6875rem;height:3.25rem;top:19.4375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBMiHE3q1xDoelqR3MI1e1PmfROScx43 { width:20rem;height:1.4375rem;top:33.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzUeiLXLE3WkHuU1s2DwiVNCqK8FagnD { width:14rem;height:2.875rem;top:35.375rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF2vz40x1VpABnysV506CbFaLg8VZDSC { width:19.5rem;height:18.375rem;top:5.8125rem;left:0rem;z-index:14997;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz { display:block; }#fN9RBV5hEIKp5oRPv5Sn9OFbpC6CvhTz > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFxHffC8x7BOtpQ9MPKKO12bZLXofshd { width:13.875rem;height:17.6875rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtUEdWzu9rEU0n5z8tM8dmsDRqLm7hzF { width:20rem;height:5.125rem;top:20.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivK6f0WC4mccTz2PhTH0ymvVwubJCNI9 { width:20rem;height:14rem;top:26.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cXlk7GDBVrvmCEzFLORsFtpa8TmZqfsI { width:19rem;height:5.625rem;top:42.25rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3o36Axck3RbtVHxaELF0QOTsagWZWmF { display:block; }
 }@media only screen and (max-width: 763px) { #EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd { display:block; }#EBJ5X7q5IpfIrAxtlVOKDWMfebLgX0Kd > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf6mcFAVG7Rg4GvzZ6bzL0nBEdorv6Fc { width:20rem;height:20rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hqXwf2rG2ITJ2ZicMQKEDAOTTzIFydsT { width:20rem;height:9rem;top:52.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbtuRKsItCAITA4pUrFx38Ksn1H3ddJW { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:none; }
 }@media only screen and (max-width: 763px) { #HnT16UUEsbzfsXLBeBVirgURp3LcmJfK { width:20rem;height:2.5rem;top:24.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUuMMxFVuN5v2EqMvSIdCStcdTL70s6O { width:17.125rem;height:10.5rem;top:29.3125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owykoJNKKax3tvNpBNKZ6IWf0Teuxy8p { width:19.3125rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W61vhDy1DdVFBIezRTokrOVtaU1XhKJn { width:20rem;height:3rem;top:47.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO { display:block; }#Dh5aEwq0O1WbGl0gmm5hcOkhsKtD33zO > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0LW5rQC6Z90gWdRM1wETGGHBnqX1HGX { width:12.875rem;height:3.5rem;top:1.8125rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JG9F8a6o7hAbhvmr039pHT34FwsdC6xP { width:19rem;height:5.625rem;top:6.931640625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1FaWP0nIBi2bcuqTaLUNwi4mrCwfebi { display:block; }
 }@media only screen and (max-width: 763px) { #Sqs3WHPva1pXaXasm3QHBaGeFXZqkRbS { width:20rem;height:4.3125rem;top:14.34375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zt2ILHcqwRppP6aGDQUcQDCTxeB54Z4i { width:16.0625rem;height:3.25rem;top:20.056640625rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M { display:none; }#lrfTcw8ls4TpnA5X12JJEI4LQ1VazW5M > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dDTT0ehquVGwK7IOyQ0Nkq8Z4BiTIl8J { width:12.875rem;height:3.5rem;top:1.6875rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT26kTBnureOXyxoo9MqXKVN9C7LyJB9 { width:19rem;height:5.625rem;top:16.056640625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrVm3q8F3TzP7fesZJRSG5oeuM9cfbgh { display:block; }
 }@media only screen and (max-width: 763px) { #mTqDmR8lBAbQNfVgPz6COJVKNQElTVks { width:20rem;height:4.3125rem;top:22.71875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPl1A2DbJJd0g0nPBx3WtC7hLCs0AiDo { width:16.0625rem;height:3.25rem;top:20.056640625rem;left:1.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RfTwbDxkTugQMQwd219zG50H13pNmaV4 { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn .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; }
#i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn { width:0;height:0;display:flex;top:10.15625rem;left:2.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #K4TUVIzr2aaSdo6pyGEmUp32CfUwu3NH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #nq0VzvEHaVTF2Gz3luzLqTPsgpt4dDus {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #cAVxVT3bvebOKIAR4wCF3xxaNeykixQu {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PG9z70puJrPTtOqXidU6HTeZPS0T93BT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ZLnSPXLAuETnTc4GX6StQGvaocXPFR5r {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #DRvzf3L1oWSdTV7gQHxD9qw2qhVQvrac {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #UtUyTBxuiu6yrRAKKrgFEZPQuR9tEgvD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #ru11PmZwyAFFwEPJsWyiwoDrwvxiLIFB {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #GWPBNoPDBg1462aHTTUPWg8b8aleLcZx {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #PT6n9uMJG4uC3RfCJ3F5q2TW6UDqOogL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #tcJNUT1dxhH5n21oUJMyLRkoN47xhc4J {  }
 }@media only screen and (max-width: 763px) { #i0Z1rhRe3PzJNdUU9mTh3HC4RVVr4Tpn #mDagogOdDsvbPy7oa0KV2ZMOoMvzwp6T {  }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }