.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,228;--color-primary-1:255,223,102;--color-primary-2:255,222,89;--color-primary-3:153,133,53;--color-primary-4:51,44,18;--color-secondary-0:245,248,242;--color-secondary-1:221,230,213;--color-secondary-2:187,205,170;--color-secondary-3:94,103,85;--color-secondary-4:28,31,26;--color-tertiary-0:221,227,228;--color-tertiary-1:143,162,167;--color-tertiary-2:30,69,78;--color-tertiary-3:15,35,39;--color-tertiary-4:5,10,12;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-0),1);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); }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW { background-color:rgba(var(--color-primary-2),1);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; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container { background-color: transparent; background-image: none; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container > .video-iframe-container { display: none; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row > .video-iframe-container { display: none; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .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); }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container { border-width: 0; border-radius: 0; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;overflow:visible;position:relative;display:block; }#pWLtZMu5uuU6gtSTsnawXNAxQ3Z3tdep { color:#db2556;display:block;width:13.5625rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:14.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#opn2IWEL8ox9upNTRc7SJ73ZttTLy1tn { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:10.6875rem;height:3.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; }
#BvGw3Auacdz1ULyygJHplp5fkwtUuNlG { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:7.375rem;height:3.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; }
#K2yflpzFtUBIMGGZf1wXnqmrqJLdCCpu { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.125rem;left:6.875rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#koTTZCnK9z7EVtFdbepTTikQX46pJhP3 { position:absolute;display:block;z-index:15003;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:26.8125rem;width:14.8125rem;top:0rem;left:40.0625rem;overflow:hidden;display:block; }
#TsprRwbKXGnPMTZ9mOaAA5T14H6zQHJJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.375rem;left:19.375rem; }
#rTTsThee0P8LZF8ELZ9ThWHndle9b0BP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.375rem;left:16.3125rem; }
#mhHBSo0w8hTTPUtAT18UmxLDINVgLTwB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.375rem;left:22.5rem; }
#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container { background-color: transparent; background-image: none; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container > .video-iframe-container { display: none; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row > .video-iframe-container { display: none; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .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); }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container { border-width: 0; border-radius: 0; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;overflow:visible;position:relative;display:block; }#Iu3wHLTil5JdU2Bh6xVg5TGEJFidKVgK { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.6875rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l46WZvpkkAw7VQkTbFkdbAPvCuVSTDTh { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .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; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:#ffffff;background-image:none;color:#db2556;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:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM { 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:#ff004c;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:18.5rem;height:5.1875rem;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:25.375rem;left:20.125rem;z-index:15005; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #RPXyFTdITayOsOaGoMSf1stKi00W0KiB { display:flex;position:relative;top:0rem;left:0rem; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #bh8kfeD5vKJOlgsXbbWyioZZNszVc35C { width:auto; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #UewzyovBbN49rqDvmpOio9xoTwN02Euy {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #s6zstnFSd09T2T5P4TrBTFArwR6Dz6yF { display:flex;position:relative;top:0rem;left:0rem; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #yOmJm2gftvuLUwGRIybOy4L02TQb5uTb {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #IbbO9WalQFAdJR5sns08y3M3kpBAiy9c {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #addWe1ygydrzBPhJJSbnMTWNidipQ4Ib { display:flex;position:relative;top:0rem;left:0rem; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #Xp1R4ha0bxO7wKvMEMJiE9E1D4VX7uoS {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #zlBP9qsMG5qr9bK2MhIE99yNN97XykE6 {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #TT8EBl3vVHxUAlzaMN7eUs05Z8nTSaTe { display:flex;position:relative;top:0rem;left:0rem; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #t5QwtsEpoC0gAfLNanTc6dnnBhl6k42A {  }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #X1QCS0U6vh6RpMVUygnZKVtrPpMDBd3I {  }
#wPJBrBWFJOO9DsKhS0N9qXw0zVa08lZb { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container { background-color: transparent; background-image: none; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container > .video-iframe-container { display: none; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row > .video-iframe-container { display: none; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .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); }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container { border-width: 0; border-radius: 0; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#vkBteOTHRWu5IRuzTzlnBW83mWiZZMUD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Mb3th8uMSHRPueyxfl4RvCPIwheU4zQS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:10.625rem;left:18.5625rem;overflow:hidden;display:block; }
#I7OOQTMmqG6XriTySfaQlSFgUTsckhpu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:0.9375rem;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:center;text-align-last:center;display:block; }
#utW5Bo3ShZWlh6biQbgxVOQm5udsz093 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.875rem;left:0.9375rem;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; }
#dkLLBFn0CJ1QZR9Fp7zRVFUqZ2qlotMk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.4375rem;height:5.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; }
#hxtL0ry3Bc9q0E5dqynwWvambG58xmEC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.625rem;left:0.9375rem;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; }
#caVXFPwUvI1FvRewFTNQax5IH96hv3Ib { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.4375rem;left:41.65625rem;height:5.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; }
#goKbPx0Py5bZTB43lvZU5ux1bGf7swuC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.625rem;left:40.875rem;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; }
#Lz7TncNO6guNOTg0VTO20ft7PlnEHvpn { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:42.09375rem;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:center;text-align-last:center;display:block; }
#FkF7xe7zdrkZNxTZ2DLZHJDdif5d6ZvD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.875rem;left:40.875rem;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; }
#EZz0N4bhCN1QpskeTFJ3WtrgQHzU1AT3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:16.1875rem;left:40.875rem; }
#zhPR0ravuH6FiAWsRT30cEKxqkknLdSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.25rem;left:40.875rem; }
#xXTk8IaxEfpLzbmaxKfqwl1oSnP1Fu39 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.1875rem;left:16.1875rem; }
#okJvOpArrf40lu0Wyan4EKXzkUsNMnTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:23.25rem;left:16.1875rem; }
#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container { background-color: transparent; background-image: none; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container > .video-iframe-container { display: none; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row > .video-iframe-container { display: none; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .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); }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container { border-width: 0; border-radius: 0; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#VsVXrgpwmlEpT5ETy8p8BED24fTeCK1B { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#y5L2A9sKmz7gSVcWEwLMxES0C2CNyQKD { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.25rem;height:2.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; }
#wSH3fBhy6Raw9BBZBKTSHhzWeJ15dAr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:10.4375rem;left:1.2548828125rem;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;display:block; }
#SKcEgH76mtqo1KH0IuS9HZvaMGpUlrUS { 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:27.9375rem;width:17.1875rem;top:7.59375rem;left:42.1923828125rem;overflow:hidden;display:block; }
#xr1z6m6vGAJMrRy4y4TWrPydTBz4L230 { box-sizing:content-box;height:16.625rem;width:16.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.875rem;left:42.2548828125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#sdN2vi7Whshyqk8RDpFR5GEUHP4r71ou { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:13.625rem;left:1.2548828125rem;height:6.5rem;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; }
#bTRlSCe7XdFpx7ThwZzpMNxdpqurDU1A { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:21.375rem;left:1.25rem;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;display:block; }
#qpTPWWaJnG6nkC2FoRLZP6mEkV6gzD9m { color:rgba(var(--color-tertiary-2),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:24.5rem;left:1.25rem;height:6.5rem;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; }
#tzl0pvsFU2wG94847ouWFVghLSe4OcSr { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.4375rem;left:22.75rem;display:block; }
#v1XeTi1i26Jt7LvZNAoZxMwVuCMBfUzf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container { background-color: transparent; background-image: none; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container > .video-iframe-container { display: none; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row > .video-iframe-container { display: none; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .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); }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container { border-width: 0; border-radius: 0; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;overflow:visible;position:relative;display:block; }#JxENRJmHMzO91AJwlzcWfzdJgE5iHXNo { 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; }
#DS16PXLy97fAc5fLWasF9GS6e1b2vJek { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#pla2y374UUvdG3KsLBdh3HW1J7nTkUQW { 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; }
#ACZeNT6XB2Wp3sTnzKWflDhlSSlXSZF7 { 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; }
#xDbZMyLEqNlxEeoVcBcdt28h9giHsbmn { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#edSlNkNTpaPFgEDy9OlH5zTbfGR0PUhT { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#UXPFud854cvuHIEpwpLocyfSWsXCawCk { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#l69GMC3racC4TUiXcZTG54xLup8kJ6dA { z-index:;position:relative;display:block; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA { background-color: transparent; background-image: none; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row .container > .video-iframe-container { display: none; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row > .video-iframe-container { display: none; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .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); }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA { border-width: 0; border-radius: 0; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row .container { background-color:rgba(var(--color-primary-0),1);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:83.5rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EJrlBfsklT7TZf2MfRU1vZrttJEhfotP { position:absolute;display:block;z-index:15001;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:20rem;width:20rem;top:14.6875rem;left:20rem;overflow:hidden;display:block; }
#tGVoUS7eTe1sITECcpTCpe6r0TByOmVr { 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:20rem;width:20rem;top:45.5625rem;left:0.625rem;overflow:hidden;display:block; }
#VPKzQLlMZQzPOH2lSwZr78s47uK099FR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.4375rem;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:center;text-align-last:center;display:block; }
#o35ByeKVEf53eDfh7aqqztLkJHxdH46J { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.8125rem;left:1.4375rem;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; }
#Q0h0Se1EGEL9OP5maIuvixGf5L8iTQEb { color:#000000;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:5.25rem;height:4rem;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; }
#Afw9SxTJS3kp4n7XPzUdhaIpE2EWW28T { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.8125rem;left:22.125rem;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; }
#D64sCQm7KTJUqLUmc948Pe6CkZtEGsqk { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.25rem;left:20.9375rem;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:center;text-align-last:center;display:block; }
#yNsKRHTqeZdbxsbF8eI3zwgDefqUgiPQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.8125rem;left:42.6875rem;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; }
#Efg0Dzrp1hpBRuOh1kqdfbkh6MGVXq6A { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.25rem;left:41.0625rem;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:center;text-align-last:center;display:block; }
#wdKs7lKFKGl0XZttfrMo4T5agP47wPS6 { position:absolute;display:block;z-index:15023;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:14.8125rem;width:12rem;top:45.5625rem;left:21.625rem;overflow:hidden;display:block; }
#qg3O0wcOxWEyGHV7fQr6xoEkFyPbnl91 { position:absolute;display:block;z-index:15024;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:14.5rem;width:10.8125rem;top:49.8125rem;left:27.625rem;overflow:hidden;display:block; }
#ZyVE1s4nZaANcLdF3QnV04DIu4GqTiI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:70.1875rem;left:1.4375rem;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:center;text-align-last:center;display:block; }
#Jfdsb65eZCVD7LTaCHdqEOLJli2230iA { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:67.0625rem;left:3.75rem;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; }
#U6OS7Per20PR1GPEwBaWv0Ae25cD5L1e { position:absolute;display:block;z-index:15003;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:20rem;width:20rem;top:14.6875rem;left:40rem;overflow:hidden;display:block; }
#kf3cKNOpU5IHJ2zm4dSfT4R3yRRfFPDW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:67.0625rem;left:19.4375rem;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; }
#zILXg9Vz9hKCAXMiSaCDAcQqGcs5nOeu { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.625rem;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:center;text-align-last:center;display:block; }
#spQTQykQAWD23iiku3TqUhoRG8C1QZRx { 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:10.625rem;width:19.1875rem;top:24.125rem;left:2.5rem;overflow:hidden;display:block; }
#lgNfvgRrAhR08XVBshv9q24GU0cg8sRW { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:70.1875rem;left:41.0625rem;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:center;text-align-last:center;display:block; }
#FhbxDRu7e9StOWGromsZ1eKpHpOwMKWT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:67.0625rem;left:38.8125rem;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; }
#D5ZCTJ67TnWMXDwHgPrn4DbJSBssQFJJ { position:absolute;display:block;z-index:15025;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:18.1875rem;width:8.375rem;top:46.5rem;left:45.3125rem;overflow:hidden;display:block; }
#QuP8i3sbD88FPdtQ77kNn2ymxoiQHQHz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.5625rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#T7DuE1kJMPTGwTAGWMfoiIbQ6cUWdVG3 { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:76.875rem;left:22.75rem;display:block; }
#PvaflOLHSvE1vAnHQJp6xIM3fTKQAHI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHEmvi2tlhDmE1NXufffVPBzVyzHzXTl { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#P6iupdwgpw4GDVJFB7ArBqpA3BTZ33Q7 { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.1875rem;left:2.5rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#iEXlQMAypnm4JKRZ98ldRAPKlELDRrZN { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#f8a98c;background-image:none;top:49.1875rem;left:45.5625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf { background-color:rgba(var(--color-primary-1),1);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; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container { background-color: transparent; background-image: none; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container > .video-iframe-container { display: none; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row > .video-iframe-container { display: none; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .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); }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container { border-width: 0; border-radius: 0; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container { font-size:0.875rem;font-family:arial;height:118.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#mIQnzCbCb02M9FiDNEkUwmFvE9wdgVa6 { position:absolute;display:block;z-index:15033;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:10.25rem;width:10.25rem;top:39.3125rem;left:5.75rem;overflow:hidden;display:block; }
#a9VTAymDBNLMhl2NaEeu0eE7HBcqpORk { color:#fffee5;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AR7BRtU80HlqJgKDVrkpMUqCfdGEpR6F { color:#fffee5;display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#eATRKzJTFDurGpzq50qIxrzxsDKt7hsu { box-sizing:content-box;height:13.375rem;width:52.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:37.5625rem;left:3.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#tvJAnacEfMK4e607pnKIbMeywgF6uuX1 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41rem;left:17.8125rem;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:justify;text-align-last:initial;display:block; }
#yvT8M9NaVDnzueaqtgaEghJ9Hzt7mFWA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:47.1875rem;left:41.8125rem;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; }
#g39kPDymElTQmkOWDHGeTAgSWvKFVkvx { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:102.9375rem;left:17.6875rem;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:justify;text-align-last:initial;display:block; }
#mTKDaM4sx9pF2oTrM4e1s7yg2lCoTd4L { box-sizing:content-box;height:25.125rem;width:52.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:53.9375rem;left:3.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#JTFGvKezV9qHKr2K7aD8kcdOczoR8Twg { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:56.125rem;left:18.125rem;height:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#F4QMoyToBMKi2tAnAan5q8FKOSaI7C33 { position:absolute;display:block;z-index:15036;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:10.25rem;width:10.25rem;top:56.125rem;left:6rem;overflow:hidden;display:block; }
#IbWIn9g6FGHFEUwAg23bsuMl4N7vIXxi { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:67.6875rem;left:6.625rem;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; }
#ERGq42GVHnEoqpI7JLVEeS4fysn0AzSL { box-sizing:content-box;height:22.25rem;width:52.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.5625rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#p53uVPQvGrpfDIiIxLACr2R17MtdApJy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.125rem;left:5.8125rem;overflow:hidden;display:block; }
#rpTD6esvHyJpHt09GCuNZC9uHT7c7e6z { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.0625rem;height:17.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:justify;text-align-last:initial;display:block; }
#N1IoFUsVbUJzDvchrswhQ034BTb4aWay { color:rgba(var(--color-tertiary-2),1);display:block;width:9.9375rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.90625rem;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; }
#AsMF2zEibP61mk8t70xG859N3zf4tqFO { box-sizing:content-box;height:13.4375rem;width:52.3125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:100.125rem;left:3.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#Fv4hyh6D1xwXRkIuBbLKu3M6IiCx9hZB { position:absolute;display:block;z-index:15037;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:10.25rem;width:10.25rem;top:101.375rem;left:5.875rem;overflow:hidden;display:block; }
#pKRRHh0mnsTyT2SLCtVZ8lySWesEAwLe { box-sizing:content-box;height:15.375rem;width:52.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:81.875rem;left:3.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#RZeXTyyr83uax5remc0HzdtUzMDZTCNK { color:#000000;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:84rem;left:17.875rem;height:9.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:justify;text-align-last:initial;display:block; }
#kNw83F8rp1alZIGEQxMnIVHHTnSgibTc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:84rem;left:5.75rem;overflow:hidden;display:block; }
#SRzgHfC94FiWRq4eaGSJc4yAZIu9QoMw { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:94.25rem;left:49.3125rem;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; }
#t1Vaadgbl40NlHyCXS3Lksvke3TLqiAy { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:109rem;left:41.9375rem;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; }
#uw9XZ0rN3ed689X3bMQgL0CxnxHzs2bN { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#f8a98c;background-image:none;top:74.3125rem;left:47.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#SoRNozAVm6fL875tLsZ3r89ebcMKy0Pt { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.6875rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#QFCbkRGEJluBJhwnEGIbI3m0N53B432t { background-color:rgba(var(--color-primary-0),1);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; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container { background-color: transparent; background-image: none; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container > .video-iframe-container { display: none; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row > .video-iframe-container { display: none; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .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); }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container { border-width: 0; border-radius: 0; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;overflow:visible;position:relative;display:block; }#c8ZwDlp2rtaLhQRvIJM07llaLGTfZzBK { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.875rem;height:4.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; }
#K2VCWZhFXmlDDVENZDqUv8Wi9EiMwg8P { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.1875rem;left:48.625rem;height:3.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; }
#i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.1875rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }#i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi li:before{  }
#L7rqMLVEzAFDNGE92tO6kfehBBHg7pa6 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:31.5625rem;left:41.75rem;height:2.8125rem;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; }
#HHN7dlDTvrz5UNmsaVpEsrkxTNflITAT { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.4375rem;left:41.125rem;display:block; }
#OhiDO4H6v6mTKeNQvKGWwCT05XWl7uOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tToPkHhBJ2QzNMrcIJxrshrFteNLtrRe { 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:18.875rem;width:18.875rem;top:11.1875rem;left:40.40625rem;overflow:hidden;display:block; }
#ZzUX7zLwHuz0NqlmGQ7tewgsp4iMn9U3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .widget-text.counter-number { border-top:0.08rem solid #ff004c;border-left:0.08125rem solid #ff004c;border-right:0.08125rem solid #ff004c;border-bottom:0.08rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.640625rem;padding-right:0.568125rem;padding-bottom:0.640625rem;padding-left:0.568125rem;display:block;align-items:center;width:3.40875rem;min-width:3.40875rem;height:3.444375rem;position:relative;font-family:arial;font-size:2.563125rem;font-weight:700;line-height:55.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.400625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.545rem;height:1.361875rem;position:relative;font-family:"open sans";font-size:0.96125rem;font-weight:700;line-height:21.79px;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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 { 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:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.0625rem;height:6.6875rem;padding-top:0.80125rem;padding-right:0.811875rem;padding-bottom:0.80125rem;padding-left:0.811875rem;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:33.197265625rem;left:6.9052734375rem;z-index:15006; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #T9mNytkib6AE3XLQwLqUgevf1sQq0il3 { display:flex;position:relative;top:0rem;left:0rem; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #ZAnZ7U2yAuoxAWE8RJfvnwRBTE2Wmaio { width:auto; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #oymnayBLzuDLKoWihMifztH0ciD2Zbr4 {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #OF6Dnx5y0xaRwkzIMyzslvbpdMdWATXm { display:flex;position:relative;top:0rem;left:0rem; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #qC3sDXivP2gHp4JhIomWfpNKQ5GWw0Go {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #MTHQ7Twspf5z6FgFDHaZTpvXETSff9V6 {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #Zdz3RZEmAaIhI5PAfoCTdEo48e3X6tH0 { display:flex;position:relative;top:0rem;left:0rem; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #xG3VgLShGVCvn7b9bdWS98LV56UHQy5s {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #GlpaXqL4FD8O6WpbyBX6TmiTnthqli3Z {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #i6fgrZx2BD81IHnQe3G15lTTLexNBEyt { display:flex;position:relative;top:0rem;left:0rem; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #M7aBOZMiOvDFND7BuSOvvevUFNPoPfwO {  }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #dn7XuLzHId4IFmAnMdNb3IrwuRQBcKJ5 {  }
#DZ7ZQ9bsJkcJJiFwkVSOCkRa0VhAIA2X { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.1875rem;left:3.46875rem;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; }
#AXNrrO0unNED3fWGGZzA8BKizmztHyvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container { background-color: transparent; background-image: none; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container > .video-iframe-container { display: none; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row > .video-iframe-container { display: none; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .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); }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container { border-width: 0; border-radius: 0; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#cdR8oz2Q9943WchTDmQvcKmkWKGVxOPl { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);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) { #iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW { display:block; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWLtZMu5uuU6gtSTsnawXNAxQ3Z3tdep { top:2.5rem;left:8.0625rem;width:13.5625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opn2IWEL8ox9upNTRc7SJ73ZttTLy1tn { top:7.5rem;left:4.5625rem;width:20.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvGw3Auacdz1ULyygJHplp5fkwtUuNlG { top:12.6875rem;left:1.25rem;width:27.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yflpzFtUBIMGGZf1wXnqmrqJLdCCpu { top:18.125rem;left:0.75rem;width:28.1875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koTTZCnK9z7EVtFdbepTTikQX46pJhP3 { top:0rem;left:32.9375rem;width:14.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsprRwbKXGnPMTZ9mOaAA5T14H6zQHJJ { top:22.375rem;left:13.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTsThee0P8LZF8ELZ9ThWHndle9b0BP { top:22.375rem;left:10.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhHBSo0w8hTTPUtAT18UmxLDINVgLTwB { top:22.375rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE { display:block; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu3wHLTil5JdU2Bh6xVg5TGEJFidKVgK { top:5.75rem;left:0.5625rem;width:46.6875rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l46WZvpkkAw7VQkTbFkdbAPvCuVSTDTh { top:32.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .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; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .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; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM { width:18.5rem;height:5.1875rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #RPXyFTdITayOsOaGoMSf1stKi00W0KiB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #bh8kfeD5vKJOlgsXbbWyioZZNszVc35C {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #UewzyovBbN49rqDvmpOio9xoTwN02Euy {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #s6zstnFSd09T2T5P4TrBTFArwR6Dz6yF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #yOmJm2gftvuLUwGRIybOy4L02TQb5uTb {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #IbbO9WalQFAdJR5sns08y3M3kpBAiy9c {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #addWe1ygydrzBPhJJSbnMTWNidipQ4Ib { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #Xp1R4ha0bxO7wKvMEMJiE9E1D4VX7uoS {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #zlBP9qsMG5qr9bK2MhIE99yNN97XykE6 {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #TT8EBl3vVHxUAlzaMN7eUs05Z8nTSaTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #t5QwtsEpoC0gAfLNanTc6dnnBhl6k42A {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #X1QCS0U6vh6RpMVUygnZKVtrPpMDBd3I {  }
 }@media only screen and (max-width: 763px) { #wPJBrBWFJOO9DsKhS0N9qXw0zVa08lZb { top:1.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi { display:block; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkBteOTHRWu5IRuzTzlnBW83mWiZZMUD { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3th8uMSHRPueyxfl4RvCPIwheU4zQS { top:10.625rem;left:12.4375rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OOQTMmqG6XriTySfaQlSFgUTsckhpu { top:10.625rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utW5Bo3ShZWlh6biQbgxVOQm5udsz093 { top:7.875rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLLBFn0CJ1QZR9Fp7zRVFUqZ2qlotMk { top:31.4375rem;left:0rem;width:15.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxtL0ry3Bc9q0E5dqynwWvambG58xmEC { top:28.625rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVXFPwUvI1FvRewFTNQax5IH96hv3Ib { top:31.4375rem;left:30.9375rem;width:16.8125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goKbPx0Py5bZTB43lvZU5ux1bGf7swuC { top:28.625rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7TncNO6guNOTg0VTO20ft7PlnEHvpn { top:10.625rem;left:31.8125rem;width:15.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkF7xe7zdrkZNxTZ2DLZHJDdif5d6ZvD { top:7.875rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz0N4bhCN1QpskeTFJ3WtrgQHzU1AT3 { top:16.1875rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPR0ravuH6FiAWsRT30cEKxqkknLdSs { top:23.25rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTk8IaxEfpLzbmaxKfqwl1oSnP1Fu39 { top:16.1875rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okJvOpArrf40lu0Wyan4EKXzkUsNMnTh { top:23.25rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ { display:block; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsVXrgpwmlEpT5ETy8p8BED24fTeCK1B { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5L2A9sKmz7gSVcWEwLMxES0C2CNyQKD { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSH3fBhy6Raw9BBZBKTSHhzWeJ15dAr6 { top:10.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKcEgH76mtqo1KH0IuS9HZvaMGpUlrUS { top:7.5625rem;left:30.5625rem;width:17.1875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1z6m6vGAJMrRy4y4TWrPydTBz4L230 { top:5.875rem;left:31rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdN2vi7Whshyqk8RDpFR5GEUHP4r71ou { top:13.625rem;left:0rem;width:26.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRlSCe7XdFpx7ThwZzpMNxdpqurDU1A { top:21.375rem;left:0rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTPWWaJnG6nkC2FoRLZP6mEkV6gzD9m { top:24.5rem;left:0rem;width:41rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzl0pvsFU2wG94847ouWFVghLSe4OcSr { width:14.5rem;height:3.4375rem;top:33.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XeTi1i26Jt7LvZNAoZxMwVuCMBfUzf { display:block; }
 }@media only screen and (max-width: 763px) { #IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L { display:block; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxENRJmHMzO91AJwlzcWfzdJgE5iHXNo { top:7.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS16PXLy97fAc5fLWasF9GS6e1b2vJek { 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) { #pla2y374UUvdG3KsLBdh3HW1J7nTkUQW { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZeNT6XB2Wp3sTnzKWflDhlSSlXSZF7 { 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) { #xDbZMyLEqNlxEeoVcBcdt28h9giHsbmn { 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) { #edSlNkNTpaPFgEDy9OlH5zTbfGR0PUhT { 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) { #UXPFud854cvuHIEpwpLocyfSWsXCawCk { 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) { #l69GMC3racC4TUiXcZTG54xLup8kJ6dA { display:block; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJrlBfsklT7TZf2MfRU1vZrttJEhfotP { top:14.6875rem;left:13.875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGVoUS7eTe1sITECcpTCpe6r0TByOmVr { top:45.5625rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPKzQLlMZQzPOH2lSwZr78s47uK099FR { top:39.25rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35ByeKVEf53eDfh7aqqztLkJHxdH46J { top:36.8125rem;left:0rem;width:17.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0h0Se1EGEL9OP5maIuvixGf5L8iTQEb { top:6.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afw9SxTJS3kp4n7XPzUdhaIpE2EWW28T { top:36.8125rem;left:16rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D64sCQm7KTJUqLUmc948Pe6CkZtEGsqk { top:39.25rem;left:14.8125rem;width:19.3125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsKRHTqeZdbxsbF8eI3zwgDefqUgiPQ { top:36.8125rem;left:32.1875rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efg0Dzrp1hpBRuOh1kqdfbkh6MGVXq6A { top:39.25rem;left:28.8125rem;width:18.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKs7lKFKGl0XZttfrMo4T5agP47wPS6 { top:45.5625rem;left:15.5rem;width:12rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg3O0wcOxWEyGHV7fQr6xoEkFyPbnl91 { top:49.8125rem;left:21.5rem;width:10.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVE1s4nZaANcLdF3QnV04DIu4GqTiI7 { top:70.1875rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfdsb65eZCVD7LTaCHdqEOLJli2230iA { top:67.0625rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6OS7Per20PR1GPEwBaWv0Ae25cD5L1e { top:14.6875rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3cKNOpU5IHJ2zm4dSfT4R3yRRfFPDW { top:67.0625rem;left:13.3125rem;width:21.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zILXg9Vz9hKCAXMiSaCDAcQqGcs5nOeu { top:70.1875rem;left:16.5rem;width:15.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQTQykQAWD23iiku3TqUhoRG8C1QZRx { top:24.125rem;left:0rem;width:19.1875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNfvgRrAhR08XVBshv9q24GU0cg8sRW { top:70.1875rem;left:30.9375rem;width:16.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhbxDRu7e9StOWGromsZ1eKpHpOwMKWT { top:67.0625rem;left:26.5625rem;width:21.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ZCTJ67TnWMXDwHgPrn4DbJSBssQFJJ { top:46.5rem;left:39.1875rem;width:8.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuP8i3sbD88FPdtQ77kNn2ymxoiQHQHz { top:13.875rem;left:0rem;width:18.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DuE1kJMPTGwTAGWMfoiIbQ6cUWdVG3 { width:14.5rem;height:3.4375rem;top:76.875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvaflOLHSvE1vAnHQJp6xIM3fTKQAHI1 { display:block; }
 }@media only screen and (max-width: 763px) { #zHEmvi2tlhDmE1NXufffVPBzVyzHzXTl { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6iupdwgpw4GDVJFB7ArBqpA3BTZ33Q7 { top:9.1875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXlQMAypnm4JKRZ98ldRAPKlELDRrZN { top:49.1875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf { display:block; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIQnzCbCb02M9FiDNEkUwmFvE9wdgVa6 { top:39.3125rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9VTAymDBNLMhl2NaEeu0eE7HBcqpORk { top:2.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR7BRtU80HlqJgKDVrkpMUqCfdGEpR6F { top:7.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATRKzJTFDurGpzq50qIxrzxsDKt7hsu { top:37.5625rem;left:0rem;width:47.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvJAnacEfMK4e607pnKIbMeywgF6uuX1 { top:41rem;left:11.6875rem;width:35.3125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvT8M9NaVDnzueaqtgaEghJ9Hzt7mFWA { top:47.1875rem;left:35.6875rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g39kPDymElTQmkOWDHGeTAgSWvKFVkvx { top:102.9375rem;left:11.5625rem;width:35.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTKDaM4sx9pF2oTrM4e1s7yg2lCoTd4L { top:53.9375rem;left:0rem;width:47.375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFGvKezV9qHKr2K7aD8kcdOczoR8Twg { top:56.125rem;left:12rem;width:35.3125rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4QMoyToBMKi2tAnAan5q8FKOSaI7C33 { top:56.125rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbWIn9g6FGHFEUwAg23bsuMl4N7vIXxi { top:67.6875rem;left:0.5rem;width:9rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERGq42GVHnEoqpI7JLVEeS4fysn0AzSL { top:12.5625rem;left:0rem;width:47.375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p53uVPQvGrpfDIiIxLACr2R17MtdApJy { top:14.125rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTD6esvHyJpHt09GCuNZC9uHT7c7e6z { top:14.25rem;left:11.9375rem;width:34.8125rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1IoFUsVbUJzDvchrswhQ034BTb4aWay { top:25.6875rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsMF2zEibP61mk8t70xG859N3zf4tqFO { top:100.125rem;left:0rem;width:47.375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4hyh6D1xwXRkIuBbLKu3M6IiCx9hZB { top:101.375rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKRRHh0mnsTyT2SLCtVZ8lySWesEAwLe { top:81.875rem;left:0rem;width:47.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZeXTyyr83uax5remc0HzdtUzMDZTCNK { top:84rem;left:11.75rem;width:35.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNw83F8rp1alZIGEQxMnIVHHTnSgibTc { top:84rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzgHfC94FiWRq4eaGSJc4yAZIu9QoMw { top:94.25rem;left:43.1875rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Vaadgbl40NlHyCXS3Lksvke3TLqiAy { top:109rem;left:35.8125rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw9XZ0rN3ed689X3bMQgL0CxnxHzs2bN { top:74.3125rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoRNozAVm6fL875tLsZ3r89ebcMKy0Pt { top:29.6875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCbkRGEJluBJhwnEGIbI3m0N53B432t { display:block; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8ZwDlp2rtaLhQRvIJM07llaLGTfZzBK { top:11.1875rem;left:0rem;width:35.75rem;height:4.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VCWZhFXmlDDVENZDqUv8Wi9EiMwg8P { top:31.1875rem;left:38.25rem;width:9.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi { top:17.75rem;left:0rem;width:40.5625rem;height:9.375rem;font-size:1.25rem;display:block; }#i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi li:before{  }
 }@media only screen and (max-width: 763px) { #L7rqMLVEzAFDNGE92tO6kfehBBHg7pa6 { top:31.5625rem;left:35.625rem;width:9.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHN7dlDTvrz5UNmsaVpEsrkxTNflITAT { width:17.4375rem;height:3.8125rem;top:35.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiDO4H6v6mTKeNQvKGWwCT05XWl7uOz { display:block; }
 }@media only screen and (max-width: 763px) { #tToPkHhBJ2QzNMrcIJxrshrFteNLtrRe { top:11.1875rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzUX7zLwHuz0NqlmGQ7tewgsp4iMn9U3 { top:2.1875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 { width:18.5rem;height:5.1875rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #T9mNytkib6AE3XLQwLqUgevf1sQq0il3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #ZAnZ7U2yAuoxAWE8RJfvnwRBTE2Wmaio {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #oymnayBLzuDLKoWihMifztH0ciD2Zbr4 {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #OF6Dnx5y0xaRwkzIMyzslvbpdMdWATXm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #qC3sDXivP2gHp4JhIomWfpNKQ5GWw0Go {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #MTHQ7Twspf5z6FgFDHaZTpvXETSff9V6 {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #Zdz3RZEmAaIhI5PAfoCTdEo48e3X6tH0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #xG3VgLShGVCvn7b9bdWS98LV56UHQy5s {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #GlpaXqL4FD8O6WpbyBX6TmiTnthqli3Z {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #i6fgrZx2BD81IHnQe3G15lTTLexNBEyt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #M7aBOZMiOvDFND7BuSOvvevUFNPoPfwO {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #dn7XuLzHId4IFmAnMdNb3IrwuRQBcKJ5 {  }
 }@media only screen and (max-width: 763px) { #DZ7ZQ9bsJkcJJiFwkVSOCkRa0VhAIA2X { top:29.1875rem;left:0rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXNrrO0unNED3fWGGZzA8BKizmztHyvS { display:block; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdR8oz2Q9943WchTDmQvcKmkWKGVxOPl { 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) { #iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW { display:block; }#iyXHeBXAWMdUUBxVN0OpEPDaPGwlXztW > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWLtZMu5uuU6gtSTsnawXNAxQ3Z3tdep { width:17.9375rem;height:2.5625rem;top:28.4375rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opn2IWEL8ox9upNTRc7SJ73ZttTLy1tn { width:18.6875rem;height:3.25rem;top:31.8125rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvGw3Auacdz1ULyygJHplp5fkwtUuNlG { width:20rem;height:4.875rem;top:36.0556640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2yflpzFtUBIMGGZf1wXnqmrqJLdCCpu { width:20rem;height:5.125rem;top:42.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koTTZCnK9z7EVtFdbepTTikQX46pJhP3 { width:14.8125rem;height:26.8125rem;top:0rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsprRwbKXGnPMTZ9mOaAA5T14H6zQHJJ { display:flex;width:3.125rem;height:3.125rem;top:48.9375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #rTTsThee0P8LZF8ELZ9ThWHndle9b0BP { display:flex;width:3.125rem;height:3.125rem;top:48.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mhHBSo0w8hTTPUtAT18UmxLDINVgLTwB { display:flex;width:3.125rem;height:3.125rem;top:48.9375rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE { display:block; }#mmxbNb2DaxMtaNaSZBKHOkdI2IuFRBOE > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu3wHLTil5JdU2Bh6xVg5TGEJFidKVgK { width:18.0625rem;height:21.5625rem;top:7.75rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l46WZvpkkAw7VQkTbFkdbAPvCuVSTDTh { width:20rem;height:2.4375rem;top:39.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .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; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM .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; }
#fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM { width:18.5rem;height:5.1875rem;display:flex;top:31.4375rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #RPXyFTdITayOsOaGoMSf1stKi00W0KiB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #bh8kfeD5vKJOlgsXbbWyioZZNszVc35C {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #UewzyovBbN49rqDvmpOio9xoTwN02Euy {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #s6zstnFSd09T2T5P4TrBTFArwR6Dz6yF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #yOmJm2gftvuLUwGRIybOy4L02TQb5uTb {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #IbbO9WalQFAdJR5sns08y3M3kpBAiy9c {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #addWe1ygydrzBPhJJSbnMTWNidipQ4Ib { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #Xp1R4ha0bxO7wKvMEMJiE9E1D4VX7uoS {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #zlBP9qsMG5qr9bK2MhIE99yNN97XykE6 {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #TT8EBl3vVHxUAlzaMN7eUs05Z8nTSaTe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #t5QwtsEpoC0gAfLNanTc6dnnBhl6k42A {  }
 }@media only screen and (max-width: 763px) { #fgG5Inphghg8cCpLUKAOvLzAHTa6u8oM #X1QCS0U6vh6RpMVUygnZKVtrPpMDBd3I {  }
 }@media only screen and (max-width: 763px) { #wPJBrBWFJOO9DsKhS0N9qXw0zVa08lZb { width:14.8125rem;height:5.125rem;top:1.40625rem;left:2.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi { display:block; }#mmigaPkTRHXh2RaWCkEvlfXNu8Iaqwhi > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkBteOTHRWu5IRuzTzlnBW83mWiZZMUD { width:20rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3th8uMSHRPueyxfl4RvCPIwheU4zQS { width:16.6875rem;height:16.6875rem;top:8.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OOQTMmqG6XriTySfaQlSFgUTsckhpu { width:18.375rem;height:4.3125rem;top:31.0625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utW5Bo3ShZWlh6biQbgxVOQm5udsz093 { width:18.375rem;height:1.625rem;top:28.125rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkLLBFn0CJ1QZR9Fp7zRVFUqZ2qlotMk { width:15.375rem;height:5.75rem;top:49.4375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxtL0ry3Bc9q0E5dqynwWvambG58xmEC { width:18.375rem;height:1.625rem;top:46.5625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caVXFPwUvI1FvRewFTNQax5IH96hv3Ib { width:16.8125rem;height:5.75rem;top:60rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goKbPx0Py5bZTB43lvZU5ux1bGf7swuC { width:18.375rem;height:1.625rem;top:57.0625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7TncNO6guNOTg0VTO20ft7PlnEHvpn { width:15.9375rem;height:4.3125rem;top:40rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkF7xe7zdrkZNxTZ2DLZHJDdif5d6ZvD { width:18.375rem;height:1.625rem;top:37.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZz0N4bhCN1QpskeTFJ3WtrgQHzU1AT3 { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhPR0ravuH6FiAWsRT30cEKxqkknLdSs { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXTk8IaxEfpLzbmaxKfqwl1oSnP1Fu39 { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #okJvOpArrf40lu0Wyan4EKXzkUsNMnTh { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ { display:block; }#k6rbJxqoIUfZCaQmiJNCH1gT2pidhGQQ > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsVXrgpwmlEpT5ETy8p8BED24fTeCK1B { width:19.25rem;height:7.6875rem;top:1.59375rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5L2A9sKmz7gSVcWEwLMxES0C2CNyQKD { width:19.1875rem;height:2rem;top:10.8125rem;left:0.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSH3fBhy6Raw9BBZBKTSHhzWeJ15dAr6 { width:13.6875rem;height:3.5rem;top:14.75rem;left:3.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKcEgH76mtqo1KH0IuS9HZvaMGpUlrUS { width:14.5625rem;height:23.75rem;top:58.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1z6m6vGAJMrRy4y4TWrPydTBz4L230 { width:16.625rem;height:16.625rem;top:5.875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdN2vi7Whshyqk8RDpFR5GEUHP4r71ou { width:17.5rem;height:13rem;top:19.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTRlSCe7XdFpx7ThwZzpMNxdpqurDU1A { width:9.125rem;height:1.75rem;top:33.9375rem;left:5.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpTPWWaJnG6nkC2FoRLZP6mEkV6gzD9m { width:17.375rem;height:19.5rem;top:37.1875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzl0pvsFU2wG94847ouWFVghLSe4OcSr { width:14.5rem;height:3.4375rem;top:81.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XeTi1i26Jt7LvZNAoZxMwVuCMBfUzf { display:block; }
 }@media only screen and (max-width: 763px) { #IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L { display:block; }#IH5cTdCEVCIUn9NzEkLiEpBW3bz8zK6L > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxENRJmHMzO91AJwlzcWfzdJgE5iHXNo { width:20rem;height:20rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DS16PXLy97fAc5fLWasF9GS6e1b2vJek { 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) { #pla2y374UUvdG3KsLBdh3HW1J7nTkUQW { 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) { #ACZeNT6XB2Wp3sTnzKWflDhlSSlXSZF7 { 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) { #xDbZMyLEqNlxEeoVcBcdt28h9giHsbmn { 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) { #edSlNkNTpaPFgEDy9OlH5zTbfGR0PUhT { 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) { #UXPFud854cvuHIEpwpLocyfSWsXCawCk { 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) { #l69GMC3racC4TUiXcZTG54xLup8kJ6dA { display:block; }#l69GMC3racC4TUiXcZTG54xLup8kJ6dA > .row .container { width:20rem;height:181.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJrlBfsklT7TZf2MfRU1vZrttJEhfotP { width:16.75rem;height:16.75rem;top:39.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGVoUS7eTe1sITECcpTCpe6r0TByOmVr { width:18.375rem;height:18.375rem;top:92.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPKzQLlMZQzPOH2lSwZr78s47uK099FR { width:18.375rem;height:3.75rem;top:34.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o35ByeKVEf53eDfh7aqqztLkJHxdH46J { width:16.9375rem;height:1.4375rem;top:31.8125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0h0Se1EGEL9OP5maIuvixGf5L8iTQEb { width:20rem;height:3.25rem;top:7.005859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Afw9SxTJS3kp4n7XPzUdhaIpE2EWW28T { width:13.75rem;height:1.4375rem;top:57.625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D64sCQm7KTJUqLUmc948Pe6CkZtEGsqk { width:19.3125rem;height:3.75rem;top:60.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNsKRHTqeZdbxsbF8eI3zwgDefqUgiPQ { width:13.75rem;height:1.4375rem;top:84.8125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Efg0Dzrp1hpBRuOh1kqdfbkh6MGVXq6A { width:18.375rem;height:3.75rem;top:87.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdKs7lKFKGl0XZttfrMo4T5agP47wPS6 { width:12rem;height:14.8125rem;top:120.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg3O0wcOxWEyGHV7fQr6xoEkFyPbnl91 { width:10.8125rem;height:14.5rem;top:124.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVE1s4nZaANcLdF3QnV04DIu4GqTiI7 { width:18.375rem;height:3.75rem;top:115.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jfdsb65eZCVD7LTaCHdqEOLJli2230iA { width:13.75rem;height:1.4375rem;top:113rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6OS7Per20PR1GPEwBaWv0Ae25cD5L1e { width:17.625rem;height:17.625rem;top:65.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3cKNOpU5IHJ2zm4dSfT4R3yRRfFPDW { width:20rem;height:1.4375rem;top:140.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zILXg9Vz9hKCAXMiSaCDAcQqGcs5nOeu { width:15.9375rem;height:3.75rem;top:142.9375rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spQTQykQAWD23iiku3TqUhoRG8C1QZRx { width:18.8125rem;height:10.3125rem;top:20.125rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lgNfvgRrAhR08XVBshv9q24GU0cg8sRW { width:15.9375rem;height:3.75rem;top:170.5625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhbxDRu7e9StOWGromsZ1eKpHpOwMKWT { width:20rem;height:1.4375rem;top:167.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5ZCTJ67TnWMXDwHgPrn4DbJSBssQFJJ { width:8.375rem;height:18.1875rem;top:148.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuP8i3sbD88FPdtQ77kNn2ymxoiQHQHz { width:18.5625rem;height:10.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DuE1kJMPTGwTAGWMfoiIbQ6cUWdVG3 { width:17.5rem;height:3.4375rem;top:175.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvaflOLHSvE1vAnHQJp6xIM3fTKQAHI1 { display:block; }
 }@media only screen and (max-width: 763px) { #zHEmvi2tlhDmE1NXufffVPBzVyzHzXTl { width:15rem;height:5.125rem;top:0.9375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6iupdwgpw4GDVJFB7ArBqpA3BTZ33Q7 { width:12.625rem;height:12.625rem;top:9.1875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEXlQMAypnm4JKRZ98ldRAPKlELDRrZN { width:12.625rem;height:12.625rem;top:49.1875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf { display:block; }#V2LG1JJZGhT6uFM2p2qg1ay6lkxAifzf > .row .container { width:20rem;height:194.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIQnzCbCb02M9FiDNEkUwmFvE9wdgVa6 { width:10.125rem;height:10.125rem;top:59rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9VTAymDBNLMhl2NaEeu0eE7HBcqpORk { width:20rem;height:5.125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AR7BRtU80HlqJgKDVrkpMUqCfdGEpR6F { width:16.1875rem;height:4rem;top:7.875rem;left:1.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eATRKzJTFDurGpzq50qIxrzxsDKt7hsu { width:20rem;height:9.5625rem;top:73.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tvJAnacEfMK4e607pnKIbMeywgF6uuX1 { width:16.9375rem;height:7.1875rem;top:75.125rem;left:1.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yvT8M9NaVDnzueaqtgaEghJ9Hzt7mFWA { width:11.375rem;height:1.625rem;top:70.75rem;left:4.3125rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g39kPDymElTQmkOWDHGeTAgSWvKFVkvx { width:18.375rem;height:8.625rem;top:181.8125rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mTKDaM4sx9pF2oTrM4e1s7yg2lCoTd4L { width:20rem;height:29.9375rem;top:99.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JTFGvKezV9qHKr2K7aD8kcdOczoR8Twg { width:18.6875rem;height:27.3125rem;top:100.9375rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #F4QMoyToBMKi2tAnAan5q8FKOSaI7C33 { width:9.5rem;height:9.5rem;top:85.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbWIn9g6FGHFEUwAg23bsuMl4N7vIXxi { width:9.875rem;height:1.625rem;top:96.5625rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERGq42GVHnEoqpI7JLVEeS4fysn0AzSL { width:20rem;height:28.25rem;top:28.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #p53uVPQvGrpfDIiIxLACr2R17MtdApJy { width:9.9375rem;height:9.9375rem;top:14.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTD6esvHyJpHt09GCuNZC9uHT7c7e6z { width:18rem;height:25.875rem;top:29.9375rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N1IoFUsVbUJzDvchrswhQ034BTb4aWay { width:9.9375rem;height:1.625rem;top:25.5625rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsMF2zEibP61mk8t70xG859N3zf4tqFO { width:20rem;height:11.75rem;top:180.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4hyh6D1xwXRkIuBbLKu3M6IiCx9hZB { width:9.5rem;height:9.5rem;top:164.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKRRHh0mnsTyT2SLCtVZ8lySWesEAwLe { width:20rem;height:16.3125rem;top:145.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RZeXTyyr83uax5remc0HzdtUzMDZTCNK { width:18.5rem;height:14.375rem;top:146.375rem;left:0.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kNw83F8rp1alZIGEQxMnIVHHTnSgibTc { width:9.25rem;height:9.25rem;top:132.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzgHfC94FiWRq4eaGSJc4yAZIu9QoMw { width:4.375rem;height:1.625rem;top:142.875rem;left:7.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1Vaadgbl40NlHyCXS3Lksvke3TLqiAy { width:11.375rem;height:1.625rem;top:176.25rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uw9XZ0rN3ed689X3bMQgL0CxnxHzs2bN { width:12.625rem;height:12.625rem;top:319.125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoRNozAVm6fL875tLsZ3r89ebcMKy0Pt { width:11.25rem;height:11.25rem;top:278.375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFCbkRGEJluBJhwnEGIbI3m0N53B432t { display:block; }#QFCbkRGEJluBJhwnEGIbI3m0N53B432t > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8ZwDlp2rtaLhQRvIJM07llaLGTfZzBK { width:20rem;height:5.4375rem;top:46.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2VCWZhFXmlDDVENZDqUv8Wi9EiMwg8P { width:9.5rem;height:3.25rem;top:72.75rem;left:8.125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi { width:19.1875rem;height:17.0625rem;top:53.8125rem;left:0.4375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }#i6nCJdlFXsHmgcwlXgA2cgUAWES9XJTi li:before{  }
 }@media only screen and (max-width: 763px) { #L7rqMLVEzAFDNGE92tO6kfehBBHg7pa6 { width:9.5rem;height:2.5625rem;top:73.0625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHN7dlDTvrz5UNmsaVpEsrkxTNflITAT { width:14.8125rem;height:3.8125rem;top:76.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiDO4H6v6mTKeNQvKGWwCT05XWl7uOz { display:block; }
 }@media only screen and (max-width: 763px) { #tToPkHhBJ2QzNMrcIJxrshrFteNLtrRe { width:20rem;height:20rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzUX7zLwHuz0NqlmGQ7tewgsp4iMn9U3 { width:20rem;height:7.3125rem;top:1.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 .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; }
#tBRclJU99JTkxxP0A6K0JkfASMhnwv68 { width:18.5rem;height:5.1875rem;display:flex;top:38.291015625rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #T9mNytkib6AE3XLQwLqUgevf1sQq0il3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #ZAnZ7U2yAuoxAWE8RJfvnwRBTE2Wmaio {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #oymnayBLzuDLKoWihMifztH0ciD2Zbr4 {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #OF6Dnx5y0xaRwkzIMyzslvbpdMdWATXm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #qC3sDXivP2gHp4JhIomWfpNKQ5GWw0Go {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #MTHQ7Twspf5z6FgFDHaZTpvXETSff9V6 {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #Zdz3RZEmAaIhI5PAfoCTdEo48e3X6tH0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #xG3VgLShGVCvn7b9bdWS98LV56UHQy5s {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #GlpaXqL4FD8O6WpbyBX6TmiTnthqli3Z {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #i6fgrZx2BD81IHnQe3G15lTTLexNBEyt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #M7aBOZMiOvDFND7BuSOvvevUFNPoPfwO {  }
 }@media only screen and (max-width: 763px) { #tBRclJU99JTkxxP0A6K0JkfASMhnwv68 #dn7XuLzHId4IFmAnMdNb3IrwuRQBcKJ5 {  }
 }@media only screen and (max-width: 763px) { #DZ7ZQ9bsJkcJJiFwkVSOCkRa0VhAIA2X { width:20rem;height:4rem;top:32.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXNrrO0unNED3fWGGZzA8BKizmztHyvS { display:block; }#AXNrrO0unNED3fWGGZzA8BKizmztHyvS > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdR8oz2Q9943WchTDmQvcKmkWKGVxOPl { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }