.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:245,248,242;--color-primary-1:221,230,213;--color-primary-2:187,205,170;--color-primary-3:94,103,85;--color-primary-4:28,31,26;--color-secondary-0:255,251,228;--color-secondary-1:255,223,102;--color-secondary-2:255,222,89;--color-secondary-3:255,201,31;--color-secondary-4:51,44,18;--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:"Rubik";--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-secondary-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); }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container { background-color: transparent; background-image: none; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container > .video-iframe-container { display: none; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row > .video-iframe-container { display: none; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .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); }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container { border-width: 0; border-radius: 0; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#N652ROzw9s7PvC25oZmKKwQoN8J61nRA { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.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; }
#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:none; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { border-width: 0; border-radius: 0; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:none; }#IeopUbhyvHevz0iShvNztVdTFonF7s3b { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cASreMKR8K9oMEqD1xNCebFFI7J7ghv4 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LIcl8ggqDnOJz4zXbSo36diAKt0BZVoZ { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.5625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QbNgDu2niASiIA5T72Tq0ORALvTrIbUa { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IXPznLzbeiTyGvc3xvP3grSoBm7BxIge { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.84375rem;left:0.9375rem;display:block; }
#MukF8arfrsQmlbrLGQTy2CGIyIaVmD9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container { background-color: transparent; background-image: none; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container > .video-iframe-container { display: none; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row > .video-iframe-container { display: none; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .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); }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container { border-width: 0; border-radius: 0; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#pIgnvSGCmd6xyrqkNFV3zhgsecT5wQC3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wqAXxQD2WIwN1IBct2QfCnHEwQre74Ai { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BSVD0gU60STuhJQfRr7Cp9WTCCXKIZVA { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.5625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OVSPRqtZDsJ87GLUwZXPy2XXrxKK8Psv { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xmXXS0AEkTq3sEAVobeaszLrtAShT9dT { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.84375rem;left:0.9375rem;display:block; }
#fZQhLfzX5NHQBtTzbPIOUwXpHClAIyHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM { background-color:rgba(var(--color-secondary-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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:none; }#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM > .row .container { border-width: 0; border-radius: 0; }#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;overflow:visible;position:relative;display:none; }#gaC7Nuf8NT8PFocoweToMr5epVhgQKWi { color:#ce0000;display:block;width:31.4375rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:27.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WsbTZyamoVekKRyr4PA4CiOyvgQhw157 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;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:8.625rem;left:28.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; }
#Wyu3kK4HiCvrGTgXERJy118T1UHuCTFm { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.25rem;left:35.875rem;display:block; }
#EmmN2asrVn6KkcJJ3T5mN27cbL9JQtqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOoqyU4idVod0UQ5hA7raSQcra51TK0O { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;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:28.8125rem;left:31.1875rem;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; }
#xf95rnb1P2OXrnX0VMvRqEhnmDVFdiRP { 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:3.625rem;width:3.625rem;top:24.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#TAd2XJIqosyb10aTUqAPyTeAQKByAATf { position:absolute;display:block;z-index:15004;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:3.625rem;width:3.625rem;top:24.0625rem;left:44.625rem;overflow:hidden;display:block; }
#Ne65fwEcQfJuZZcOvfypMXF8EBGqCgMO { position:absolute;display:block;z-index:15005;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:3.625rem;width:3.625rem;top:24.0625rem;left:48.1875rem;overflow:hidden;display:block; }
#zNSF6KuE3itew3E5RzXsfAeW7oMOHump { position:absolute;display:block;z-index:15006;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:3.625rem;width:3.625rem;top:24.0625rem;left:51.75rem;overflow:hidden;display:block; }
#J3DUKG2ClvrgV0qTU6ow98n7V21m9Uvu { position:absolute;display:block;z-index:15004;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:3.625rem;width:3.625rem;top:24.0625rem;left:37.5rem;overflow:hidden;display:block; }
#UzDyZAow0Q6VMSZLzxMEbJMqu63VInGX { position:absolute;display:block;z-index:15005;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:3.625rem;width:3.625rem;top:24.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#Nyq1TTMWmskQm2OeqaT9mcKCT3JfqHTi { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;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.3125rem;left:33.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lg2TgvierUJPsOlq73m47yW8yZrgcHd4 { 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:29rem;width:17.8125rem;top:3.625rem;left:6.3125rem;overflow:hidden;display:block; }
#KwfwNzL9J16LEGdLqElmhFa9XIvAn673 { box-sizing:content-box;height:29.1875rem;width:29.1875rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.5rem;left:0rem;border-top:0.0625rem solid #060c17;border-left:0.0625rem solid #060c17;border-right:0.0625rem solid #060c17;border-bottom:0.0625rem solid #060c17;display:block; }
#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ { background-color:rgba(var(--color-secondary-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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container { background-color: transparent; background-image: none; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container > .video-iframe-container { display: none; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row > .video-iframe-container { display: none; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .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); }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container { border-width: 0; border-radius: 0; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#gywGp8ZsaA7lnhy7AbqSTKlWnI6z1DzE { color:#ce0000;display:block;width:31.4375rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:27.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OGO4B2c1Ouu0RIiBBSQEphTwezTLpKCo { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;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:8.625rem;left:28.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; }
#qCMGVdoxTFP35dBswr12S5Vguh9OOUB8 { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.8125rem;left:35.1875rem;display:block; }
#gdoR57V0cyPKDO5Z1FH1iH5otJtIwrFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0OqbaQxh8ECrvSRT1D6mcdBqCsdynAe { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;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:42.1875rem;left:31.25rem;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; }
#Qy1XyeOQEeLTXkxNDaAVTAebJ5TfuwO1 { 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:3.625rem;width:3.625rem;top:37.4375rem;left:41.125rem;overflow:hidden;display:block; }
#KgLEbtuOsb1pKNB5UOnsWFuV5FX5KkU8 { position:absolute;display:block;z-index:15004;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:3.625rem;width:3.625rem;top:37.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#LqWuQPeezBBu3vdmduXOGsNyR96Fh51L { position:absolute;display:block;z-index:15005;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:3.625rem;width:3.625rem;top:37.4375rem;left:48.25rem;overflow:hidden;display:block; }
#DUJZnQN7GUAWTEraMAIX2Wk3Tsgxx99U { position:absolute;display:block;z-index:15006;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:3.625rem;width:3.625rem;top:37.4375rem;left:51.8125rem;overflow:hidden;display:block; }
#MOIOQvkCZCecFvVeGfoITuufqNRnF4fa { position:absolute;display:block;z-index:15004;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:3.625rem;width:3.625rem;top:37.4375rem;left:37.5625rem;overflow:hidden;display:block; }
#W0ZirpWM734CX5iEptcXdCUkKruQ0eAc { position:absolute;display:block;z-index:15005;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:3.625rem;width:3.625rem;top:37.4375rem;left:34rem;overflow:hidden;display:block; }
#nQqdfc4lNCll8z3rgJJ7o4VFeJu8xoB8 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;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.3125rem;left:33.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a3TpQQ0wO4FQsUczDtFzSvk3FeN0mpVB { 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:29rem;width:17.8125rem;top:3.625rem;left:6.3125rem;overflow:hidden;display:block; }
#cRPtpfuEXu7sVNgtqnOJQlkJXS1eI3d3 { box-sizing:content-box;height:29.1875rem;width:29.1875rem;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:rgba(var(--color-primary-2),1);background-image:none;top:2.5rem;left:0rem;border-top:0.0625rem solid #060c17;border-left:0.0625rem solid #060c17;border-right:0.0625rem solid #060c17;border-bottom:0.0625rem solid #060c17;display:block; }
#M4Ei3rqs8aqU6vt7GTBmCvlMhUkO6kwp { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5rem;left:38.0625rem;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;font-style:normal;display:block; }
#C1pRnPzFlLMT0HW568lQPUSaZbSmlitM { position:absolute;display:block;z-index:15048;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:7.6875rem;width:7.6875rem;top:20.875rem;left:28.875rem;overflow:hidden;display:block; }
#Tdrp3va2GB7dpRuW76ASPHJDuCyQG20I { box-sizing:content-box;height:9.875rem;width:31.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:19.6875rem;left:27.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#rW4NS0CXG9LLFhGDLfKmyStQgF5z5eeE { 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:15050;line-height:1.3;letter-spacing:0;top:27rem;left:54.0625rem;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:right;text-align-last:right;display:block; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .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; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .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:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;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; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .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.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;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; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl { 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:21rem;height:5.822265625rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:39.3837890625rem;left:3.98046875rem;z-index:15012; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #nmOmZNTqmucJLQeGa0WnV2wSkCd3Gpmm { display:flex;position:relative;top:0rem;left:0rem; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #kvU8k2O4HHrXqB6qnuTT5GgIOlXO02VK { width:auto; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #SkwqEgfd7p5P94h1uWIuCHNvSKfmCTvL {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #rrBgWZLdqKcKi8Kr6DkPAy0QJ0E0Ofmo { display:flex;position:relative;top:0rem;left:0rem; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zgr1946okrXzNJcS5oHOnr5lwHaz6kvB {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #C0m3TOK5vUsFlhbSe1SiTVsI67CFPsDx {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zXuCk1yhOmUK0qf1MnW9O8Xt4ngeM2Z2 { display:flex;position:relative;top:0rem;left:0rem; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #gDTZnsrXJR9JAsOxyTAhQK3KHPSdkqpi {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #vwIXglpcGMzA9TP0N8J2rNyiBbUzKzdc {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #ZxNnTDyXzleBPDbIKR0lGSyOTZkrFx88 { display:flex;position:relative;top:0rem;left:0rem; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #EfNO46QnzlzeLlfn5WDqoQSED682xkI8 {  }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #wd05JmB2MU25IUd1DyvgbC9rHdKn5Vrv {  }
#gAlodkt8P1xHvbreKr2gEx2NhTos5xa1 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.9375rem;left:4.34375rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { z-index:;position:relative;display:block; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { background-color: transparent; background-image: none; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container > .video-iframe-container { display: none; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row > .video-iframe-container { display: none; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .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); }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { border-width: 0; border-radius: 0; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container { background-color:rgba(var(--color-secondary-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:42.5rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TfgTPE1srKHeyaaVQhnnyaHrAUFkmukT { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#QOD1mblI3ZK4gKR941UimiU1uR3xAx4m { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.1875rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#evNIqpDBS9higw39JrRi8USkaxTM0IqD { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:23.75rem;left:5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pce8CtPXOJHyqq2wmR3U7p8zzOHWH4FT { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#U7FZPm5IbAuV0TD8MFJo5QWkcyfOCFdT { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.3125rem;left:9.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; }
#apRrBCTVwfpCwBPmBV9x3Z43vA48ORQh { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.3125rem;left:16.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; }
#fip60fJAhmTG7lRu09A4xADwflerN4p8 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.8125rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KE54s8QQcoTr9aaaBRaoLd4IOUQLbI7X { box-sizing:content-box;height:12rem;width:27.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.3125rem;left:30.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;display:block; }
#vkq99iuF2mDzzDZoBR5OhLtNVXzMOdm2 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.8125rem;left:45.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#g7KAII5iAJUUXVvGuLlzwMUXPgcu1VGG { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.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; }
#lDlAfupg5yDaeqEB9DeXIOrOnrNXWn7i { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:37.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D5UQX3cgZN7kzamqenCOmeOD8ORLyCnp { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:16.3125rem;left:38.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; }
#R4dz7FbAusEq9P6nClrLMmPysZ2QBw5q { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:22.25rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VFreJP0061I1qzdMlyibFerdqAV9uWXm { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.875rem;left:16.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; }
#yefJtLUUUxHrbn32nXzZRMS6U8hiPAE0 { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#JahCGwbsra74fkLGrd1bzdySvvREuJCU { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.375rem;left:8.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#C3EuyCSR08aWyJi02FaZLQlQWHGloi8H { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.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; }
#at20lqTuFZQfPkf061MOxGNhVElpJqCs { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.75rem;left:34.03125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNRrWz2WGHHgAHoawaKDaaQpt1oliK5V { box-sizing:content-box;height:12.1875rem;width:27.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:22.25rem;left:30.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;display:block; }
#DN7RpSdshbWpsQEdWak5MENOhKKdmKhe { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:44.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nl6DnQx6DklmWsDKKrphqraLnisqzPOM { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:29.875rem;left:46.1875rem;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; }
#z5arEof6QEL5ToNcwrUDdvNR80amhVd6 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.84375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gy6RLW6dZkLR7zBMNf89FPEgAZtCtgST { box-sizing:content-box;height:2.5625rem;width:6.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.375rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#n9a9yHDoTHgxiR9OaBMUslPZJfWicE5C { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:29.875rem;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; }
#wSHoDW30XMMFNcwF2pB657RBFHR7Hff5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.3125rem;left:15.4375rem;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; }
#rSOVHyavWsJ9xOzQH3yM4yKcxHlfoS4p { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:9.6875rem;left:34.40625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSprFS08feTsSnx0Lk2b127k0QcgyvhN { 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:14999;background-color:#f8a98c;background-image:none;top:25.65625rem;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; }
#W1y3uc1ZkgZSpd3RHu7WKZ6zTzC1HGvb { 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:rgba(var(--color-secondary-2),1);background-image:none;top:3.625rem;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; }
#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU { 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; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { background-color: transparent; background-image: none; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container > .video-iframe-container { display: none; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row > .video-iframe-container { display: none; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .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); }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { border-width: 0; border-radius: 0; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#D0VgBVRb7mx5yhobpimRQRH15WqlTfTh { 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:28.625rem;width:17.5rem;top:9.375rem;left:1.78125rem;overflow:hidden;display:block; }
#xVWShmmOhrDdS0yxk5RsZZ2kL7ofp8Mm { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fWiuL4f8ez4TVOrLTxCcJTKVhhVFgV2z { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:25.71875rem;height:4.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;text-align:center;text-align-last:center;display:block; }
#bi4vdnGVqGCst3iewCEdCrVbJHXPkTTi { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:22.59375rem;height:1.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; }
#Prc8tgD2h9Egoqu27qSTezJ45udiaTSy { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.9375rem;left:0.4375rem;display:block; }
#mVkyreumpW3npbdU9aPik5uDraiUrtFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vg3RZatVxnT3fdKPAZcKCTEvGV4qsK6A { box-sizing:content-box;height:34.125rem;width:34.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.375rem;left:22.25rem;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; }
#WNt6n2Hbs3sPEKFZ5GRu68tpSc5IoaQI { 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:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.875rem;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; }
#DXeyXLP9aNgVQ9aiEPkt2Quk7eVB22v3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:25.71875rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#A90yUqqv0mUXuUXPha5hg0HQBBVl5cCP { color:rgba(var(--color-tertiary-2),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.71875rem;left:28.34375rem;height:3rem;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; }
#nkzDTdrqVbV1Qs4hQpJPNtGH9OAKr6u9 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:26.65625rem;height:6rem;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; }
#oKqpPAWTGapuZy0qi8qf5sJpXJpZRCRo { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.5625rem;left:25.71875rem;height:4.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;text-align:center;text-align-last:center;display:block; }
#hQ8ryZas6i2vKVRsiK3QDo92rX1649h7 { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.5625rem;left:25.71875rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container { background-color: transparent; background-image: none; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container > .video-iframe-container { display: none; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row > .video-iframe-container { display: none; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .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); }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container { border-width: 0; border-radius: 0; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#WZDFDtkrFmAG2clBOqgbkroQzRmUeeA4 { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.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; }
#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { z-index:;position:relative;display:block; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { background-color: transparent; background-image: none; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container > .video-iframe-container { display: none; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row > .video-iframe-container { display: none; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .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); }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { border-width: 0; border-radius: 0; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container { background-color:rgba(var(--color-secondary-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:2.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg { z-index:;position:relative;display:block; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg { background-color: transparent; background-image: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container > .video-iframe-container { display: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row > .video-iframe-container { display: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .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); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg { border-width: 0; border-radius: 0; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container { background-color:rgba(var(--color-secondary-1),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:288.1875rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#B8BABZnzSnU3yUAbnJRE4FP3IR3ezNea { color:#000000;display:block;width:37.5rem;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:50rem;left:11.25rem;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; }
#WbT3l5CQlozTXRRpBWABtINwpGWxhCTW { color:#000000;display:block;width:24.625rem;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:87rem;left:2.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iC5fXkVDHwk1QDqbCDwyW2upEkzouly7 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46rem;left:17.5625rem;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; }
#nF7alEl5zw2hrPGzAcizTBNdCf9UQz3g { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.5625rem;left:3.6875rem;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; }
#TdIarCOTVv77mcq4MBTliZr1eXfiKgTR { 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:24.6875rem;width:24.6875rem;top:56.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#ofJ08sw12LhH6oH8y4KsZcmR7mgrTf3t { 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:24.9375rem;width:24.9375rem;top:56.5625rem;left:32.3125rem;overflow:hidden;display:block; }
#cxy5UDniFOH2T7QlT8NZ9UX7g3UUBrHb { color:rgba(var(--color-tertiary-2),1);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:11.5625rem;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; }
#lOm9KKNgpIFtE5uCVhMVIJd5L743H17a { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:83.5625rem;left:31.625rem;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; }
#Gud8dFWtr8Zagk8OhEHygBURTygwcqeI { color:#000000;display:block;width:26.75rem;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:87.4375rem;left:31.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GDZVkKzqV2CWCQVlarpzOpiBc3RizmHM { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:170.6875rem;left:33.5rem;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; }
#LZ6OIX0sTMuTvt8CwgPJh4m3eiwnlyZI { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:174.375rem;left:32.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TVf2XNnInh2okGtpMha777m0SWAOg83H { position:absolute;display:block;z-index:15005;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:24.9375rem;width:24.9375rem;top:142.8125rem;left:32.375rem;overflow:hidden;display:block; }
#fmx9ZntpeRZhch2gTqlvczNdEvAXykvm { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:126.875rem;left:31.375rem;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; }
#UV7cUItPy4wvm3tJxBsdv6ZI0UtwGU37 { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:130.5625rem;left:32.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q9Wa4lxT7LTvMIckppWhwrf84khAsC3e { position:absolute;display:block;z-index:15028;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:24.9375rem;width:24.9375rem;top:99.1875rem;left:32.3125rem;overflow:hidden;display:block; }
#sJEmbFru1ls7Sy5ECQNqfNpXbdMueATK { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:126.875rem;left:1.75rem;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; }
#MbABHXLRHJBKKswzHXePTgmv4hQTP7wV { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:136.6875rem;left:37.875rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#xs8sfwdfENlW8BxJvXzKy2N4QOVOXQiy { position:absolute;display:block;z-index:15027;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:24.9375rem;width:24.9375rem;top:223.0625rem;left:2.25rem;overflow:hidden;display:block; }
#Zl5qSrf4LM1cA0KrfXTU59Xw8Q9Bdvly { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:249.9375rem;left:0.5rem;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; }
#dfETEoUcPNKByOKbUcSsufa7Os7h6DQf { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:254.125rem;left:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#ZzsWUZ7ytJu4lKcTpZKHwwRmW0v70PlD { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:211.9375rem;left:18.1875rem;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; }
#kW3UOHcphkSfBbTG7yyUFgBfpKac0wJE { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:215.875rem;left:11.09375rem;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; }
#uCdm4xPgnA54Wogob9Qf57olQiX64ky0 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:249.9375rem;left:29.375rem;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; }
#u3tGevTNTm9UFpoAS6MqfTKkguMxToV8 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:254.9375rem;left:33.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ifKw3zdfzI9TxJ7532LgcdAdfpA3L9a6 { 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:16.625rem;width:24.8125rem;top:227.25rem;left:31.0625rem;overflow:hidden;display:block; }
#rhThmdtagBntuV5dFOCcTufw5v3vUyR4 { color:#000000;display:block;width:23.625rem;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:130.5625rem;left:3.625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cLXoxROfqiIiQXGoI1lzXhb6yCmRmGac { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:170.6875rem;left:2.75rem;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; }
#AEeFUxWolfRKDvsW5lAkQuVNAdhAIls7 { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:174.3125rem;left:1.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eo0DRElTgJuUU8wpK2kx1oxnp7d8bPNm { position:absolute;display:block;z-index:15004;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:24.9375rem;width:24.9375rem;top:142.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#wLkEkrp0TpqMGGSbGT7ZpoWZ5eeeeX5b { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:137.3125rem;left:7.125rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#J7N3GfEAwRhfhn0HVMVsel4lgVXJA4B9 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:93.5625rem;left:7.625rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#cnMsWTWkXRRg06nzif9lwm5oZ6T0wrpk { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:6.125rem;text-align:center;text-align-last:center;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; }
#mQCuWbVopyVqSNlFlWcraa4t64xuyxAk { box-sizing:content-box;height:24.125rem;width:41.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:18.75rem;left:9.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fbReiMXEw9Qcp9t3gceXStIVgNqmo5cO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.75rem;width:39.375rem;top:19.9375rem;left:10.3125rem;display:block; }
#iTzUAnRKlXA3tZvmyCfpPD3ekrD3r4Ts { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:93.5625rem;left:37.25rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#xGDJtTTTgIUsCFw8gvs8lqeDiNzWzEvL { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:180.5rem;left:7.6875rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#q2yTBehMpQp4dWNTfT2M5tMuTuKVkeN1 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:180.5rem;left:37.25rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#I47iTOxwSsAADW3PLRGsv70PcyUx5VWv { box-sizing:content-box;height:24.125rem;width:41.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:185.875rem;left:9.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PLFgAAik93tbITaAFZBdzpER9GEOGL1R { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.75rem;width:39.375rem;top:187.0625rem;left:10.375rem;display:block; }
#odo0n3plfVOq0icfQPKLy23dBf0HCNGK { 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:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.625rem;left:4.875rem;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; }
#P3z9EzShAHQgPU9GmJFABkWThOOBFzwz { 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:18.75rem;left:42.4375rem;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; }
#NPDvHqW587HuR3vIap3BJLky4cNvG73K { 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:rgba(var(--color-primary-2),1);background-image:none;top:191.5625rem;left:3.6875rem;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; }
#GAui4Nv61UEA0K3dZmNT6zQTq6TZO22b { 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:15003;background-color:#f8a98c;background-image:none;top:191.5625rem;left:43.6875rem;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; }
#rb9uPyKtMTBM9fTo9Xs2mXZtuaOIkyrl { 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:18.75rem;left:42.4375rem;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:none; }
#lSh31bDkCZfBwKH7i5HAnlBnLQ6QxZBT { 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:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.625rem;left:4.875rem;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:none; }
#HcnmDOiiVi3vc5iyChBeGeSHNymayP75 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:274.0625rem;left:19.3125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .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; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .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:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;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; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .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.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;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; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh { 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:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:278.25rem;left:18.9375rem;z-index:15012; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #g2lEACwB1iR2BawOoiC38gA8TxzWFLA9 { display:flex;position:relative;top:0rem;left:0rem; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #TbqodFpXNNth4AsyoIW8KUAPRDbcqDXQ { width:auto; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #oaKZLxy2mrZupSupHv2dGwlpl5TAPtSn {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mECln9JR2vWzMbsTtsDyGaiZ5QDAgnhZ { display:flex;position:relative;top:0rem;left:0rem; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qP0tKB52FWJmlw5RwEAvlvLkMMwb3DCx {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #wP4wykkNByUSi4ZSg8S3AAtqM6BiZby1 {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qvRGXn7xZNe8B5HTChIhgtTJH2TRsa4S { display:flex;position:relative;top:0rem;left:0rem; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qScXyDiguikXcJKp3KQoFCgqacrIyEno {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #Xs7qOTelvp4x9kNaVwN98viCtmQTDuiR {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #znhlqbRSsA8lJGBVtelTcgRuvSLStKTi { display:flex;position:relative;top:0rem;left:0rem; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #GyZvXncGUiohcTkxw1kXuZZk5w4rTh37 {  }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mtuva0Ty5AtG0wgIP6drF2pfGTevBgst {  }
#yJC6wDqhmtvnkTVhuyzQoR7so6LW1x4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:262.875rem;left:32.8125rem; }
#UcCDBJ9au56zEEM6IEZ1WbTFTgUEO8wk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:262.875rem;left:28.4375rem; }
#aU3cJy7Jvkw0dfuJ2C5rZxfxcHzTiTJo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:262.875rem;left:24.1875rem; }
#DGzDwDsDHy83rE3lyUdq83Tmr933NH1V { 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:23.6875rem;width:23.6875rem;top:99.8125rem;left:3.34375rem;overflow:hidden;display:block; }
#WdZ2WAtzfUqmelCJZqRdb0z65sawKbgP { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:267.6875rem;left:21.4375rem;display:block; }
#DPTsmrgeLpQUOovNPMECRx1WokJ8KAga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm { z-index:;position:relative;display:none; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm { border-width: 0; border-radius: 0; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row .container { background-color:rgba(var(--color-secondary-1),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:275.875rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:none; }#pUMJA42pIds8d8mnIrwBFslHSdwnQeJJ { color:#000000;display:block;width:37.5rem;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:50rem;left:11.25rem;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; }
#STCMfcUDGZg26KQcleSpeMwNvd0kVKd7 { color:#000000;display:block;width:24.625rem;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:87rem;left:2.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#autdSPUpA40f0ivLfLym8IPm5LcxLUFP { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46rem;left:17.5625rem;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; }
#Bl66yamO15GwT9cyCKRh7FeqPHTuu3e4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.5625rem;left:3.6875rem;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; }
#vCTx20JKzz7TmaXmhgzoa4ItI6iTKCzZ { 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:24.6875rem;width:24.6875rem;top:56.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#FryAWZkPR1Eled9kpHUXiMcWso8MmDgR { 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:24.9375rem;width:24.9375rem;top:56.5625rem;left:32.3125rem;overflow:hidden;display:block; }
#v1qpbp0uppqUxTI7mC74p3OaGoaCFVl8 { color:rgba(var(--color-tertiary-2),1);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:11.5625rem;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; }
#Aufiv8ZwWidOy7OgoJHNi4m4vB65ieUK { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:83.5625rem;left:31.625rem;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; }
#s4d4l8CNade44EbZ49T9mFR8oxvzHzZU { color:#000000;display:block;width:26.75rem;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:87.4375rem;left:31.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Nf6x6Puy2hHCBQ5naH7FoAaQkhuGgnv0 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:170.6875rem;left:33.5rem;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; }
#b0h1wBvVHWGTLaZ7Xio62qTXXT9Ry69l { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:174.375rem;left:32.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mvJtIhMycbWhst94rThJeKstL5Myk86s { position:absolute;display:block;z-index:15005;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:24.9375rem;width:24.9375rem;top:142.8125rem;left:32.375rem;overflow:hidden;display:block; }
#Blq8TLSGkIxGUDEZvBbtzDEqDivSLUsS { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:126.875rem;left:31.375rem;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; }
#azglvM55CGCDn7OoguIUwolAKqGad4wg { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:130.5625rem;left:32.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hV3FBga43SuBwkOyTOFFFKzqSgda2Snr { position:absolute;display:block;z-index:15028;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:24.9375rem;width:24.9375rem;top:99.1875rem;left:32.3125rem;overflow:hidden;display:block; }
#vpCc0IwZVhJDSx1HleqUyg74fQ1lcQFK { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:126.875rem;left:1.75rem;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; }
#J0ZklkzaHdVtZ2buZTh2LEWL4EbQf2TT { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:136.6875rem;left:37.875rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#TM6rZOeg1ffq2lWIhLgvnX7mACVEOJ6Q { position:absolute;display:block;z-index:15027;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:24.9375rem;width:24.9375rem;top:223.0625rem;left:2.25rem;overflow:hidden;display:block; }
#aQRVFR0ag2pB6g50MUcgltTdB8haxr0P { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:249.9375rem;left:0.5rem;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; }
#u9Xu3ohLtIByZWEGMRDSW7vlkmlFZMyk { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:254.125rem;left:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#mQ7I3d4EzEfgKUr5lK9fr9u6FJI4z14v { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:211.9375rem;left:18.1875rem;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; }
#Pz0XL7XIbdW0J0Ap71sSmNdOS0pFaVZl { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:215.875rem;left:11.09375rem;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; }
#BOmqCTGp9dTJD30cnfNkXbbpNoVVVFBN { color:rgba(var(--color-tertiary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:249.9375rem;left:29.375rem;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; }
#lb5xOaQN6pt2Wm4Lup9XILJmCuv1qJtq { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:254.9375rem;left:33.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Nopas06sTEZ0356mulSrIOVSlvRr48Z6 { 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:16.625rem;width:24.8125rem;top:227.25rem;left:31.0625rem;overflow:hidden;display:block; }
#MidBFzLTdP121neAfMK7rHbXAUVgTTSm { color:#000000;display:block;width:23.625rem;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:130.5625rem;left:3.625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K8DiD98lZHpzsRZ6ignFcEMZ8WzdpJne { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:170.6875rem;left:2.75rem;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; }
#Hslrwl6NrmBPez7oXqNm6NEbaVcvOuNm { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:174.3125rem;left:1.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SFICKiVHyCfrg7ArwaHqiVaQLpgnCML2 { position:absolute;display:block;z-index:15004;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:24.9375rem;width:24.9375rem;top:142.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#vgueUU5R7ZWoy4EZ8pxPOkHte0svQS58 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:137.3125rem;left:7.125rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#VADAfPChTLsDB3QfIXzTfWWN6P8ZL0Ot { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:93.5625rem;left:7.625rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#gmhQTuGIIGuEIpiJ6JgTSI2zXJgxV5Em { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:6.125rem;text-align:center;text-align-last:center;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; }
#XRM1JT69mplaNikDveysIfcedI3Tb7BE { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:268.75rem;left:21.4375rem;display:block; }
#XHrs8bWA2VswNzRD5yP6MX5kxxQ8HN7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5hTlbUhlpxUaxk0DWkOLOTnxvEloTiu { box-sizing:content-box;height:24.125rem;width:41.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:18.75rem;left:9.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#XzRT6c2exAqnWQqQ5QLfu9BfanTzR21c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.75rem;width:39.375rem;top:19.9375rem;left:10.3125rem;display:block; }
#coxtsmoZTT5EeoeDJdxaR44tik6BTJVJ { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:93.5625rem;left:37.25rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#bwypfgmbI9I6qrlDVhrMI3eSqmwcBVXo { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:180.5rem;left:7.6875rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#c3Xx7zkZFGw0EQ7N37skoPU47mfotXqo { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:180.5rem;left:37.25rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#v6mP9Z3nJfNMONWXNiLZAd6BMwH5nIh0 { box-sizing:content-box;height:24.125rem;width:41.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:185.875rem;left:9.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#WvZeySQsJcosIk2gNUmOKJcT6y701WTG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.75rem;width:39.375rem;top:187.0625rem;left:10.375rem;display:block; }
#E3sLEUvDwTa35auQnhDzHlBAtJ9VqpdH { 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:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.625rem;left:4.875rem;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; }
#aUORoG5PUmCZgxOtiH7qFTsQNSpOqKTx { 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:18.75rem;left:42.4375rem;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; }
#T7QbkDNci4pvaToqSDIZollJ5wnZ1mKv { 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:rgba(var(--color-primary-2),1);background-image:none;top:191.5625rem;left:3.6875rem;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; }
#WubzrfyOdOD7JlNl1spGd34f6BOuwgb0 { 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:15003;background-color:#f8a98c;background-image:none;top:191.5625rem;left:43.6875rem;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; }
#NAJNrmFUKBlfGx12zBksO3apE7DKXUo6 { 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:18.75rem;left:42.4375rem;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:none; }
#P4otDr5ZEyAh4S0QaTnKvHTlFcLP3qKT { 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:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.625rem;left:4.875rem;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:none; }
#pXMJNMKIPCHE5UP48AVgMUz5DoRdQSEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:264.0625rem;left:32.8125rem; }
#CKNDdcHScxUId9i1riD7T2UnUetNb1lQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:264.0625rem;left:28.4375rem; }
#o5XP1SN77bUmf2MDAXxwggiasTnyG6Vu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:264.0625rem;left:24.1875rem; }
#x7T1g7OIKlL07epZ6aEerHAhM1U7zXJ8 { 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:23.6875rem;width:23.6875rem;top:99.8125rem;left:3.34375rem;overflow:hidden;display:block; }
#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { z-index:;position:relative;display:block; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { background-color: transparent; background-image: none; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row .container > .video-iframe-container { display: none; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row > .video-iframe-container { display: none; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .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); }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { border-width: 0; border-radius: 0; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row .container { background-color:rgba(var(--color-secondary-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:2.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE { background-color:rgba(var(--color-secondary-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; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { background-color: transparent; background-image: none; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container > .video-iframe-container { display: none; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row > .video-iframe-container { display: none; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .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); }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { border-width: 0; border-radius: 0; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;overflow:visible;position:relative;display:block; }#myDTFxipLoM3Nszxaxa4Jk0nkoPPkC2s { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;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; }
#aQl8E8vp2RtEACCaUEP040bJ9WsFncg6 { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#LShooVPZDpTXaDqoTDoKeG7u7owrRJdC { 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:13.875rem;width:13.875rem;top:6.8125rem;left:0.5rem;overflow:hidden;display:block; }
#VBeI9i4ui55Q1mGdXlSqmMTNcQL8cfos { position:absolute;display:block;z-index:15004;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:13.8125rem;width:13.8125rem;top:6.875rem;left:15.5625rem;overflow:hidden;display:block; }
#H5lDFk8TAHHrH7ARRKuSQcLHOiXe8rGc { position:absolute;display:block;z-index:15005;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:13.75rem;width:13.75rem;top:6.9375rem;left:30.8125rem;overflow:hidden;display:block; }
#BP3dfhoDXZIftwtMNxwwEfJCPUAofL93 { position:absolute;display:block;z-index:15006;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:13.625rem;width:13.625rem;top:6.9375rem;left:45.84375rem;overflow:hidden;display:block; }
#MIlkzRJG7CoJ9lO74Zm81I2uXMceT5ft { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.4375rem;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; }
#JnvCKM5u3KS8GEhHT0MTeLS5X2OLUw7S { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.9375rem;left:16.25rem;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; }
#b1t4kL3sfnSQDZmUkGuQJcgxwm9vpvNF { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:31.96875rem;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; }
#kxvvM5OZfdMgGDgDeFnHomwV65JGZ0uz { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:45.0625rem;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; }
#qSdA3Af18BeEuQwayNwuJz4M68KSf10B { color:#000000;display:block;width:13.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:28.4375rem;left:16.03125rem;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; }
#v0M4K4yF0R8dFxFIPRW94oP5yU0voD8f { color:#000000;display:block;width:13.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:28.4375rem;left:31.21875rem;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; }
#lqmVVn4xirmuyMQdhtB9Qq9nQ1V04dHZ { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:45.71875rem;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; }
#CWxGvrzf5PTDenom4pxZGySZvbDNphAy { box-sizing:content-box;height:14.75rem;width:14.75rem;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:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.4375rem;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; }
#zuVreosuUkapJ0NhIMIPcJkWIihxkZx9 { box-sizing:content-box;height:14.75rem;width:14.75rem;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:15000;background-color:#ffc635;background-image:none;top:6.375rem;left:15.0625rem;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; }
#OGMtrPKTQLRype1430INVb1e3utweX9q { box-sizing:content-box;height:14.625rem;width:14.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:rgba(var(--color-primary-2),1);background-image:none;top:6.4375rem;left:30.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; }
#N8g3Ts1aP4rw9Bu0oqnGAiReiA5n0Pai { box-sizing:content-box;height:14.5625rem;width:14.5625rem;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:#ffc635;background-image:none;top:6.40625rem;left:45.3125rem;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; }
#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container { background-color: transparent; background-image: none; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container > .video-iframe-container { display: none; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row > .video-iframe-container { display: none; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .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); }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container { border-width: 0; border-radius: 0; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#e0SebGOlOx1OGXAT2NOBImh14ipX8WXm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.0625rem;top:9.1875rem;left:6.5rem;display:block; }
#yro6FOssDI0Qz1H2FRSUWe22VqH6pt6r { box-sizing:content-box;height:28.875rem;width:50.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.8125rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wXfeS3KAEJ16O9ionx98FthXRSFb4309 { color:#ce0000;display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#XCQpVvPv0ZUeO3KHasgVlCwWucomXWMm { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:41.125rem;left:9.625rem;height:13rem;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;font-style:normal;display:block; }
#ikgNZ9dBtxT7hJAibnXk2rWDqP4VsKIo { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:55.5625rem;left:9.5rem;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;font-style:normal;display:block; }
#zo0MiboZmfTd7s0Lit2ImHOl5XTbcWig { box-sizing:content-box;height:23rem;width:45.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:39rem;left:7.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#Lwytx5m73iTtby7lgnli3uozcfdQUK3l { 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:#ffc635;background-image:none;top:7.8125rem;left:0.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; }
#re5wtWrUmpkw2LiiTnqzbDz13D0JPO5d { 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:15000;background-color:#f8a98c;background-image:none;top:31.6875rem;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; }
#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { z-index:;position:relative;display:block; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { background-color: transparent; background-image: none; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row .container > .video-iframe-container { display: none; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row > .video-iframe-container { display: none; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .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); }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { border-width: 0; border-radius: 0; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row .container { background-color:rgba(var(--color-secondary-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:2.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { z-index:;position:relative;display:block; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { background-color: transparent; background-image: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container > .video-iframe-container { display: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row > .video-iframe-container { display: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .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); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { border-width: 0; border-radius: 0; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container > .video-iframe-container { border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container { background-color:rgba(var(--color-secondary-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:199.875rem;width:60rem;border-top:0.75rem solid rgba(var(--color-tertiary-2),1);border-left:0.75rem solid rgba(var(--color-tertiary-2),1);border-right:0.75rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.75rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;position:relative;display:block; }#i5uF254PpGl5ycqdV81O6zuaaU8zRlBg { color:#000000;display:block;width:24.0625rem;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:30.6875rem;left:3.9375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#wrTkrOfdOt4wdHmGONz5LAGNpbrfIrfm { color:#000000;display:block;width:24.25rem;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:30.6875rem;left:31.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#GBvbbw4eLbu0pVyOfQf4NN1PNLbEKVFO { position:absolute;display:block;z-index:15008;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:11.5rem;width:11.5rem;top:10.125rem;left:10.625rem;overflow:hidden;display:block; }
#m1IcQyh12T3E2VBBmE6rikrKW6qPWKuo { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3125rem;left:7.8125rem;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; }
#y5eOmUfGAXAWxU6xkQtQi9xQPfuBidp7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5625rem;left:37.59375rem;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; }
#eKBV1Gl1dxDx20B3pSMS6DURdsq2vzT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5625rem;left:10.34375rem;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; }
#TEH7MJgRpIuoy6MXRbXHAXJgCyB0GF9q { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.1875rem;left:8.6875rem;display:block; }
#VoTEcdmn7hvBhTn1R2zlqeoiZTar4Dkt { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#Kvxw5H46rhCnmN7wpTZi3oAOypKAWL9I { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#f8a98c;background-image:none;top:7.3125rem;left:35.0625rem;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; }
#aTrOOC3qhX2gP8lgXUxCiBls2PqsGUBL { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.1875rem;left:35.9375rem;display:block; }
#ApIXF7ZrQP4fIUtM3otw9NkzblaDqknD { position:absolute;display:block;z-index:15011;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.375rem;width:10.375rem;top:10.5rem;left:38.375rem;overflow:hidden;display:block; }
#RoIcISTnbKNuh1QgKbsy9TtWOKGPcFPr { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:64.5625rem;left:32.5625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#truzV5TXrqyHKeKD1OXh6p1U0I6COnHV { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:64.5625rem;left:3.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#I0hM468I5ZN0HTUuS54K7AcMffQXhV7e { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:60.4375rem;left:37.625rem;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; }
#E50KHxqps46CZwX9lKDKdAuRzJ50kAlN { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:60.4375rem;left:10.4375rem;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; }
#UOCkeURDVLzTEDg0oln4acGxN4euvvB7 { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15016;background-color:#f8a98c;background-image:none;top:41.6875rem;left:7.8125rem;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; }
#aU06Z0oaiyZ0TO1paAMTroT589yHn86h { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:42.5625rem;left:8.6875rem;display:block; }
#pOquXowhQMk6bwxIzXpigexnr5IxWHV9 { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.6875rem;left:35.0625rem;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; }
#NJWGNUQFoQydUIkz9y2khtuCf1iSl5so { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:42.5625rem;left:35.9375rem;display:block; }
#zwHV3oBSK5mIwOJBpTtSQGOsVMEXFvIJ { position:absolute;display:block;z-index:15018;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:11.25rem;width:11.25rem;top:44.625rem;left:10.75rem;overflow:hidden;display:block; }
#ossi8ouTdOrvGXrT25nKHPvo8lmumGmm { position:absolute;display:block;z-index:15021;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.6875rem;width:10.6875rem;top:44.625rem;left:38.25rem;overflow:hidden;display:block; }
#uDKKFzVnMzuuKBMqrkG2PmPb8BiT7KQd { color:#000000;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:99.4375rem;left:33.6875rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#GE9GqGe1P5anh9D9zbmlxQKmGRNe1bOT { color:#000000;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:99.4375rem;left:5.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#vnmMut4SV4LUBxGkTTPyXQM9lNCJWWIm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:95.0625rem;left:38.40625rem;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; }
#ESDnH4Qy1OQsGf8ymR9XFpr2slFi6pE7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:95.0625rem;left:10.40625rem;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; }
#CgzhEAUM2gTUJTHRL8gqUBK38P06iqRJ { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:76.3125rem;left:7.8125rem;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; }
#T4rU3561PBoCiHG2zxP0RcRmPTbtAMmU { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15031;background-color:#f8a98c;background-image:none;top:76.3125rem;left:35.8125rem;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; }
#EbA1M2BSThqUw8wNQHrkXsirblni9zwT { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:77.1875rem;left:8.6875rem;display:block; }
#eITvKvVQ8quJAW2t6BwSTurZbJJVhCLT { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:77.1875rem;left:36.6875rem;display:block; }
#X01qlfiTazMq96m5VcxFLb4q2aa10nyO { position:absolute;display:block;z-index:15030;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:11.25rem;width:11.25rem;top:79.25rem;left:10.6875rem;overflow:hidden;display:block; }
#k8c6wkQAIcDNCKXlOvDCGQmeDKClT4Ts { 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:11.4375rem;width:11.4375rem;top:79.1875rem;left:38.625rem;overflow:hidden;display:block; }
#XV6KazmK1ice2xERRZmNUJOvOiB0fuC3 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:134.75rem;left:32.5625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#Qip5qpUgSzG9b2C5EZOXIlSBOk8tTmlK { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:134.75rem;left:4.4375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#lBeuWiUOBd8N0idda01mIOGiGTQTmsM3 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:130.5625rem;left:37.625rem;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; }
#CTH2iXPK17XBPZ3abmbkHK8lOaHn7IgF { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:130.5625rem;left:10.4375rem;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; }
#CUTKobhyVHJhwZK1bmU63SbqH4AwaZiV { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15040;background-color:#f8a98c;background-image:none;top:111.125rem;left:7.8125rem;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; }
#T2kJ2V66Jy7NTNDDZ5w67Qc6oKfltZnx { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:111.125rem;left:35.0625rem;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; }
#WtSBQFPmZgyQkB7pmfNEkhC0t1TXRqMQ { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15041;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:112rem;left:8.6875rem;display:block; }
#pGHi5dJtWxiZwdEZLprOFFE3OTf9h5Lb { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15044;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:112rem;left:35.9375rem;display:block; }
#vfdLQD6iEA56vJxygkreIJs3DTmnEEoV { position:absolute;display:block;z-index:15042;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:12.4375rem;width:12.4375rem;top:113.5rem;left:10.125rem;overflow:hidden;display:block; }
#yytUgoT0Bo3rTM1UbRuEAN2tWDVWQdTG { position:absolute;display:block;z-index:15045;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:11.4375rem;width:11.4375rem;top:113.5rem;left:37.875rem;overflow:hidden;display:block; }
#n6gaRRo7mg9Dd2f4MCIlTySD3FgZ84bv { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:169.125rem;left:32.40625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#TFKReB3ZxqvydCPUyR8DkGIyEQiT6e5k { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:164.8125rem;left:37.96875rem;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; }
#hW2BgpCVsxkAs4uW1TfIDWcudESE1XCS { color:#000000;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:169.125rem;left:6.4375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#nzI20FW1rHu6yditeuzz22EtaZw6T7Mc { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15041;background-color:#f8a98c;background-image:none;top:145.6875rem;left:35.375rem;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; }
#izrRRNqbbGcwtqSLs8xTJ4ynt6vTIfAz { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;top:145.6875rem;left:7.8125rem;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; }
#RmaKdLDQq7isi17kZPLiGTm0KJMXauVZ { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15039;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:146.5625rem;left:8.6875rem;display:block; }
#HzXA9RTmX2g5q4n3gg5CdSOmiBd5IAyi { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15042;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:146.5625rem;left:36.25rem;display:block; }
#vacHvyzlxVSIzNlKdpz3C51cNWogX3GG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:164.8125rem;left:10rem;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; }
#doQuyvHoahhM1XQoseXs27a04z8cWqHs { 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:11.25rem;width:11.25rem;top:148.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#XKLaFqPdrcvkku4QCbhkXH3ATyyOt2g2 { position:absolute;display:block;z-index:15043;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:149.125rem;left:38.75rem;overflow:hidden;display:block; }
#oJIb4dkkTFM8drPNbRnmskmpyXI8y7aD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5625rem;left:37.59375rem;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:none; }
#cBBISGTIp29NvpfeogGJ53RE07OPciHH { 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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:193.3125rem;left:20.65625rem;display:block; }
#Q8JHn6lBw1Trlp3n57Zhi9ad4FPAxVtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0FJTtFLJAnrB3SfzCJTgxhUFrqCRHVI { color:#000000;display:block;width:21.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:30.6875rem;left:5.09375rem;height:0;text-align:left;text-align-last:left;display:none; }
#xXHXGJu20N1UJMZ3ya4Z3yqb7abdpwXa { color:#000000;display:block;width:24.25rem;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:30.6875rem;left:31.8125rem;height:0;text-align:left;text-align-last:left;display:none; }
#GBLHOuHxQiTNyx5z0z1N7AB1wUIuEucT { color:#000000;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:64.5625rem;left:3.9375rem;height:0;text-align:left;text-align-last:left;display:none; }
#ZDQSlznqN4GS2qAnVgpRsBN1HbmzRvmb { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:64.625rem;left:32.875rem;height:0;text-align:left;text-align-last:left;display:none; }
#sgWsH3n8sZldhrle95A7tEENNreaWM59 { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:134.75rem;left:4.96875rem;height:0;text-align:left;text-align-last:left;display:none; }
#pIZ7JLvWLxxzahJod4yHv95McXKUXKIt { color:#000000;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:134.75rem;left:33.5rem;height:0;text-align:left;text-align-last:left;display:none; }
#Uq5gAb78uyoe9xmyRGfMCewTsuPRNTkP { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:169.125rem;left:33.09375rem;height:0;text-align:left;text-align-last:left;display:none; }
#pvVl04Lm91ZDvFanJCsSCTshMN3O5EmX { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:180.3125rem;left:19.125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .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; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .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:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;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; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .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.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;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; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd { 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:21rem;height:5.822265625rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:184.3125rem;left:18.76171875rem;z-index:15016; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #fV3i7bU4QyNM42PThvDpXVSfdDFkBoFN { display:flex;position:relative;top:0rem;left:0rem; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #SbgcRZqMvsP9rVkSUVtqwb4RlA15WxqM { width:auto; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #e7c50VUI12UqnFhDtC7uq8IFlarPyy5q {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ZhOQKgbMuQb3ZBFxwLbLHOZUvNvXzom3 { display:flex;position:relative;top:0rem;left:0rem; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #C8mDIzJPhiBJ9HBqaMGdszttzsAmHTh6 {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ETX2LZybqykAbcwlvmNGLfFw6P2yuMkP {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #pA5n2yVUVC6WP2bxX2TvIwOGUiR2P7c5 { display:flex;position:relative;top:0rem;left:0rem; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #AcV3MK660D5InIQVxi7hftioUQ8WasbX {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #BLHEGo0Anl1XbF7zcSTqeGc89anozKsW {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #CthvaKpMRD5mAh2LGaaGIKGJxxoVr039 { display:flex;position:relative;top:0rem;left:0rem; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #PineycNvu1Jtk13vVLG6T850dDyZKSeO {  }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #FsPVWd5LuLPAKgVReySGvbJUl3mvXhBs {  }
#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 { z-index:;position:relative;display:none; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 { border-width: 0; border-radius: 0; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row .container > .video-iframe-container { border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row .container { background-color:rgba(var(--color-secondary-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:186.5rem;width:60rem;border-top:0.75rem solid rgba(var(--color-tertiary-2),1);border-left:0.75rem solid rgba(var(--color-tertiary-2),1);border-right:0.75rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.75rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;position:relative;display:none; }#ha8TT5b7uQWgXs6X02l1sd8FwaVpvgfO { color:#000000;display:block;width:24.0625rem;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:30.6875rem;left:3.9375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#DP0o1ODDHsZQ7mcJBhO38wDNz033mmzd { color:#000000;display:block;width:24.25rem;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:30.6875rem;left:31.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#cXHd2M51q8Ea9I7IEMt5zTs94NQ9524G { position:absolute;display:block;z-index:15008;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:11.5rem;width:11.5rem;top:10.125rem;left:10.625rem;overflow:hidden;display:block; }
#JVHDwVNVQ1gEdZsAvqs8tWnWlsmSI0CE { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3125rem;left:7.8125rem;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; }
#ITCrKgZZUCV1yS1uBiegtpz9m2uVlb7E { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5625rem;left:37.59375rem;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; }
#pe5yNorl0X5ggwT4yb7dTJgfEBgHvuDB { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5625rem;left:10.34375rem;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; }
#giO54cT7iJLIGqapTeUWiO1W98yFbOus { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.1875rem;left:8.6875rem;display:block; }
#VTVSWzTzEI5mAbFLFS0me7f7AWAi28zn { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#OBxXttvHqsysxIQPl3trVu4SggpXu6nx { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#f8a98c;background-image:none;top:7.3125rem;left:35.0625rem;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; }
#ui9aR5ixQhpVHGQ7GDRHtmrnTs2kg7Fs { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.1875rem;left:35.9375rem;display:block; }
#uByvql1DeiWzLlFZOPIK335Z3q8A3q60 { position:absolute;display:block;z-index:15011;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.375rem;width:10.375rem;top:10.5rem;left:38.375rem;overflow:hidden;display:block; }
#hufUWmkE2xgJ8xZl0ywcv5ymaUVEUI61 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:64.5625rem;left:32.5625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#fadzc70ITKOxolfJiRRSq4oFSExJsO5g { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:64.5625rem;left:3.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#vgw2IfGpNn4tEIq5QV5MzrEIxFPP5hmA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:60.4375rem;left:37.625rem;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; }
#KtQ5sMdzokt47FWGlWVtqFnlSHUKkE2T { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:60.4375rem;left:10.4375rem;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; }
#wGiLp4xZ8cZRfCanMvOKy19ohqyzJDhb { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15016;background-color:#f8a98c;background-image:none;top:41.6875rem;left:7.8125rem;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; }
#roUKWAJ9X3PlseTGE6f7yXB4Xt26kavE { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:42.5625rem;left:8.6875rem;display:block; }
#ANxsOQ0viw9mFT9k3vmIe4ADSzikpHOp { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.6875rem;left:35.0625rem;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; }
#nk0N1p0n52wLE0oX0suvb0LrQ8TghCCP { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:42.5625rem;left:35.9375rem;display:block; }
#VX1zcxacvzsyKGUnPqHWbWEpzTi3yMe3 { position:absolute;display:block;z-index:15018;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:11.25rem;width:11.25rem;top:44.625rem;left:10.75rem;overflow:hidden;display:block; }
#z2BtyOdzWSTTyyHS8yfVSw3QinMOkpVf { position:absolute;display:block;z-index:15021;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.6875rem;width:10.6875rem;top:44.625rem;left:38.25rem;overflow:hidden;display:block; }
#sKi7eNRdGDNQrfA4AqV4AfdPJiR55OtD { color:#000000;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:99.4375rem;left:33.6875rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#uZrQlOCEaepR4BsD0PoROx4bfBJy0qVb { color:#000000;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:99.4375rem;left:5.8125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#qRJZy2Binto2JZRT3IheBrUvp6EtdMW6 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:95.0625rem;left:38.40625rem;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; }
#URrou2axc94pe7GMw3TXvHnGEQB3VaTG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:95.0625rem;left:10.40625rem;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; }
#H1kb3V2ZCyqgLdpCBVgcT7J8aRnIiI4I { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:76.3125rem;left:7.8125rem;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; }
#h2CDBwm0VOgEUG4owCCcwkMPgpVlFR3X { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15031;background-color:#f8a98c;background-image:none;top:76.3125rem;left:35.8125rem;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; }
#Z74XVx33b25B212O4PI0rTqWZhgbx595 { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:77.1875rem;left:8.6875rem;display:block; }
#JZFTZ0k5oyrWt7O8W3vw0DznLTWyWf6T { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:77.1875rem;left:36.6875rem;display:block; }
#de4maS5TprhNP2A38PV4kb6cODqMK8wl { position:absolute;display:block;z-index:15030;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:11.25rem;width:11.25rem;top:79.25rem;left:10.6875rem;overflow:hidden;display:block; }
#fOMnLrulZ3kT8IBzChw0EiQxRo66wprA { 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:11.4375rem;width:11.4375rem;top:79.1875rem;left:38.625rem;overflow:hidden;display:block; }
#tPuTyVhadKi8XvGcZ8Ull23hWyZVF6Z1 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:134.75rem;left:32.5625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#Hk12K2WoaSRwIdKm0cXV5EAlJ6BvbNxQ { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:134.75rem;left:4.4375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#AD4tbNRv0corzlDKDompTS0XQlZnSxxR { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:130.5625rem;left:37.625rem;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; }
#e2IcZcUhncCkOmLGTK79vqV5IHGW33Qf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:130.5625rem;left:10.4375rem;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; }
#b6vuyzx3Lx9MANZfVDzimQtqk7mmNfR0 { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15040;background-color:#f8a98c;background-image:none;top:111.125rem;left:7.8125rem;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; }
#k2kXa2QBlnVCerSCNeyWT1sDGQHXCTPX { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:111.125rem;left:35.0625rem;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; }
#iEi3MX0JgC4uCNSCp89ET1XfFKRJnBcI { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15041;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:112rem;left:8.6875rem;display:block; }
#oQS6FrBx17T4kbkAb046OAWg4rwCOJDI { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15044;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:112rem;left:35.9375rem;display:block; }
#wVamss8KHzSu9KuRR5OvwupQJis20URU { position:absolute;display:block;z-index:15042;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:12.4375rem;width:12.4375rem;top:113.5rem;left:10.125rem;overflow:hidden;display:block; }
#zNa6CHbikKbnTMRsnzJpbzWEJDlPwo66 { position:absolute;display:block;z-index:15045;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:11.4375rem;width:11.4375rem;top:113.5rem;left:37.875rem;overflow:hidden;display:block; }
#QGsmDNhrBrqlKCsTD0loi0HZtbL7sIy7 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:169.125rem;left:32.40625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#Wk7CdUEtvhrfBhAk0yx35nVaPlKIPsvo { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:164.8125rem;left:37.96875rem;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; }
#fTXgsgP2t6nMUq1vSseBZT4moBZ3Vwg4 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:169.125rem;left:6.4375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#QuHgCtBb1d5lMf5bpakHTNi5xWgIrDom { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15041;background-color:#f8a98c;background-image:none;top:145.6875rem;left:35.375rem;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; }
#G90bsrtX64XI1aOfhvvOmXzTNB8TrKS6 { box-sizing:content-box;height:17.125rem;width:17.125rem;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:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;top:145.6875rem;left:7.8125rem;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; }
#ThJSRAQzSxq3yX1hK1o5VGgCePKQnVWn { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15039;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:146.5625rem;left:8.6875rem;display:block; }
#dT7e8XcN9xftSempyy7OKe4AepW8LkkD { box-sizing:content-box;height:15.375rem;width:15.375rem;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:15042;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:146.5625rem;left:36.25rem;display:block; }
#tnLrTHX0kX2oFRXlGI7nuKPpg7EEGEEB { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:164.8125rem;left:10rem;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; }
#Nv7ePB0Sb65Osw7QiKnBprb8VG6cDbCP { 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:11.25rem;width:11.25rem;top:148.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#QPM6w3bQN1FMZTbrbWfUFf4pfB9aRpJO { position:absolute;display:block;z-index:15043;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:149.125rem;left:38.75rem;overflow:hidden;display:block; }
#hT5gikaNTr0fF9RMh9zEzS5HPsR3iV9e { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5625rem;left:37.59375rem;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:none; }
#ueLA3Vqil9UxEJKOcaatmof9OFoc5J6q { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:180rem;left:21.8125rem;display:block; }
#NLoiPLGzqdyvnt83QslVibsrneJStbeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOJpqy1sDN3paAHrL9HuxVvT119FDZRJ { color:#000000;display:block;width:21.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:30.6875rem;left:5.09375rem;height:0;text-align:left;text-align-last:left;display:none; }
#nTCgon24sMwVbFqGQMR41CVKbAaQLedI { color:#000000;display:block;width:24.25rem;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:30.6875rem;left:31.8125rem;height:0;text-align:left;text-align-last:left;display:none; }
#A1rHz3GF1lrTrbilih6yF1MmtAyA3otc { color:#000000;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:64.5625rem;left:3.9375rem;height:0;text-align:left;text-align-last:left;display:none; }
#SFUmQffTmILQudmTOZuB331cE0S3n7LJ { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:64.625rem;left:32.875rem;height:0;text-align:left;text-align-last:left;display:none; }
#XammiTkfExHM1ctPvfDFCT4RTvIxnJMT { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:134.75rem;left:4.96875rem;height:0;text-align:left;text-align-last:left;display:none; }
#K51TgZaE2hoBTBsWc4m741kFJZbEkFAP { color:#000000;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:134.75rem;left:33.5rem;height:0;text-align:left;text-align-last:left;display:none; }
#xR1AXc2N13JSiu2BhTlb2BQy0wccgePa { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:169.125rem;left:33.09375rem;height:0;text-align:left;text-align-last:left;display:none; }
#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { z-index:;position:relative;display:block; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { background-color: transparent; background-image: none; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container > .video-iframe-container { display: none; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row > .video-iframe-container { display: none; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .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); }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { border-width: 0; border-radius: 0; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container { background-color:rgba(var(--color-secondary-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:2.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy { background-color:rgba(var(--color-secondary-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; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { background-color: transparent; background-image: none; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container > .video-iframe-container { display: none; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row > .video-iframe-container { display: none; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .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); }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { border-width: 0; border-radius: 0; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { font-size:0.875rem;font-family:arial;height:186.125rem;width:60rem;overflow:visible;position:relative;display:block; }#oAyZTLh9Utc97M3X8bpzo5EC44fbhRnm { 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:81.0625rem;left:5.875rem;overflow:hidden;display:block; }
#hsTT8PAIhrSvAEGOOw6DdsBRrwrRg9EK { color:#fffee5;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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; }
#cdgX4uByQaZ12GD9x9quR5pJkMXxBkCP { 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; }
#bGQeTRqZaWqlNmBNQSi7wQL9i9rT38AM { box-sizing:content-box;height:13.375rem;width:52.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:79.3125rem;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; }
#P6oFvcl3BtaHZJlSCZImMypimbmXnFKU { 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:82.75rem;left:17.9375rem;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; }
#NZeZS0Q0Uv8hmSOPEhBX1lxpXQiTbPgc { 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:88.9375rem;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; }
#HoG7AcZ5f7BGVtSyIipTTETiH4b1rs1l { position:absolute;display:block;z-index:15041;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:142rem;left:5.9375rem;overflow:hidden;display:block; }
#FNgxLREEKACDKpTMaowPpxNnMLBlcPy3 { box-sizing:content-box;height:25.125rem;width:52.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:95.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; }
#qxIpTVXBGZWOk4uPSZ9GTs1um5IRwf4f { 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:97.3125rem;left:18rem;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; }
#LpcTmTpbQ8dPTio5OEJo7qWVl7pQqJtI { 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:97.3125rem;left:5.875rem;overflow:hidden;display:block; }
#xA5UJIxtk6fALuqVf8JW0L9iuORPTbKG { 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:108.875rem;left:6.5rem;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; }
#Pi4LC1wfZI4q26On793USCGtkmGcuHUb { box-sizing:content-box;height:37.3125rem;width:52.3125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:140.25rem;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; }
#VVNP9EhQOsb2cuAvf2Dtct1Pxkbkg9c3 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:153.6875rem;left:6.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; }
#vUd78UwUC1wC1H8TnZHp6QSsXXl3Nmap { box-sizing:content-box;height:22.25rem;width:52.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:32.6875rem;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; }
#f7kcz1ruWxEGT7PmyiUPhQ3rbXEQETU7 { 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:34.25rem;left:5.9375rem;overflow:hidden;display:block; }
#TOLQlvTRWlGDZTrhr48C8BFSQKUKhtGF { 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:34.375rem;left:18.1875rem;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; }
#i0aHqKzziG8i19yG3TLLAvvqNdvyuI5i { 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:45.8125rem;left:6.0625rem;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; }
#xWuhSsfteLf7IkIJWeU4ZfNDJkhdIN4h { color:#000000;display:block;width:34.8125rem;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:142rem;left:18.1875rem;height:34.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; }
#JhCTBdW7LgX96mzqKQXhDwQie9TLLWdK { box-sizing:content-box;height:20.25rem;width:52.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:56.875rem;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; }
#J0k39DPqvGFtx1go818Kmocv9Q1TLJ3t { color:#000000;display:block;width:35.3125rem;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:59.0625rem;left:17.9375rem;height:16.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:justify;text-align-last:initial;display:block; }
#HTQBdqxeZ2SupdrPT2lIBT9Vzq1165Vw { 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:58.875rem;left:5.875rem;overflow:hidden;display:block; }
#KPyxhbIwcBFJo1WXE9bCaNhXQZuX7Hby { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:70.625rem;left:7.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; }
#NWtNIXD7HJOxvdmsbiReFevdOTBsSDpo { box-sizing:content-box;height:15.375rem;width:52.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:122.375rem;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; }
#XcBP8p0Hz5QvvZsa5t4bUrUAbDBls0U1 { 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:124.5rem;left:18rem;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; }
#wmi5CQUg32LpWaCt2GO1GhQcSLgz6UKi { 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:124.5rem;left:5.875rem;overflow:hidden;display:block; }
#dBt66U3wi0ueebHc889zDTbCIdu7Oklb { 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:134.75rem;left:49.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; }
#TnV9DH0azONEaCwMFBO9PJHziUQr7gdk { 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:87.625rem;left:47.375rem;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; }
#FSPORZwQPU5MOqP4ObgHEMXnvV50L5tA { 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-primary-2),1);background-image:none;top:49.8125rem;left:0.125rem;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; }
#WUuefo5uGwoxNQSapedTXxGHiX8XdyFi { 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:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:123.875rem;left:0.125rem;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; }
#Az4mrqQt2fdqFzZqPnTOUGRdTIzkRW9t { 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:169.6875rem;left:47.375rem;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; }
#Snvw1At9iNeqMw4t6I4f8ObPr8PklgWU { box-sizing:content-box;height:18.25rem;width:52.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.5rem;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; }
#AJnwTaXZJZLxCssW9kk4dLSJZnde0EZ4 { position:absolute;display:block;z-index:15004;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.0625rem;left:6rem;overflow:hidden;display:block; }
#FSWcRgfsdTAgUUdzoLix2WguBfxDsGNb { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.1875rem;left:18.25rem;height:14.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:justify;text-align-last:initial;display:block; }
#J4aWyayolSByHIypsLVfL2ZT5qrL1noG { 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:15016;line-height:1.3;letter-spacing:0;top:25.625rem;left:6.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; }
#nlWQkrfDQn5AKVc64Xl4GbRGf8Khacsr { 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:14997;background-color:#f8a98c;background-image:none;top:25.625rem;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; }
#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container { background-color: transparent; background-image: none; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container > .video-iframe-container { display: none; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row > .video-iframe-container { display: none; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .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); }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container { border-width: 0; border-radius: 0; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#up9kIWJ3rC7ZI7owVAGm8bF5JGTKB15L { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.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; }
#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q { background-color:rgba(var(--color-secondary-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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { background-color: transparent; background-image: none; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container > .video-iframe-container { display: none; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row > .video-iframe-container { display: none; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .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); }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { border-width: 0; border-radius: 0; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#xWzyHhrn2JKPNPdhokKPUcqXB34tuyQd { color:#ce0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#wQLEOTOnR7rRLbryaTs3MtD8zQfnTabT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;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:32.8125rem;left:21.71875rem;height:8.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:center;text-align-last:center;display:block; }
#yWCLMDRpWD3759N5AveEMLpCs7Khr9Zg { 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:15018;line-height:1.3;letter-spacing:0;top:32.8125rem;left:41.40625rem;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;text-align:center;text-align-last:center;display:block; }
#qCRLZE4y1vnv2rxc0OShb1117zR9kzhk { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5rem;left:35.125rem;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:none; }
#I6k5Mi0CvITTSHWcsB6pVFVLsUEINbOA { position:absolute;display:block;z-index:15004;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:13.8125rem;width:13.8125rem;top:9.1875rem;left:2.9375rem;overflow:hidden;display:block; }
#NxRSpuo3eTDu5TVbE0VdWg9QeO4aA880 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;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:32.8125rem;left:0.5625rem;height:8.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:center;text-align-last:center;display:block; }
#SSPokiUHICgHQlE7UXUSn0kNFKVHIhuR { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2.75rem;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; }
#AbWDsLVJUglzJ3eIfe07RII7ssX99dXE { box-sizing:content-box;height:15.5625rem;width:15.5625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:2.0625rem;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; }
#T3pPpDGvf8QHc1DKW8HOg8WLeKdQhU6m { box-sizing:content-box;height:15.5625rem;width:15.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.3125rem;left:22.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; }
#gQDk7Pmy2kpEsuKmrdTHgCl74S7iktSX { position:absolute;display:block;z-index:15008;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:13.8125rem;width:13.8125rem;top:9.1875rem;left:23.0625rem;overflow:hidden;display:block; }
#zNtlc5DJ8xHfRGAT4LmpdgGfRZU2Sn6T { position:absolute;display:block;z-index:15010;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:13.8125rem;width:13.8125rem;top:9.1875rem;left:43.3125rem;overflow:hidden;display:block; }
#OMCqGAKIvIopmx7LbSMa9hiwpuhztxeV { box-sizing:content-box;height:15.5625rem;width:15.5625rem;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:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:42.4375rem;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; }
#f36bcZlXxBOBpt87hINsUFxJ1RU7u761 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.9375rem;left:42.1875rem;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; }
#zSu50Ry5VtMXKhcarN19imngkvghZCKO { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.9375rem;left:19.03125rem;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; }
#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu { 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; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { background-color: transparent; background-image: none; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container > .video-iframe-container { display: none; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row > .video-iframe-container { display: none; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .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); }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { border-width: 0; border-radius: 0; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:60rem;overflow:visible;position:relative;display:block; }#k7v6B0E7hGxM71NQ3iIsieve4ICuusBc { color:#fffee5;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d18a3W4ltcAuqT69IL30p36T39yFysAQ { 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:5.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#dSRTue2H8yMxtpIQwTLrabUveNyLRWD5 { position:absolute;display:block;z-index:15038;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.1875rem;width:18.6875rem;top:59.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#kVBolc1ZlW0Xo1Q9l0mAQfHypE1a9rxo { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.875rem;width:23.0625rem;top:11.1875rem;left:34.9375rem;overflow:hidden;display:block; }
#eSMSWkn6iSOFW2ulu04EXKkwIqepuwp0 { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.25rem;width:26.125rem;top:22.625rem;left:3.84375rem;overflow:hidden;display:block; }
#DBrpOkl1prmZvJD8OJADFm2wlP1haBIZ { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.0625rem;width:31.5625rem;top:11.1875rem;left:1.125rem;overflow:hidden;display:block; }
#S8wnZxs9WlQ2T5Bcu3RuDeC03QFLFKCH { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.625rem;width:33.5rem;top:40.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#SAWQ3EOIRwf6vrGh4F6VdccctZtRqeOF { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.5625rem;width:20.5rem;top:40.1875rem;left:36.75rem;overflow:hidden;display:block; }
#Eu8tNRiFJPgN6TgK6cQnGT6uZcIxD7is { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:13.8125rem;top:62.25rem;left:21.375rem;overflow:hidden;display:block; }
#WfH5mN072AriHvABMTIJxaVo4u6X2Who { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.6875rem;width:15.75rem;top:72rem;left:1.0625rem;overflow:hidden;display:block; }
#lwq4G9fM9t6dJK075G8n8otILptelFke { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:24rem;top:83.5rem;left:18.8125rem;overflow:hidden;display:block; }
#iat1Ei19wDR2TQ4B7VxD4icWFDt6gFoF { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:15.5rem;top:72rem;left:18.8125rem;overflow:hidden;display:block; }
#Quf7vLxLOVia6LEm4tdBC1mdMJATTSAG { box-sizing:content-box;height:10.625rem;width:10.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:15005;background-color:#ffc635;background-image:none;top:15.75rem;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; }
#uCNh4KTDSQwHwHdqtD4oblU8dvu7haCv { 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:15003;background-color:#f8a98c;background-image:none;top:74.46875rem;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; }
#TRvV5mvlanEIMDsBEOlfgSskRgE2gTlh { box-sizing:content-box;height:10.625rem;width:10.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:15005;background-color:#ffc635;background-image:none;top:15.75rem;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:none; }
#SsGiGF6wUmCf8JsLBXlWZafPvydxiWZK { 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:15003;background-color:#f8a98c;background-image:none;top:74.46875rem;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:none; }
#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 { z-index:;position:relative;display:block; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 { background-color: transparent; background-image: none; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container > .video-iframe-container { display: none; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row > .video-iframe-container { display: none; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .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); }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 { border-width: 0; border-radius: 0; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container { background-color:rgba(var(--color-secondary-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:58.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GKbtFBA4pT05N0UkTtMBl21UtPRBrvCq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.5625rem;left:41.8125rem;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; }
#SKCJ0CzAgy1uFKh8w2BZgnNCl8zTikNR { position:absolute;display:block;z-index:15008;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:12.25rem;width:12.25rem;top:8.5625rem;left:2.75rem;overflow:hidden;display:block; }
#Qr4tKiFSb5aXcdeIz7W6be6OzztafGOr { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.0625rem;left:42.4375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WJKtFvMDCUD3c5ZtTFPvTBI7pSWpVLBT { 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:15005;line-height:1.3;letter-spacing:0;top:25.6875rem;left:20.8125rem;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; }
#RhDyZm3X4gacANbyeABreZcukkLqBTMH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.0625rem;left:21.53125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ewZ3AZCH35rQ2JZ7kfK0bomtobq3Q1iK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:1.59375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PntGssTOewqReZo1fxaTqZk6C1LsASAe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0.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; }
#ax1TPT3PEQT5kKJCGpXNZ7yNGBWvmaqF { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:50.5625rem;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; }
#GsqMPIqMiuH8kh5s40nm8s73CH22yrmB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:48rem;left:21.53125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TesXpa4v2XlCM1TFTl7XMb7EdybxzRNP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.4375rem;left:0rem;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; }
#K73sV1TpWaZahrqcqyH9Lll64O3BycSZ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:48rem;left:0rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T3rOQmVnwhJFw5GT8nTdcDB8nPwoHNeh { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48.0625rem;left:42.625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mP3GToFaqtAXKGCxr0scvqAip57cMDRu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:42.3125rem;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; }
#b79WUuK59k8IwtvBJJ8ZUXANUOnqiiJW { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#ipoiCszag6mb5vTa9ITT0ZDKkZlbfmql { position:absolute;display:block;z-index:15010;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:12.25rem;width:12.25rem;top:8.625rem;left:23.9375rem;overflow:hidden;display:block; }
#sOtmPL6w2VuZLzDTEUAhvKFmwiqHQs5T { position:absolute;display:block;z-index:15012;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:12.25rem;width:12.25rem;top:8.5625rem;left:44.8125rem;overflow:hidden;display:block; }
#OhayfcuhICCwVwIeTkTRvMNXZ3TMnrH8 { position:absolute;display:block;z-index:15018;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:12.25rem;width:12.25rem;top:32.8125rem;left:44.78125rem;overflow:hidden;display:block; }
#xBmCltKRWlSLpdlNWgxQgnUQK5NHdM7x { position:absolute;display:block;z-index:15016;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:12.25rem;width:12.25rem;top:32.8125rem;left:23.875rem;overflow:hidden;display:block; }
#F5ZkHQIWi6EJcdJq8bTtRwbNE2aVRy3v { position:absolute;display:block;z-index:15014;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:12.25rem;width:12.25rem;top:32.8125rem;left:2.75rem;overflow:hidden;display:block; }
#u4xndpfqiS51pQiE7rbdiHQhfr2mR708 { box-sizing:content-box;height:13.75rem;width:13.75rem;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:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.75rem;left:23.0625rem;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; }
#zcPydSLmJdNCQ9r9lOhhoJPzJ0xJH4lF { box-sizing:content-box;height:13.75rem;width:13.75rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32rem;left:1.9375rem;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; }
#TpN8XV77SJXbCZqFTn465xX8wKmXzT2s { box-sizing:content-box;height:13.75rem;width:13.75rem;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:rgba(var(--color-secondary-2),1);background-image:none;top:32rem;left:43.96875rem;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; }
#sE3oPRT343y2uJ6peCmCeOqzcRrlSrfF { box-sizing:content-box;height:13.75rem;width:13.75rem;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:rgba(var(--color-primary-2),1);background-image:none;top:7.75rem;left:1.9375rem;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; }
#cTRyRBv4LrvBs3CiWHTPzdJKWAo5KR6M { box-sizing:content-box;height:13.75rem;width:13.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.75rem;left:43.96875rem;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; }
#me3duHHCRAQueICfQMHD1rKP2fGNOrLA { box-sizing:content-box;height:13.75rem;width:13.75rem;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:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32rem;left:23.0625rem;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; }
#yIze437PlygHiooscxJ9UnoxCVDOMc1d { 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; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container { background-color: transparent; background-image: none; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container > .video-iframe-container { display: none; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row > .video-iframe-container { display: none; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .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); }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container { border-width: 0; border-radius: 0; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container { font-size:0.875rem;font-family:arial;height:91.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#Tu50qUsBzqQBxqeFAcyk2Wiapnw1BOTf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.0625rem;top:9.1875rem;left:6.5rem;display:block; }
#wRXqKfRb9aH3aPlsqNTRCxkeNSVVJLBG { box-sizing:content-box;height:28.875rem;width:50.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.8125rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Og88BfULRh2s9dZiho3HJPIh3Otocduy { color:#ce0000;display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#xR28OfR8Vc4C7sBpBAXUNnaPT9o1aIBQ { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:42.40625rem;left:9.375rem;height:24.375rem;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;font-style:normal;display:block; }
#hg0At6FIosLmS63Mck3THUMm4DQcpgsa { 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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:5.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:71.375rem;left:18.59375rem;display:block; }
#zpvr4uu0MAICCP9TOrSbgTzBpSckb2bf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJAQz5ezSmHy13a5VsGAVSrBwVLsdVCt { box-sizing:content-box;height:28.5625rem;width:45.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:40.0625rem;left:7rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .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; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .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:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;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; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .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.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;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; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r { 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:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:81.625rem;left:18.9375rem;z-index:15016; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #Db6SpdLt2SEIC3piIJRngp7KX6HbKt1z { display:flex;position:relative;top:0rem;left:0rem; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #HDU43m4NTmDQpgoIU2Aq5FBOvmpoSdqZ { width:auto; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lUm3mKdx55SltVPG9gNIdfr3qCJp9NWP {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #iAfQslK5BJaBqtzQV8J9lmeVe0f0s78m { display:flex;position:relative;top:0rem;left:0rem; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #r3Iyet3koziTR67v3GpT8TUEzMyXOlMQ {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lmrnKouJ4vGsptKka15fdG84Gq7VeitA {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #tk0IFPUJluaRMACGDLUQeQiMxzRKJeZI { display:flex;position:relative;top:0rem;left:0rem; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #DuKAfs7FWvmTx9thK7lceQm3dvBvtV1X {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #OeR70Xv7f7vTLwqkynvK1diu7a4gdD9e {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #VQmo9A545LLT4lRQ4JsPFvxeiwzpcch1 { display:flex;position:relative;top:0rem;left:0rem; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #RNbkJoQZ0waRlOd4Po98XhPS3cpxgRZ4 {  }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #gTf6esTn1BFg5BD7zHO9SpFRKyt6T4P6 {  }
#Hn825H6Tequ5l0Ecpf34iICoLzTMQ4Ai { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:78.4375rem;left:19.3125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#NRmSXiEa3BNcPAhNaAoFEOBs0T56JoBx { 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:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.0625rem;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; }
#C4UFlUTL4OVaTZEUlGnFnNakAufUrQsT { 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:7.8125rem;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; }
#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB > .row .container { border-width: 0; border-radius: 0; }#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:none; }#Ja1cOhd7ZTJ6e8d9x7pi5ioCPDPwBog0 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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; }
#shgb0N4INaSHzwxuqPilh96Rwz7dEqiO { 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; }
#NxbxfQVNHbLXRRbM2dyDMTw5ACzO0CTS { 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; }
#fgKd4GikzsTBul52tkBMo4SZnCnT6zLu { position:absolute;display:block;z-index:14996;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:29.6875rem;width:18.1875rem;top:9.9375rem;left:40.28125rem;overflow:hidden;display:block; }
#Nfu0FJXIzI7sIXBruUmWtT545IT4W8f0 { box-sizing:content-box;height:19rem;width:19rem;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:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.5rem;left:39.8125rem;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; }
#kf9a5EtBtH6vTLObZmzD5NutgLoLv5u2 { 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; }
#aUG8xa7lBTnXAvz1tDSc0TCViBXxWMyf { 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; }
#u2kqcOlHLsXv6lxTrvFpUyKMgBuWVa84 { 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; }
#elxfi7yCMVP3KUaSET8DT0y1xsmgQ5u9 { 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:var(--headlines-font-family);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; }
#eGrT0TUOdPflVnPkZSvfCdWFVRKkQaT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u { background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container { background-color: transparent; background-image: none; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container > .video-iframe-container { display: none; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row > .video-iframe-container { display: none; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .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); }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container { border-width: 0; border-radius: 0; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;overflow:visible;position:relative;display:block; }#Ck01vdyJwUl96U7kWMDaqLx81h1VSZfm { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#HsMK3QmNPT4eUBhiJpWGALlDd9lB9r3U { position:absolute;display:block;z-index:15006;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.125rem;width:40.4375rem;top:10.8125rem;left:9.28125rem;overflow:hidden;display:block; }
#p825VtyRR71aC03KnhDn8cJLPwsrxbDI { color:rgba(var(--color-tertiary-2),1);display:block;width:47.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:28.375rem;left:6.21875rem;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; }
#Ttd7o8a7msuEGQeGpwcxMsi6pJGQEGbM { color:#db2556;display:block;width:37rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:11.5rem;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;font-style:normal;display:block; }
#slPxafd3HfIsO7F4UgssanwaIPTvAsZL { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;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:36.3125rem;left:5.46875rem;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; }
#T42xSzXmaQKT8S18CmIQThBcrvLJavDR { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.1875rem;left:6.53125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cEpVR79a5gAkgFD8cPmaAu80zg1C5VQU { box-sizing:content-box;height:10.25rem;width:10.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffc635;background-image:none;top:12.9375rem;left:4.3125rem;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; }
#GqL2HnoaykePR24QAT93q9yARVQK68wV { box-sizing:content-box;height:10.25rem;width:10.25rem;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:15004;background-color:#f8a98c;background-image:none;top:12.9375rem;left:44.21875rem;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; }
#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD { z-index:;position:relative;display:block; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD { background-color: transparent; background-image: none; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container > .video-iframe-container { display: none; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row > .video-iframe-container { display: none; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .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); }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD { border-width: 0; border-radius: 0; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container { 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;font-size:0.875rem;font-family:arial;height:117rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#UbPnKKT0IzTsPmAFxzPkWF4oaXadJfvt { 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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:93.5rem;left:34.1875rem;display:block; }
#POxWR94f6dKUlUTcA681zeTPPAv2kgxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWXU31gU1nFdppcG3UCMbfqsfpVfm7kg { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.09375rem;height:3.375rem;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; }
#TuCs17todMredrXZboK3DNcQXrTFGpzB { background-color:#ffc635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:93.625rem;left:8.625rem;display:block; }
#Toa3K9gdUlziLZxhooRqumW6anhylTXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNBwsVSyfDAVVeaEM0uIUmsektXuFMAJ { color:#db2556;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:86.375rem;left:9.0625rem;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; }
#T7gGpOPvCBq8GXy32IpGrWxg568r1a3e { box-sizing:content-box;height:8.25rem;width:19.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:83.8125rem;left:6.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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#GpmpnPw3onXSMpMhVN2afMDxTr0hA1VX { box-sizing:content-box;height:8.1875rem;width:20.3125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:83.875rem;left:32.75rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#X04f4nHEif9a0pee7RqmKkEcL2qTFRxW { color:#db2556;display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:86.375rem;left:35.0625rem;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; }
#X1C8GwR5I1VZBsQI29KzVvZZ6dO9DhUf { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:89.8125rem;left:34.3125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RQ4uf9GACCqvHvmO7DSOAXmA0FMlob7T { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:84.8125rem;left:34.5rem;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; }
#JV0rIuLCTGUWvZDiLXnRFZ5v9J6WkaEv { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;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:84.8125rem;left:8.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; }
#Pfpei1oaaxHqbra9O52wyfX7kkTP7ebT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:89.8125rem;left:8.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bSQ45wfWguswxfPq0XK9JyB1JPV6Cofm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:76.8125rem;left:16.5625rem; }
#AflRDHCuhzmy8TAZgczV8i6WxVdz5lbU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:76.8125rem;left:39rem; }
#bHpn3xO1Ts1t41CQTEO13P2UMdWNRhR6 { box-sizing:content-box;height:10.625rem;width:10.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:36.375rem;left:6.0625rem;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; }
#v9vDBvlSOsqte6zzzMCOyvrDQyzk6nuF { box-sizing:content-box;height:10.625rem;width:10.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:15004;background-color:#ffc635;background-image:none;top:36.375rem;left:43.3125rem;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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .widget-text.counter-number { border-top:0.064375rem solid #ff004c;border-left:0.065rem solid #ff004c;border-right:0.065rem solid #ff004c;border-bottom:0.064375rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.66rem;padding-right:0.58875rem;padding-bottom:0.66rem;padding-left:0.58875rem;display:block;align-items:center;width:3.530625rem;min-width:3.530625rem;height:3.549375rem;position:relative;font-family:arial;font-size:2.64125rem;font-weight:700;line-height:56.79px;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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .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.413125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.7075rem;height:1.403125rem;position:relative;font-family:"open sans";font-size:0.990625rem;font-weight:700;line-height:22.45px;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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 { 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:23.375rem;height:6.814375rem;padding-top:0.825625rem;padding-right:0.84125rem;padding-bottom:0.825625rem;padding-left:0.84125rem;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:104.5625rem;left:17.8125rem;z-index:15007; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wzoWxrnVCMv26QzOyeObK88Tscc8ZSgI { display:flex;position:relative;top:0rem;left:0rem; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #yCZ9V2tAdqMrnkSfNv9IeE7uiZ8m6DCU { width:auto; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #L0hBCRlsXumdCi7pTAaF88QyfCLQm5S9 {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #OqfT7LGcolup6Xx6Z6ye0nxt3kLhW4VC { display:flex;position:relative;top:0rem;left:0rem; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Lfl1LR3tDp5EuL8635smK9NhxBdPptlf {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #NhMEQEuF2BOV9Qxh067A30MR2sAOyNbM {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #QVkHuKqXTTRIVbH57GpylTC7du7oxSpr { display:flex;position:relative;top:0rem;left:0rem; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Uylb4v3pdBiXMxtZJJhxOcAfeGc4f459 {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #D5Vvqv7UakQAEhR52SXkzdWWKNNkTD0c {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #bf5TcH56guadrJMmfx1eZkkQ6wmTJhtD { display:flex;position:relative;top:0rem;left:0rem; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #l4uivwxLn5QVvXE2xcc9PdMkrnuHXzdA {  }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wZE3P2i4zsfaivWfrrizvz6NxWB8FCRd {  }
#hwUMlO741T4F61zqcVa3iX27N60i5R3E { 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:15003;line-height:1.3;letter-spacing:0;top:100.125rem;left:13.6875rem;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; }
#nv9VCJ71iN4S4gX4xUETO4uBF9X53KCb { box-sizing:content-box;height:26.625rem;width:36.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:30.125rem;left:11.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#GsPLrq3mDJ9BFst0ZlO5KtrkPloCEgwq { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32.125rem;left:19.1875rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:39.9375rem;left:14.25rem;height:15.1875rem;text-align:justify;text-align-last:initial;display:block; }#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG li:before{  }
#WqEpTbkEd2FC9ceCL8BQX1GzOZGmQVlU { 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:15053;line-height:1.3;letter-spacing:0;top:37rem;left:21.25rem;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; }
#dnCTFPzH4757hfWZR9TOanKaTke0f2ms { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:59rem;left:11.9375rem;height:5.6875rem;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; }
#BHMQmVrVDFhcIS470aldA33TLdPl2dxT { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:66.3125rem;left:18.8125rem;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;font-style:normal;display:block; }
#pgEfg8gHvTOZ8XKAhGmkOzcqqQoMwkhX { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:72.4375rem;left:11.6875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXZH41P2W54G7ThOLT7mT6JXkEtTHuSn { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:35.4375rem;top:7.5rem;left:12.28125rem;overflow:hidden;display:block; }
#hCvWDa8T1t3EnA6G2EbRtLpX3ulf9xrP { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:86.375rem;left:16.8125rem;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; }
#JJypTHcA9sGLs9f4Flmn5k1SgQkxnVgP { color:rgba(var(--color-tertiary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:86.375rem;left:43.4375rem;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; }
#PthmkBDpIwDamR93TatbxmXTapdlGktD { background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container { background-color: transparent; background-image: none; }#PthmkBDpIwDamR93TatbxmXTapdlGktD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container > .video-iframe-container { display: none; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row > .video-iframe-container { display: none; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .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); }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container { border-width: 0; border-radius: 0; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#cPsRb4LBum5aiendVezdKGdmnuSGI2S5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb { z-index:;position:relative;display:block; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb { background-color: transparent; background-image: none; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container > .video-iframe-container { display: none; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row > .video-iframe-container { display: none; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .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); }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb { border-width: 0; border-radius: 0; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container { background-color:#bbcdaa;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:134.5625rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#L3WTsomkCzn6gRoO45vu9olLuIClzZbh { 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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:127.6875rem;left:20.15625rem;display:block; }
#xiTVxpcMFTETKG0JmVsbLHhLPg1DLm1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LltlQAxtZIvcbRp48uHWsVCcKbX0ucdd { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;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;font-style:normal;display:block; }
#hNrXK6oftc25poIFCLhB0ufEgflMIxG7 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:49.6875rem;left:5.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;font-style:normal;display:block; }
#g6SFoEhWzverakRkH1CPkN8CJzGb8y9S { 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:23.625rem;width:42.0625rem;top:15rem;left:9.6875rem;overflow:hidden;display:block; }
#nbDUWIRXHDGmOUxKUuqFPLWULSxJTIAx { color:rgba(var(--color-tertiary-2),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:54.875rem;left:12.09375rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOMlZ65tRupT4UvHwk1GZ1pdSIPrOEEX { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:40.5rem;left:33.375rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#pTLmCcmG7plOzbBoJVLcpH7bUrchN4cI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:41.4375rem;left:32.8125rem;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; }
#pU0l7WxuA3FenMEzif0RrBv0iZ6IJXXN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:41.6875rem;left:7.875rem;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; }
#o5gF2akPzJLge45HpUeigSmd9cMfT7XR { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:40.5625rem;left:8.4375rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#bQOi38qNp4UHhMqNcCDEbZZuRN5tsEe7 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:42.5rem;left:27.1875rem;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; }
#o0ZANEzrfRrbzTcOpgJlcAomocX5KSp1 { box-sizing:content-box;height:20.9375rem;width:36.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:62.0625rem;left:11.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;display:block; }
#UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:64.25rem;left:14.8125rem;height:17.125rem;text-align:justify;text-align-last:initial;display:block; }#UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn li:before{  }
#qEkDyiaLmbpoqXxEbXRGB5kSGF1u8gLG { color:#db2556;display:block;width:36rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:85.875rem;left:12rem;height:5.6875rem;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; }
#ZrUgCGu9wPJGD6Lckdotd83BvCq9U6pr { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:93.125rem;left:18.6875rem;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;font-style:normal;display:block; }
#xtUpbiRwD1AUQMwal2V5vOJLTEm8vRSl { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:99.3125rem;left:11.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVvhtD6e26XK1pHnFRqJkFqHQFMC3B07 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:107.625rem;left:5.6875rem;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; }
#B3gazGcRAgzhcqTpuACdV9Z3HzLsvGeE { color:rgba(var(--color-tertiary-2),1);display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:7.9375rem;left:6.875rem;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; }
#Tz2PyI4NBT8rvTrBE8mmpFbgLbUM9x12 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:108.25rem;left:32.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#elHiqBIeCsVIxQLBG5OUiJ7yrlLTs8xL { color:rgba(var(--color-tertiary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:49.6875rem;left:30.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;font-style:normal;display:block; }
#RMmsricCEt5O5KzFlPUnc6S1OVLs5ss2 { box-sizing:content-box;height:8.5rem;width:20.3125rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:110.8125rem;left:5.75rem;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.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);display:block; }
#DdgnOtnm20wpLuS0P43QCsuyU2qUSv6n { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:111.75rem;left:7.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; }
#Us79pz65ygHvZU6sZgZ7J0Ezn30SO9KS { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:113.9375rem;left:17.0625rem;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; }
#mxRlbpZDJw5kuT0F0NvD0yWG8VfTb6MA { color:#db2556;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:113.6875rem;left:7.4375rem;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; }
#OButK5iA2uH9wlsuNbhADNaNFEaTpeiQ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:116.9375rem;left:5.6875rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tDe85vqR1SyEQ3CeoyDn1Q86XQO9dC2k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:103.3125rem;left:27.625rem; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .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; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .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:#ff004c;padding-top:0.563125rem;padding-right:0.51625rem;padding-bottom:0.563125rem;padding-left:0.51625rem;display:block;align-items:center;width:3.099375rem;min-width:3.099375rem;height:3.025625rem;position:relative;font-family:arial;font-size:2.2525rem;font-weight:700;line-height:48.41px;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; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .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.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13125rem;height:1.194375rem;position:relative;font-family:"open sans";font-size:0.845rem;font-weight:700;line-height:19.11px;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; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI { 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:21rem;height:5.823125rem;padding-top:0.70375rem;padding-right:0.736875rem;padding-bottom:0.70375rem;padding-left:0.736875rem;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:111.669921875rem;left:31.82421875rem;z-index:15008; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #KlruEyI9iihM2srq7aDNGrrNw7DWtGPd { display:flex;position:relative;top:0rem;left:0rem; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pqpKIxCPlcnqSIxQDvKtZJAJKyZw8tiS { width:auto; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #mkqtXvmGytuTFH2dprTqv8J4qRptytn9 {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #rI5VHfNTUd0sIVUPnd6mSEldgT6fgO2z { display:flex;position:relative;top:0rem;left:0rem; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #wFeVnh1SVQLZ9EcbKJxvH4Wqh7qltnRO {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #bHOpoB3kTMd6TvOcUI4DsMmHyp5zNbkw {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pouqEeEAkpn5yySpDTEv919lQ0FT2d49 { display:flex;position:relative;top:0rem;left:0rem; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #PoEoX8EPmiSWcscgxoBSHzwHLf0Li9qw {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #CcFPKEzZGwgmMs3eXIsHiE1oLvqQswKx {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #Tu2VmDcUWUhLkTuXRiKeZ57e2JSr6r93 { display:flex;position:relative;top:0rem;left:0rem; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #OTzw254CvPpMJsvhH9lTGrA72BkFG4Bd {  }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #qcXhKXmxEpXDOz1IMO1bDe9SSJ4AIXvG {  }
#XZJvx7ge59LmgKmVQvmnlWEwu2QVLTng { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:122.625rem;left:32.8125rem; }
#kBSykhaswSMp09f4PT2HgsGnNVTz1cbZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:122.625rem;left:28.4375rem; }
#a1BfZRysIzZER5sIfBQHyARkusVgEn1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:122.625rem;left:24.1875rem; }
#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 { background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 > .row .container { border-width: 0; border-radius: 0; }#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:none; }#mwB9U5Bf1Tl2tPF7I768K2wD62zBLl2J { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak { z-index:;position:relative;display:none; }#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak { border-width: 0; border-radius: 0; }#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak > .row .container { background-color:#ffc635;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:133.8125rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:none; }#BlNC5ngTCpnvSqLvwLVSMa5aNvOZ3niN { color:rgba(var(--color-tertiary-2),1);display:block;width:55.375rem;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:89.4375rem;left:2.3125rem;height:19.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;text-align:justify;text-align-last:initial;display:block; }
#hoekVux9tdU9WSL8Xpg09GzKqRlT3Wvl { 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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:124.5rem;left:40rem;display:block; }
#C6lKVGEV41UQlUOZTTvfPonwg7q3upsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUd5m5XirhXCFm6a6RIA654EVwV1Oi72 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:121.1875rem;left:37.375rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#QvCabxSR9cSK8Vv840zrMlxZi7Za7L50 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:117.9375rem;left:38.625rem;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; }
#zJlBpsw6TGmuWx47Qi5bl2VZ0VVavuqm { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:49.625rem;left:30.25rem;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; }
#oxyKJnZV8HCr1l1DKcJwoqUkGbzyUepc { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:48.53125rem;left:30.78125rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#MXcLGLJtiH9sZPILHb8qJ9gOo7ai6Jnf { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:49.5625rem;left:10.0625rem;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; }
#qOy8S04wy4cl6qlFffrxHE5FJ7Xnpscs { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:48.53125rem;left:10.59375rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#kfRFuk0h6vmb3KXIsip7LuQA36CT4RAC { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25.6875rem;left:30.25rem;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; }
#SFR6b5Z4sDaXpkE6TUxl2rsxcdfuOaOW { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:24.59375rem;left:30.78125rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#uChyZTmWAVW6cOvL4JG8nSFRNIiRwOU7 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3rem;left:17.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; }
#L5kyzbtCJSE9Q14GnN9xBeWEBBBhEMHk { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:115.3125rem;left:40.375rem;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; }
#PaTRlswzHqg3BxoFNJ5SPsQUtWFrlh9P { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:112.125rem;left:40.8125rem;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; }
#gTKBOE7AmswCnf2KpzxIOJWWqxgMHke7 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:122rem;left:2.3125rem;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;text-align:justify;text-align-last:initial;display:block; }
#R3waEHVTSuaKcKHUhSTBeJFNOaEF5Tre { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.6875rem;left:10.0625rem;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; }
#bUrCdlmi4bgy8JWhEscXUAXMwufPmiLO { box-sizing:content-box;height:7.8125rem;width:18.1875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:24.59375rem;left:10.59375rem;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#OOTvhWT75O7tSxaopKbyd6UgFE7WbdHh { position:absolute;display:block;z-index:15034;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:12.875rem;width:12.875rem;top:33.5625rem;left:33.0625rem;overflow:hidden;display:block; }
#x5Jbe1tIfQI2zQIGQC6qXCPJ0UMh3KvQ { position:absolute;display:block;z-index:15028;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:11.4375rem;width:11.4375rem;top:34.8125rem;left:14.125rem;overflow:hidden;display:block; }
#z2tfN8g1LD9Ba1lsC2X1pxF7wleT2eyP { color:rgba(var(--color-tertiary-2),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:38.625rem;left:27.3125rem;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; }
#t5oHVImVZ5VJ4Q0gHWMCTINgZMUqgfJd { position:absolute;display:block;z-index:15046;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:10.625rem;top:11.3125rem;left:14.5rem;overflow:hidden;display:block; }
#QKbvVULZqFJuSgTbpt0yZLaqAlSCA0tv { box-sizing:content-box;height:13.75rem;width:13.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.6875rem;left:12.875rem;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; }
#pm533N9ndJw0cB6ozOtBK2XLttuSAf3l { box-sizing:content-box;height:13.75rem;width:13.75rem;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:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.625rem;left:33.0625rem;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; }
#II86pUEiuaiekgZaeO6RZa2RTZNpwoTN { position:absolute;display:block;z-index:15047;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:12.75rem;width:12.75rem;top:10.0625rem;left:33.625rem;overflow:hidden;display:block; }
#P7D7nHCFUbLRpxyuhQhxFl6qmibzVbmI { color:rgba(var(--color-tertiary-2),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:14.6875rem;left:27.1875rem;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; }
#DOJ8CuNdzzTSuw2dVm8NkIsWvd24MDyv { box-sizing:content-box;height:13.75rem;width:13.75rem;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:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.5625rem;left:33.0625rem;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; }
#tIwyC11uI16g5of609veXWf7v0wFaya4 { box-sizing:content-box;height:13.75rem;width:13.75rem;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:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.5625rem;left:12.875rem;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; }
#azS4nShodLurWEFSGtowIvZSvHyaSt8J { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:58.875rem;left:19.1875rem;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; }
#ylTM9n4NkJMwqrgGiFprPSSgFcXwtWe8 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:63rem;left:2.3125rem;height:19.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;text-align:justify;text-align-last:initial;display:block; }
#SVqKLvyTTUxzkxRU2blXsknfQ3vvzCUK { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:84.8125rem;left:21.4375rem;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; }
#cVhcO2wREVq2nF33Q9ogSnzT9VsgAZhV { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:111.125rem;left:2.3125rem;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; }
#FsntSBcyZcWfkhmsN9LWftvl6NTtTovF { color:rgba(var(--color-tertiary-2),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:38.625rem;left:27.3125rem;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:none; }
#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2556;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container { background-color: transparent; background-image: none; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container > .video-iframe-container { display: none; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row > .video-iframe-container { display: none; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .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); }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container { border-width: 0; border-radius: 0; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#v0LKy0g7OCD4RL5xhkloPh5tsCWpfcc3 { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.21875rem;left:7.15625rem;height:2.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; }
#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { background-color: transparent; background-image: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container { display: none; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { border-width: 0; border-radius: 0; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { 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) { #TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI { display:block; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N652ROzw9s7PvC25oZmKKwQoN8J61nRA { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q { display:block; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeopUbhyvHevz0iShvNztVdTFonF7s3b { top:1.8125rem;left:9.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cASreMKR8K9oMEqD1xNCebFFI7J7ghv4 { top:1.8125rem;left:22.6875rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcl8ggqDnOJz4zXbSo36diAKt0BZVoZ { top:1.8125rem;left:32.4375rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbNgDu2niASiIA5T72Tq0ORALvTrIbUa { top:1.8125rem;left:38.9375rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXPznLzbeiTyGvc3xvP3grSoBm7BxIge { width:13.3125rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukF8arfrsQmlbrLGQTy2CGIyIaVmD9C { display:block; }
 }@media only screen and (max-width: 763px) { #kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 { display:block; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIgnvSGCmd6xyrqkNFV3zhgsecT5wQC3 { top:1.8125rem;left:9.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqAXxQD2WIwN1IBct2QfCnHEwQre74Ai { top:1.8125rem;left:22.6875rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSVD0gU60STuhJQfRr7Cp9WTCCXKIZVA { top:1.8125rem;left:32.4375rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVSPRqtZDsJ87GLUwZXPy2XXrxKK8Psv { top:1.8125rem;left:38.9375rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXXS0AEkTq3sEAVobeaszLrtAShT9dT { width:13.3125rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQhLfzX5NHQBtTzbPIOUwXpHClAIyHM { display:block; }
 }@media only screen and (max-width: 763px) { #nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM { display:block; }#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaC7Nuf8NT8PFocoweToMr5epVhgQKWi { top:3.5rem;left:16.3125rem;width:31.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsbTZyamoVekKRyr4PA4CiOyvgQhw157 { top:8.625rem;left:18.8125rem;width:28.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyu3kK4HiCvrGTgXERJy118T1UHuCTFm { width:17.5rem;height:3.4375rem;top:19.25rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmmN2asrVn6KkcJJ3T5mN27cbL9JQtqR { display:block; }
 }@media only screen and (max-width: 763px) { #XOoqyU4idVod0UQ5hA7raSQcra51TK0O { top:28.8125rem;left:20.875rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf95rnb1P2OXrnX0VMvRqEhnmDVFdiRP { top:24.0625rem;left:34.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAd2XJIqosyb10aTUqAPyTeAQKByAATf { top:24.0625rem;left:38.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne65fwEcQfJuZZcOvfypMXF8EBGqCgMO { top:24.0625rem;left:42.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSF6KuE3itew3E5RzXsfAeW7oMOHump { top:24.0625rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3DUKG2ClvrgV0qTU6ow98n7V21m9Uvu { top:24.0625rem;left:31.375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzDyZAow0Q6VMSZLzxMEbJMqu63VInGX { top:24.0625rem;left:27.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyq1TTMWmskQm2OeqaT9mcKCT3JfqHTi { top:12.3125rem;left:24.6875rem;width:23.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg2TgvierUJPsOlq73m47yW8yZrgcHd4 { top:3.625rem;left:0.1875rem;width:17.8125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwfwNzL9J16LEGdLqElmhFa9XIvAn673 { top:2.5rem;left:0rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ { display:block; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gywGp8ZsaA7lnhy7AbqSTKlWnI6z1DzE { top:3.5rem;left:16.3125rem;width:31.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGO4B2c1Ouu0RIiBBSQEphTwezTLpKCo { top:8.625rem;left:18.8125rem;width:28.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCMGVdoxTFP35dBswr12S5Vguh9OOUB8 { width:19rem;height:4.1875rem;top:31.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoR57V0cyPKDO5Z1FH1iH5otJtIwrFA { display:block; }
 }@media only screen and (max-width: 763px) { #T0OqbaQxh8ECrvSRT1D6mcdBqCsdynAe { top:42.1875rem;left:20.875rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1XyeOQEeLTXkxNDaAVTAebJ5TfuwO1 { top:37.4375rem;left:35rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgLEbtuOsb1pKNB5UOnsWFuV5FX5KkU8 { top:37.4375rem;left:38.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWuQPeezBBu3vdmduXOGsNyR96Fh51L { top:37.4375rem;left:42.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUJZnQN7GUAWTEraMAIX2Wk3Tsgxx99U { top:37.4375rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOIOQvkCZCecFvVeGfoITuufqNRnF4fa { top:37.4375rem;left:31.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZirpWM734CX5iEptcXdCUkKruQ0eAc { top:37.4375rem;left:27.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQqdfc4lNCll8z3rgJJ7o4VFeJu8xoB8 { top:12.3125rem;left:24.6875rem;width:23.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TpQQ0wO4FQsUczDtFzSvk3FeN0mpVB { top:3.625rem;left:0.1875rem;width:17.8125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPtpfuEXu7sVNgtqnOJQlkJXS1eI3d3 { top:2.5rem;left:0rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Ei3rqs8aqU6vt7GTBmCvlMhUkO6kwp { top:21.5rem;left:27.1875rem;width:20.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1pRnPzFlLMT0HW568lQPUSaZbSmlitM { top:20.875rem;left:22.75rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrp3va2GB7dpRuW76ASPHJDuCyQG20I { top:19.6875rem;left:16rem;width:31.25rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW4NS0CXG9LLFhGDLfKmyStQgF5z5eeE { top:27rem;left:43.375rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .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; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .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; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #nmOmZNTqmucJLQeGa0WnV2wSkCd3Gpmm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #kvU8k2O4HHrXqB6qnuTT5GgIOlXO02VK {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #SkwqEgfd7p5P94h1uWIuCHNvSKfmCTvL {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #rrBgWZLdqKcKi8Kr6DkPAy0QJ0E0Ofmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zgr1946okrXzNJcS5oHOnr5lwHaz6kvB {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #C0m3TOK5vUsFlhbSe1SiTVsI67CFPsDx {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zXuCk1yhOmUK0qf1MnW9O8Xt4ngeM2Z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #gDTZnsrXJR9JAsOxyTAhQK3KHPSdkqpi {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #vwIXglpcGMzA9TP0N8J2rNyiBbUzKzdc {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #ZxNnTDyXzleBPDbIKR0lGSyOTZkrFx88 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #EfNO46QnzlzeLlfn5WDqoQSED682xkI8 {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #wd05JmB2MU25IUd1DyvgbC9rHdKn5Vrv {  }
 }@media only screen and (max-width: 763px) { #gAlodkt8P1xHvbreKr2gEx2NhTos5xa1 { top:34.9375rem;left:0rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { display:block; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfgTPE1srKHeyaaVQhnnyaHrAUFkmukT { top:2.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOD1mblI3ZK4gKR941UimiU1uR3xAx4m { top:8.1875rem;left:0rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evNIqpDBS9higw39JrRi8USkaxTM0IqD { top:23.75rem;left:0rem;width:20.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pce8CtPXOJHyqq2wmR3U7p8zzOHWH4FT { top:15.8125rem;left:2rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FZPm5IbAuV0TD8MFJo5QWkcyfOCFdT { top:16.3125rem;left:3.3125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRrBCTVwfpCwBPmBV9x3Z43vA48ORQh { top:16.3125rem;left:10.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fip60fJAhmTG7lRu09A4xADwflerN4p8 { top:15.8125rem;left:9.4375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE54s8QQcoTr9aaaBRaoLd4IOUQLbI7X { top:8.3125rem;left:20rem;width:27.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkq99iuF2mDzzDZoBR5OhLtNVXzMOdm2 { top:15.8125rem;left:38.9375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KAII5iAJUUXVvGuLlzwMUXPgcu1VGG { top:16.3125rem;left:40.1875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDlAfupg5yDaeqEB9DeXIOrOnrNXWn7i { top:15.8125rem;left:31.5rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UQX3cgZN7kzamqenCOmeOD8ORLyCnp { top:16.3125rem;left:32.8125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4dz7FbAusEq9P6nClrLMmPysZ2QBw5q { top:22.25rem;left:0rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFreJP0061I1qzdMlyibFerdqAV9uWXm { top:29.875rem;left:10.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefJtLUUUxHrbn32nXzZRMS6U8hiPAE0 { top:29.375rem;left:9.4375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahCGwbsra74fkLGrd1bzdySvvREuJCU { top:29.375rem;left:2rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EuyCSR08aWyJi02FaZLQlQWHGloi8H { top:29.875rem;left:3.3125rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at20lqTuFZQfPkf061MOxGNhVElpJqCs { top:23.75rem;left:26.4375rem;width:21.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRrWz2WGHHgAHoawaKDaaQpt1oliK5V { top:22.25rem;left:20rem;width:27.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN7RpSdshbWpsQEdWak5MENOhKKdmKhe { top:29.375rem;left:38.8125rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6DnQx6DklmWsDKKrphqraLnisqzPOM { top:29.875rem;left:40.0625rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5arEof6QEL5ToNcwrUDdvNR80amhVd6 { top:9.6875rem;left:0rem;width:20.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy6RLW6dZkLR7zBMNf89FPEgAZtCtgST { top:29.375rem;left:31.375rem;width:6.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9a9yHDoTHgxiR9OaBMUslPZJfWicE5C { top:29.875rem;left:32.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHoDW30XMMFNcwF2pB657RBFHR7Hff5 { top:37.3125rem;left:9.3125rem;width:29.125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOVHyavWsJ9xOzQH3yM4yKcxHlfoS4p { top:9.6875rem;left:27.1875rem;width:20.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSprFS08feTsSnx0Lk2b127k0QcgyvhN { top:25.625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1y3uc1ZkgZSpd3RHu7WKZ6zTzC1HGvb { top:3.625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU { display:block; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0VgBVRb7mx5yhobpimRQRH15WqlTfTh { top:9.375rem;left:0rem;width:17.5rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVWShmmOhrDdS0yxk5RsZZ2kL7ofp8Mm { top:3.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWiuL4f8ez4TVOrLTxCcJTKVhhVFgV2z { top:13.25rem;left:19.59375rem;width:28rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4vdnGVqGCst3iewCEdCrVbJHXPkTTi { top:9.9375rem;left:13.5rem;width:34.25rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prc8tgD2h9Egoqu27qSTezJ45udiaTSy { width:20.1875rem;height:3.625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkyreumpW3npbdU9aPik5uDraiUrtFF { display:block; }
 }@media only screen and (max-width: 763px) { #vg3RZatVxnT3fdKPAZcKCTEvGV4qsK6A { top:8.375rem;left:12.8125rem;width:34.5625rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNt6n2Hbs3sPEKFZ5GRu68tpSc5IoaQI { top:1.875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXeyXLP9aNgVQ9aiEPkt2Quk7eVB22v3 { top:18.875rem;left:19.59375rem;width:28rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A90yUqqv0mUXuUXPha5hg0HQBBVl5cCP { top:21.6875rem;left:22.21875rem;width:22.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkzDTdrqVbV1Qs4hQpJPNtGH9OAKr6u9 { top:26.0625rem;left:20.53125rem;width:26.125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqpPAWTGapuZy0qi8qf5sJpXJpZRCRo { top:33.5625rem;left:19.59375rem;width:28rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8ryZas6i2vKVRsiK3QDo92rX1649h7 { top:39.5625rem;left:19.59375rem;width:28rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieaBkgL8Q7xhuFducO8qMauSF89aOBrh { display:block; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZDFDtkrFmAG2clBOqgbkroQzRmUeeA4 { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { display:block; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg { display:block; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8BABZnzSnU3yUAbnJRE4FP3IR3ezNea { top:50rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbT3l5CQlozTXRRpBWABtINwpGWxhCTW { top:87rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5fXkVDHwk1QDqbCDwyW2upEkzouly7 { top:46rem;left:11.4375rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF7alEl5zw2hrPGzAcizTBNdCf9UQz3g { top:83.5625rem;left:0rem;width:22.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIarCOTVv77mcq4MBTliZr1eXfiKgTR { top:56.5625rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofJ08sw12LhH6oH8y4KsZcmR7mgrTf3t { top:56.5625rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxy5UDniFOH2T7QlT8NZ9UX7g3UUBrHb { top:11.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOm9KKNgpIFtE5uCVhMVIJd5L743H17a { top:83.5625rem;left:21.375rem;width:26.375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gud8dFWtr8Zagk8OhEHygBURTygwcqeI { top:87.4375rem;left:21rem;width:26.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZVkKzqV2CWCQVlarpzOpiBc3RizmHM { top:170.6875rem;left:24.8125rem;width:22.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ6OIX0sTMuTvt8CwgPJh4m3eiwnlyZI { top:174.375rem;left:23.1875rem;width:24.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVf2XNnInh2okGtpMha777m0SWAOg83H { top:142.8125rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmx9ZntpeRZhch2gTqlvczNdEvAXykvm { top:126.875rem;left:20.875rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7cUItPy4wvm3tJxBsdv6ZI0UtwGU37 { top:130.5625rem;left:23.3125rem;width:24.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Wa4lxT7LTvMIckppWhwrf84khAsC3e { top:99.1875rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJEmbFru1ls7Sy5ECQNqfNpXbdMueATK { top:126.875rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbABHXLRHJBKKswzHXePTgmv4hQTP7wV { top:136.6875rem;left:31.75rem;width:15.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs8sfwdfENlW8BxJvXzKy2N4QOVOXQiy { top:223.0625rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl5qSrf4LM1cA0KrfXTU59Xw8Q9Bdvly { top:249.9375rem;left:0rem;width:28.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfETEoUcPNKByOKbUcSsufa7Os7h6DQf { top:254.125rem;left:0rem;width:24.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzsWUZ7ytJu4lKcTpZKHwwRmW0v70PlD { top:211.9375rem;left:12.0625rem;width:23.625rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW3UOHcphkSfBbTG7yyUFgBfpKac0wJE { top:215.875rem;left:4.96875rem;width:37.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCdm4xPgnA54Wogob9Qf57olQiX64ky0 { top:249.9375rem;left:17.625rem;width:30.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3tGevTNTm9UFpoAS6MqfTKkguMxToV8 { top:254.9375rem;left:24.1875rem;width:23.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKw3zdfzI9TxJ7532LgcdAdfpA3L9a6 { top:227.25rem;left:21.25rem;width:24.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhThmdtagBntuV5dFOCcTufw5v3vUyR4 { top:130.5625rem;left:0rem;width:23.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLXoxROfqiIiQXGoI1lzXhb6yCmRmGac { top:170.6875rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeFUxWolfRKDvsW5lAkQuVNAdhAIls7 { top:174.3125rem;left:0rem;width:27.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo0DRElTgJuUU8wpK2kx1oxnp7d8bPNm { top:142.8125rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkEkrp0TpqMGGSbGT7ZpoWZ5eeeeX5b { top:137.3125rem;left:1rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7N3GfEAwRhfhn0HVMVsel4lgVXJA4B9 { top:93.5625rem;left:1.5rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnMsWTWkXRRg06nzif9lwm5oZ6T0wrpk { top:3.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQCuWbVopyVqSNlFlWcraa4t64xuyxAk { top:18.75rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbReiMXEw9Qcp9t3gceXStIVgNqmo5cO { top:19.9375rem;left:4.1875rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUAnRKlXA3tZvmyCfpPD3ekrD3r4Ts { top:93.5625rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGDJtTTTgIUsCFw8gvs8lqeDiNzWzEvL { top:180.5rem;left:1.5625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yTBehMpQp4dWNTfT2M5tMuTuKVkeN1 { top:180.5rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I47iTOxwSsAADW3PLRGsv70PcyUx5VWv { top:185.875rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLFgAAik93tbITaAFZBdzpER9GEOGL1R { top:187.0625rem;left:4.25rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo0n3plfVOq0icfQPKLy23dBf0HCNGK { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3z9EzShAHQgPU9GmJFABkWThOOBFzwz { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDvHqW587HuR3vIap3BJLky4cNvG73K { top:191.5625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAui4Nv61UEA0K3dZmNT6zQTq6TZO22b { top:191.5625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9uPyKtMTBM9fTo9Xs2mXZtuaOIkyrl { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSh31bDkCZfBwKH7i5HAnlBnLQ6QxZBT { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcnmDOiiVi3vc5iyChBeGeSHNymayP75 { top:274.0625rem;left:13.1875rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .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; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .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; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #g2lEACwB1iR2BawOoiC38gA8TxzWFLA9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #TbqodFpXNNth4AsyoIW8KUAPRDbcqDXQ {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #oaKZLxy2mrZupSupHv2dGwlpl5TAPtSn {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mECln9JR2vWzMbsTtsDyGaiZ5QDAgnhZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qP0tKB52FWJmlw5RwEAvlvLkMMwb3DCx {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #wP4wykkNByUSi4ZSg8S3AAtqM6BiZby1 {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qvRGXn7xZNe8B5HTChIhgtTJH2TRsa4S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qScXyDiguikXcJKp3KQoFCgqacrIyEno {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #Xs7qOTelvp4x9kNaVwN98viCtmQTDuiR {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #znhlqbRSsA8lJGBVtelTcgRuvSLStKTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #GyZvXncGUiohcTkxw1kXuZZk5w4rTh37 {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mtuva0Ty5AtG0wgIP6drF2pfGTevBgst {  }
 }@media only screen and (max-width: 763px) { #yJC6wDqhmtvnkTVhuyzQoR7so6LW1x4V { top:262.875rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcCDBJ9au56zEEM6IEZ1WbTFTgUEO8wk { top:262.875rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU3cJy7Jvkw0dfuJ2C5rZxfxcHzTiTJo { top:262.875rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGzDwDsDHy83rE3lyUdq83Tmr933NH1V { top:99.8125rem;left:0rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdZ2WAtzfUqmelCJZqRdb0z65sawKbgP { width:17.125rem;height:4.5625rem;top:267.6875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPTsmrgeLpQUOovNPMECRx1WokJ8KAga { display:block; }
 }@media only screen and (max-width: 763px) { #aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm { display:block; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUMJA42pIds8d8mnIrwBFslHSdwnQeJJ { top:50rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCMfcUDGZg26KQcleSpeMwNvd0kVKd7 { top:87rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #autdSPUpA40f0ivLfLym8IPm5LcxLUFP { top:46rem;left:11.4375rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl66yamO15GwT9cyCKRh7FeqPHTuu3e4 { top:83.5625rem;left:0rem;width:22.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTx20JKzz7TmaXmhgzoa4ItI6iTKCzZ { top:56.5625rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FryAWZkPR1Eled9kpHUXiMcWso8MmDgR { top:56.5625rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1qpbp0uppqUxTI7mC74p3OaGoaCFVl8 { top:11.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aufiv8ZwWidOy7OgoJHNi4m4vB65ieUK { top:83.5625rem;left:21.375rem;width:26.375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4d4l8CNade44EbZ49T9mFR8oxvzHzZU { top:87.4375rem;left:21rem;width:26.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6x6Puy2hHCBQ5naH7FoAaQkhuGgnv0 { top:170.6875rem;left:24.8125rem;width:22.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0h1wBvVHWGTLaZ7Xio62qTXXT9Ry69l { top:174.375rem;left:23.1875rem;width:24.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJtIhMycbWhst94rThJeKstL5Myk86s { top:142.8125rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blq8TLSGkIxGUDEZvBbtzDEqDivSLUsS { top:126.875rem;left:20.875rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azglvM55CGCDn7OoguIUwolAKqGad4wg { top:130.5625rem;left:23.3125rem;width:24.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV3FBga43SuBwkOyTOFFFKzqSgda2Snr { top:99.1875rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpCc0IwZVhJDSx1HleqUyg74fQ1lcQFK { top:126.875rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZklkzaHdVtZ2buZTh2LEWL4EbQf2TT { top:136.6875rem;left:31.75rem;width:15.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6rZOeg1ffq2lWIhLgvnX7mACVEOJ6Q { top:223.0625rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQRVFR0ag2pB6g50MUcgltTdB8haxr0P { top:249.9375rem;left:0rem;width:28.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Xu3ohLtIByZWEGMRDSW7vlkmlFZMyk { top:254.125rem;left:0rem;width:24.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7I3d4EzEfgKUr5lK9fr9u6FJI4z14v { top:211.9375rem;left:12.0625rem;width:23.625rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0XL7XIbdW0J0Ap71sSmNdOS0pFaVZl { top:215.875rem;left:4.96875rem;width:37.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOmqCTGp9dTJD30cnfNkXbbpNoVVVFBN { top:249.9375rem;left:17.625rem;width:30.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5xOaQN6pt2Wm4Lup9XILJmCuv1qJtq { top:254.9375rem;left:24.1875rem;width:23.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nopas06sTEZ0356mulSrIOVSlvRr48Z6 { top:227.25rem;left:21.25rem;width:24.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MidBFzLTdP121neAfMK7rHbXAUVgTTSm { top:130.5625rem;left:0rem;width:23.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8DiD98lZHpzsRZ6ignFcEMZ8WzdpJne { top:170.6875rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hslrwl6NrmBPez7oXqNm6NEbaVcvOuNm { top:174.3125rem;left:0rem;width:27.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFICKiVHyCfrg7ArwaHqiVaQLpgnCML2 { top:142.8125rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgueUU5R7ZWoy4EZ8pxPOkHte0svQS58 { top:137.3125rem;left:1rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VADAfPChTLsDB3QfIXzTfWWN6P8ZL0Ot { top:93.5625rem;left:1.5rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhQTuGIIGuEIpiJ6JgTSI2zXJgxV5Em { top:3.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRM1JT69mplaNikDveysIfcedI3Tb7BE { width:17.125rem;height:4.5625rem;top:268.75rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHrs8bWA2VswNzRD5yP6MX5kxxQ8HN7X { display:block; }
 }@media only screen and (max-width: 763px) { #J5hTlbUhlpxUaxk0DWkOLOTnxvEloTiu { top:18.75rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRT6c2exAqnWQqQ5QLfu9BfanTzR21c { top:19.9375rem;left:4.1875rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coxtsmoZTT5EeoeDJdxaR44tik6BTJVJ { top:93.5625rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwypfgmbI9I6qrlDVhrMI3eSqmwcBVXo { top:180.5rem;left:1.5625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xx7zkZFGw0EQ7N37skoPU47mfotXqo { top:180.5rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6mP9Z3nJfNMONWXNiLZAd6BMwH5nIh0 { top:185.875rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZeySQsJcosIk2gNUmOKJcT6y701WTG { top:187.0625rem;left:4.25rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3sLEUvDwTa35auQnhDzHlBAtJ9VqpdH { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUORoG5PUmCZgxOtiH7qFTsQNSpOqKTx { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QbkDNci4pvaToqSDIZollJ5wnZ1mKv { top:191.5625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WubzrfyOdOD7JlNl1spGd34f6BOuwgb0 { top:191.5625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJNrmFUKBlfGx12zBksO3apE7DKXUo6 { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4otDr5ZEyAh4S0QaTnKvHTlFcLP3qKT { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXMJNMKIPCHE5UP48AVgMUz5DoRdQSEh { top:264.0625rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKNDdcHScxUId9i1riD7T2UnUetNb1lQ { top:264.0625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XP1SN77bUmf2MDAXxwggiasTnyG6Vu { top:264.0625rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7T1g7OIKlL07epZ6aEerHAhM1U7zXJ8 { top:99.8125rem;left:0rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { display:block; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE { display:block; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myDTFxipLoM3Nszxaxa4Jk0nkoPPkC2s { top:28.4375rem;left:0rem;width:13.9375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQl8E8vp2RtEACCaUEP040bJ9WsFncg6 { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LShooVPZDpTXaDqoTDoKeG7u7owrRJdC { top:6.8125rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBeI9i4ui55Q1mGdXlSqmMTNcQL8cfos { top:6.875rem;left:9.4375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lDFk8TAHHrH7ARRKuSQcLHOiXe8rGc { top:6.9375rem;left:24.6875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3dfhoDXZIftwtMNxwwEfJCPUAofL93 { top:6.9375rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIlkzRJG7CoJ9lO74Zm81I2uXMceT5ft { top:23.9375rem;left:0rem;width:11.0625rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvCKM5u3KS8GEhHT0MTeLS5X2OLUw7S { top:23.9375rem;left:10.125rem;width:13rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1t4kL3sfnSQDZmUkGuQJcgxwm9vpvNF { top:23.9375rem;left:25.84375rem;width:11.9375rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxvvM5OZfdMgGDgDeFnHomwV65JGZ0uz { top:23.9375rem;left:32.8125rem;width:14.9375rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSdA3Af18BeEuQwayNwuJz4M68KSf10B { top:28.4375rem;left:9.90625rem;width:13.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0M4K4yF0R8dFxFIPRW94oP5yU0voD8f { top:28.4375rem;left:25.09375rem;width:13.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqmVVn4xirmuyMQdhtB9Qq9nQ1V04dHZ { top:28.4375rem;left:33.875rem;width:13.875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWxGvrzf5PTDenom4pxZGySZvbDNphAy { top:6.4375rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVreosuUkapJ0NhIMIPcJkWIihxkZx9 { top:6.375rem;left:8.9375rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMtrPKTQLRype1430INVb1e3utweX9q { top:6.4375rem;left:24.125rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8g3Ts1aP4rw9Bu0oqnGAiReiA5n0Pai { top:6.375rem;left:33.0625rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QviNNq4aZzo3lPKJMFLvPZcxylSvttiL { display:none; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0SebGOlOx1OGXAT2NOBImh14ipX8WXm { top:9.1875rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yro6FOssDI0Qz1H2FRSUWe22VqH6pt6r { top:7.8125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXfeS3KAEJ16O9ionx98FthXRSFb4309 { top:2.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCQpVvPv0ZUeO3KHasgVlCwWucomXWMm { top:41.125rem;left:3.5rem;width:41.25rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikgNZ9dBtxT7hJAibnXk2rWDqP4VsKIo { top:55.5625rem;left:3.375rem;width:41.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo0MiboZmfTd7s0Lit2ImHOl5XTbcWig { top:39rem;left:1.125rem;width:45.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwytx5m73iTtby7lgnli3uozcfdQUK3l { top:7.8125rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #re5wtWrUmpkw2LiiTnqzbDz13D0JPO5d { top:31.6875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { display:block; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { display:block; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5uF254PpGl5ycqdV81O6zuaaU8zRlBg { top:30.6875rem;left:0rem;width:24.0625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTkrOfdOt4wdHmGONz5LAGNpbrfIrfm { top:30.6875rem;left:23.5rem;width:24.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvbbw4eLbu0pVyOfQf4NN1PNLbEKVFO { top:10.125rem;left:4.5rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1IcQyh12T3E2VBBmE6rikrKW6qPWKuo { top:7.3125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5eOmUfGAXAWxU6xkQtQi9xQPfuBidp7 { top:26.5625rem;left:31.46875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBV1Gl1dxDx20B3pSMS6DURdsq2vzT2 { top:26.5625rem;left:4.21875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEH7MJgRpIuoy6MXRbXHAXJgCyB0GF9q { top:8.1875rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTEcdmn7hvBhTn1R2zlqeoiZTar4Dkt { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvxw5H46rhCnmN7wpTZi3oAOypKAWL9I { top:7.3125rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTrOOC3qhX2gP8lgXUxCiBls2PqsGUBL { top:8.1875rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApIXF7ZrQP4fIUtM3otw9NkzblaDqknD { top:10.5rem;left:32.25rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoIcISTnbKNuh1QgKbsy9TtWOKGPcFPr { top:64.5625rem;left:24.125rem;width:23.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #truzV5TXrqyHKeKD1OXh6p1U0I6COnHV { top:64.5625rem;left:0rem;width:25.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0hM468I5ZN0HTUuS54K7AcMffQXhV7e { top:60.4375rem;left:31.5rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50KHxqps46CZwX9lKDKdAuRzJ50kAlN { top:60.4375rem;left:4.3125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCkeURDVLzTEDg0oln4acGxN4euvvB7 { top:41.6875rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU06Z0oaiyZ0TO1paAMTroT589yHn86h { top:42.5625rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOquXowhQMk6bwxIzXpigexnr5IxWHV9 { top:41.6875rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJWGNUQFoQydUIkz9y2khtuCf1iSl5so { top:42.5625rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHV3oBSK5mIwOJBpTtSQGOsVMEXFvIJ { top:44.625rem;left:4.625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ossi8ouTdOrvGXrT25nKHPvo8lmumGmm { top:44.625rem;left:32.125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKKFzVnMzuuKBMqrkG2PmPb8BiT7KQd { top:99.4375rem;left:27.25rem;width:20.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9GqGe1P5anh9D9zbmlxQKmGRNe1bOT { top:99.4375rem;left:0rem;width:20.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmMut4SV4LUBxGkTTPyXQM9lNCJWWIm { top:95.0625rem;left:32.28125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDnH4Qy1OQsGf8ymR9XFpr2slFi6pE7 { top:95.0625rem;left:4.28125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgzhEAUM2gTUJTHRL8gqUBK38P06iqRJ { top:76.3125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rU3561PBoCiHG2zxP0RcRmPTbtAMmU { top:76.3125rem;left:29.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbA1M2BSThqUw8wNQHrkXsirblni9zwT { top:77.1875rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eITvKvVQ8quJAW2t6BwSTurZbJJVhCLT { top:77.1875rem;left:30.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01qlfiTazMq96m5VcxFLb4q2aa10nyO { top:79.25rem;left:4.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8c6wkQAIcDNCKXlOvDCGQmeDKClT4Ts { top:79.1875rem;left:32.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV6KazmK1ice2xERRZmNUJOvOiB0fuC3 { top:134.75rem;left:22.1875rem;width:25.5625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qip5qpUgSzG9b2C5EZOXIlSBOk8tTmlK { top:134.75rem;left:0rem;width:24.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeuWiUOBd8N0idda01mIOGiGTQTmsM3 { top:130.5625rem;left:31.5rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTH2iXPK17XBPZ3abmbkHK8lOaHn7IgF { top:130.5625rem;left:4.3125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUTKobhyVHJhwZK1bmU63SbqH4AwaZiV { top:111.125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kJ2V66Jy7NTNDDZ5w67Qc6oKfltZnx { top:111.125rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtSBQFPmZgyQkB7pmfNEkhC0t1TXRqMQ { top:112rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHi5dJtWxiZwdEZLprOFFE3OTf9h5Lb { top:112rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfdLQD6iEA56vJxygkreIJs3DTmnEEoV { top:113.5rem;left:4rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytUgoT0Bo3rTM1UbRuEAN2tWDVWQdTG { top:113.5rem;left:31.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gaRRo7mg9Dd2f4MCIlTySD3FgZ84bv { top:169.125rem;left:24.6875rem;width:23.0625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKReB3ZxqvydCPUyR8DkGIyEQiT6e5k { top:164.8125rem;left:31.84375rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW2BgpCVsxkAs4uW1TfIDWcudESE1XCS { top:169.125rem;left:0.3125rem;width:20.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzI20FW1rHu6yditeuzz22EtaZw6T7Mc { top:145.6875rem;left:29.25rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izrRRNqbbGcwtqSLs8xTJ4ynt6vTIfAz { top:145.6875rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmaKdLDQq7isi17kZPLiGTm0KJMXauVZ { top:146.5625rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXA9RTmX2g5q4n3gg5CdSOmiBd5IAyi { top:146.5625rem;left:30.125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacHvyzlxVSIzNlKdpz3C51cNWogX3GG { top:164.8125rem;left:3.875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doQuyvHoahhM1XQoseXs27a04z8cWqHs { top:148.1875rem;left:4.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLaFqPdrcvkku4QCbhkXH3ATyyOt2g2 { top:149.125rem;left:32.625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIb4dkkTFM8drPNbRnmskmpyXI8y7aD { top:26.5625rem;left:31.46875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBBISGTIp29NvpfeogGJ53RE07OPciHH { width:18.6875rem;height:4.5rem;top:193.3125rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JHn6lBw1Trlp3n57Zhi9ad4FPAxVtM { display:block; }
 }@media only screen and (max-width: 763px) { #u0FJTtFLJAnrB3SfzCJTgxhUFrqCRHVI { top:30.6875rem;left:0rem;width:21.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXHXGJu20N1UJMZ3ya4Z3yqb7abdpwXa { top:30.6875rem;left:23.5rem;width:24.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLHOuHxQiTNyx5z0z1N7AB1wUIuEucT { top:64.5625rem;left:0rem;width:22.5rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQSlznqN4GS2qAnVgpRsBN1HbmzRvmb { top:64.625rem;left:25.625rem;width:22.125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgWsH3n8sZldhrle95A7tEENNreaWM59 { top:134.75rem;left:0rem;width:22rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZ7JLvWLxxzahJod4yHv95McXKUXKIt { top:134.75rem;left:26rem;width:21.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5gAb78uyoe9xmyRGfMCewTsuPRNTkP { top:169.125rem;left:26.0625rem;width:21.6875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvVl04Lm91ZDvFanJCsSCTshMN3O5EmX { top:180.3125rem;left:13rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .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; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .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; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #fV3i7bU4QyNM42PThvDpXVSfdDFkBoFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #SbgcRZqMvsP9rVkSUVtqwb4RlA15WxqM {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #e7c50VUI12UqnFhDtC7uq8IFlarPyy5q {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ZhOQKgbMuQb3ZBFxwLbLHOZUvNvXzom3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #C8mDIzJPhiBJ9HBqaMGdszttzsAmHTh6 {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ETX2LZybqykAbcwlvmNGLfFw6P2yuMkP {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #pA5n2yVUVC6WP2bxX2TvIwOGUiR2P7c5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #AcV3MK660D5InIQVxi7hftioUQ8WasbX {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #BLHEGo0Anl1XbF7zcSTqeGc89anozKsW {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #CthvaKpMRD5mAh2LGaaGIKGJxxoVr039 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #PineycNvu1Jtk13vVLG6T850dDyZKSeO {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #FsPVWd5LuLPAKgVReySGvbJUl3mvXhBs {  }
 }@media only screen and (max-width: 763px) { #c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 { display:block; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha8TT5b7uQWgXs6X02l1sd8FwaVpvgfO { top:30.6875rem;left:0rem;width:24.0625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP0o1ODDHsZQ7mcJBhO38wDNz033mmzd { top:30.6875rem;left:23.5rem;width:24.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXHd2M51q8Ea9I7IEMt5zTs94NQ9524G { top:10.125rem;left:4.5rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHDwVNVQ1gEdZsAvqs8tWnWlsmSI0CE { top:7.3125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCrKgZZUCV1yS1uBiegtpz9m2uVlb7E { top:26.5625rem;left:31.46875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5yNorl0X5ggwT4yb7dTJgfEBgHvuDB { top:26.5625rem;left:4.21875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giO54cT7iJLIGqapTeUWiO1W98yFbOus { top:8.1875rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVSWzTzEI5mAbFLFS0me7f7AWAi28zn { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBxXttvHqsysxIQPl3trVu4SggpXu6nx { top:7.3125rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9aR5ixQhpVHGQ7GDRHtmrnTs2kg7Fs { top:8.1875rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uByvql1DeiWzLlFZOPIK335Z3q8A3q60 { top:10.5rem;left:32.25rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hufUWmkE2xgJ8xZl0ywcv5ymaUVEUI61 { top:64.5625rem;left:24.125rem;width:23.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadzc70ITKOxolfJiRRSq4oFSExJsO5g { top:64.5625rem;left:0rem;width:25.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgw2IfGpNn4tEIq5QV5MzrEIxFPP5hmA { top:60.4375rem;left:31.5rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQ5sMdzokt47FWGlWVtqFnlSHUKkE2T { top:60.4375rem;left:4.3125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGiLp4xZ8cZRfCanMvOKy19ohqyzJDhb { top:41.6875rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roUKWAJ9X3PlseTGE6f7yXB4Xt26kavE { top:42.5625rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxsOQ0viw9mFT9k3vmIe4ADSzikpHOp { top:41.6875rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0N1p0n52wLE0oX0suvb0LrQ8TghCCP { top:42.5625rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX1zcxacvzsyKGUnPqHWbWEpzTi3yMe3 { top:44.625rem;left:4.625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2BtyOdzWSTTyyHS8yfVSw3QinMOkpVf { top:44.625rem;left:32.125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKi7eNRdGDNQrfA4AqV4AfdPJiR55OtD { top:99.4375rem;left:27.25rem;width:20.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrQlOCEaepR4BsD0PoROx4bfBJy0qVb { top:99.4375rem;left:0rem;width:20.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJZy2Binto2JZRT3IheBrUvp6EtdMW6 { top:95.0625rem;left:32.28125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URrou2axc94pe7GMw3TXvHnGEQB3VaTG { top:95.0625rem;left:4.28125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1kb3V2ZCyqgLdpCBVgcT7J8aRnIiI4I { top:76.3125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CDBwm0VOgEUG4owCCcwkMPgpVlFR3X { top:76.3125rem;left:29.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z74XVx33b25B212O4PI0rTqWZhgbx595 { top:77.1875rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFTZ0k5oyrWt7O8W3vw0DznLTWyWf6T { top:77.1875rem;left:30.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4maS5TprhNP2A38PV4kb6cODqMK8wl { top:79.25rem;left:4.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMnLrulZ3kT8IBzChw0EiQxRo66wprA { top:79.1875rem;left:32.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPuTyVhadKi8XvGcZ8Ull23hWyZVF6Z1 { top:134.75rem;left:22.1875rem;width:25.5625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk12K2WoaSRwIdKm0cXV5EAlJ6BvbNxQ { top:134.75rem;left:0rem;width:24.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD4tbNRv0corzlDKDompTS0XQlZnSxxR { top:130.5625rem;left:31.5rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IcZcUhncCkOmLGTK79vqV5IHGW33Qf { top:130.5625rem;left:4.3125rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6vuyzx3Lx9MANZfVDzimQtqk7mmNfR0 { top:111.125rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2kXa2QBlnVCerSCNeyWT1sDGQHXCTPX { top:111.125rem;left:28.9375rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEi3MX0JgC4uCNSCp89ET1XfFKRJnBcI { top:112rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQS6FrBx17T4kbkAb046OAWg4rwCOJDI { top:112rem;left:29.8125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVamss8KHzSu9KuRR5OvwupQJis20URU { top:113.5rem;left:4rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNa6CHbikKbnTMRsnzJpbzWEJDlPwo66 { top:113.5rem;left:31.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGsmDNhrBrqlKCsTD0loi0HZtbL7sIy7 { top:169.125rem;left:24.6875rem;width:23.0625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk7CdUEtvhrfBhAk0yx35nVaPlKIPsvo { top:164.8125rem;left:31.84375rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXgsgP2t6nMUq1vSseBZT4moBZ3Vwg4 { top:169.125rem;left:0.3125rem;width:20.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHgCtBb1d5lMf5bpakHTNi5xWgIrDom { top:145.6875rem;left:29.25rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90bsrtX64XI1aOfhvvOmXzTNB8TrKS6 { top:145.6875rem;left:1.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJSRAQzSxq3yX1hK1o5VGgCePKQnVWn { top:146.5625rem;left:2.5625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7e8XcN9xftSempyy7OKe4AepW8LkkD { top:146.5625rem;left:30.125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLrTHX0kX2oFRXlGI7nuKPpg7EEGEEB { top:164.8125rem;left:3.875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7ePB0Sb65Osw7QiKnBprb8VG6cDbCP { top:148.1875rem;left:4.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPM6w3bQN1FMZTbrbWfUFf4pfB9aRpJO { top:149.125rem;left:32.625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT5gikaNTr0fF9RMh9zEzS5HPsR3iV9e { top:26.5625rem;left:31.46875rem;width:11.9375rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueLA3Vqil9UxEJKOcaatmof9OFoc5J6q { width:16.375rem;height:3.625rem;top:180rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLoiPLGzqdyvnt83QslVibsrneJStbeF { display:block; }
 }@media only screen and (max-width: 763px) { #nOJpqy1sDN3paAHrL9HuxVvT119FDZRJ { top:30.6875rem;left:0rem;width:21.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCgon24sMwVbFqGQMR41CVKbAaQLedI { top:30.6875rem;left:23.5rem;width:24.25rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1rHz3GF1lrTrbilih6yF1MmtAyA3otc { top:64.5625rem;left:0rem;width:22.5rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFUmQffTmILQudmTOZuB331cE0S3n7LJ { top:64.625rem;left:25.625rem;width:22.125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XammiTkfExHM1ctPvfDFCT4RTvIxnJMT { top:134.75rem;left:0rem;width:22rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51TgZaE2hoBTBsWc4m741kFJZbEkFAP { top:134.75rem;left:26rem;width:21.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1AXc2N13JSiu2BhTlb2BQy0wccgePa { top:169.125rem;left:26.0625rem;width:21.6875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { display:block; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy { display:block; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAyZTLh9Utc97M3X8bpzo5EC44fbhRnm { top:81.0625rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTT8PAIhrSvAEGOOw6DdsBRrwrRg9EK { top:2.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdgX4uByQaZ12GD9x9quR5pJkMXxBkCP { top:7.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQeTRqZaWqlNmBNQSi7wQL9i9rT38AM { top:79.3125rem;left:0rem;width:47.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6oFvcl3BtaHZJlSCZImMypimbmXnFKU { top:82.75rem;left:11.8125rem;width:35.3125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZeZS0Q0Uv8hmSOPEhBX1lxpXQiTbPgc { top:88.9375rem;left:35.8125rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoG7AcZ5f7BGVtSyIipTTETiH4b1rs1l { top:142rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgxLREEKACDKpTMaowPpxNnMLBlcPy3 { top:95.125rem;left:0rem;width:47.375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxIpTVXBGZWOk4uPSZ9GTs1um5IRwf4f { top:97.3125rem;left:11.875rem;width:35.3125rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpcTmTpbQ8dPTio5OEJo7qWVl7pQqJtI { top:97.3125rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA5UJIxtk6fALuqVf8JW0L9iuORPTbKG { top:108.875rem;left:0.375rem;width:9rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi4LC1wfZI4q26On793USCGtkmGcuHUb { top:140.25rem;left:0rem;width:47.375rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVNP9EhQOsb2cuAvf2Dtct1Pxkbkg9c3 { top:153.6875rem;left:0.3125rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUd78UwUC1wC1H8TnZHp6QSsXXl3Nmap { top:32.6875rem;left:0rem;width:47.375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7kcz1ruWxEGT7PmyiUPhQ3rbXEQETU7 { top:34.25rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLQlvTRWlGDZTrhr48C8BFSQKUKhtGF { top:34.375rem;left:12.0625rem;width:34.8125rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0aHqKzziG8i19yG3TLLAvvqNdvyuI5i { top:45.8125rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuhSsfteLf7IkIJWeU4ZfNDJkhdIN4h { top:142rem;left:12.0625rem;width:34.8125rem;height:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhCTBdW7LgX96mzqKQXhDwQie9TLLWdK { top:56.875rem;left:0rem;width:47.375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0k39DPqvGFtx1go818Kmocv9Q1TLJ3t { top:59.0625rem;left:11.8125rem;width:35.3125rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQBdqxeZ2SupdrPT2lIBT9Vzq1165Vw { top:58.875rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPyxhbIwcBFJo1WXE9bCaNhXQZuX7Hby { top:70.625rem;left:1.5625rem;width:6.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWtNIXD7HJOxvdmsbiReFevdOTBsSDpo { top:122.375rem;left:0rem;width:47.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBP8p0Hz5QvvZsa5t4bUrUAbDBls0U1 { top:124.5rem;left:11.875rem;width:35.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmi5CQUg32LpWaCt2GO1GhQcSLgz6UKi { top:124.5rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt66U3wi0ueebHc889zDTbCIdu7Oklb { top:134.75rem;left:43.3125rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnV9DH0azONEaCwMFBO9PJHziUQr7gdk { top:87.625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSPORZwQPU5MOqP4ObgHEMXnvV50L5tA { top:49.8125rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuefo5uGwoxNQSapedTXxGHiX8XdyFi { top:123.875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az4mrqQt2fdqFzZqPnTOUGRdTIzkRW9t { top:169.6875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snvw1At9iNeqMw4t6I4f8ObPr8PklgWU { top:12.5rem;left:0rem;width:47.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJnwTaXZJZLxCssW9kk4dLSJZnde0EZ4 { top:14.0625rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWcRgfsdTAgUUdzoLix2WguBfxDsGNb { top:14.1875rem;left:11.9375rem;width:35.8125rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4aWyayolSByHIypsLVfL2ZT5qrL1noG { top:25.625rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlWQkrfDQn5AKVc64Xl4GbRGf8Khacsr { top:25.625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ { display:block; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up9kIWJ3rC7ZI7owVAGm8bF5JGTKB15L { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q { display:block; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWzyHhrn2JKPNPdhokKPUcqXB34tuyQd { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQLEOTOnR7rRLbryaTs3MtD8zQfnTabT { top:32.8125rem;left:15.59375rem;width:17.8125rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWCLMDRpWD3759N5AveEMLpCs7Khr9Zg { top:32.8125rem;left:30.125rem;width:17.625rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCRLZE4y1vnv2rxc0OShb1117zR9kzhk { top:27.5rem;left:22.875rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6k5Mi0CvITTSHWcsB6pVFVLsUEINbOA { top:9.1875rem;left:0rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRSpuo3eTDu5TVbE0VdWg9QeO4aA880 { top:32.8125rem;left:0rem;width:18.5625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPokiUHICgHQlE7UXUSn0kNFKVHIhuR { top:26.9375rem;left:0rem;width:14.1875rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWDsLVJUglzJ3eIfe07RII7ssX99dXE { top:8.3125rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pPpDGvf8QHc1DKW8HOg8WLeKdQhU6m { top:8.3125rem;left:16.125rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDk7Pmy2kpEsuKmrdTHgCl74S7iktSX { top:9.1875rem;left:16.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNtlc5DJ8xHfRGAT4LmpdgGfRZU2Sn6T { top:9.1875rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMCqGAKIvIopmx7LbSMa9hiwpuhztxeV { top:8.3125rem;left:32.1875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36bcZlXxBOBpt87hINsUFxJ1RU7u761 { top:26.9375rem;left:31.6875rem;width:16.0625rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSu50Ry5VtMXKhcarN19imngkvghZCKO { top:26.9375rem;left:12.90625rem;width:21.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xesMnCT6RKHzQDDRgzQaCRI49uyriVmu { display:block; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7v6B0E7hGxM71NQ3iIsieve4ICuusBc { top:1.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18a3W4ltcAuqT69IL30p36T39yFysAQ { top:5.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSRTue2H8yMxtpIQwTLrabUveNyLRWD5 { top:59.8125rem;left:0rem;width:18.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBolc1ZlW0Xo1Q9l0mAQfHypE1a9rxo { top:11.1875rem;left:23.6875rem;width:23.0625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSMSWkn6iSOFW2ulu04EXKkwIqepuwp0 { top:22.625rem;left:0rem;width:26.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrpOkl1prmZvJD8OJADFm2wlP1haBIZ { top:11.1875rem;left:0rem;width:31.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wnZxs9WlQ2T5Bcu3RuDeC03QFLFKCH { top:40.1875rem;left:0rem;width:33.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWQ3EOIRwf6vrGh4F6VdccctZtRqeOF { top:40.1875rem;left:26.25rem;width:20.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu8tNRiFJPgN6TgK6cQnGT6uZcIxD7is { top:62.25rem;left:15.25rem;width:13.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfH5mN072AriHvABMTIJxaVo4u6X2Who { top:72rem;left:0rem;width:15.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwq4G9fM9t6dJK075G8n8otILptelFke { top:83.5rem;left:12.6875rem;width:24rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iat1Ei19wDR2TQ4B7VxD4icWFDt6gFoF { top:72rem;left:12.6875rem;width:15.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quf7vLxLOVia6LEm4tdBC1mdMJATTSAG { top:15.75rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCNh4KTDSQwHwHdqtD4oblU8dvu7haCv { top:74.4375rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvV5mvlanEIMDsBEOlfgSskRgE2gTlh { top:15.75rem;left:0rem;width:10.625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsGiGF6wUmCf8JsLBXlWZafPvydxiWZK { top:74.4375rem;left:35rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 { display:block; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKbtFBA4pT05N0UkTtMBl21UtPRBrvCq { top:50.5625rem;left:29.5625rem;width:18.1875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKCJ0CzAgy1uFKh8w2BZgnNCl8zTikNR { top:8.5625rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4tKiFSb5aXcdeIz7W6be6OzztafGOr { top:23.0625rem;left:30.8125rem;width:16.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJKtFvMDCUD3c5ZtTFPvTBI7pSWpVLBT { top:25.6875rem;left:14.6875rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDyZm3X4gacANbyeABreZcukkLqBTMH { top:23.0625rem;left:15.40625rem;width:16.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZ3AZCH35rQ2JZ7kfK0bomtobq3Q1iK { top:23.0625rem;left:0rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PntGssTOewqReZo1fxaTqZk6C1LsASAe { top:25.6875rem;left:0rem;width:17.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax1TPT3PEQT5kKJCGpXNZ7yNGBWvmaqF { top:50.5625rem;left:14.8125rem;width:18.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsqMPIqMiuH8kh5s40nm8s73CH22yrmB { top:48rem;left:15.40625rem;width:16.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TesXpa4v2XlCM1TFTl7XMb7EdybxzRNP { top:50.4375rem;left:0rem;width:17.3125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K73sV1TpWaZahrqcqyH9Lll64O3BycSZ { top:48rem;left:0rem;width:16.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3rOQmVnwhJFw5GT8nTdcDB8nPwoHNeh { top:48.0625rem;left:31.125rem;width:16.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP3GToFaqtAXKGCxr0scvqAip57cMDRu { top:25.6875rem;left:30.5rem;width:17.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b79WUuK59k8IwtvBJJ8ZUXANUOnqiiJW { top:2.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipoiCszag6mb5vTa9ITT0ZDKkZlbfmql { top:8.625rem;left:17.8125rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOtmPL6w2VuZLzDTEUAhvKFmwiqHQs5T { top:8.5625rem;left:35.5rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhayfcuhICCwVwIeTkTRvMNXZ3TMnrH8 { top:32.8125rem;left:35.5rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBmCltKRWlSLpdlNWgxQgnUQK5NHdM7x { top:32.8125rem;left:17.75rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ZkHQIWi6EJcdJq8bTtRwbNE2aVRy3v { top:32.8125rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4xndpfqiS51pQiE7rbdiHQhfr2mR708 { top:7.75rem;left:16.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcPydSLmJdNCQ9r9lOhhoJPzJ0xJH4lF { top:32rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpN8XV77SJXbCZqFTn465xX8wKmXzT2s { top:32rem;left:33.875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE3oPRT343y2uJ6peCmCeOqzcRrlSrfF { top:7.75rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRyRBv4LrvBs3CiWHTPzdJKWAo5KR6M { top:7.75rem;left:33.875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3duHHCRAQueICfQMHD1rKP2fGNOrLA { top:32rem;left:16.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIze437PlygHiooscxJ9UnoxCVDOMc1d { display:none; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tu50qUsBzqQBxqeFAcyk2Wiapnw1BOTf { top:9.1875rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXqKfRb9aH3aPlsqNTRCxkeNSVVJLBG { top:7.8125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og88BfULRh2s9dZiho3HJPIh3Otocduy { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR28OfR8Vc4C7sBpBAXUNnaPT9o1aIBQ { top:42.375rem;left:3.25rem;width:41.25rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0At6FIosLmS63Mck3THUMm4DQcpgsa { width:22.8125rem;height:5.375rem;top:71.375rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpvr4uu0MAICCP9TOrSbgTzBpSckb2bf { display:block; }
 }@media only screen and (max-width: 763px) { #pJAQz5ezSmHy13a5VsGAVSrBwVLsdVCt { top:40.0625rem;left:0.875rem;width:45.5rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .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; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .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; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #Db6SpdLt2SEIC3piIJRngp7KX6HbKt1z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #HDU43m4NTmDQpgoIU2Aq5FBOvmpoSdqZ {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lUm3mKdx55SltVPG9gNIdfr3qCJp9NWP {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #iAfQslK5BJaBqtzQV8J9lmeVe0f0s78m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #r3Iyet3koziTR67v3GpT8TUEzMyXOlMQ {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lmrnKouJ4vGsptKka15fdG84Gq7VeitA {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #tk0IFPUJluaRMACGDLUQeQiMxzRKJeZI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #DuKAfs7FWvmTx9thK7lceQm3dvBvtV1X {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #OeR70Xv7f7vTLwqkynvK1diu7a4gdD9e {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #VQmo9A545LLT4lRQ4JsPFvxeiwzpcch1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #RNbkJoQZ0waRlOd4Po98XhPS3cpxgRZ4 {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #gTf6esTn1BFg5BD7zHO9SpFRKyt6T4P6 {  }
 }@media only screen and (max-width: 763px) { #Hn825H6Tequ5l0Ecpf34iICoLzTMQ4Ai { top:78.4375rem;left:13.1875rem;width:21.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRmSXiEa3BNcPAhNaAoFEOBs0T56JoBx { top:32.0625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4UFlUTL4OVaTZEUlGnFnNakAufUrQsT { top:7.8125rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB { display:block; }#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja1cOhd7ZTJ6e8d9x7pi5ioCPDPwBog0 { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shgb0N4INaSHzwxuqPilh96Rwz7dEqiO { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxbxfQVNHbLXRRbM2dyDMTw5ACzO0CTS { top:10.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKd4GikzsTBul52tkBMo4SZnCnT6zLu { top:9.9375rem;left:29.5625rem;width:18.1875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfu0FJXIzI7sIXBruUmWtT545IT4W8f0 { top:7.5rem;left:28.625rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf9a5EtBtH6vTLObZmzD5NutgLoLv5u2 { top:13.625rem;left:0rem;width:26.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUG8xa7lBTnXAvz1tDSc0TCViBXxWMyf { top:21.375rem;left:0rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2kqcOlHLsXv6lxTrvFpUyKMgBuWVa84 { top:24.5rem;left:0rem;width:41rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elxfi7yCMVP3KUaSET8DT0y1xsmgQ5u9 { width:14.5rem;height:3.4375rem;top:33.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGrT0TUOdPflVnPkZSvfCdWFVRKkQaT4 { display:block; }
 }@media only screen and (max-width: 763px) { #zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u { display:block; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck01vdyJwUl96U7kWMDaqLx81h1VSZfm { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsMK3QmNPT4eUBhiJpWGALlDd9lB9r3U { top:10.8125rem;left:3.15625rem;width:40.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p825VtyRR71aC03KnhDn8cJLPwsrxbDI { top:28.375rem;left:0.09375rem;width:47.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd7o8a7msuEGQeGpwcxMsi6pJGQEGbM { top:5.8125rem;left:5.375rem;width:37rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slPxafd3HfIsO7F4UgssanwaIPTvAsZL { top:36.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42xSzXmaQKT8S18CmIQThBcrvLJavDR { top:33.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEpVR79a5gAkgFD8cPmaAu80zg1C5VQU { top:12.9375rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqL2HnoaykePR24QAT93q9yARVQK68wV { top:12.9375rem;left:37.375rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD { display:block; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbPnKKT0IzTsPmAFxzPkWF4oaXadJfvt { width:17.5625rem;height:4.125rem;top:93.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxWR94f6dKUlUTcA681zeTPPAv2kgxb { display:block; }
 }@media only screen and (max-width: 763px) { #xWXU31gU1nFdppcG3UCMbfqsfpVfm7kg { top:1.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCs17todMredrXZboK3DNcQXrTFGpzB { width:16.25rem;height:4.0625rem;top:93.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toa3K9gdUlziLZxhooRqumW6anhylTXt { display:block; }
 }@media only screen and (max-width: 763px) { #rNBwsVSyfDAVVeaEM0uIUmsektXuFMAJ { top:86.375rem;left:2.9375rem;width:7.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gGpOPvCBq8GXy32IpGrWxg568r1a3e { top:83.8125rem;left:0.6875rem;width:19.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmpnPw3onXSMpMhVN2afMDxTr0hA1VX { top:83.875rem;left:26.625rem;width:20.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X04f4nHEif9a0pee7RqmKkEcL2qTFRxW { top:86.375rem;left:28.9375rem;width:8.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1C8GwR5I1VZBsQI29KzVvZZ6dO9DhUf { top:89.8125rem;left:28.1875rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4uf9GACCqvHvmO7DSOAXmA0FMlob7T { top:84.8125rem;left:28.375rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV0rIuLCTGUWvZDiLXnRFZ5v9J6WkaEv { top:84.8125rem;left:2rem;width:17.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpei1oaaxHqbra9O52wyfX7kkTP7ebT { top:89.8125rem;left:1.9375rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSQ45wfWguswxfPq0XK9JyB1JPV6Cofm { top:76.8125rem;left:10.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AflRDHCuhzmy8TAZgczV8i6WxVdz5lbU { top:76.8125rem;left:32.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHpn3xO1Ts1t41CQTEO13P2UMdWNRhR6 { top:36.375rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9vDBvlSOsqte6zzzMCOyvrDQyzk6nuF { top:36.375rem;left:37rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .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; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 { width:18.5rem;height:5.19125rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wzoWxrnVCMv26QzOyeObK88Tscc8ZSgI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #yCZ9V2tAdqMrnkSfNv9IeE7uiZ8m6DCU {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #L0hBCRlsXumdCi7pTAaF88QyfCLQm5S9 {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #OqfT7LGcolup6Xx6Z6ye0nxt3kLhW4VC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Lfl1LR3tDp5EuL8635smK9NhxBdPptlf {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #NhMEQEuF2BOV9Qxh067A30MR2sAOyNbM {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #QVkHuKqXTTRIVbH57GpylTC7du7oxSpr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Uylb4v3pdBiXMxtZJJhxOcAfeGc4f459 {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #D5Vvqv7UakQAEhR52SXkzdWWKNNkTD0c {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #bf5TcH56guadrJMmfx1eZkkQ6wmTJhtD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #l4uivwxLn5QVvXE2xcc9PdMkrnuHXzdA {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wZE3P2i4zsfaivWfrrizvz6NxWB8FCRd {  }
 }@media only screen and (max-width: 763px) { #hwUMlO741T4F61zqcVa3iX27N60i5R3E { top:100.125rem;left:7.5625rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv9VCJ71iN4S4gX4xUETO4uBF9X53KCb { top:30.125rem;left:5.625rem;width:36.375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsPLrq3mDJ9BFst0ZlO5KtrkPloCEgwq { top:32.125rem;left:13.0625rem;width:21.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1oKyOkGTkhmP4zubthZJ7I7zZegANFG { top:39.9375rem;left:8.125rem;width:31.875rem;height:15.1875rem;font-size:1.25rem;display:block; }#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG li:before{  }
 }@media only screen and (max-width: 763px) { #WqEpTbkEd2FC9ceCL8BQX1GzOZGmQVlU { top:37rem;left:15.125rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnCTFPzH4757hfWZR9TOanKaTke0f2ms { top:59rem;left:5.8125rem;width:36rem;height:5.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHMQmVrVDFhcIS470aldA33TLdPl2dxT { top:66.3125rem;left:12.6875rem;width:22.25rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgEfg8gHvTOZ8XKAhGmkOzcqqQoMwkhX { top:72.4375rem;left:5.5625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXZH41P2W54G7ThOLT7mT6JXkEtTHuSn { top:7.5rem;left:6.15625rem;width:35.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCvWDa8T1t3EnA6G2EbRtLpX3ulf9xrP { top:86.375rem;left:10.6875rem;width:8.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJypTHcA9sGLs9f4Flmn5k1SgQkxnVgP { top:86.375rem;left:37.3125rem;width:8.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthmkBDpIwDamR93TatbxmXTapdlGktD { display:block; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsRb4LBum5aiendVezdKGdmnuSGI2S5 { top:1.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb { display:block; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3WTsomkCzn6gRoO45vu9olLuIClzZbh { width:19.6875rem;height:4.9375rem;top:127.6875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTVxpcMFTETKG0JmVsbLHhLPg1DLm1O { display:block; }
 }@media only screen and (max-width: 763px) { #LltlQAxtZIvcbRp48uHWsVCcKbX0ucdd { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNrXK6oftc25poIFCLhB0ufEgflMIxG7 { top:49.6875rem;left:0rem;width:24.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SFoEhWzverakRkH1CPkN8CJzGb8y9S { top:15rem;left:3.5625rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbDUWIRXHDGmOUxKUuqFPLWULSxJTIAx { top:54.875rem;left:5.96875rem;width:37.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOMlZ65tRupT4UvHwk1GZ1pdSIPrOEEX { top:40.5rem;left:27.25rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTLmCcmG7plOzbBoJVLcpH7bUrchN4cI { top:41.4375rem;left:26.6875rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0l7WxuA3FenMEzif0RrBv0iZ6IJXXN { top:41.6875rem;left:1.75rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gF2akPzJLge45HpUeigSmd9cMfT7XR { top:40.5625rem;left:2.3125rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOi38qNp4UHhMqNcCDEbZZuRN5tsEe7 { top:42.5rem;left:21.0625rem;width:5.625rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZANEzrfRrbzTcOpgJlcAomocX5KSp1 { top:62.0625rem;left:5.6875rem;width:36.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn { top:64.25rem;left:8.6875rem;width:31.875rem;height:17.125rem;font-size:1.25rem;display:block; }#UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn li:before{  }
 }@media only screen and (max-width: 763px) { #qEkDyiaLmbpoqXxEbXRGB5kSGF1u8gLG { top:85.875rem;left:5.875rem;width:36rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUgCGu9wPJGD6Lckdotd83BvCq9U6pr { top:93.125rem;left:12.5625rem;width:22.25rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtUpbiRwD1AUQMwal2V5vOJLTEm8vRSl { top:99.3125rem;left:5.625rem;width:36.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvhtD6e26XK1pHnFRqJkFqHQFMC3B07 { top:107.625rem;left:0rem;width:20.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3gazGcRAgzhcqTpuACdV9Z3HzLsvGeE { top:7.9375rem;left:0.75rem;width:46.25rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2PyI4NBT8rvTrBE8mmpFbgLbUM9x12 { top:108.25rem;left:26rem;width:21.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elHiqBIeCsVIxQLBG5OUiJ7yrlLTs8xL { top:49.6875rem;left:24.3125rem;width:23.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMmsricCEt5O5KzFlPUnc6S1OVLs5ss2 { top:110.8125rem;left:0rem;width:20.3125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdgnOtnm20wpLuS0P43QCsuyU2qUSv6n { top:111.75rem;left:1.3125rem;width:16.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us79pz65ygHvZU6sZgZ7J0Ezn30SO9KS { top:113.9375rem;left:10.9375rem;width:7.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxRlbpZDJw5kuT0F0NvD0yWG8VfTb6MA { top:113.6875rem;left:1.3125rem;width:10.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OButK5iA2uH9wlsuNbhADNaNFEaTpeiQ { top:116.9375rem;left:0rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDe85vqR1SyEQ3CeoyDn1Q86XQO9dC2k { top:103.3125rem;left:21.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .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; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .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; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI { width:18.5rem;height:5.1875rem;display:flex;top:43.4375rem;left:11.109375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #KlruEyI9iihM2srq7aDNGrrNw7DWtGPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pqpKIxCPlcnqSIxQDvKtZJAJKyZw8tiS {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #mkqtXvmGytuTFH2dprTqv8J4qRptytn9 {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #rI5VHfNTUd0sIVUPnd6mSEldgT6fgO2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #wFeVnh1SVQLZ9EcbKJxvH4Wqh7qltnRO {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #bHOpoB3kTMd6TvOcUI4DsMmHyp5zNbkw {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pouqEeEAkpn5yySpDTEv919lQ0FT2d49 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #PoEoX8EPmiSWcscgxoBSHzwHLf0Li9qw {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #CcFPKEzZGwgmMs3eXIsHiE1oLvqQswKx {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #Tu2VmDcUWUhLkTuXRiKeZ57e2JSr6r93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #OTzw254CvPpMJsvhH9lTGrA72BkFG4Bd {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #qcXhKXmxEpXDOz1IMO1bDe9SSJ4AIXvG {  }
 }@media only screen and (max-width: 763px) { #XZJvx7ge59LmgKmVQvmnlWEwu2QVLTng { top:122.625rem;left:26.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSykhaswSMp09f4PT2HgsGnNVTz1cbZ { top:122.625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BfZRysIzZER5sIfBQHyARkusVgEn1C { top:122.625rem;left:18.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 { display:block; }#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwB9U5Bf1Tl2tPF7I768K2wD62zBLl2J { top:1.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak { display:block; }#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlNC5ngTCpnvSqLvwLVSMa5aNvOZ3niN { top:89.4375rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoekVux9tdU9WSL8Xpg09GzKqRlT3Wvl { width:17.5rem;height:3.4375rem;top:124.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6lKVGEV41UQlUOZTTvfPonwg7q3upsf { display:block; }
 }@media only screen and (max-width: 763px) { #kUd5m5XirhXCFm6a6RIA654EVwV1Oi72 { top:121.1875rem;left:25.125rem;width:22.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvCabxSR9cSK8Vv840zrMlxZi7Za7L50 { top:117.9375rem;left:27.5rem;width:20.25rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlBpsw6TGmuWx47Qi5bl2VZ0VVavuqm { top:49.625rem;left:24.125rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxyKJnZV8HCr1l1DKcJwoqUkGbzyUepc { top:48.5rem;left:24.65625rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcLGLJtiH9sZPILHb8qJ9gOo7ai6Jnf { top:49.5625rem;left:3.9375rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOy8S04wy4cl6qlFffrxHE5FJ7Xnpscs { top:48.5rem;left:4.46875rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRFuk0h6vmb3KXIsip7LuQA36CT4RAC { top:25.6875rem;left:24.125rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFR6b5Z4sDaXpkE6TUxl2rsxcdfuOaOW { top:24.5625rem;left:24.65625rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChyZTmWAVW6cOvL4JG8nSFRNIiRwOU7 { top:3rem;left:11.5rem;width:24.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5kyzbtCJSE9Q14GnN9xBeWEBBBhEMHk { top:115.3125rem;left:31rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTRlswzHqg3BxoFNJ5SPsQUtWFrlh9P { top:112.125rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKBOE7AmswCnf2KpzxIOJWWqxgMHke7 { top:122rem;left:0rem;width:24.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3waEHVTSuaKcKHUhSTBeJFNOaEF5Tre { top:25.6875rem;left:3.9375rem;width:19.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUrCdlmi4bgy8JWhEscXUAXMwufPmiLO { top:24.5625rem;left:4.46875rem;width:18.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOTvhWT75O7tSxaopKbyd6UgFE7WbdHh { top:33.5625rem;left:26.9375rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Jbe1tIfQI2zQIGQC6qXCPJ0UMh3KvQ { top:34.8125rem;left:8rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2tfN8g1LD9Ba1lsC2X1pxF7wleT2eyP { top:38.625rem;left:21.1875rem;width:5.625rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5oHVImVZ5VJ4Q0gHWMCTINgZMUqgfJd { top:11.3125rem;left:8.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvVULZqFJuSgTbpt0yZLaqAlSCA0tv { top:9.6875rem;left:6.75rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm533N9ndJw0cB6ozOtBK2XLttuSAf3l { top:9.625rem;left:26.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #II86pUEiuaiekgZaeO6RZa2RTZNpwoTN { top:10.0625rem;left:27.5rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7D7nHCFUbLRpxyuhQhxFl6qmibzVbmI { top:14.6875rem;left:21.0625rem;width:5.625rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOJ8CuNdzzTSuw2dVm8NkIsWvd24MDyv { top:33.5625rem;left:26.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIwyC11uI16g5of609veXWf7v0wFaya4 { top:33.5625rem;left:6.75rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azS4nShodLurWEFSGtowIvZSvHyaSt8J { top:58.875rem;left:13.0625rem;width:21.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylTM9n4NkJMwqrgGiFprPSSgFcXwtWe8 { top:63rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVqKLvyTTUxzkxRU2blXsknfQ3vvzCUK { top:84.8125rem;left:15.3125rem;width:17.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVhcO2wREVq2nF33Q9ogSnzT9VsgAZhV { top:111.125rem;left:0rem;width:35.5rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsntSBcyZcWfkhmsN9LWftvl6NTtTovF { top:38.625rem;left:21.1875rem;width:5.625rem;height:3.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR { display:block; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0LKy0g7OCD4RL5xhkloPh5tsCWpfcc3 { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { top:1.1875rem;left:7.8125rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI { position:relative;z-index:auto;display:block; }#TRGMB8JmIR5TIEca4U7QanW0cEcWZGZI > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N652ROzw9s7PvC25oZmKKwQoN8J61nRA { width:20rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q { position:relative;z-index:auto;display:none; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IeopUbhyvHevz0iShvNztVdTFonF7s3b { width:12.4375rem;height:1.4375rem;top:5.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cASreMKR8K9oMEqD1xNCebFFI7J7ghv4 { width:7.5625rem;height:1.4375rem;top:7.875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIcl8ggqDnOJz4zXbSo36diAKt0BZVoZ { width:5.5rem;height:1.4375rem;top:5.5625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbNgDu2niASiIA5T72Tq0ORALvTrIbUa { width:5rem;height:1.4375rem;top:7.875rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXPznLzbeiTyGvc3xvP3grSoBm7BxIge { width:13.3125rem;height:3.0625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukF8arfrsQmlbrLGQTy2CGIyIaVmD9C { display:block; }
 }@media only screen and (max-width: 763px) { #kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 { position:relative;z-index:auto;display:block; }#kof8wTdJVlA1JVC6oqLzKrCO832Cgg68 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIgnvSGCmd6xyrqkNFV3zhgsecT5wQC3 { width:12.4375rem;height:1.4375rem;top:5.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqAXxQD2WIwN1IBct2QfCnHEwQre74Ai { width:7.5625rem;height:1.4375rem;top:7.875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSVD0gU60STuhJQfRr7Cp9WTCCXKIZVA { width:5.5rem;height:1.4375rem;top:5.5625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVSPRqtZDsJ87GLUwZXPy2XXrxKK8Psv { width:5rem;height:1.4375rem;top:7.875rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmXXS0AEkTq3sEAVobeaszLrtAShT9dT { width:13.3125rem;height:3.0625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQhLfzX5NHQBtTzbPIOUwXpHClAIyHM { display:block; }
 }@media only screen and (max-width: 763px) { #nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM { display:none; }#nDgQXNLLHJvNdQnDOqsWdrL5zby9yqDM > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gaC7Nuf8NT8PFocoweToMr5epVhgQKWi { width:16.75rem;height:5.125rem;top:30.8125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsbTZyamoVekKRyr4PA4CiOyvgQhw157 { width:14.8125rem;height:3.25rem;top:37.125rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wyu3kK4HiCvrGTgXERJy118T1UHuCTFm { width:15.625rem;height:3.4375rem;top:48.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmmN2asrVn6KkcJJ3T5mN27cbL9JQtqR { display:block; }
 }@media only screen and (max-width: 763px) { #XOoqyU4idVod0UQ5hA7raSQcra51TK0O { width:13.375rem;height:3.25rem;top:53.5625rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf95rnb1P2OXrnX0VMvRqEhnmDVFdiRP { width:3.625rem;height:3.625rem;top:58.3125rem;left:6.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TAd2XJIqosyb10aTUqAPyTeAQKByAATf { width:3.625rem;height:3.625rem;top:58.3125rem;left:9.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ne65fwEcQfJuZZcOvfypMXF8EBGqCgMO { width:3.625rem;height:3.625rem;top:58.3125rem;left:12.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zNSF6KuE3itew3E5RzXsfAeW7oMOHump { width:3.625rem;height:3.625rem;top:58.3125rem;left:15.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #J3DUKG2ClvrgV0qTU6ow98n7V21m9Uvu { width:3.625rem;height:3.625rem;top:58.3125rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UzDyZAow0Q6VMSZLzxMEbJMqu63VInGX { width:3.625rem;height:3.625rem;top:58.3125rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Nyq1TTMWmskQm2OeqaT9mcKCT3JfqHTi { width:19.875rem;height:6.5rem;top:40.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lg2TgvierUJPsOlq73m47yW8yZrgcHd4 { width:15.5625rem;height:26.1875rem;top:2.6875rem;left:2.21875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KwfwNzL9J16LEGdLqElmhFa9XIvAn673 { width:19.875rem;height:20.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ { display:block; }#ERcTyX9UF1AulfD5CqZTDHpatkfus9sJ > .row .container { width:20rem;height:97.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gywGp8ZsaA7lnhy7AbqSTKlWnI6z1DzE { width:16.75rem;height:5.125rem;top:30.8125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGO4B2c1Ouu0RIiBBSQEphTwezTLpKCo { width:14.8125rem;height:3.25rem;top:37.125rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCMGVdoxTFP35dBswr12S5Vguh9OOUB8 { width:18.625rem;height:4.625rem;top:49.3125rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoR57V0cyPKDO5Z1FH1iH5otJtIwrFA { display:block; }
 }@media only screen and (max-width: 763px) { #T0OqbaQxh8ECrvSRT1D6mcdBqCsdynAe { width:13.375rem;height:3.25rem;top:75.375rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1XyeOQEeLTXkxNDaAVTAebJ5TfuwO1 { width:3.625rem;height:3.625rem;top:80.0625rem;left:6.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KgLEbtuOsb1pKNB5UOnsWFuV5FX5KkU8 { width:3.625rem;height:3.625rem;top:80.0625rem;left:9.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LqWuQPeezBBu3vdmduXOGsNyR96Fh51L { width:3.625rem;height:3.625rem;top:80.0625rem;left:12.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DUJZnQN7GUAWTEraMAIX2Wk3Tsgxx99U { width:3.625rem;height:3.625rem;top:80.0625rem;left:15.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MOIOQvkCZCecFvVeGfoITuufqNRnF4fa { width:3.625rem;height:3.625rem;top:80.0625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZirpWM734CX5iEptcXdCUkKruQ0eAc { width:3.625rem;height:3.625rem;top:80.0625rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nQqdfc4lNCll8z3rgJJ7o4VFeJu8xoB8 { width:19.875rem;height:6.5rem;top:40.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3TpQQ0wO4FQsUczDtFzSvk3FeN0mpVB { width:15.5625rem;height:26.1875rem;top:2.6875rem;left:2.21875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cRPtpfuEXu7sVNgtqnOJQlkJXS1eI3d3 { width:19.875rem;height:20.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Ei3rqs8aqU6vt7GTBmCvlMhUkO6kwp { width:18.5rem;height:4.3125rem;top:67.5625rem;left:0.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C1pRnPzFlLMT0HW568lQPUSaZbSmlitM { width:6.5625rem;height:6.5625rem;top:55.6875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrp3va2GB7dpRuW76ASPHJDuCyQG20I { width:19.5rem;height:7.1875rem;top:66.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rW4NS0CXG9LLFhGDLfKmyStQgF5z5eeE { width:4.375rem;height:1.625rem;top:63rem;left:7.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl { width:17.875rem;height:4.8916015625rem;display:flex;top:89.3125rem;left:0.4453125rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #nmOmZNTqmucJLQeGa0WnV2wSkCd3Gpmm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #kvU8k2O4HHrXqB6qnuTT5GgIOlXO02VK {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #SkwqEgfd7p5P94h1uWIuCHNvSKfmCTvL {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #rrBgWZLdqKcKi8Kr6DkPAy0QJ0E0Ofmo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zgr1946okrXzNJcS5oHOnr5lwHaz6kvB {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #C0m3TOK5vUsFlhbSe1SiTVsI67CFPsDx {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #zXuCk1yhOmUK0qf1MnW9O8Xt4ngeM2Z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #gDTZnsrXJR9JAsOxyTAhQK3KHPSdkqpi {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #vwIXglpcGMzA9TP0N8J2rNyiBbUzKzdc {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #ZxNnTDyXzleBPDbIKR0lGSyOTZkrFx88 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #EfNO46QnzlzeLlfn5WDqoQSED682xkI8 {  }
 }@media only screen and (max-width: 763px) { #CGM8xgUD8T6SWxxv5sBeHBkhNSIJMzPl #wd05JmB2MU25IUd1DyvgbC9rHdKn5Vrv {  }
 }@media only screen and (max-width: 763px) { #gAlodkt8P1xHvbreKr2gEx2NhTos5xa1 { width:20rem;height:2.25rem;top:85.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { display:block; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfgTPE1srKHeyaaVQhnnyaHrAUFkmukT { width:15.4375rem;height:4.875rem;top:1.6875rem;left:2.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOD1mblI3ZK4gKR941UimiU1uR3xAx4m { width:20rem;height:11.25rem;top:21.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #evNIqpDBS9higw39JrRi8USkaxTM0IqD { width:17.8125rem;height:4.3125rem;top:36.3125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pce8CtPXOJHyqq2wmR3U7p8zzOHWH4FT { width:6.6875rem;height:2.5rem;top:41.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FZPm5IbAuV0TD8MFJo5QWkcyfOCFdT { width:4.25rem;height:1.4375rem;top:42.1875rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apRrBCTVwfpCwBPmBV9x3Z43vA48ORQh { width:4.25rem;height:1.4375rem;top:42.1875rem;left:11.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fip60fJAhmTG7lRu09A4xADwflerN4p8 { width:6.8125rem;height:2.5625rem;top:41.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE54s8QQcoTr9aaaBRaoLd4IOUQLbI7X { width:20rem;height:11.25rem;top:34.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vkq99iuF2mDzzDZoBR5OhLtNVXzMOdm2 { width:6.8125rem;height:2.5625rem;top:28.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KAII5iAJUUXVvGuLlzwMUXPgcu1VGG { width:4.25rem;height:1.4375rem;top:29.0625rem;left:11.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDlAfupg5yDaeqEB9DeXIOrOnrNXWn7i { width:6.8125rem;height:2.5625rem;top:28.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UQX3cgZN7kzamqenCOmeOD8ORLyCnp { width:4.25rem;height:1.4375rem;top:29.0625rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4dz7FbAusEq9P6nClrLMmPysZ2QBw5q { width:20rem;height:11.5rem;top:47.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VFreJP0061I1qzdMlyibFerdqAV9uWXm { width:4.25rem;height:1.4375rem;top:55.1875rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yefJtLUUUxHrbn32nXzZRMS6U8hiPAE0 { width:6.8125rem;height:2.5625rem;top:54.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahCGwbsra74fkLGrd1bzdySvvREuJCU { width:6.8125rem;height:2.5625rem;top:54.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EuyCSR08aWyJi02FaZLQlQWHGloi8H { width:4.25rem;height:1.4375rem;top:55.125rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #at20lqTuFZQfPkf061MOxGNhVElpJqCs { width:17.1875rem;height:4.3125rem;top:49.0625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNRrWz2WGHHgAHoawaKDaaQpt1oliK5V { width:20rem;height:10.625rem;top:9.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DN7RpSdshbWpsQEdWak5MENOhKKdmKhe { width:6.8125rem;height:2.5625rem;top:16.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl6DnQx6DklmWsDKKrphqraLnisqzPOM { width:4.25rem;height:1.4375rem;top:16.5625rem;left:11.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5arEof6QEL5ToNcwrUDdvNR80amhVd6 { width:18.875rem;height:4.3125rem;top:10.5625rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gy6RLW6dZkLR7zBMNf89FPEgAZtCtgST { width:6.8125rem;height:2.5625rem;top:16.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9a9yHDoTHgxiR9OaBMUslPZJfWicE5C { width:4.25rem;height:1.4375rem;top:16.5625rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSHoDW30XMMFNcwF2pB657RBFHR7Hff5 { width:17rem;height:3.5rem;top:63.0625rem;left:1.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSOVHyavWsJ9xOzQH3yM4yKcxHlfoS4p { width:18.5rem;height:4.3125rem;top:23.1875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSprFS08feTsSnx0Lk2b127k0QcgyvhN { width:6.25rem;height:6.25rem;top:7.375rem;left:6.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #W1y3uc1ZkgZSpd3RHu7WKZ6zTzC1HGvb { width:6.25rem;height:6.25rem;top:55.1875rem;left:6.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU { display:block; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0VgBVRb7mx5yhobpimRQRH15WqlTfTh { width:14.8125rem;height:24.5rem;top:62.375rem;left:2.59375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xVWShmmOhrDdS0yxk5RsZZ2kL7ofp8Mm { width:20rem;height:2.3125rem;top:2.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:lobster;display:block; }
 }@media only screen and (max-width: 763px) { #fWiuL4f8ez4TVOrLTxCcJTKVhhVFgV2z { width:17.25rem;height:8.125rem;top:13.375rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bi4vdnGVqGCst3iewCEdCrVbJHXPkTTi { width:16.1875rem;height:3.5rem;top:8.5625rem;left:1.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Prc8tgD2h9Egoqu27qSTezJ45udiaTSy { width:19rem;height:3.625rem;top:86.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkyreumpW3npbdU9aPik5uDraiUrtFF { display:block; }
 }@media only screen and (max-width: 763px) { #vg3RZatVxnT3fdKPAZcKCTEvGV4qsK6A { width:20rem;height:52.375rem;top:6.9375rem;left:0rem;z-index:14997;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WNt6n2Hbs3sPEKFZ5GRu68tpSc5IoaQI { width:13.1875rem;height:13.1875rem;top:60.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DXeyXLP9aNgVQ9aiEPkt2Quk7eVB22v3 { width:15.8125rem;height:3.25rem;top:22.875rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A90yUqqv0mUXuUXPha5hg0HQBBVl5cCP { width:20rem;height:3.25rem;top:27.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkzDTdrqVbV1Qs4hQpJPNtGH9OAKr6u9 { width:18.0625rem;height:9.75rem;top:32.5625rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKqpPAWTGapuZy0qi8qf5sJpXJpZRCRo { width:16.3125rem;height:8.125rem;top:43.9375rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8ryZas6i2vKVRsiK3QDo92rX1649h7 { width:13.5625rem;height:3.5rem;top:54rem;left:3.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieaBkgL8Q7xhuFducO8qMauSF89aOBrh { position:relative;z-index:auto;display:block; }#ieaBkgL8Q7xhuFducO8qMauSF89aOBrh > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZDFDtkrFmAG2clBOqgbkroQzRmUeeA4 { width:20rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { display:none; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container { background-color: transparent; background-image: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container > .video-iframe-container { display: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row > .video-iframe-container { display: none; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .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); }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container { border-width: 0; border-radius: 0; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#kn9RKUR4Aduf2X1nWVVaGMRcbEmfthdg > .row .container { width:20rem;height:332.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8BABZnzSnU3yUAbnJRE4FP3IR3ezNea { width:19.1875rem;height:3.75rem;top:32.5rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbT3l5CQlozTXRRpBWABtINwpGWxhCTW { width:19.625rem;height:3.75rem;top:59.25rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iC5fXkVDHwk1QDqbCDwyW2upEkzouly7 { width:16.9375rem;height:1.625rem;top:30rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nF7alEl5zw2hrPGzAcizTBNdCf9UQz3g { width:19.75rem;height:1.625rem;top:56.375rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdIarCOTVv77mcq4MBTliZr1eXfiKgTR { width:16.75rem;height:16.75rem;top:37.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofJ08sw12LhH6oH8y4KsZcmR7mgrTf3t { width:17.625rem;height:17.625rem;top:68.5625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cxy5UDniFOH2T7QlT8NZ9UX7g3UUBrHb { width:19.4375rem;height:3.25rem;top:12.193359375rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOm9KKNgpIFtE5uCVhMVIJd5L743H17a { width:20rem;height:1.625rem;top:88.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gud8dFWtr8Zagk8OhEHygBURTygwcqeI { width:20rem;height:3.75rem;top:90.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDZVkKzqV2CWCQVlarpzOpiBc3RizmHM { width:20rem;height:1.625rem;top:218.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZ6OIX0sTMuTvt8CwgPJh4m3eiwnlyZI { width:19.3125rem;height:3.75rem;top:221rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVf2XNnInh2okGtpMha777m0SWAOg83H { width:20rem;height:20rem;top:196.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmx9ZntpeRZhch2gTqlvczNdEvAXykvm { width:20rem;height:1.625rem;top:150.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UV7cUItPy4wvm3tJxBsdv6ZI0UtwGU37 { width:20rem;height:3.75rem;top:153.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Wa4lxT7LTvMIckppWhwrf84khAsC3e { width:16.75rem;height:16.75rem;top:132.5625rem;left:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #sJEmbFru1ls7Sy5ECQNqfNpXbdMueATK { width:20rem;height:1.625rem;top:120.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbABHXLRHJBKKswzHXePTgmv4hQTP7wV { width:20rem;height:2.5rem;top:158.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xs8sfwdfENlW8BxJvXzKy2N4QOVOXQiy { width:20rem;height:20rem;top:253.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl5qSrf4LM1cA0KrfXTU59Xw8Q9Bdvly { width:20rem;height:1.625rem;top:275.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfETEoUcPNKByOKbUcSsufa7Os7h6DQf { width:18.4375rem;height:5rem;top:278.3125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzsWUZ7ytJu4lKcTpZKHwwRmW0v70PlD { width:20rem;height:1.5rem;top:243.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kW3UOHcphkSfBbTG7yyUFgBfpKac0wJE { width:16.125rem;height:5rem;top:246.1875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCdm4xPgnA54Wogob9Qf57olQiX64ky0 { width:20rem;height:1.625rem;top:299rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3tGevTNTm9UFpoAS6MqfTKkguMxToV8 { width:20rem;height:3.75rem;top:302.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifKw3zdfzI9TxJ7532LgcdAdfpA3L9a6 { width:18.75rem;height:12.5625rem;top:284.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhThmdtagBntuV5dFOCcTufw5v3vUyR4 { width:18.875rem;height:3.75rem;top:123.5625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLXoxROfqiIiQXGoI1lzXhb6yCmRmGac { width:20rem;height:1.625rem;top:184.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEeFUxWolfRKDvsW5lAkQuVNAdhAIls7 { width:20rem;height:3.75rem;top:187.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eo0DRElTgJuUU8wpK2kx1oxnp7d8bPNm { width:20rem;height:20rem;top:163.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkEkrp0TpqMGGSbGT7ZpoWZ5eeeeX5b { width:16.1875rem;height:2.5rem;top:128.5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7N3GfEAwRhfhn0HVMVsel4lgVXJA4B9 { width:15.125rem;height:2.5rem;top:64.1875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnMsWTWkXRRg06nzif9lwm5oZ6T0wrpk { width:17.4375rem;height:9.75rem;top:1.1875rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQCuWbVopyVqSNlFlWcraa4t64xuyxAk { width:20rem;height:11.75rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbReiMXEw9Qcp9t3gceXStIVgNqmo5cO { height:10.4375rem;width:19.125rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUAnRKlXA3tZvmyCfpPD3ekrD3r4Ts { width:15.125rem;height:2.5rem;top:225.75rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGDJtTTTgIUsCFw8gvs8lqeDiNzWzEvL { width:15.125rem;height:2.5rem;top:192.125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2yTBehMpQp4dWNTfT2M5tMuTuKVkeN1 { width:15.125rem;height:2.5rem;top:96.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I47iTOxwSsAADW3PLRGsv70PcyUx5VWv { width:20rem;height:11.625rem;top:230.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLFgAAik93tbITaAFZBdzpER9GEOGL1R { height:10.25rem;width:19.125rem;top:230.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo0n3plfVOq0icfQPKLy23dBf0HCNGK { width:6.25rem;height:6.25rem;top:137.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3z9EzShAHQgPU9GmJFABkWThOOBFzwz { width:6.25rem;height:6.25rem;top:106.625rem;left:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NPDvHqW587HuR3vIap3BJLky4cNvG73K { width:6.25rem;height:6.25rem;top:260.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAui4Nv61UEA0K3dZmNT6zQTq6TZO22b { width:6.25rem;height:6.25rem;top:260.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9uPyKtMTBM9fTo9Xs2mXZtuaOIkyrl { width:6.25rem;height:6.25rem;top:137.75rem;left:3.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lSh31bDkCZfBwKH7i5HAnlBnLQ6QxZBT { width:6.25rem;height:6.25rem;top:106.625rem;left:10.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HcnmDOiiVi3vc5iyChBeGeSHNymayP75 { width:20rem;height:2.25rem;top:319.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ndvZz8kdQont0IN8A5PAqieLdPWs1GUh { width:17.875rem;height:4.8925rem;display:flex;top:323.125rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #g2lEACwB1iR2BawOoiC38gA8TxzWFLA9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #TbqodFpXNNth4AsyoIW8KUAPRDbcqDXQ {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #oaKZLxy2mrZupSupHv2dGwlpl5TAPtSn {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mECln9JR2vWzMbsTtsDyGaiZ5QDAgnhZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qP0tKB52FWJmlw5RwEAvlvLkMMwb3DCx {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #wP4wykkNByUSi4ZSg8S3AAtqM6BiZby1 {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qvRGXn7xZNe8B5HTChIhgtTJH2TRsa4S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #qScXyDiguikXcJKp3KQoFCgqacrIyEno {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #Xs7qOTelvp4x9kNaVwN98viCtmQTDuiR {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #znhlqbRSsA8lJGBVtelTcgRuvSLStKTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #GyZvXncGUiohcTkxw1kXuZZk5w4rTh37 {  }
 }@media only screen and (max-width: 763px) { #ndvZz8kdQont0IN8A5PAqieLdPWs1GUh #mtuva0Ty5AtG0wgIP6drF2pfGTevBgst {  }
 }@media only screen and (max-width: 763px) { #yJC6wDqhmtvnkTVhuyzQoR7so6LW1x4V { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #UcCDBJ9au56zEEM6IEZ1WbTFTgUEO8wk { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #aU3cJy7Jvkw0dfuJ2C5rZxfxcHzTiTJo { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DGzDwDsDHy83rE3lyUdq83Tmr933NH1V { width:15rem;height:15rem;top:102.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdZ2WAtzfUqmelCJZqRdb0z65sawKbgP { width:17.125rem;height:4.5625rem;top:312.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPTsmrgeLpQUOovNPMECRx1WokJ8KAga { display:block; }
 }@media only screen and (max-width: 763px) { #aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row .container { border-width: 0; border-radius: 0; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#aDXeSlfT0JRx7hbVk6QhNSIK0pB2usNm > .row .container { width:20rem;height:330.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUMJA42pIds8d8mnIrwBFslHSdwnQeJJ { width:19.1875rem;height:3.75rem;top:32.5rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STCMfcUDGZg26KQcleSpeMwNvd0kVKd7 { width:19.625rem;height:3.75rem;top:59.25rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #autdSPUpA40f0ivLfLym8IPm5LcxLUFP { width:16.9375rem;height:1.625rem;top:30rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bl66yamO15GwT9cyCKRh7FeqPHTuu3e4 { width:19.75rem;height:1.625rem;top:56.375rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCTx20JKzz7TmaXmhgzoa4ItI6iTKCzZ { width:16.75rem;height:16.75rem;top:37.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FryAWZkPR1Eled9kpHUXiMcWso8MmDgR { width:17.625rem;height:17.625rem;top:68.5625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #v1qpbp0uppqUxTI7mC74p3OaGoaCFVl8 { width:19.4375rem;height:3.25rem;top:12.193359375rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aufiv8ZwWidOy7OgoJHNi4m4vB65ieUK { width:20rem;height:1.625rem;top:88.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4d4l8CNade44EbZ49T9mFR8oxvzHzZU { width:20rem;height:3.75rem;top:90.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6x6Puy2hHCBQ5naH7FoAaQkhuGgnv0 { width:20rem;height:1.625rem;top:218.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0h1wBvVHWGTLaZ7Xio62qTXXT9Ry69l { width:19.3125rem;height:3.75rem;top:221rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvJtIhMycbWhst94rThJeKstL5Myk86s { width:20rem;height:20rem;top:196.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blq8TLSGkIxGUDEZvBbtzDEqDivSLUsS { width:20rem;height:1.625rem;top:150.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azglvM55CGCDn7OoguIUwolAKqGad4wg { width:20rem;height:3.75rem;top:153.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hV3FBga43SuBwkOyTOFFFKzqSgda2Snr { width:16.75rem;height:16.75rem;top:132.5625rem;left:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vpCc0IwZVhJDSx1HleqUyg74fQ1lcQFK { width:20rem;height:1.625rem;top:120.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZklkzaHdVtZ2buZTh2LEWL4EbQf2TT { width:20rem;height:2.5rem;top:158.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TM6rZOeg1ffq2lWIhLgvnX7mACVEOJ6Q { width:20rem;height:20rem;top:253.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQRVFR0ag2pB6g50MUcgltTdB8haxr0P { width:20rem;height:1.625rem;top:275.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9Xu3ohLtIByZWEGMRDSW7vlkmlFZMyk { width:18.4375rem;height:5rem;top:278.3125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7I3d4EzEfgKUr5lK9fr9u6FJI4z14v { width:20rem;height:1.5rem;top:243.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0XL7XIbdW0J0Ap71sSmNdOS0pFaVZl { width:16.125rem;height:5rem;top:246.1875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOmqCTGp9dTJD30cnfNkXbbpNoVVVFBN { width:20rem;height:1.625rem;top:299rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lb5xOaQN6pt2Wm4Lup9XILJmCuv1qJtq { width:20rem;height:3.75rem;top:302.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nopas06sTEZ0356mulSrIOVSlvRr48Z6 { width:18.75rem;height:12.5625rem;top:284.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MidBFzLTdP121neAfMK7rHbXAUVgTTSm { width:18.875rem;height:3.75rem;top:123.5625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8DiD98lZHpzsRZ6ignFcEMZ8WzdpJne { width:20rem;height:1.625rem;top:184.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hslrwl6NrmBPez7oXqNm6NEbaVcvOuNm { width:20rem;height:3.75rem;top:187.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFICKiVHyCfrg7ArwaHqiVaQLpgnCML2 { width:20rem;height:20rem;top:163.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgueUU5R7ZWoy4EZ8pxPOkHte0svQS58 { width:16.1875rem;height:2.5rem;top:128.5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VADAfPChTLsDB3QfIXzTfWWN6P8ZL0Ot { width:15.125rem;height:2.5rem;top:64.1875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmhQTuGIIGuEIpiJ6JgTSI2zXJgxV5Em { width:17.4375rem;height:9.75rem;top:1.1875rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRM1JT69mplaNikDveysIfcedI3Tb7BE { width:13.8125rem;height:3.625rem;top:313.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHrs8bWA2VswNzRD5yP6MX5kxxQ8HN7X { display:block; }
 }@media only screen and (max-width: 763px) { #J5hTlbUhlpxUaxk0DWkOLOTnxvEloTiu { width:20rem;height:11.75rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRT6c2exAqnWQqQ5QLfu9BfanTzR21c { height:10.4375rem;width:19.125rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coxtsmoZTT5EeoeDJdxaR44tik6BTJVJ { width:15.125rem;height:2.5rem;top:225.75rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwypfgmbI9I6qrlDVhrMI3eSqmwcBVXo { width:15.125rem;height:2.5rem;top:192.125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xx7zkZFGw0EQ7N37skoPU47mfotXqo { width:15.125rem;height:2.5rem;top:96.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6mP9Z3nJfNMONWXNiLZAd6BMwH5nIh0 { width:20rem;height:11.625rem;top:230.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZeySQsJcosIk2gNUmOKJcT6y701WTG { height:10.25rem;width:19.125rem;top:230.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3sLEUvDwTa35auQnhDzHlBAtJ9VqpdH { width:6.25rem;height:6.25rem;top:137.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUORoG5PUmCZgxOtiH7qFTsQNSpOqKTx { width:6.25rem;height:6.25rem;top:106.625rem;left:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #T7QbkDNci4pvaToqSDIZollJ5wnZ1mKv { width:6.25rem;height:6.25rem;top:260.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WubzrfyOdOD7JlNl1spGd34f6BOuwgb0 { width:6.25rem;height:6.25rem;top:260.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJNrmFUKBlfGx12zBksO3apE7DKXUo6 { width:6.25rem;height:6.25rem;top:137.75rem;left:3.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #P4otDr5ZEyAh4S0QaTnKvHTlFcLP3qKT { width:6.25rem;height:6.25rem;top:106.625rem;left:10.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pXMJNMKIPCHE5UP48AVgMUz5DoRdQSEh { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #CKNDdcHScxUId9i1riD7T2UnUetNb1lQ { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #o5XP1SN77bUmf2MDAXxwggiasTnyG6Vu { display:flex;width:3.0625rem;height:3.0625rem;top:308.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #x7T1g7OIKlL07epZ6aEerHAhM1U7zXJ8 { width:15rem;height:15rem;top:102.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { display:none; }#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE { display:block; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { width:20rem;height:122.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myDTFxipLoM3Nszxaxa4Jk0nkoPPkC2s { width:13.8125rem;height:5.75rem;top:30.25rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQl8E8vp2RtEACCaUEP040bJ9WsFncg6 { width:14.4375rem;height:5.125rem;top:1.3125rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LShooVPZDpTXaDqoTDoKeG7u7owrRJdC { width:13.75rem;height:13.75rem;top:9rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBeI9i4ui55Q1mGdXlSqmMTNcQL8cfos { width:13.75rem;height:13.75rem;top:38.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lDFk8TAHHrH7ARRKuSQcLHOiXe8rGc { width:13.75rem;height:13.75rem;top:66.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3dfhoDXZIftwtMNxwwEfJCPUAofL93 { width:13.75rem;height:13.75rem;top:94.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIlkzRJG7CoJ9lO74Zm81I2uXMceT5ft { width:11.0625rem;height:3.625rem;top:25.1875rem;left:4.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnvCKM5u3KS8GEhHT0MTeLS5X2OLUw7S { width:13rem;height:3.625rem;top:54.6875rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1t4kL3sfnSQDZmUkGuQJcgxwm9vpvNF { width:11.9375rem;height:3.625rem;top:82.4375rem;left:4.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxvvM5OZfdMgGDgDeFnHomwV65JGZ0uz { width:14.8125rem;height:3.625rem;top:110.4375rem;left:2.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSdA3Af18BeEuQwayNwuJz4M68KSf10B { width:16.6875rem;height:4.3125rem;top:59.5625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0M4K4yF0R8dFxFIPRW94oP5yU0voD8f { width:17.4375rem;height:4.3125rem;top:87.5rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqmVVn4xirmuyMQdhtB9Qq9nQ1V04dHZ { width:15.5625rem;height:4.3125rem;top:115.3125rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWxGvrzf5PTDenom4pxZGySZvbDNphAy { width:15rem;height:15rem;top:8.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVreosuUkapJ0NhIMIPcJkWIihxkZx9 { width:15rem;height:15rem;top:37.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMtrPKTQLRype1430INVb1e3utweX9q { width:15rem;height:15rem;top:65.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8g3Ts1aP4rw9Bu0oqnGAiReiA5n0Pai { width:15rem;height:15rem;top:93.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QviNNq4aZzo3lPKJMFLvPZcxylSvttiL { display:block; }#QviNNq4aZzo3lPKJMFLvPZcxylSvttiL > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0SebGOlOx1OGXAT2NOBImh14ipX8WXm { height:10.5625rem;width:18.875rem;top:11.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yro6FOssDI0Qz1H2FRSUWe22VqH6pt6r { width:20rem;height:12.125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXfeS3KAEJ16O9ionx98FthXRSFb4309 { width:17rem;height:7.3125rem;top:2rem;left:1.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCQpVvPv0ZUeO3KHasgVlCwWucomXWMm { width:18.625rem;height:18.6875rem;top:28.5rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ikgNZ9dBtxT7hJAibnXk2rWDqP4VsKIo { width:18.6875rem;height:8.625rem;top:48.5rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zo0MiboZmfTd7s0Lit2ImHOl5XTbcWig { width:19.5rem;height:30.375rem;top:27.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Lwytx5m73iTtby7lgnli3uozcfdQUK3l { width:9.375rem;height:9.375rem;top:52.4375rem;left:5.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #re5wtWrUmpkw2LiiTnqzbDz13D0JPO5d { width:9.375rem;height:9.375rem;top:23.9375rem;left:5.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { display:none; }#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container { background-color: transparent; background-image: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container > .video-iframe-container { display: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row > .video-iframe-container { display: none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .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); }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container { border-width: 0; border-radius: 0; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw > .row .container { width:20rem;height:333.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5uF254PpGl5ycqdV81O6zuaaU8zRlBg { width:20rem;height:8.625rem;top:32.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wrTkrOfdOt4wdHmGONz5LAGNpbrfIrfm { width:20rem;height:10.0625rem;top:64.5rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #GBvbbw4eLbu0pVyOfQf4NN1PNLbEKVFO { width:8.75rem;height:8.75rem;top:14.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1IcQyh12T3E2VBBmE6rikrKW6qPWKuo { width:15.25rem;height:15.25rem;top:11.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5eOmUfGAXAWxU6xkQtQi9xQPfuBidp7 { width:11.9375rem;height:2.4375rem;top:58.125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKBV1Gl1dxDx20B3pSMS6DURdsq2vzT2 { width:11.9375rem;height:2.4375rem;top:27.9375rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEH7MJgRpIuoy6MXRbXHAXJgCyB0GF9q { width:13.6875rem;height:13.6875rem;top:12.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTEcdmn7hvBhTn1R2zlqeoiZTar4Dkt { width:16.75rem;height:7.6875rem;top:1.8125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kvxw5H46rhCnmN7wpTZi3oAOypKAWL9I { width:15.3125rem;height:15.3125rem;top:41rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTrOOC3qhX2gP8lgXUxCiBls2PqsGUBL { width:13.625rem;height:13.625rem;top:41.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApIXF7ZrQP4fIUtM3otw9NkzblaDqknD { width:8.125rem;height:8.125rem;top:44.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoIcISTnbKNuh1QgKbsy9TtWOKGPcFPr { width:20rem;height:8.625rem;top:131.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #truzV5TXrqyHKeKD1OXh6p1U0I6COnHV { width:20rem;height:10.0625rem;top:97.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I0hM468I5ZN0HTUuS54K7AcMffQXhV7e { width:11.9375rem;height:2.4375rem;top:119.0625rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E50KHxqps46CZwX9lKDKdAuRzJ50kAlN { width:11.9375rem;height:2.4375rem;top:88.75rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOCkeURDVLzTEDg0oln4acGxN4euvvB7 { width:15.5rem;height:15.5rem;top:71.75rem;left:2.25rem;background-color:#bbcdaa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aU06Z0oaiyZ0TO1paAMTroT589yHn86h { width:13.75rem;height:13.75rem;top:72.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOquXowhQMk6bwxIzXpigexnr5IxWHV9 { width:15.75rem;height:15.75rem;top:101.875rem;left:2.125rem;background-color:#f8a98c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NJWGNUQFoQydUIkz9y2khtuCf1iSl5so { width:14.0625rem;height:14.0625rem;top:102.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHV3oBSK5mIwOJBpTtSQGOsVMEXFvIJ { width:8.5625rem;height:8.5625rem;top:75.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ossi8ouTdOrvGXrT25nKHPvo8lmumGmm { width:9rem;height:9rem;top:105.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKKFzVnMzuuKBMqrkG2PmPb8BiT7KQd { width:18.125rem;height:7.1875rem;top:184.875rem;left:0.9375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GE9GqGe1P5anh9D9zbmlxQKmGRNe1bOT { width:18rem;height:7.1875rem;top:153.875rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vnmMut4SV4LUBxGkTTPyXQM9lNCJWWIm { width:11.9375rem;height:2.4375rem;top:180.8125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESDnH4Qy1OQsGf8ymR9XFpr2slFi6pE7 { width:11.9375rem;height:2.4375rem;top:150rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgzhEAUM2gTUJTHRL8gqUBK38P06iqRJ { width:16.1875rem;height:16.1875rem;top:132.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rU3561PBoCiHG2zxP0RcRmPTbtAMmU { width:16.0625rem;height:16.0625rem;top:163.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbA1M2BSThqUw8wNQHrkXsirblni9zwT { width:14.5625rem;height:14.5625rem;top:133rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eITvKvVQ8quJAW2t6BwSTurZbJJVhCLT { width:14.4375rem;height:14.4375rem;top:163.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01qlfiTazMq96m5VcxFLb4q2aa10nyO { width:9.25rem;height:9.25rem;top:135.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8c6wkQAIcDNCKXlOvDCGQmeDKClT4Ts { width:10.375rem;height:10.375rem;top:165.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV6KazmK1ice2xERRZmNUJOvOiB0fuC3 { width:20rem;height:10.0625rem;top:268.5625rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qip5qpUgSzG9b2C5EZOXIlSBOk8tTmlK { width:20rem;height:8.625rem;top:233.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lBeuWiUOBd8N0idda01mIOGiGTQTmsM3 { width:11.9375rem;height:2.4375rem;top:242.375rem;left:4.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTH2iXPK17XBPZ3abmbkHK8lOaHn7IgF { width:11.9375rem;height:2.4375rem;top:211.4375rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUTKobhyVHJhwZK1bmU63SbqH4AwaZiV { width:15.8125rem;height:15.8125rem;top:194.125rem;left:2.125rem;background-color:#bbcdaa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T2kJ2V66Jy7NTNDDZ5w67Qc6oKfltZnx { width:16rem;height:16rem;top:224.5rem;left:2rem;background-color:#f8a98c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WtSBQFPmZgyQkB7pmfNEkhC0t1TXRqMQ { width:14.125rem;height:14.125rem;top:194.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHi5dJtWxiZwdEZLprOFFE3OTf9h5Lb { width:14.375rem;height:14.375rem;top:225.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfdLQD6iEA56vJxygkreIJs3DTmnEEoV { width:11rem;height:11rem;top:196.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytUgoT0Bo3rTM1UbRuEAN2tWDVWQdTG { width:9.5rem;height:9.5rem;top:227.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gaRRo7mg9Dd2f4MCIlTySD3FgZ84bv { width:20rem;height:8.625rem;top:336.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TFKReB3ZxqvydCPUyR8DkGIyEQiT6e5k { width:11.9375rem;height:2.4375rem;top:304.125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hW2BgpCVsxkAs4uW1TfIDWcudESE1XCS { width:18.4375rem;height:7.1875rem;top:277.25rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nzI20FW1rHu6yditeuzz22EtaZw6T7Mc { width:15.9375rem;height:15.9375rem;top:286.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izrRRNqbbGcwtqSLs8xTJ4ynt6vTIfAz { width:15.625rem;height:15.625rem;top:255.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmaKdLDQq7isi17kZPLiGTm0KJMXauVZ { width:13.9375rem;height:13.9375rem;top:256.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXA9RTmX2g5q4n3gg5CdSOmiBd5IAyi { width:14rem;height:14rem;top:287.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacHvyzlxVSIzNlKdpz3C51cNWogX3GG { width:11.9375rem;height:2.4375rem;top:273.1875rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doQuyvHoahhM1XQoseXs27a04z8cWqHs { width:9.75rem;height:9.6875rem;top:258.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLaFqPdrcvkku4QCbhkXH3ATyyOt2g2 { width:8.6875rem;height:8.6875rem;top:289.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIb4dkkTFM8drPNbRnmskmpyXI8y7aD { width:11.9375rem;height:0;top:96.75rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #cBBISGTIp29NvpfeogGJ53RE07OPciHH { width:16.375rem;height:3.625rem;top:317.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JHn6lBw1Trlp3n57Zhi9ad4FPAxVtM { display:block; }
 }@media only screen and (max-width: 763px) { #u0FJTtFLJAnrB3SfzCJTgxhUFrqCRHVI { width:19rem;height:7.1875rem;top:31.75rem;left:0.5rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xXHXGJu20N1UJMZ3ya4Z3yqb7abdpwXa { width:20rem;height:7.1875rem;top:62.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GBLHOuHxQiTNyx5z0z1N7AB1wUIuEucT { width:20rem;height:7.1875rem;top:92.6875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQSlznqN4GS2qAnVgpRsBN1HbmzRvmb { width:19.5625rem;height:7.1875rem;top:122.8125rem;left:0.21875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sgWsH3n8sZldhrle95A7tEENNreaWM59 { width:19.6875rem;height:7.1875rem;top:215.1875rem;left:0.15625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pIZ7JLvWLxxzahJod4yHv95McXKUXKIt { width:19.625rem;height:7.1875rem;top:246.625rem;left:0.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5gAb78uyoe9xmyRGfMCewTsuPRNTkP { width:19.4375rem;height:7.1875rem;top:308.1875rem;left:0.28125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pvVl04Lm91ZDvFanJCsSCTshMN3O5EmX { width:20rem;height:2.25rem;top:322.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd { width:17.875rem;height:4.8916015625rem;display:flex;top:325.9375rem;left:0.4453125rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #fV3i7bU4QyNM42PThvDpXVSfdDFkBoFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #SbgcRZqMvsP9rVkSUVtqwb4RlA15WxqM {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #e7c50VUI12UqnFhDtC7uq8IFlarPyy5q {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ZhOQKgbMuQb3ZBFxwLbLHOZUvNvXzom3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #C8mDIzJPhiBJ9HBqaMGdszttzsAmHTh6 {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #ETX2LZybqykAbcwlvmNGLfFw6P2yuMkP {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #pA5n2yVUVC6WP2bxX2TvIwOGUiR2P7c5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #AcV3MK660D5InIQVxi7hftioUQ8WasbX {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #BLHEGo0Anl1XbF7zcSTqeGc89anozKsW {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #CthvaKpMRD5mAh2LGaaGIKGJxxoVr039 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #PineycNvu1Jtk13vVLG6T850dDyZKSeO {  }
 }@media only screen and (max-width: 763px) { #JkIL8cB26TTbPQZEeFuuzIosIHvhBgbd #FsPVWd5LuLPAKgVReySGvbJUl3mvXhBs {  }
 }@media only screen and (max-width: 763px) { #c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 { background-color:#fffbe4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row .container { border-width: 0; border-radius: 0; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#c82fTDGF2kZGiRTPckVpARxz4ImUTXN8 > .row .container { width:20rem;height:323.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ha8TT5b7uQWgXs6X02l1sd8FwaVpvgfO { width:20rem;height:8.625rem;top:32.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DP0o1ODDHsZQ7mcJBhO38wDNz033mmzd { width:20rem;height:10.0625rem;top:64.5rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #cXHd2M51q8Ea9I7IEMt5zTs94NQ9524G { width:8.75rem;height:8.75rem;top:14.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHDwVNVQ1gEdZsAvqs8tWnWlsmSI0CE { width:15.25rem;height:15.25rem;top:11.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCrKgZZUCV1yS1uBiegtpz9m2uVlb7E { width:11.9375rem;height:2.4375rem;top:58.125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pe5yNorl0X5ggwT4yb7dTJgfEBgHvuDB { width:11.9375rem;height:2.4375rem;top:27.9375rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giO54cT7iJLIGqapTeUWiO1W98yFbOus { width:13.6875rem;height:13.6875rem;top:12.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVSWzTzEI5mAbFLFS0me7f7AWAi28zn { width:16.75rem;height:7.6875rem;top:1.8125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBxXttvHqsysxIQPl3trVu4SggpXu6nx { width:15.3125rem;height:15.3125rem;top:41rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9aR5ixQhpVHGQ7GDRHtmrnTs2kg7Fs { width:13.625rem;height:13.625rem;top:41.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uByvql1DeiWzLlFZOPIK335Z3q8A3q60 { width:8.125rem;height:8.125rem;top:44.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hufUWmkE2xgJ8xZl0ywcv5ymaUVEUI61 { width:20rem;height:8.625rem;top:131.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fadzc70ITKOxolfJiRRSq4oFSExJsO5g { width:20rem;height:10.0625rem;top:97.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vgw2IfGpNn4tEIq5QV5MzrEIxFPP5hmA { width:11.9375rem;height:2.4375rem;top:119.0625rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtQ5sMdzokt47FWGlWVtqFnlSHUKkE2T { width:11.9375rem;height:2.4375rem;top:88.75rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGiLp4xZ8cZRfCanMvOKy19ohqyzJDhb { width:15.5rem;height:15.5rem;top:71.75rem;left:2.25rem;background-color:#bbcdaa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #roUKWAJ9X3PlseTGE6f7yXB4Xt26kavE { width:13.75rem;height:13.75rem;top:72.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxsOQ0viw9mFT9k3vmIe4ADSzikpHOp { width:15.75rem;height:15.75rem;top:101.875rem;left:2.125rem;background-color:#f8a98c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nk0N1p0n52wLE0oX0suvb0LrQ8TghCCP { width:14.0625rem;height:14.0625rem;top:102.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX1zcxacvzsyKGUnPqHWbWEpzTi3yMe3 { width:8.5625rem;height:8.5625rem;top:75.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2BtyOdzWSTTyyHS8yfVSw3QinMOkpVf { width:9rem;height:9rem;top:105.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKi7eNRdGDNQrfA4AqV4AfdPJiR55OtD { width:18.125rem;height:7.1875rem;top:184.875rem;left:0.9375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uZrQlOCEaepR4BsD0PoROx4bfBJy0qVb { width:18rem;height:7.1875rem;top:153.875rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qRJZy2Binto2JZRT3IheBrUvp6EtdMW6 { width:11.9375rem;height:2.4375rem;top:180.8125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URrou2axc94pe7GMw3TXvHnGEQB3VaTG { width:11.9375rem;height:2.4375rem;top:150rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1kb3V2ZCyqgLdpCBVgcT7J8aRnIiI4I { width:16.1875rem;height:16.1875rem;top:132.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CDBwm0VOgEUG4owCCcwkMPgpVlFR3X { width:16.0625rem;height:16.0625rem;top:163.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z74XVx33b25B212O4PI0rTqWZhgbx595 { width:14.5625rem;height:14.5625rem;top:133rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFTZ0k5oyrWt7O8W3vw0DznLTWyWf6T { width:14.4375rem;height:14.4375rem;top:163.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4maS5TprhNP2A38PV4kb6cODqMK8wl { width:9.25rem;height:9.25rem;top:135.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMnLrulZ3kT8IBzChw0EiQxRo66wprA { width:10.375rem;height:10.375rem;top:165.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPuTyVhadKi8XvGcZ8Ull23hWyZVF6Z1 { width:20rem;height:10.0625rem;top:268.5625rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hk12K2WoaSRwIdKm0cXV5EAlJ6BvbNxQ { width:20rem;height:8.625rem;top:233.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AD4tbNRv0corzlDKDompTS0XQlZnSxxR { width:11.9375rem;height:2.4375rem;top:242.375rem;left:4.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2IcZcUhncCkOmLGTK79vqV5IHGW33Qf { width:11.9375rem;height:2.4375rem;top:211.4375rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6vuyzx3Lx9MANZfVDzimQtqk7mmNfR0 { width:15.8125rem;height:15.8125rem;top:194.125rem;left:2.125rem;background-color:#bbcdaa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k2kXa2QBlnVCerSCNeyWT1sDGQHXCTPX { width:16rem;height:16rem;top:224.5rem;left:2rem;background-color:#f8a98c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iEi3MX0JgC4uCNSCp89ET1XfFKRJnBcI { width:14.125rem;height:14.125rem;top:194.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQS6FrBx17T4kbkAb046OAWg4rwCOJDI { width:14.375rem;height:14.375rem;top:225.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVamss8KHzSu9KuRR5OvwupQJis20URU { width:11rem;height:11rem;top:196.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNa6CHbikKbnTMRsnzJpbzWEJDlPwo66 { width:9.5rem;height:9.5rem;top:227.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGsmDNhrBrqlKCsTD0loi0HZtbL7sIy7 { width:20rem;height:8.625rem;top:336.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wk7CdUEtvhrfBhAk0yx35nVaPlKIPsvo { width:11.9375rem;height:2.4375rem;top:304.125rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTXgsgP2t6nMUq1vSseBZT4moBZ3Vwg4 { width:18.4375rem;height:7.1875rem;top:277.25rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QuHgCtBb1d5lMf5bpakHTNi5xWgIrDom { width:15.9375rem;height:15.9375rem;top:286.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90bsrtX64XI1aOfhvvOmXzTNB8TrKS6 { width:15.625rem;height:15.625rem;top:255.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJSRAQzSxq3yX1hK1o5VGgCePKQnVWn { width:13.9375rem;height:13.9375rem;top:256.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7e8XcN9xftSempyy7OKe4AepW8LkkD { width:14rem;height:14rem;top:287.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLrTHX0kX2oFRXlGI7nuKPpg7EEGEEB { width:11.9375rem;height:2.4375rem;top:273.1875rem;left:4.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7ePB0Sb65Osw7QiKnBprb8VG6cDbCP { width:9.75rem;height:9.6875rem;top:258.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPM6w3bQN1FMZTbrbWfUFf4pfB9aRpJO { width:8.6875rem;height:8.6875rem;top:289.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT5gikaNTr0fF9RMh9zEzS5HPsR3iV9e { width:11.9375rem;height:0;top:96.75rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #ueLA3Vqil9UxEJKOcaatmof9OFoc5J6q { width:16.375rem;height:3.625rem;top:317.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLoiPLGzqdyvnt83QslVibsrneJStbeF { display:block; }
 }@media only screen and (max-width: 763px) { #nOJpqy1sDN3paAHrL9HuxVvT119FDZRJ { width:19rem;height:7.1875rem;top:31.75rem;left:0.5rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nTCgon24sMwVbFqGQMR41CVKbAaQLedI { width:20rem;height:7.1875rem;top:62.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #A1rHz3GF1lrTrbilih6yF1MmtAyA3otc { width:20rem;height:7.1875rem;top:92.6875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SFUmQffTmILQudmTOZuB331cE0S3n7LJ { width:19.5625rem;height:7.1875rem;top:122.8125rem;left:0.21875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XammiTkfExHM1ctPvfDFCT4RTvIxnJMT { width:19.6875rem;height:7.1875rem;top:215.1875rem;left:0.15625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K51TgZaE2hoBTBsWc4m741kFJZbEkFAP { width:19.625rem;height:7.1875rem;top:246.625rem;left:0.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xR1AXc2N13JSiu2BhTlb2BQy0wccgePa { width:19.4375rem;height:7.1875rem;top:308.1875rem;left:0.28125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { display:none; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy { display:block; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { width:20rem;height:319.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAyZTLh9Utc97M3X8bpzo5EC44fbhRnm { width:10.125rem;height:10.125rem;top:142.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTT8PAIhrSvAEGOOw6DdsBRrwrRg9EK { 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) { #cdgX4uByQaZ12GD9x9quR5pJkMXxBkCP { 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) { #bGQeTRqZaWqlNmBNQSi7wQL9i9rT38AM { width:20rem;height:9.5625rem;top:157.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #P6oFvcl3BtaHZJlSCZImMypimbmXnFKU { width:16.9375rem;height:7.1875rem;top:158.875rem;left:1.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NZeZS0Q0Uv8hmSOPEhBX1lxpXQiTbPgc { width:11.375rem;height:1.625rem;top:154.5rem;left:4.3125rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HoG7AcZ5f7BGVtSyIipTTETiH4b1rs1l { width:9.4375rem;height:9.4375rem;top:248.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgxLREEKACDKpTMaowPpxNnMLBlcPy3 { width:20rem;height:29.9375rem;top:183.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qxIpTVXBGZWOk4uPSZ9GTs1um5IRwf4f { width:18.6875rem;height:27.3125rem;top:184.6875rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LpcTmTpbQ8dPTio5OEJo7qWVl7pQqJtI { width:9.5rem;height:9.5rem;top:169.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA5UJIxtk6fALuqVf8JW0L9iuORPTbKG { width:9.875rem;height:1.625rem;top:180.3125rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pi4LC1wfZI4q26On793USCGtkmGcuHUb { width:20rem;height:54.3125rem;top:262.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VVNP9EhQOsb2cuAvf2Dtct1Pxkbkg9c3 { width:11.625rem;height:1.625rem;top:259.1875rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUd78UwUC1wC1H8TnZHp6QSsXXl3Nmap { width:20rem;height:28.25rem;top:69.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #f7kcz1ruWxEGT7PmyiUPhQ3rbXEQETU7 { width:9.9375rem;height:9.9375rem;top:54.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLQlvTRWlGDZTrhr48C8BFSQKUKhtGF { width:18rem;height:25.875rem;top:70.75rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #i0aHqKzziG8i19yG3TLLAvvqNdvyuI5i { width:9.9375rem;height:1.625rem;top:66.125rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWuhSsfteLf7IkIJWeU4ZfNDJkhdIN4h { width:18.375rem;height:51.75rem;top:264.375rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JhCTBdW7LgX96mzqKQXhDwQie9TLLWdK { width:20rem;height:25.5rem;top:114.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #J0k39DPqvGFtx1go818Kmocv9Q1TLJ3t { width:18.5625rem;height:23rem;top:116.125rem;left:0.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HTQBdqxeZ2SupdrPT2lIBT9Vzq1165Vw { width:10.25rem;height:10.25rem;top:100.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPyxhbIwcBFJo1WXE9bCaNhXQZuX7Hby { width:6.6875rem;height:1.625rem;top:111.9375rem;left:6.6875rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NWtNIXD7HJOxvdmsbiReFevdOTBsSDpo { width:20rem;height:16.3125rem;top:229.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XcBP8p0Hz5QvvZsa5t4bUrUAbDBls0U1 { width:18.5rem;height:14.375rem;top:230.125rem;left:0.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wmi5CQUg32LpWaCt2GO1GhQcSLgz6UKi { width:9.25rem;height:9.25rem;top:216.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt66U3wi0ueebHc889zDTbCIdu7Oklb { width:4.375rem;height:1.625rem;top:226.625rem;left:7.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnV9DH0azONEaCwMFBO9PJHziUQr7gdk { width:12.625rem;height:12.625rem;top:319.125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSPORZwQPU5MOqP4ObgHEMXnvV50L5tA { width:11.25rem;height:11.25rem;top:278.375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUuefo5uGwoxNQSapedTXxGHiX8XdyFi { width:12.625rem;height:12.625rem;top:333.125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az4mrqQt2fdqFzZqPnTOUGRdTIzkRW9t { width:9.375rem;height:9.375rem;top:24.0625rem;left:5.25rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #Snvw1At9iNeqMw4t6I4f8ObPr8PklgWU { width:19.625rem;height:23.5rem;top:28.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #AJnwTaXZJZLxCssW9kk4dLSJZnde0EZ4 { width:9.9375rem;height:9.9375rem;top:14.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWcRgfsdTAgUUdzoLix2WguBfxDsGNb { width:18.875rem;height:21.5625rem;top:30.0625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #J4aWyayolSByHIypsLVfL2ZT5qrL1noG { width:9.9375rem;height:1.625rem;top:25.375rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlWQkrfDQn5AKVc64Xl4GbRGf8Khacsr { width:12.625rem;height:12.625rem;top:25.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ { position:relative;z-index:auto;display:block; }#UBVBf0SDMNHuklEE4TT7M9dK5M25T4DJ > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up9kIWJ3rC7ZI7owVAGm8bF5JGTKB15L { width:20rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q { display:block; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWzyHhrn2JKPNPdhokKPUcqXB34tuyQd { width:20rem;height:7.6875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQLEOTOnR7rRLbryaTs3MtD8zQfnTabT { width:17.0625rem;height:7.5rem;top:65.8125rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWCLMDRpWD3759N5AveEMLpCs7Khr9Zg { width:19.8125rem;height:4.3125rem;top:98.125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCRLZE4y1vnv2rxc0OShb1117zR9kzhk { width:20rem;height:0;top:88.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I6k5Mi0CvITTSHWcsB6pVFVLsUEINbOA { width:13.8125rem;height:13.8125rem;top:11.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRSpuo3eTDu5TVbE0VdWg9QeO4aA880 { width:18.8125rem;height:7.1875rem;top:33.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSPokiUHICgHQlE7UXUSn0kNFKVHIhuR { width:16.9375rem;height:4rem;top:27.875rem;left:1.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbWDsLVJUglzJ3eIfe07RII7ssX99dXE { width:15.5625rem;height:15.5625rem;top:10.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pPpDGvf8QHc1DKW8HOg8WLeKdQhU6m { width:15.5625rem;height:15.5625rem;top:42.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDk7Pmy2kpEsuKmrdTHgCl74S7iktSX { width:13.8125rem;height:13.8125rem;top:43.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNtlc5DJ8xHfRGAT4LmpdgGfRZU2Sn6T { width:13.8125rem;height:13.8125rem;top:76.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMCqGAKIvIopmx7LbSMa9hiwpuhztxeV { width:15.5625rem;height:15.5625rem;top:75.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36bcZlXxBOBpt87hINsUFxJ1RU7u761 { width:19.8125rem;height:4rem;top:92.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSu50Ry5VtMXKhcarN19imngkvghZCKO { width:20rem;height:4rem;top:60.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xesMnCT6RKHzQDDRgzQaCRI49uyriVmu { display:block; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { width:20rem;height:167.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7v6B0E7hGxM71NQ3iIsieve4ICuusBc { width:20rem;height:5.125rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d18a3W4ltcAuqT69IL30p36T39yFysAQ { width:18.6875rem;height:3.875rem;top:8.0625rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSRTue2H8yMxtpIQwTLrabUveNyLRWD5 { width:18.6875rem;height:10.1875rem;top:34.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBolc1ZlW0Xo1Q9l0mAQfHypE1a9rxo { width:19rem;height:21.31640625rem;top:113.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSMSWkn6iSOFW2ulu04EXKkwIqepuwp0 { width:19rem;height:11.0908203125rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrpOkl1prmZvJD8OJADFm2wlP1haBIZ { width:19rem;height:5.455078125rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wnZxs9WlQ2T5Bcu3RuDeC03QFLFKCH { width:19rem;height:9.99609375rem;top:142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWQ3EOIRwf6vrGh4F6VdccctZtRqeOF { width:19rem;height:38.5205078125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu8tNRiFJPgN6TgK6cQnGT6uZcIxD7is { width:13.8125rem;height:4.5rem;top:46.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfH5mN072AriHvABMTIJxaVo4u6X2Who { width:15.75rem;height:16.6875rem;top:15.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwq4G9fM9t6dJK075G8n8otILptelFke { width:19rem;height:3.5126953125rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iat1Ei19wDR2TQ4B7VxD4icWFDt6gFoF { width:15.5rem;height:7.5rem;top:154rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quf7vLxLOVia6LEm4tdBC1mdMJATTSAG { width:9.375rem;height:9.375rem;top:12.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uCNh4KTDSQwHwHdqtD4oblU8dvu7haCv { width:9.375rem;height:9.375rem;top:67.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvV5mvlanEIMDsBEOlfgSskRgE2gTlh { width:9.375rem;height:9.375rem;top:134.125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SsGiGF6wUmCf8JsLBXlWZafPvydxiWZK { width:9.375rem;height:9.375rem;top:155.6875rem;left:10.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 { display:block; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container { width:20rem;height:159.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKbtFBA4pT05N0UkTtMBl21UtPRBrvCq { width:20rem;height:4.875rem;top:151rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKCJ0CzAgy1uFKh8w2BZgnNCl8zTikNR { width:12rem;height:12rem;top:11.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4tKiFSb5aXcdeIz7W6be6OzztafGOr { width:16.9375rem;height:1.75rem;top:73.875rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJKtFvMDCUD3c5ZtTFPvTBI7pSWpVLBT { width:20rem;height:4.875rem;top:52.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhDyZm3X4gacANbyeABreZcukkLqBTMH { width:16.9375rem;height:1.75rem;top:49.875rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewZ3AZCH35rQ2JZ7kfK0bomtobq3Q1iK { width:16.9375rem;height:1.75rem;top:25.5625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PntGssTOewqReZo1fxaTqZk6C1LsASAe { width:19.4375rem;height:4.875rem;top:28.125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ax1TPT3PEQT5kKJCGpXNZ7yNGBWvmaqF { width:18.125rem;height:4.875rem;top:126.5rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsqMPIqMiuH8kh5s40nm8s73CH22yrmB { width:16.9375rem;height:1.75rem;top:123.5625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TesXpa4v2XlCM1TFTl7XMb7EdybxzRNP { width:18.75rem;height:4.875rem;top:101.5rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K73sV1TpWaZahrqcqyH9Lll64O3BycSZ { width:16.9375rem;height:1.75rem;top:98.25rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3rOQmVnwhJFw5GT8nTdcDB8nPwoHNeh { width:17.4375rem;height:1.75rem;top:148.25rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mP3GToFaqtAXKGCxr0scvqAip57cMDRu { width:19.5625rem;height:4.875rem;top:76.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b79WUuK59k8IwtvBJJ8ZUXANUOnqiiJW { width:18.3125rem;height:7.3125rem;top:1.875rem;left:0.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipoiCszag6mb5vTa9ITT0ZDKkZlbfmql { width:12.25rem;height:12.25rem;top:35.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOtmPL6w2VuZLzDTEUAhvKFmwiqHQs5T { width:12.25rem;height:12.25rem;top:59.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhayfcuhICCwVwIeTkTRvMNXZ3TMnrH8 { width:12.25rem;height:12.25rem;top:133.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBmCltKRWlSLpdlNWgxQgnUQK5NHdM7x { width:12.25rem;height:12.25rem;top:109.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ZkHQIWi6EJcdJq8bTtRwbNE2aVRy3v { width:12.25rem;height:12.25rem;top:83.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4xndpfqiS51pQiE7rbdiHQhfr2mR708 { width:13.75rem;height:13.75rem;top:34.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcPydSLmJdNCQ9r9lOhhoJPzJ0xJH4lF { width:13.75rem;height:13.75rem;top:82.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpN8XV77SJXbCZqFTn465xX8wKmXzT2s { width:13.75rem;height:13.75rem;top:133.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE3oPRT343y2uJ6peCmCeOqzcRrlSrfF { width:13.75rem;height:13.75rem;top:10.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRyRBv4LrvBs3CiWHTPzdJKWAo5KR6M { width:13.75rem;height:13.75rem;top:59.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3duHHCRAQueICfQMHD1rKP2fGNOrLA { width:13.75rem;height:13.75rem;top:108.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIze437PlygHiooscxJ9UnoxCVDOMc1d { display:block; }#yIze437PlygHiooscxJ9UnoxCVDOMc1d > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu50qUsBzqQBxqeFAcyk2Wiapnw1BOTf { height:10.5rem;width:18.75rem;top:11.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXqKfRb9aH3aPlsqNTRCxkeNSVVJLBG { width:20rem;height:12.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og88BfULRh2s9dZiho3HJPIh3Otocduy { width:18rem;height:7.6875rem;top:1.75rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR28OfR8Vc4C7sBpBAXUNnaPT9o1aIBQ { width:18.8125rem;height:37.375rem;top:28.0625rem;left:0.625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hg0At6FIosLmS63Mck3THUMm4DQcpgsa { width:19.625rem;height:4.375rem;top:71.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpvr4uu0MAICCP9TOrSbgTzBpSckb2bf { display:block; }
 }@media only screen and (max-width: 763px) { #pJAQz5ezSmHy13a5VsGAVSrBwVLsdVCt { width:19.5rem;height:39.75rem;top:26.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r { width:17.875rem;height:4.8925rem;display:flex;top:80.6875rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #Db6SpdLt2SEIC3piIJRngp7KX6HbKt1z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #HDU43m4NTmDQpgoIU2Aq5FBOvmpoSdqZ {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lUm3mKdx55SltVPG9gNIdfr3qCJp9NWP {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #iAfQslK5BJaBqtzQV8J9lmeVe0f0s78m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #r3Iyet3koziTR67v3GpT8TUEzMyXOlMQ {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #lmrnKouJ4vGsptKka15fdG84Gq7VeitA {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #tk0IFPUJluaRMACGDLUQeQiMxzRKJeZI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #DuKAfs7FWvmTx9thK7lceQm3dvBvtV1X {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #OeR70Xv7f7vTLwqkynvK1diu7a4gdD9e {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #VQmo9A545LLT4lRQ4JsPFvxeiwzpcch1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #RNbkJoQZ0waRlOd4Po98XhPS3cpxgRZ4 {  }
 }@media only screen and (max-width: 763px) { #CnocqT6vDxJeucAFEvuQWWwmDq0tLt2r #gTf6esTn1BFg5BD7zHO9SpFRKyt6T4P6 {  }
 }@media only screen and (max-width: 763px) { #Hn825H6Tequ5l0Ecpf34iICoLzTMQ4Ai { width:20rem;height:2.25rem;top:77.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRmSXiEa3BNcPAhNaAoFEOBs0T56JoBx { width:8.375rem;height:8.375rem;top:61.75rem;left:5.75rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #C4UFlUTL4OVaTZEUlGnFnNakAufUrQsT { width:9.125rem;height:9.125rem;top:23.875rem;left:5.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB { display:none; }#L00dvDeKTVyS13B6pvVGWOvlyQLBdzAB > .row .container { width:20rem;height:86.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ja1cOhd7ZTJ6e8d9x7pi5ioCPDPwBog0 { 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) { #shgb0N4INaSHzwxuqPilh96Rwz7dEqiO { 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) { #NxbxfQVNHbLXRRbM2dyDMTw5ACzO0CTS { 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) { #fgKd4GikzsTBul52tkBMo4SZnCnT6zLu { width:14.5625rem;height:23.75rem;top:58.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfu0FJXIzI7sIXBruUmWtT545IT4W8f0 { width:19rem;height:19rem;top:7.5rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kf9a5EtBtH6vTLObZmzD5NutgLoLv5u2 { 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) { #aUG8xa7lBTnXAvz1tDSc0TCViBXxWMyf { 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) { #u2kqcOlHLsXv6lxTrvFpUyKMgBuWVa84 { 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) { #elxfi7yCMVP3KUaSET8DT0y1xsmgQ5u9 { width:14.5rem;height:3.4375rem;top:81.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGrT0TUOdPflVnPkZSvfCdWFVRKkQaT4 { display:block; }
 }@media only screen and (max-width: 763px) { #zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u { display:block; }#zxlp3dBibKkg2Cx9MMpyTqeAeLOQ0I3u > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck01vdyJwUl96U7kWMDaqLx81h1VSZfm { width:17.8125rem;height:5.125rem;top:1.5rem;left:1.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsMK3QmNPT4eUBhiJpWGALlDd9lB9r3U { width:18.75rem;height:6.548828125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p825VtyRR71aC03KnhDn8cJLPwsrxbDI { width:17.9375rem;height:7.1875rem;top:25.9375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd7o8a7msuEGQeGpwcxMsi6pJGQEGbM { width:20rem;height:5.125rem;top:7.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slPxafd3HfIsO7F4UgssanwaIPTvAsZL { width:18.4375rem;height:7.1875rem;top:38.125rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T42xSzXmaQKT8S18CmIQThBcrvLJavDR { width:18.5rem;height:2.875rem;top:34.25rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEpVR79a5gAkgFD8cPmaAu80zg1C5VQU { width:6.25rem;height:6.25rem;top:14.9375rem;left:6.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GqL2HnoaykePR24QAT93q9yARVQK68wV { width:10.25rem;height:10.25rem;top:56.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD { display:block; }#e0MVp4XQlJtvuF8lXnOznkNCMJTc8luD > .row .container { width:20rem;height:115.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbPnKKT0IzTsPmAFxzPkWF4oaXadJfvt { width:17.5rem;height:4rem;top:94.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxWR94f6dKUlUTcA681zeTPPAv2kgxb { display:block; }
 }@media only screen and (max-width: 763px) { #xWXU31gU1nFdppcG3UCMbfqsfpVfm7kg { width:17.125rem;height:5.125rem;top:1.8125rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuCs17todMredrXZboK3DNcQXrTFGpzB { width:16.25rem;height:4.0625rem;top:78.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toa3K9gdUlziLZxhooRqumW6anhylTXt { display:block; }
 }@media only screen and (max-width: 763px) { #rNBwsVSyfDAVVeaEM0uIUmsektXuFMAJ { width:7.0625rem;height:2.5625rem;top:73.0625rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7gGpOPvCBq8GXy32IpGrWxg568r1a3e { width:17.875rem;height:8.25rem;top:90.75rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpmpnPw3onXSMpMhVN2afMDxTr0hA1VX { width:18.0625rem;height:8.1875rem;top:105.4375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X04f4nHEif9a0pee7RqmKkEcL2qTFRxW { width:7.75rem;height:2.5625rem;top:87.5625rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1C8GwR5I1VZBsQI29KzVvZZ6dO9DhUf { width:17.375rem;height:1.4375rem;top:90.6875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4uf9GACCqvHvmO7DSOAXmA0FMlob7T { width:16.9375rem;height:1.4375rem;top:85.3125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV0rIuLCTGUWvZDiLXnRFZ5v9J6WkaEv { width:13.5625rem;height:1.4375rem;top:70.75rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpei1oaaxHqbra9O52wyfX7kkTP7ebT { width:17.375rem;height:1.4375rem;top:76.3125rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSQ45wfWguswxfPq0XK9JyB1JPV6Cofm { display:flex;width:4.3125rem;height:4.3125rem;top:137.3125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AflRDHCuhzmy8TAZgczV8i6WxVdz5lbU { display:flex;width:4.3125rem;height:4.3125rem;top:139.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHpn3xO1Ts1t41CQTEO13P2UMdWNRhR6 { width:10.625rem;height:10.625rem;top:152.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9vDBvlSOsqte6zzzMCOyvrDQyzk6nuF { width:10.625rem;height:10.625rem;top:152.9375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .widget-text.counter-number { padding-top:0.4725rem;padding-right:0.416875rem;padding-bottom:0.4725rem;padding-left:0.416875rem;width:2.503125rem;min-width:2.503125rem;height:2.538125rem;font-size:1.88875rem;line-height:40.61px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.295rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.3375rem;height:1.00375rem;font-size:0.708125rem;line-height:16.06px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 { width:17.875rem;height:4.90625rem;display:flex;top:106.1875rem;left:0.3125rem;z-index:15005;padding-top:0.756875rem;padding-right:0.774375rem;padding-bottom:0.756875rem;padding-left:0.774375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wzoWxrnVCMv26QzOyeObK88Tscc8ZSgI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #yCZ9V2tAdqMrnkSfNv9IeE7uiZ8m6DCU {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #L0hBCRlsXumdCi7pTAaF88QyfCLQm5S9 {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #OqfT7LGcolup6Xx6Z6ye0nxt3kLhW4VC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Lfl1LR3tDp5EuL8635smK9NhxBdPptlf {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #NhMEQEuF2BOV9Qxh067A30MR2sAOyNbM {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #QVkHuKqXTTRIVbH57GpylTC7du7oxSpr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #Uylb4v3pdBiXMxtZJJhxOcAfeGc4f459 {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #D5Vvqv7UakQAEhR52SXkzdWWKNNkTD0c {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #bf5TcH56guadrJMmfx1eZkkQ6wmTJhtD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #l4uivwxLn5QVvXE2xcc9PdMkrnuHXzdA {  }
 }@media only screen and (max-width: 763px) { #cEmpvwdo1dTEsNtB3nJWhTHS8zJGcui7 #wZE3P2i4zsfaivWfrrizvz6NxWB8FCRd {  }
 }@media only screen and (max-width: 763px) { #hwUMlO741T4F61zqcVa3iX27N60i5R3E { width:20rem;height:4rem;top:100.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nv9VCJ71iN4S4gX4xUETO4uBF9X53KCb { width:19.5rem;height:26.625rem;top:31.5rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #GsPLrq3mDJ9BFst0ZlO5KtrkPloCEgwq { width:20rem;height:3.5rem;top:25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1oKyOkGTkhmP4zubthZJ7I7zZegANFG { width:20rem;height:22.3125rem;top:32.8125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H1oKyOkGTkhmP4zubthZJ7I7zZegANFG li:before{  }
 }@media only screen and (max-width: 763px) { #WqEpTbkEd2FC9ceCL8BQX1GzOZGmQVlU { width:18.375rem;height:1.625rem;top:29.875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnCTFPzH4757hfWZR9TOanKaTke0f2ms { width:20rem;height:3.25rem;top:56.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHMQmVrVDFhcIS470aldA33TLdPl2dxT { width:20rem;height:3.5rem;top:60.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgEfg8gHvTOZ8XKAhGmkOzcqqQoMwkhX { width:20rem;height:3.5rem;top:65.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXZH41P2W54G7ThOLT7mT6JXkEtTHuSn { width:20rem;height:11.675485008818rem;top:10.732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCvWDa8T1t3EnA6G2EbRtLpX3ulf9xrP { width:6.875rem;height:2.5625rem;top:73.0625rem;left:9.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJypTHcA9sGLs9f4Flmn5k1SgQkxnVgP { width:8.0625rem;height:2.5625rem;top:87.5625rem;left:9.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PthmkBDpIwDamR93TatbxmXTapdlGktD { display:block; }#PthmkBDpIwDamR93TatbxmXTapdlGktD > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsRb4LBum5aiendVezdKGdmnuSGI2S5 { width:19.25rem;height:5.125rem;top:1.90625rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb { display:block; }#JyqhsxltntqXnc6FTtQPeVTeCPiNQRfb > .row .container { width:20rem;height:127.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3WTsomkCzn6gRoO45vu9olLuIClzZbh { width:18.125rem;height:4.0625rem;top:108.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTVxpcMFTETKG0JmVsbLHhLPg1DLm1O { display:block; }
 }@media only screen and (max-width: 763px) { #LltlQAxtZIvcbRp48uHWsVCcKbX0ucdd { width:20rem;height:7.6875rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNrXK6oftc25poIFCLhB0ufEgflMIxG7 { width:20rem;height:1.25rem;top:30.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6SFoEhWzverakRkH1CPkN8CJzGb8y9S { width:20rem;height:11.1875rem;top:18.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nbDUWIRXHDGmOUxKUuqFPLWULSxJTIAx { width:17.4375rem;height:6.5rem;top:34.8125rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOMlZ65tRupT4UvHwk1GZ1pdSIPrOEEX { width:18.1875rem;height:7.8125rem;top:42.5625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTLmCcmG7plOzbBoJVLcpH7bUrchN4cI { width:19.375rem;height:0;top:43.6875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pU0l7WxuA3FenMEzif0RrBv0iZ6IJXXN { width:19.375rem;height:0;top:31rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o5gF2akPzJLge45HpUeigSmd9cMfT7XR { width:18.1875rem;height:7.8125rem;top:29.875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQOi38qNp4UHhMqNcCDEbZZuRN5tsEe7 { width:5.625rem;height:0;top:38.8125rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o0ZANEzrfRrbzTcOpgJlcAomocX5KSp1 { width:18.8125rem;height:28.625rem;top:43.125rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn { width:17.4375rem;height:26.9375rem;top:44.25rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#UJ5f2F4iL00Ds5DXmf8vzuQxaD7D4Ndn li:before{  }
 }@media only screen and (max-width: 763px) { #qEkDyiaLmbpoqXxEbXRGB5kSGF1u8gLG { width:20rem;height:3.625rem;top:74.1875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUgCGu9wPJGD6Lckdotd83BvCq9U6pr { width:20rem;height:3.5rem;top:79.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtUpbiRwD1AUQMwal2V5vOJLTEm8vRSl { width:16.625rem;height:3.5rem;top:84.5rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVvhtD6e26XK1pHnFRqJkFqHQFMC3B07 { width:20rem;height:2rem;top:89.8125rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B3gazGcRAgzhcqTpuACdV9Z3HzLsvGeE { width:17.3125rem;height:6.5rem;top:10.5625rem;left:1.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2PyI4NBT8rvTrBE8mmpFbgLbUM9x12 { width:20rem;height:2.25rem;top:114rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elHiqBIeCsVIxQLBG5OUiJ7yrlLTs8xL { width:20rem;height:1.25rem;top:32.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMmsricCEt5O5KzFlPUnc6S1OVLs5ss2 { width:19.5rem;height:8.5rem;top:93.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdgnOtnm20wpLuS0P43QCsuyU2qUSv6n { width:16.9375rem;height:1.4375rem;top:94rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Us79pz65ygHvZU6sZgZ7J0Ezn30SO9KS { width:7.8125rem;height:2.4375rem;top:96.375rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxRlbpZDJw5kuT0F0NvD0yWG8VfTb6MA { width:10.125rem;height:2.5625rem;top:96.3125rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OButK5iA2uH9wlsuNbhADNaNFEaTpeiQ { width:20rem;height:1.4375rem;top:99.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDe85vqR1SyEQ3CeoyDn1Q86XQO9dC2k { display:flex;width:4.3125rem;height:4.3125rem;top:103.3125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.418125rem;padding-bottom:0.470625rem;padding-left:0.418125rem;width:2.51rem;min-width:2.51rem;height:2.53125rem;font-size:1.88375rem;line-height:40.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.000625rem;font-size:0.70625rem;line-height:16.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI { width:17.875rem;height:4.8925rem;display:flex;top:117.6875rem;left:0.4375rem;z-index:15003;padding-top:0.58875rem;padding-right:0.615625rem;padding-bottom:0.58875rem;padding-left:0.615625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #KlruEyI9iihM2srq7aDNGrrNw7DWtGPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pqpKIxCPlcnqSIxQDvKtZJAJKyZw8tiS {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #mkqtXvmGytuTFH2dprTqv8J4qRptytn9 {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #rI5VHfNTUd0sIVUPnd6mSEldgT6fgO2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #wFeVnh1SVQLZ9EcbKJxvH4Wqh7qltnRO {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #bHOpoB3kTMd6TvOcUI4DsMmHyp5zNbkw {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #pouqEeEAkpn5yySpDTEv919lQ0FT2d49 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #PoEoX8EPmiSWcscgxoBSHzwHLf0Li9qw {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #CcFPKEzZGwgmMs3eXIsHiE1oLvqQswKx {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #Tu2VmDcUWUhLkTuXRiKeZ57e2JSr6r93 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #OTzw254CvPpMJsvhH9lTGrA72BkFG4Bd {  }
 }@media only screen and (max-width: 763px) { #y9Q5lWRk6gPXRSOdJOLoaQddcdVQPEHI #qcXhKXmxEpXDOz1IMO1bDe9SSJ4AIXvG {  }
 }@media only screen and (max-width: 763px) { #XZJvx7ge59LmgKmVQvmnlWEwu2QVLTng { display:flex;width:3.0625rem;height:3.0625rem;top:103.625rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #kBSykhaswSMp09f4PT2HgsGnNVTz1cbZ { display:flex;width:3.0625rem;height:3.0625rem;top:103.625rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #a1BfZRysIzZER5sIfBQHyARkusVgEn1C { display:flex;width:3.0625rem;height:3.0625rem;top:103.625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 { display:none; }#JFJQtxDHNJyKQKpFERq5WTMyCqpUQfd7 > .row .container { width:20rem;height:9.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mwB9U5Bf1Tl2tPF7I768K2wD62zBLl2J { width:20rem;height:7.3125rem;top:0.90625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak { display:none; }#f3uWxWoxoNmOpxzqOKiTuNaFbZCsZ7Ak > .row .container { width:20rem;height:268rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BlNC5ngTCpnvSqLvwLVSMa5aNvOZ3niN { width:18.375rem;height:39rem;top:174rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoekVux9tdU9WSL8Xpg09GzKqRlT3Wvl { width:17.5rem;height:3.4375rem;top:261.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6lKVGEV41UQlUOZTTvfPonwg7q3upsf { display:block; }
 }@media only screen and (max-width: 763px) { #kUd5m5XirhXCFm6a6RIA654EVwV1Oi72 { width:20rem;height:2.5rem;top:257.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvCabxSR9cSK8Vv840zrMlxZi7Za7L50 { width:20rem;height:2.3125rem;top:254.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJlBpsw6TGmuWx47Qi5bl2VZ0VVavuqm { width:19.375rem;height:5.75rem;top:111.5rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxyKJnZV8HCr1l1DKcJwoqUkGbzyUepc { width:18.1875rem;height:7.8125rem;top:110.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcLGLJtiH9sZPILHb8qJ9gOo7ai6Jnf { width:19.375rem;height:5.75rem;top:81.8125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOy8S04wy4cl6qlFffrxHE5FJ7Xnpscs { width:18.1875rem;height:7.8125rem;top:80.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfRFuk0h6vmb3KXIsip7LuQA36CT4RAC { width:19.375rem;height:5.75rem;top:52rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFR6b5Z4sDaXpkE6TUxl2rsxcdfuOaOW { width:18.1875rem;height:7.8125rem;top:50.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChyZTmWAVW6cOvL4JG8nSFRNIiRwOU7 { width:20rem;height:2.5625rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5kyzbtCJSE9Q14GnN9xBeWEBBBhEMHk { width:16.75rem;height:2rem;top:251.4375rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PaTRlswzHqg3BxoFNJ5SPsQUtWFrlh9P { width:15.9375rem;height:2.4375rem;top:248rem;left:2.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTKBOE7AmswCnf2KpzxIOJWWqxgMHke7 { width:16.8125rem;height:11.375rem;top:215.5rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3waEHVTSuaKcKHUhSTBeJFNOaEF5Tre { width:19.375rem;height:5.75rem;top:22.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUrCdlmi4bgy8JWhEscXUAXMwufPmiLO { width:18.1875rem;height:7.8125rem;top:21.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOTvhWT75O7tSxaopKbyd6UgFE7WbdHh { width:12.875rem;height:12.875rem;top:94.375rem;left:3.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x5Jbe1tIfQI2zQIGQC6qXCPJ0UMh3KvQ { width:11.4375rem;height:11.4375rem;top:66rem;left:4.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #z2tfN8g1LD9Ba1lsC2X1pxF7wleT2eyP { width:5.625rem;height:2.5625rem;top:60.5rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5oHVImVZ5VJ4Q0gHWMCTINgZMUqgfJd { width:10.625rem;height:10.625rem;top:7.125rem;left:4.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvVULZqFJuSgTbpt0yZLaqAlSCA0tv { width:13.75rem;height:13.75rem;top:5.5rem;left:3.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #pm533N9ndJw0cB6ozOtBK2XLttuSAf3l { width:13.75rem;height:13.75rem;top:35.1875rem;left:3.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #II86pUEiuaiekgZaeO6RZa2RTZNpwoTN { width:12.75rem;height:12.75rem;top:35.625rem;left:3.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P7D7nHCFUbLRpxyuhQhxFl6qmibzVbmI { width:5.625rem;height:2.5625rem;top:30.8125rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOJ8CuNdzzTSuw2dVm8NkIsWvd24MDyv { width:13.75rem;height:13.75rem;top:94.375rem;left:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #tIwyC11uI16g5of609veXWf7v0wFaya4 { width:13.75rem;height:13.75rem;top:64.75rem;left:3.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #azS4nShodLurWEFSGtowIvZSvHyaSt8J { width:20rem;height:2.4375rem;top:120.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylTM9n4NkJMwqrgGiFprPSSgFcXwtWe8 { width:19.0625rem;height:43.5rem;top:124.875rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVqKLvyTTUxzkxRU2blXsknfQ3vvzCUK { width:17.125rem;height:2.4375rem;top:169.875rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVhcO2wREVq2nF33Q9ogSnzT9VsgAZhV { width:18.375rem;height:16.25rem;top:230.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsntSBcyZcWfkhmsN9LWftvl6NTtTovF { width:5.625rem;height:2.5625rem;top:90.375rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR { position:relative;z-index:auto;display:block; }#hvEQa7MJE9nyRaeO9OV3A3kKfwqlWVTR > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0LKy0g7OCD4RL5xhkloPh5tsCWpfcc3 { width:20rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l62grJaE5yeNCShJWkvxSc9qCRhk2fKE { display:block; }#l62grJaE5yeNCShJWkvxSc9qCRhk2fKE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJ20bgGswEpaNorILqM5X0BxprQ7zMcP { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }