.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); }#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:block; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { background-color: transparent; background-image: none; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container > .video-iframe-container { display: none; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row > .video-iframe-container { display: none; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .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); }#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:block; }#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; }
#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas { 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; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container { background-color: transparent; background-image: none; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container > .video-iframe-container { display: none; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row > .video-iframe-container { display: none; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .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); }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container { border-width: 0; border-radius: 0; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;overflow:visible;position:relative;display:block; }#Saz25y16mwFUDV7UycozVknFwJ82hKog { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.6875rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DAZahfHqtI2g8pMprEzbt7FUBcFpOEcJ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.4375rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.9375rem;left:20.125rem;z-index:15005; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #f1hQLgTWEZEmsJXBw4rsvy6LZ6KXnDVC { display:flex;position:relative;top:0rem;left:0rem; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #p433yp1zM4swz4ZrlaygTAF7fQM048o1 { width:auto; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #TDpmxFeeKPxTp8X1rTvFfGGTR96zaILr {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kf6LLUtOWSAUqLUPxOgVhHoQae7LWmLb { display:flex;position:relative;top:0rem;left:0rem; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #LswkdRt6P1pDsrU9mGpdVF0QiCNICuZH {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #affAJuGefoIleSZNsXgpCBzQPzrq6rTq {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #WaHl1gJndBozbTOBAiwdBl800vbe8vom { display:flex;position:relative;top:0rem;left:0rem; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kTCqL6hTdpMPiAk10gH4JnbzOHVolr4M {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #R6hvPhozincXPPgP1G85FJTgfT7nyQGy {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #nICbq9RIy8uf4qhDO0dtT726ndG8GtNt { display:flex;position:relative;top:0rem;left:0rem; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #oiGyNFrZVTgq9ITwXz4AOdu3FT8Xao1h {  }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #neo7nPT61OWpn6C7O854KaOLS00TfJfP {  }
#dRe0b95lS1lqXEcbs6r5WUVqVTy6Qdk3 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container { background-color: transparent; background-image: none; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container > .video-iframe-container { display: none; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row > .video-iframe-container { display: none; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .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); }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container { border-width: 0; border-radius: 0; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#vOUBmT3h59Ma3tQ4VbFwo7fsHrlZk7iR { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NBPtk8MKkSdqTvGBS6kuv0r7NEFqx52Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:10.625rem;left:18.5625rem;overflow:hidden;display:block; }
#ILvZAAzRcnZ7hNnqGGDzfg387rQ23B3Z { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:0.9375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N36oTMffG6qRfnq2z6U6GWr36NzECfWt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.875rem;left:0.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IZtquxbe83IIhH3ufItV4NWD3kCS6Uf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.4375rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ASdKfTFHnWtsXGgiNoayH7VF9w9AE6pV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.625rem;left:0.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xTgaZ57qfMyBx6WwdMynEwulZouFxuKH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.4375rem;left:41.65625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hdKPMKnaB1NOcpNcuxMM32Tkw78hwGqN { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.625rem;left:40.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wl7fb5gr0tDtbxTBhUMvZsSCWcPFQZZS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:42.09375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wKaQIhPsJXM7cB4xPb4uMXkW0g0N4NGC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.875rem;left:40.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ROWx8Xpypts75alUbwkcC5k6obfBrtpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:16.1875rem;left:40.875rem; }
#FGAEZCCTLy1MGVS0Hz21pCEPF5C07Hp9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.25rem;left:40.875rem; }
#wTIrJHJ3N3AeiMgBi8quLlLOFTzCUunL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.1875rem;left:16.1875rem; }
#wes75xRPklT7IJHBkimRibIvuFN3JPkQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:23.25rem;left:16.1875rem; }
#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container { background-color: transparent; background-image: none; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container > .video-iframe-container { display: none; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row > .video-iframe-container { display: none; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .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); }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container { border-width: 0; border-radius: 0; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#KRhMJfe9JUBTOJLaVkz7rPn2cnk75ING { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#zn6gPWaTLQZpBNdL6ncq0vf8DPLdzqVl { 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; }
#vBsCHQ7KFBGm66DiauUS2wn0N34dVfIM { 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; }
#JHJg3evoTnXOy3ZJKARct9iTMbUMzTnA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:17.1875rem;top:7.59375rem;left:42.1923828125rem;overflow:hidden;display:block; }
#xRXd1MRxJo5ZhREpFvu7Qq6hVnTU5zbW { box-sizing:content-box;height:16.625rem;width:16.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.875rem;left:42.2548828125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#L6TtZf3zQJl4rTCTvJlLlVubsJAAeK5R { 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; }
#unzTiGpAMvnd8VwRCT7LlZXnuAJP6pHx { 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; }
#Rhstpo7r7o3auHnW2JmNdek097X521M4 { 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; }
#DSTHlgWwOwL9dJw4i4btG0fLN8sFH4vf { background-color:#db2556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.4375rem;left:22.75rem;display:block; }
#urumT5wl5acBzEJhI6ln1KmnyKFIzt7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP { 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; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container { background-color: transparent; background-image: none; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container > .video-iframe-container { display: none; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row > .video-iframe-container { display: none; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .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); }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container { border-width: 0; border-radius: 0; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;overflow:visible;position:relative;display:block; }#Lnlzo15b7Cb5iZhpGlZ8kVgUD271h3cg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#NfuX0N5vNQT7n41vAylEzNtiZaapzLMK { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NFDxm6CrZf5VNwsnoXZN4UGitXDeQg6N { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tTZLaJRsbRmVrz1k4OIFnp1FwZ1ZFhou { color:#ce0000;display:block;width:25.5rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#S501TTMGqghFbrm9VEv71WnIAU5RO6JW { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e2dDh3WCHH1liJRcLog92m8dEhXKanVv { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.96875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aDR9Xsx90kiiMQufJNtkFV7HceTvXmhS { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#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; }
#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { z-index:;position:relative;display:none; }#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:none; }#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:none; }#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:none; }#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; }
#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { z-index:;position:relative;display:none; }#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:none; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 { z-index:;position:relative;display:none; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 { border-width: 0; border-radius: 0; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .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; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .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:287.4375rem;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; }#p8W1MxEelkxympTxW2b4vPvuA6uIfudL { 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; }
#CrrNwhCPkqRd7UcCzXLVx6AdmogXlNHv { 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; }
#Tc7kodkvG87HWeRGazrz8ebtmRoUFPKk { 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; }
#LtZrccvW1EN33JRtBGkunkoR5vyvL0nU { 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; }
#uRaqV4G5yJzlNpxAeJzWBwLM1M7L8WUc { 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; }
#OB9BMUcJdb8lTMUImkXuCIVnMHqxkhiV { 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; }
#a9yxFBrwf6wKf321KhsxpU5l8dl8aodp { 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; }
#MqTTfQJVdCqvUtTXTqhk2VCnr9Ty8045 { 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; }
#ByMTC2oIKWcA9paoHFZXmpFwg17X2hpc { 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; }
#xhohZqRaE47oC51DwlTyDss9bLeFET37 { 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; }
#DTvE7PRUKshzltPGRh4gVUQm66kTHaTt { 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; }
#evRXm60KqLF5srmWIK99KBydOMkIs5P9 { 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; }
#LubxdUzmD9Rrm41ciTBGqBEF1EhZoLoA { 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; }
#IPx2k5gJW54cdCMIHGe2dFMAfcAmleqm { 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; }
#HRLyqrh4nhbfwZgX9gCfERGzHx23RkGV { 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; }
#kbWsrGE9hRD1dHRJnrtzLT3b24EudlMS { 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; }
#gf94CTzLoVHFg2zeOr9xl0oxt6Th4FWb { 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; }
#CZA8cv9pwl6RiFEbakQxPa9z9PwdCRQD { 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; }
#CDTIcsAbhxW35dV13Vu7c8CgWn2M1SM6 { 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; }
#xKzJl6MTLDdLNet6u0UZsTLKnNI8sm4b { 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; }
#zlTCJW5tX3qGMxHGNNZeeI7JTQKBFKqD { 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; }
#uvnTdgCM37BucVhZGFa0KJgAE8T7wpBg { 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; }
#HSWZf4dGf3bnIquufDwnN8bXT3c4e2mf { 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; }
#Fkg4nqx90OOZZzN69cGozJynIQlTfAB7 { 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; }
#ubmxCNksRG1mLNbxahx11hcXdN1fadTy { 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:26.5rem;top:227.25rem;left:31.0625rem;overflow:hidden;display:block; }
#A4lAXUSzP54BNb7LOWmBGULAshF2cGqf { 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:24.9375rem;width:24.9375rem;top:99.1875rem;left:2.75rem;overflow:hidden;display:block; }
#CsBWtnrydXUSlTmEKIulETPZ9AAg6295 { 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; }
#C0XXT6MiLmExWRCURDqmXB89OUOPtbRL { 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; }
#eMoZMTTPAEC4Igse9du4hOem8ezzEmBB { 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; }
#cU1GWO42hPhDy98xuGAg1u7odu5Lprlq { 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; }
#VUnSV8ESpS2GomepElL4aT5wfCGevnfG { 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; }
#LramGEBEEufqzcCQalcgx1xh1tDZJyZ9 { 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; }
#vI34qKqnf7sXXhrN36GmWNklcB4d8Use { 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; }
#iEhLoxDv7RMsoqQbfzPvieEdsAVMQa3d { 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.8125rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:280.8125rem;left:23.09375rem;display:block; }
#R2sGwPusfDASmTlBlF3xUFXiSWobmp5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6lvHAEWMBa2Nko057OTcVFC6pls4e25 { 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; }
#LLfHMpGCD0RbJnifhZu5WMmaD9NvpUTr { 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; }
#GMA60OnzkxyFhblOGTGV2xbMrT8gKoga { 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; }
#sq6mQQLeGGt1OHATOJvrH89axlSqmyUR { 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; }
#ucTTn8I8ZhozTfRezbhQCV4k947N6LKR { 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; }
#XbXnK0U8GBi8WfruKB9XEtqphyeIv5Ml { 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; }
#cUM3rSFgLEIiSEukZ2r2KIIOazuEmQxT { 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; }
#MiH8rDiGTcqwKzTRmCo4UL0wx8rDGbSK { 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; }
#szTxBs7MgBccOfqutRiacwQ3PN1HQK6B { 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; }
#xFOREPVmg6Asb9nmXn3Nug21tsJUzMEh { 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; }
#eodC38sqnwJ6hdvewyU1DZJzWwSbZXQe { 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; }
#XNt0kVRoTLyalKhCTbRbxXskFlSRlZ8J { 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; }
#HlZapRg7sxS58TCR7uMzXMQITqThJrgE { 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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .widget-text.counter-number { border-top:0.08rem solid #ff004c;border-left:0.08125rem solid #ff004c;border-right:0.08125rem solid #ff004c;border-bottom:0.08rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.640625rem;padding-right:0.568125rem;padding-bottom:0.640625rem;padding-left:0.568125rem;display:block;align-items:center;width:3.40875rem;min-width:3.40875rem;height:3.444375rem;position:relative;font-family:arial;font-size:2.563125rem;font-weight:700;line-height:55.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.400625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.545rem;height:1.361875rem;position:relative;font-family:"open sans";font-size:0.96125rem;font-weight:700;line-height:21.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.0625rem;height:6.6875rem;padding-top:0.80125rem;padding-right:0.811875rem;padding-bottom:0.80125rem;padding-left:0.811875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:269.8125rem;left:17.1552734375rem;z-index:15008; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #NDTV91ZWkGrhKodfVfz1InXxIlycWXqA { display:flex;position:relative;top:0rem;left:0rem; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #gIGRQzUybKSeAHXFNlMcc2ZQ5WTIpM8c { width:auto; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #AKVRba7ZdvxpvDdoVc0uWd7fpuBAbkF6 {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JHFbk5GGmUG8MV4ayIT5WL7Sa8Xzhrox { display:flex;position:relative;top:0rem;left:0rem; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #GagicLFDWatR7MBEfXs0nDTsKFCvBDQa {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JsiQ24d3PauS9gm4DT1fuT94QQOXv7Gv {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #l6QzHKHTaHhVEU7OfNuy1L7rlSeE3zvW { display:flex;position:relative;top:0rem;left:0rem; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #lgg3VhVBhlEIKouo1W3ObNgAFTKBEsTh {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #IrNkl5dIJT056ZubpvwO7Np8NU8P94vs {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #hI4yHvEv5QvrlC4D5vXMZ6JLRUuqJoA9 { display:flex;position:relative;top:0rem;left:0rem; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #ZJpmP6sOQWi1vBf9v7oTkrbEHisw9SBF {  }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #mrOdJQwrRCRdJDcz9li2JZEtKp8qWeNM {  }
#kxgzsTQRlLJ5QUCOphD41vKCB8vhwGot { 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:15004;line-height:1.3;letter-spacing:0;top:265.625rem;left:13.71875rem;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; }
#vWlVBKg0yOUKXQS2AxmnoEvqr65QagNU { z-index:;position:relative;display:none; }#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:none; }#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:none; }#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:none; }#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; }
#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v { 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:none; }#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v > .row .container { border-width: 0; border-radius: 0; }#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v > .row .container { font-size:0.875rem;font-family:arial;height:97rem;width:60rem;overflow:visible;position:relative;display:none; }#xRTwyRqTfiaZfsup2IEoDi932OJDalzX { 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; }
#MwwDesFAlc22EXE6TfkwFkMZSmQwzdhi { 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; }
#PnDLOUsAAHUKb44WlF8SGSdZT5TDQdVS { 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; }
#SI6R8w3VFSZI3W0VQ3NrNVFq5l82C1we { color:#000000;display:block;width:41.25rem;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:45.125rem;left:3.625rem;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;display:block; }
#Xez1oHVFr3dQqFioCwWfX0xk1qUy2Bgn { box-sizing:content-box;height:49.5rem;width:46.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:38.875rem;left:1.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; }
#Oce9ZVwCtEb3AMdfL9CVD2UGxQxKFnDX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.3125rem;left:17rem;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:left;text-align-last:left;display:block; }
#EVaKW4GVDgWEOJiIq3dsvamk8zIKylul { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:21.875rem;top:66.8125rem;left:37.0888671875rem;overflow:hidden;display:block; }
#hKoeNw5fRUBkOKazKBJ3ODwmWrTDdF43 { color:#000000;display:block;width:35.5rem;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:70.0625rem;left:3.625rem;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:left;text-align-last:left;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:26.1875rem;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; }
#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:5.375rem;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; }
#qWq6SkJg7SxLDNtbN7B0AAOwIMrW51TT { z-index:;position:relative;display:none; }#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:none; }#woUelQyWmrSOH1TxJhJ2w3CXKUdqQzIw { z-index:;position:relative;display:none; }#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: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; }#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.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; }
#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; }
#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { z-index:;position:relative;display:none; }#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:none; }#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:none; }#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:176.6875rem;width:60rem;overflow:visible;position:relative;display:none; }#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:60.9375rem;left:5.75rem;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:59.1875rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:62.625rem;left:17.8125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#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:68.8125rem;left:41.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xfBW0GG8OLU5085K6IIurcqfhGRJuRuu { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:162.8125rem;left:17.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:justify;text-align-last:initial;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:121.875rem;left:5.8125rem;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:75rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:77.1875rem;left:17.875rem;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:77.1875rem;left:5.75rem;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:88.75rem;left:6.375rem;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:120.09375rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:133.5625rem;left:6.28125rem;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:12.5625rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:14.125rem;left:5.8125rem;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:14.25rem;left:18.0625rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#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:25.6875rem;left:5.90625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VV7hRX5r27qKPnOfOh9z2QcHbPFNylWJ { box-sizing:content-box;height:13.4375rem;width:52.3125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:160rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#tN7pCXDte78tKNOgX4tOwXy2Es7BWSI6 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:161.25rem;left:5.75rem;overflow:hidden;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:121.875rem;left:18.0625rem;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:36.75rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:38.9375rem;left:17.8125rem;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:38.75rem;left:5.75rem;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:50.5rem;left:7.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display: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:102.25rem;left:3.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: none;display:block; }
#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:104.375rem;left:17.875rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#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:104.375rem;left:5.75rem;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:114.625rem;left:49.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JFrPaPwL5FXLKmib6XkZg007EVNBqCCA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:lobster;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:168.875rem;left:41.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#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:67.5rem;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; }
#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:29.6875rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#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:103.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; }
#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:149.5625rem;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; }
#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:none; }#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:none; }#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:none; }#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:none; }#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:none; }#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:none; }#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; }
#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I { 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:none; }#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I > .row .container { border-width: 0; border-radius: 0; }#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I > .row .container { font-size:0.875rem;font-family:arial;height:92.875rem;width:60rem;overflow:visible;position:relative;display:none; }#TV88mJyVLISPp7Eta300dftEGd7G5fyU { 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; }
#fIUzLy4hQ0XV95H0oCGzQyWUvOlVzKTq { 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; }
#ZAwlpURwLbAPSiUQ5hNbaOVPmkhuDBUA { 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; }
#npdBTQRg37RpNhOi2aau2HMzO6FmdAZf { 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:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:45.0625rem;left:3.5625rem;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; }
#DVt7npBwrLVPUuXARoCPTThd9PEDs9hn { box-sizing:content-box;height:42.125rem;width:46.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:38.8125rem;left:1.1875rem;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; }
#Dla0WzNCXdFT0SAucPVf0t9inJC8Iri2 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.4375rem;left:14.5625rem;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:left;text-align-last:left;display:block; }
#kUzbt2X0weEvSHe83nQc65Bde2Or63FW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:15.8125rem;top:64.375rem;left:44.1875rem;overflow:hidden;display:block; }
#IAqPeIguXn1ayOiImVUDA94eIqEfPNgh { 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:15018;text-align:center;text-align-last:center;top:84.75rem;left:19.90625rem;display:block; }
#QHT8pfsfrP68kC7TtnAu7I45LsvltvO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbedNL7GMfN1RpK7rs2L3d4qIaV6EeFI { 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:6.0625rem;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; }
#cMnKLBIvDfkm21uG9t3alTDS6V46Rq4U { 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-primary-2),1);background-image:none;top:27.125rem;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; }
#XLonhT8yDu94adfykRPd0uXm4ZfZCzun { 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; }#XLonhT8yDu94adfykRPd0uXm4ZfZCzun > .row .container { border-width: 0; border-radius: 0; }#XLonhT8yDu94adfykRPd0uXm4ZfZCzun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLonhT8yDu94adfykRPd0uXm4ZfZCzun > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:none; }#urxRN2fXKBcX4eATgnr1qCWB0NnRGosk { 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; }
#meTdUv2Otq2aP9iWUIUGeMeggTr3mM11 { 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; }
#ZOvlto7KSTw6MD1IIl8B0RrKEzczqGfW { 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; }
#aaGPqGTek20TgmhRabTdTaPsCtyZQp29 { 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; }
#T1bOJ1HTUzFHWEVLVzpRXbr5LNgOzLOQ { 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; }
#rnXZpdONWfFW0wOi5cTM0RO9rBCipxVF { 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; }
#B4Iz60TczfS4VWtaRte4KMZbKBT0GqXa { 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; }
#CmPgMmG2tNe1tKpNtXufvaCg1WbnhBo0 { 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; }
#Eo1DwyOA2G5UbJ56TMGG4KvSKV0tDuon { 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; }
#MvqM0kU9uxCecLeGQcov62vqHGHGBr5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTbCfTN0ATdNhpigVuUituaTxNWSho5z { z-index:;position:relative;display:block; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z { background-color: transparent; background-image: none; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row .container > .video-iframe-container { display: none; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row > .video-iframe-container { display: none; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .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); }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z { border-width: 0; border-radius: 0; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .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; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .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:133.0625rem;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; }#c1JtNiSH51zBxvmvC0oXo1JrJzWi1N4m { 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:109.8125rem;left:33.5rem;display:block; }
#KfmO6QFiXJptV8IMaAsTSVW7DNkTME8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro4obaQR1q3ZfVPpN32DMHwhXM3qpgRn { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;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:8.5625rem;left:23.3125rem;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:justify;text-align-last:initial;display:block; }
#VhieaSFfD9EGVVqIPTXDQdDRgNBDZTUH { 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:12.8125rem;width:12.8125rem;top:11.5625rem;left:5.0625rem;overflow:hidden;display:block; }
#tPQ1oFdemZuZNMoSnTtPHW7JHF0HfAGF { 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:109.9375rem;left:9.625rem;display:block; }
#NMBRixsIJ3Hy0vPWU3UcirzT7DaSbF9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fxmc5l3dQ25xRWuHTQEVlMS67Bh60T16 { color:#db2556;display:block;width:7.25rem;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:102.8125rem;left:11.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a9bIx0xTGHFA86RaN0fUJKk0rma2ODy0 { box-sizing:content-box;height:7.3125rem;width:19.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:101.5625rem;left:7.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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#sSw1Ef38yuwItv095PrqKDCQLufrkmMa { color:#db2556;display:block;width:8.375rem;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:102.8125rem;left:35rem;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; }
#Ak35hZ5laE6hieSoI1qDugp3wPqcprZQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.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:106.0625rem;left:33.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; }
#BzLMxM45aiKl3bJISclx3OCB5u4iTk7V { 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:94.875rem;left:15.625rem; }
#N8GGxU3PRrDoSgcLzkKTXvDs0DloEGby { 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:94.875rem;left:40.1875rem; }
#qkNOv607lTPdlxJBL3UST0ZnA5VHh54z { box-sizing:content-box;height:19.4375rem;width:19.4375rem;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-secondary-2),1);background-image:none;top:8.5625rem;left:1.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; }
#oIMz0JaO9KKKBhz5E6HkwZAaTHJhF7T7 { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;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:13.5rem;left:23.3125rem;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; }
#MHFbdgzcC8TsozHTqxFdRZ8k77GBR1xc { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36rem;left:23.3125rem;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; }
#VOvTUMunonTkecBlZC51hW6Rf4cVNTwW { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:103.25rem;left:42.9375rem;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; }
#K1Bk5rUnaTfkMPdE7Tu3df40Jtr7o0Tk { color:rgba(var(--color-tertiary-2),1);display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:103.21875rem;left:18.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; }
#dOA1EepItxGcms9BPaeimfT0IG4D3GVy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;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:106.125rem;left:8.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BZ2wErADTT839GWl3WyK9k9Hbbm6HwRC { box-sizing:content-box;height:7.3125rem;width:19.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:101.5625rem;left:32.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;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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .widget-text.counter-number { border-top:0.08rem solid #ff004c;border-left:0.08125rem solid #ff004c;border-right:0.08125rem solid #ff004c;border-bottom:0.08rem solid #ff004c;background-color:#ffffff;background-image:none;color:#ff004c;padding-top:0.640625rem;padding-right:0.568125rem;padding-bottom:0.640625rem;padding-left:0.568125rem;display:block;align-items:center;width:3.40875rem;min-width:3.40875rem;height:3.444375rem;position:relative;font-family:arial;font-size:2.563125rem;font-weight:700;line-height:55.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.400625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.545rem;height:1.361875rem;position:relative;font-family:"open sans";font-size:0.96125rem;font-weight:700;line-height:21.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.0625rem;height:6.6875rem;padding-top:0.80125rem;padding-right:0.811875rem;padding-bottom:0.80125rem;padding-left:0.811875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:120.0625rem;left:17.125rem;z-index:15007; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #J3koHV8BuEybbCmi6RAU7ylCGUtV1rTR { display:flex;position:relative;top:0rem;left:0rem; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #vI90h51DcyDh8g4imyr08VCVdNG4KIBC { width:auto; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #CvU8v9ykFXSw2vKyhIHPdTx4DD04LAKW {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #lWoMXhi8TQ13JwCfggqUT0dP7tUXrkv0 { display:flex;position:relative;top:0rem;left:0rem; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #sWCCa3JkizIHRAzFaiX46MhCelqVLuKZ {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #QgEL8iUrPZhzV83UmDszT8vU50I8Z0fS {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #HKIup7d64GzeRgV9KuWJ6c5OCCpg73D5 { display:flex;position:relative;top:0rem;left:0rem; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #DUSNnD5q1kkmNxW77ea0URQnF1G8txvN {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #A6qE6unDEprNyVMOTQFKZk1gD8pGuka3 {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #dBFIs3izIalJrMnMw2ZvgX68OR8AiXhI { display:flex;position:relative;top:0rem;left:0rem; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #X7eTG5L1yHWES1NTSxRemTz8Kp1cuVUR {  }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #SBPWrHmTBUrHD7uaG4PTRhzrFLNQVPd7 {  }
#OFkZdWrIPytIBmSwK39Q7n9KmCdtlOsz { box-sizing:content-box;height:16.875rem;width:16.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.375rem;left:33.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;display:block; }
#J9ngGRbf33EQIcXVXqpp725Elg83SGgM { 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.875rem;width:12.875rem;top:52.375rem;left:35.75rem;overflow:hidden;display:block; }
#UL047WshmUkc3KBJai2xvbLs32123QeD { box-sizing:content-box;height:17.75rem;width:19.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:69.75rem;left:8rem;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; }
#I58kglXt4vQBSwxi7tTQIiMK1C0EMKWp { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:71.0625rem;left:8rem;height:3.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; }
#duTra0gv2QiaDw8gTxk28CSvkos2hrBA { 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:13.875rem;width:13.875rem;top:51.875rem;left:10.8125rem;overflow:hidden;display:block; }
#QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:77.6875rem;left:9.25rem;height:8.4375rem;text-align:justify;text-align-last:initial;display:block; }#QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy li:before{  }
#epHXdNgUXBkhoF0PwT4vyx0uK5TcnGXT { 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:15045;line-height:1.3;letter-spacing:0;top:75.3125rem;left:9.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; }
#yDayRe4GS5xVimvoFX8viSk6R5ISWQ7l { 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:15031;line-height:1.3;letter-spacing:0;top:43.5rem;left:7.0625rem;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; }
#eexW87dvnlwnUtcOTNUt7A3tXKD2HXZe { box-sizing:content-box;height:22.875rem;width:19.5rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:69.75rem;left:32.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; }
#TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:77.6875rem;left:33.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb li:before{  }
#rsuxkp3FuBBRQuugvnsIwtL0dKrEZFrL { 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:15049;line-height:1.3;letter-spacing:0;top:75.3125rem;left:33.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GwvWlwBXAhRKvN8TlVfBvrwOByfMT65a { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:71.0625rem;left:32.5rem;height:3.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; }
#nkQyP8dQMNFEVL3TwruN4EqgFUc5sffy { box-sizing:content-box;height:16.875rem;width:16.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.375rem;left:9.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;display:block; }
#F3xObSgm64AEWf0g46TBFBA57x8gyQ3x { 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:116.1875rem;left:13.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;display:block; }
#vT8rGfqNQC5eon7JsVdpTpJLUXXBLN6H { 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:2.25rem;left:0rem;height:3.375rem;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) { #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) { #Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas { display:block; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Saz25y16mwFUDV7UycozVknFwJ82hKog { top:5.75rem;left:0.5625rem;width:46.6875rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAZahfHqtI2g8pMprEzbt7FUBcFpOEcJ { top:31.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk { width:18.5rem;height:5.1875rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #f1hQLgTWEZEmsJXBw4rsvy6LZ6KXnDVC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #p433yp1zM4swz4ZrlaygTAF7fQM048o1 {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #TDpmxFeeKPxTp8X1rTvFfGGTR96zaILr {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kf6LLUtOWSAUqLUPxOgVhHoQae7LWmLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #LswkdRt6P1pDsrU9mGpdVF0QiCNICuZH {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #affAJuGefoIleSZNsXgpCBzQPzrq6rTq {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #WaHl1gJndBozbTOBAiwdBl800vbe8vom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kTCqL6hTdpMPiAk10gH4JnbzOHVolr4M {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #R6hvPhozincXPPgP1G85FJTgfT7nyQGy {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #nICbq9RIy8uf4qhDO0dtT726ndG8GtNt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #oiGyNFrZVTgq9ITwXz4AOdu3FT8Xao1h {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #neo7nPT61OWpn6C7O854KaOLS00TfJfP {  }
 }@media only screen and (max-width: 763px) { #dRe0b95lS1lqXEcbs6r5WUVqVTy6Qdk3 { top:1.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF { display:block; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOUBmT3h59Ma3tQ4VbFwo7fsHrlZk7iR { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPtk8MKkSdqTvGBS6kuv0r7NEFqx52Z { top:10.625rem;left:12.4375rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILvZAAzRcnZ7hNnqGGDzfg387rQ23B3Z { top:10.625rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N36oTMffG6qRfnq2z6U6GWr36NzECfWt { top:7.875rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZtquxbe83IIhH3ufItV4NWD3kCS6Uf4 { top:31.4375rem;left:0rem;width:15.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASdKfTFHnWtsXGgiNoayH7VF9w9AE6pV { top:28.625rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgaZ57qfMyBx6WwdMynEwulZouFxuKH { top:31.4375rem;left:30.9375rem;width:16.8125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKPMKnaB1NOcpNcuxMM32Tkw78hwGqN { top:28.625rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl7fb5gr0tDtbxTBhUMvZsSCWcPFQZZS { top:10.625rem;left:31.8125rem;width:15.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKaQIhPsJXM7cB4xPb4uMXkW0g0N4NGC { top:7.875rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROWx8Xpypts75alUbwkcC5k6obfBrtpO { top:16.1875rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGAEZCCTLy1MGVS0Hz21pCEPF5C07Hp9 { top:23.25rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTIrJHJ3N3AeiMgBi8quLlLOFTzCUunL { top:16.1875rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wes75xRPklT7IJHBkimRibIvuFN3JPkQ { top:23.25rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub { display:block; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRhMJfe9JUBTOJLaVkz7rPn2cnk75ING { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn6gPWaTLQZpBNdL6ncq0vf8DPLdzqVl { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBsCHQ7KFBGm66DiauUS2wn0N34dVfIM { top:10.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHJg3evoTnXOy3ZJKARct9iTMbUMzTnA { top:7.5625rem;left:30.5625rem;width:17.1875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRXd1MRxJo5ZhREpFvu7Qq6hVnTU5zbW { top:5.875rem;left:31rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TtZf3zQJl4rTCTvJlLlVubsJAAeK5R { top:13.625rem;left:0rem;width:26.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unzTiGpAMvnd8VwRCT7LlZXnuAJP6pHx { top:21.375rem;left:0rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhstpo7r7o3auHnW2JmNdek097X521M4 { top:24.5rem;left:0rem;width:41rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTHlgWwOwL9dJw4i4btG0fLN8sFH4vf { width:14.5rem;height:3.4375rem;top:33.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urumT5wl5acBzEJhI6ln1KmnyKFIzt7O { display:block; }
 }@media only screen and (max-width: 763px) { #TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP { display:block; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lnlzo15b7Cb5iZhpGlZ8kVgUD271h3cg { top:7.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfuX0N5vNQT7n41vAylEzNtiZaapzLMK { top:25.25rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFDxm6CrZf5VNwsnoXZN4UGitXDeQg6N { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZLaJRsbRmVrz1k4OIFnp1FwZ1ZFhou { top:6.75rem;left:17.4375rem;width:25.5rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S501TTMGqghFbrm9VEv71WnIAU5RO6JW { top:11.6875rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dDh3WCHH1liJRcLog92m8dEhXKanVv { top:16.9375rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDR9Xsx90kiiMQufJNtkFV7HceTvXmhS { top:21.1875rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #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) { #V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { display:block; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 { display:block; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8W1MxEelkxympTxW2b4vPvuA6uIfudL { top:50rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrrNwhCPkqRd7UcCzXLVx6AdmogXlNHv { top:87rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7kodkvG87HWeRGazrz8ebtmRoUFPKk { top:46rem;left:11.4375rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtZrccvW1EN33JRtBGkunkoR5vyvL0nU { top:83.5625rem;left:0rem;width:22.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRaqV4G5yJzlNpxAeJzWBwLM1M7L8WUc { top:56.5625rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB9BMUcJdb8lTMUImkXuCIVnMHqxkhiV { top:56.5625rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yxFBrwf6wKf321KhsxpU5l8dl8aodp { top:11.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqTTfQJVdCqvUtTXTqhk2VCnr9Ty8045 { 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) { #ByMTC2oIKWcA9paoHFZXmpFwg17X2hpc { top:87.4375rem;left:21rem;width:26.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhohZqRaE47oC51DwlTyDss9bLeFET37 { 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) { #DTvE7PRUKshzltPGRh4gVUQm66kTHaTt { 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) { #evRXm60KqLF5srmWIK99KBydOMkIs5P9 { top:142.8125rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LubxdUzmD9Rrm41ciTBGqBEF1EhZoLoA { 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) { #IPx2k5gJW54cdCMIHGe2dFMAfcAmleqm { 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) { #HRLyqrh4nhbfwZgX9gCfERGzHx23RkGV { top:99.1875rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbWsrGE9hRD1dHRJnrtzLT3b24EudlMS { top:126.875rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf94CTzLoVHFg2zeOr9xl0oxt6Th4FWb { top:136.6875rem;left:31.75rem;width:15.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZA8cv9pwl6RiFEbakQxPa9z9PwdCRQD { top:223.0625rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTIcsAbhxW35dV13Vu7c8CgWn2M1SM6 { top:249.9375rem;left:0rem;width:28.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKzJl6MTLDdLNet6u0UZsTLKnNI8sm4b { top:254.125rem;left:0rem;width:24.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTCJW5tX3qGMxHGNNZeeI7JTQKBFKqD { 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) { #uvnTdgCM37BucVhZGFa0KJgAE8T7wpBg { 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) { #HSWZf4dGf3bnIquufDwnN8bXT3c4e2mf { 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) { #Fkg4nqx90OOZZzN69cGozJynIQlTfAB7 { 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) { #ubmxCNksRG1mLNbxahx11hcXdN1fadTy { top:227.25rem;left:21.25rem;width:26.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lAXUSzP54BNb7LOWmBGULAshF2cGqf { top:99.1875rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsBWtnrydXUSlTmEKIulETPZ9AAg6295 { top:130.5625rem;left:0rem;width:23.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0XXT6MiLmExWRCURDqmXB89OUOPtbRL { top:170.6875rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMoZMTTPAEC4Igse9du4hOem8ezzEmBB { top:174.3125rem;left:0rem;width:27.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU1GWO42hPhDy98xuGAg1u7odu5Lprlq { top:142.8125rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnSV8ESpS2GomepElL4aT5wfCGevnfG { top:137.3125rem;left:1rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LramGEBEEufqzcCQalcgx1xh1tDZJyZ9 { top:93.5625rem;left:1.5rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI34qKqnf7sXXhrN36GmWNklcB4d8Use { top:3.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhLoxDv7RMsoqQbfzPvieEdsAVMQa3d { width:13.8125rem;height:3.625rem;top:280.8125rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sGwPusfDASmTlBlF3xUFXiSWobmp5R { display:block; }
 }@media only screen and (max-width: 763px) { #w6lvHAEWMBa2Nko057OTcVFC6pls4e25 { top:18.75rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfHMpGCD0RbJnifhZu5WMmaD9NvpUTr { top:19.9375rem;left:4.1875rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMA60OnzkxyFhblOGTGV2xbMrT8gKoga { top:93.5625rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6mQQLeGGt1OHATOJvrH89axlSqmyUR { top:180.5rem;left:1.5625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTTn8I8ZhozTfRezbhQCV4k947N6LKR { top:180.5rem;left:31.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbXnK0U8GBi8WfruKB9XEtqphyeIv5Ml { top:185.875rem;left:3.1875rem;width:41.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUM3rSFgLEIiSEukZ2r2KIIOazuEmQxT { top:187.0625rem;left:4.25rem;width:39.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiH8rDiGTcqwKzTRmCo4UL0wx8rDGbSK { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTxBs7MgBccOfqutRiacwQ3PN1HQK6B { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFOREPVmg6Asb9nmXn3Nug21tsJUzMEh { top:191.5625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodC38sqnwJ6hdvewyU1DZJzWwSbZXQe { top:191.5625rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNt0kVRoTLyalKhCTbRbxXskFlSRlZ8J { top:18.75rem;left:35rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlZapRg7sxS58TCR7uMzXMQITqThJrgE { top:29.625rem;left:0rem;width:12.625rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 { width:18.5rem;height:5.1875rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #NDTV91ZWkGrhKodfVfz1InXxIlycWXqA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #gIGRQzUybKSeAHXFNlMcc2ZQ5WTIpM8c {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #AKVRba7ZdvxpvDdoVc0uWd7fpuBAbkF6 {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JHFbk5GGmUG8MV4ayIT5WL7Sa8Xzhrox { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #GagicLFDWatR7MBEfXs0nDTsKFCvBDQa {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JsiQ24d3PauS9gm4DT1fuT94QQOXv7Gv {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #l6QzHKHTaHhVEU7OfNuy1L7rlSeE3zvW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #lgg3VhVBhlEIKouo1W3ObNgAFTKBEsTh {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #IrNkl5dIJT056ZubpvwO7Np8NU8P94vs {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #hI4yHvEv5QvrlC4D5vXMZ6JLRUuqJoA9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #ZJpmP6sOQWi1vBf9v7oTkrbEHisw9SBF {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #mrOdJQwrRCRdJDcz9li2JZEtKp8qWeNM {  }
 }@media only screen and (max-width: 763px) { #kxgzsTQRlLJ5QUCOphD41vKCB8vhwGot { top:265.625rem;left:7.59375rem;width:32.5625rem;height:2rem;font-size:1.5625rem;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) { #ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v { display:none; }#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRTwyRqTfiaZfsup2IEoDi932OJDalzX { top:9.1875rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwDesFAlc22EXE6TfkwFkMZSmQwzdhi { top:7.8125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnDLOUsAAHUKb44WlF8SGSdZT5TDQdVS { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6R8w3VFSZI3W0VQ3NrNVFq5l82C1we { top:45.125rem;left:0rem;width:41.25rem;height:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xez1oHVFr3dQqFioCwWfX0xk1qUy2Bgn { top:38.875rem;left:0rem;width:46.0625rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oce9ZVwCtEb3AMdfL9CVD2UGxQxKFnDX { top:41.3125rem;left:10.875rem;width:14.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVaKW4GVDgWEOJiIq3dsvamk8zIKylul { top:66.8125rem;left:25.875rem;width:21.875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKoeNw5fRUBkOKazKBJ3ODwmWrTDdF43 { top:70.0625rem;left:0rem;width:35.5rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #re5wtWrUmpkw2LiiTnqzbDz13D0JPO5d { top:26.1875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwytx5m73iTtby7lgnli3uozcfdQUK3l { top:5.375rem;left:0rem;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:16.375rem;height:3.625rem;top:180rem;left:15.6875rem;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) { #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:60.9375rem;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:59.1875rem;left:0rem;width:47.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6oFvcl3BtaHZJlSCZImMypimbmXnFKU { top:62.625rem;left:11.6875rem;width:35.3125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZeZS0Q0Uv8hmSOPEhBX1lxpXQiTbPgc { top:68.8125rem;left:35.6875rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfBW0GG8OLU5085K6IIurcqfhGRJuRuu { top:162.8125rem;left:11.4375rem;width:35.8125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoG7AcZ5f7BGVtSyIipTTETiH4b1rs1l { top:121.875rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgxLREEKACDKpTMaowPpxNnMLBlcPy3 { top:75rem;left:0rem;width:47.375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxIpTVXBGZWOk4uPSZ9GTs1um5IRwf4f { top:77.1875rem;left:11.75rem;width:35.3125rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpcTmTpbQ8dPTio5OEJo7qWVl7pQqJtI { top:77.1875rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA5UJIxtk6fALuqVf8JW0L9iuORPTbKG { top:88.75rem;left:0.25rem;width:9rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi4LC1wfZI4q26On793USCGtkmGcuHUb { top:120.0625rem;left:0rem;width:47.375rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVNP9EhQOsb2cuAvf2Dtct1Pxkbkg9c3 { top:133.5625rem;left:0.15625rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUd78UwUC1wC1H8TnZHp6QSsXXl3Nmap { top:12.5625rem;left:0rem;width:47.375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7kcz1ruWxEGT7PmyiUPhQ3rbXEQETU7 { top:14.125rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLQlvTRWlGDZTrhr48C8BFSQKUKhtGF { top:14.25rem;left:11.9375rem;width:34.8125rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0aHqKzziG8i19yG3TLLAvvqNdvyuI5i { top:25.6875rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7hRX5r27qKPnOfOh9z2QcHbPFNylWJ { top:160rem;left:0rem;width:47.375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7pCXDte78tKNOgX4tOwXy2Es7BWSI6 { top:161.25rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuhSsfteLf7IkIJWeU4ZfNDJkhdIN4h { top:121.875rem;left:11.9375rem;width:34.8125rem;height:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhCTBdW7LgX96mzqKQXhDwQie9TLLWdK { top:36.75rem;left:0rem;width:47.375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0k39DPqvGFtx1go818Kmocv9Q1TLJ3t { top:38.9375rem;left:11.6875rem;width:35.3125rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQBdqxeZ2SupdrPT2lIBT9Vzq1165Vw { top:38.75rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPyxhbIwcBFJo1WXE9bCaNhXQZuX7Hby { top:50.5rem;left:1.4375rem;width:6.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWtNIXD7HJOxvdmsbiReFevdOTBsSDpo { top:102.25rem;left:0rem;width:47.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBP8p0Hz5QvvZsa5t4bUrUAbDBls0U1 { top:104.375rem;left:11.75rem;width:35.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmi5CQUg32LpWaCt2GO1GhQcSLgz6UKi { top:104.375rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt66U3wi0ueebHc889zDTbCIdu7Oklb { top:114.625rem;left:43.1875rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFrPaPwL5FXLKmib6XkZg007EVNBqCCA { top:168.875rem;left:35.6875rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnV9DH0azONEaCwMFBO9PJHziUQr7gdk { top:67.5rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSPORZwQPU5MOqP4ObgHEMXnvV50L5tA { top:29.6875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUuefo5uGwoxNQSapedTXxGHiX8XdyFi { top:103.75rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az4mrqQt2fdqFzZqPnTOUGRdTIzkRW9t { top:149.5625rem;left:35rem;width:12.625rem;height:12.625rem;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) { #UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I { display:none; }#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TV88mJyVLISPp7Eta300dftEGd7G5fyU { top:9.1875rem;left:0.375rem;width:47.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUzLy4hQ0XV95H0oCGzQyWUvOlVzKTq { top:7.8125rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAwlpURwLbAPSiUQ5hNbaOVPmkhuDBUA { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npdBTQRg37RpNhOi2aau2HMzO6FmdAZf { top:45.0625rem;left:0rem;width:41.25rem;height:34.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVt7npBwrLVPUuXARoCPTThd9PEDs9hn { top:38.8125rem;left:0rem;width:46.0625rem;height:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dla0WzNCXdFT0SAucPVf0t9inJC8Iri2 { top:41.4375rem;left:8.4375rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUzbt2X0weEvSHe83nQc65Bde2Or63FW { top:64.375rem;left:31.9375rem;width:15.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqPeIguXn1ayOiImVUDA94eIqEfPNgh { width:20.1875rem;height:3.625rem;top:84.75rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHT8pfsfrP68kC7TtnAu7I45LsvltvO3 { display:block; }
 }@media only screen and (max-width: 763px) { #mbedNL7GMfN1RpK7rs2L3d4qIaV6EeFI { top:6.0625rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMnKLBIvDfkm21uG9t3alTDS6V46Rq4U { top:27.125rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLonhT8yDu94adfykRPd0uXm4ZfZCzun { display:block; }#XLonhT8yDu94adfykRPd0uXm4ZfZCzun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urxRN2fXKBcX4eATgnr1qCWB0NnRGosk { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTdUv2Otq2aP9iWUIUGeMeggTr3mM11 { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOvlto7KSTw6MD1IIl8B0RrKEzczqGfW { top:10.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaGPqGTek20TgmhRabTdTaPsCtyZQp29 { top:9.9375rem;left:29.5625rem;width:18.1875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1bOJ1HTUzFHWEVLVzpRXbr5LNgOzLOQ { top:7.5rem;left:28.625rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnXZpdONWfFW0wOi5cTM0RO9rBCipxVF { top:13.625rem;left:0rem;width:26.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Iz60TczfS4VWtaRte4KMZbKBT0GqXa { top:21.375rem;left:0rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmPgMmG2tNe1tKpNtXufvaCg1WbnhBo0 { top:24.5rem;left:0rem;width:41rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo1DwyOA2G5UbJ56TMGG4KvSKV0tDuon { width:14.5rem;height:3.4375rem;top:33.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvqM0kU9uxCecLeGQcov62vqHGHGBr5L { display:block; }
 }@media only screen and (max-width: 763px) { #iTbCfTN0ATdNhpigVuUituaTxNWSho5z { display:block; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1JtNiSH51zBxvmvC0oXo1JrJzWi1N4m { width:17.5625rem;height:4.125rem;top:109.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfmO6QFiXJptV8IMaAsTSVW7DNkTME8S { display:block; }
 }@media only screen and (max-width: 763px) { #ro4obaQR1q3ZfVPpN32DMHwhXM3qpgRn { top:8.5625rem;left:13.75rem;width:34rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhieaSFfD9EGVVqIPTXDQdDRgNBDZTUH { top:11.5625rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPQ1oFdemZuZNMoSnTtPHW7JHF0HfAGF { width:16.25rem;height:4.0625rem;top:109.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBRixsIJ3Hy0vPWU3UcirzT7DaSbF9r { display:block; }
 }@media only screen and (max-width: 763px) { #Fxmc5l3dQ25xRWuHTQEVlMS67Bh60T16 { top:102.8125rem;left:5.25rem;width:7.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bIx0xTGHFA86RaN0fUJKk0rma2ODy0 { top:101.5625rem;left:1.75rem;width:19.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSw1Ef38yuwItv095PrqKDCQLufrkmMa { top:102.8125rem;left:28.875rem;width:8.375rem;height:3.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak35hZ5laE6hieSoI1qDugp3wPqcprZQ { top:106.0625rem;left:27.125rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLMxM45aiKl3bJISclx3OCB5u4iTk7V { top:94.875rem;left:9.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8GGxU3PRrDoSgcLzkKTXvDs0DloEGby { top:94.875rem;left:34.0625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkNOv607lTPdlxJBL3UST0ZnA5VHh54z { top:8.5625rem;left:0rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIMz0JaO9KKKBhz5E6HkwZAaTHJhF7T7 { top:13.5rem;left:13.75rem;width:34rem;height:21.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFbdgzcC8TsozHTqxFdRZ8k77GBR1xc { top:36rem;left:13.75rem;width:34rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvTUMunonTkecBlZC51hW6Rf4cVNTwW { top:103.25rem;left:36.8125rem;width:6.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Bk5rUnaTfkMPdE7Tu3df40Jtr7o0Tk { top:103.1875rem;left:12.4375rem;width:4.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOA1EepItxGcms9BPaeimfT0IG4D3GVy { top:106.125rem;left:2.625rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2wErADTT839GWl3WyK9k9Hbbm6HwRC { top:101.5625rem;left:26.1875rem;width:19.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p { width:18.5rem;height:5.1875rem;display:flex;top:21.3125rem;left:24rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #J3koHV8BuEybbCmi6RAU7ylCGUtV1rTR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #vI90h51DcyDh8g4imyr08VCVdNG4KIBC {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #CvU8v9ykFXSw2vKyhIHPdTx4DD04LAKW {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #lWoMXhi8TQ13JwCfggqUT0dP7tUXrkv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #sWCCa3JkizIHRAzFaiX46MhCelqVLuKZ {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #QgEL8iUrPZhzV83UmDszT8vU50I8Z0fS {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #HKIup7d64GzeRgV9KuWJ6c5OCCpg73D5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #DUSNnD5q1kkmNxW77ea0URQnF1G8txvN {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #A6qE6unDEprNyVMOTQFKZk1gD8pGuka3 {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #dBFIs3izIalJrMnMw2ZvgX68OR8AiXhI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #X7eTG5L1yHWES1NTSxRemTz8Kp1cuVUR {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #SBPWrHmTBUrHD7uaG4PTRhzrFLNQVPd7 {  }
 }@media only screen and (max-width: 763px) { #OFkZdWrIPytIBmSwK39Q7n9KmCdtlOsz { top:50.375rem;left:27.625rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9ngGRbf33EQIcXVXqpp725Elg83SGgM { top:52.375rem;left:29.625rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL047WshmUkc3KBJai2xvbLs32123QeD { top:69.75rem;left:1.875rem;width:19.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I58kglXt4vQBSwxi7tTQIiMK1C0EMKWp { top:71.0625rem;left:1.875rem;width:19.375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTra0gv2QiaDw8gTxk28CSvkos2hrBA { top:51.875rem;left:4.6875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy { top:77.6875rem;left:3.125rem;width:17.0625rem;height:8.4375rem;font-size:1.125rem;display:block; }#QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy li:before{  }
 }@media only screen and (max-width: 763px) { #epHXdNgUXBkhoF0PwT4vyx0uK5TcnGXT { top:75.3125rem;left:2.9375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDayRe4GS5xVimvoFX8viSk6R5ISWQ7l { top:43.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexW87dvnlwnUtcOTNUt7A3tXKD2HXZe { top:69.75rem;left:26.375rem;width:19.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb { top:77.6875rem;left:27.1875rem;width:17.9375rem;height:;font-size:1.125rem;display:block; }#TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb li:before{  }
 }@media only screen and (max-width: 763px) { #rsuxkp3FuBBRQuugvnsIwtL0dKrEZFrL { top:75.3125rem;left:27.4375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvWlwBXAhRKvN8TlVfBvrwOByfMT65a { top:71.0625rem;left:26.375rem;width:19.375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkQyP8dQMNFEVL3TwruN4EqgFUc5sffy { top:50.375rem;left:3.25rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xObSgm64AEWf0g46TBFBA57x8gyQ3x { top:116.1875rem;left:7.625rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8rGfqNQC5eon7JsVdpTpJLUXXBLN6H { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;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) { #RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q { position:relative;z-index:auto;display:block; }#RJOVzB2nVHzFOuDoWp1hBZRNVJO2l15q > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@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) { #Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas { display:block; }#Uh9nxL5M5gdwTxK1TJP2E0GnBFE4rBas > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Saz25y16mwFUDV7UycozVknFwJ82hKog { width:18.0625rem;height:20.125rem;top:7.75rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAZahfHqtI2g8pMprEzbt7FUBcFpOEcJ { width:20rem;height:2.4375rem;top:38.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk .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; }
#JslbF1xGmO01c4TJUxukWTNf4pA3CWJk { width:18.5rem;height:5.1875rem;display:flex;top:29.875rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #f1hQLgTWEZEmsJXBw4rsvy6LZ6KXnDVC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #p433yp1zM4swz4ZrlaygTAF7fQM048o1 {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #TDpmxFeeKPxTp8X1rTvFfGGTR96zaILr {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kf6LLUtOWSAUqLUPxOgVhHoQae7LWmLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #LswkdRt6P1pDsrU9mGpdVF0QiCNICuZH {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #affAJuGefoIleSZNsXgpCBzQPzrq6rTq {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #WaHl1gJndBozbTOBAiwdBl800vbe8vom { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #kTCqL6hTdpMPiAk10gH4JnbzOHVolr4M {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #R6hvPhozincXPPgP1G85FJTgfT7nyQGy {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #nICbq9RIy8uf4qhDO0dtT726ndG8GtNt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #oiGyNFrZVTgq9ITwXz4AOdu3FT8Xao1h {  }
 }@media only screen and (max-width: 763px) { #JslbF1xGmO01c4TJUxukWTNf4pA3CWJk #neo7nPT61OWpn6C7O854KaOLS00TfJfP {  }
 }@media only screen and (max-width: 763px) { #dRe0b95lS1lqXEcbs6r5WUVqVTy6Qdk3 { width:14.8125rem;height:5.125rem;top:1.40625rem;left:2.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF { display:block; }#wNBSUrHzpLyA1AeQ7rdSfh3J9gtuxdpF > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOUBmT3h59Ma3tQ4VbFwo7fsHrlZk7iR { width:20rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBPtk8MKkSdqTvGBS6kuv0r7NEFqx52Z { width:16.6875rem;height:16.6875rem;top:8.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILvZAAzRcnZ7hNnqGGDzfg387rQ23B3Z { width:18.375rem;height:4.3125rem;top:31.0625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N36oTMffG6qRfnq2z6U6GWr36NzECfWt { width:18.375rem;height:1.625rem;top:28.125rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZtquxbe83IIhH3ufItV4NWD3kCS6Uf4 { width:15.375rem;height:5.75rem;top:49.4375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASdKfTFHnWtsXGgiNoayH7VF9w9AE6pV { width:18.375rem;height:1.625rem;top:46.5625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTgaZ57qfMyBx6WwdMynEwulZouFxuKH { width:16.8125rem;height:5.75rem;top:60rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdKPMKnaB1NOcpNcuxMM32Tkw78hwGqN { width:18.375rem;height:1.625rem;top:57.0625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl7fb5gr0tDtbxTBhUMvZsSCWcPFQZZS { width:15.9375rem;height:4.3125rem;top:40rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKaQIhPsJXM7cB4xPb4uMXkW0g0N4NGC { width:18.375rem;height:1.625rem;top:37.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROWx8Xpypts75alUbwkcC5k6obfBrtpO { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGAEZCCTLy1MGVS0Hz21pCEPF5C07Hp9 { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTIrJHJ3N3AeiMgBi8quLlLOFTzCUunL { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wes75xRPklT7IJHBkimRibIvuFN3JPkQ { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub { display:block; }#Tefhr58b5cTFbIUdMDwkyNu1h8Grr0Ub > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRhMJfe9JUBTOJLaVkz7rPn2cnk75ING { 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) { #zn6gPWaTLQZpBNdL6ncq0vf8DPLdzqVl { 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) { #vBsCHQ7KFBGm66DiauUS2wn0N34dVfIM { 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) { #JHJg3evoTnXOy3ZJKARct9iTMbUMzTnA { width:14.5625rem;height:23.75rem;top:58.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRXd1MRxJo5ZhREpFvu7Qq6hVnTU5zbW { width:16.625rem;height:16.625rem;top:5.875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6TtZf3zQJl4rTCTvJlLlVubsJAAeK5R { 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) { #unzTiGpAMvnd8VwRCT7LlZXnuAJP6pHx { 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) { #Rhstpo7r7o3auHnW2JmNdek097X521M4 { 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) { #DSTHlgWwOwL9dJw4i4btG0fLN8sFH4vf { width:14.5rem;height:3.4375rem;top:81.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urumT5wl5acBzEJhI6ln1KmnyKFIzt7O { display:block; }
 }@media only screen and (max-width: 763px) { #TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP { display:block; }#TvyMxACJNKFRX5Q7w6OoyvbJlBJxuavP > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lnlzo15b7Cb5iZhpGlZ8kVgUD271h3cg { width:20rem;height:20rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NfuX0N5vNQT7n41vAylEzNtiZaapzLMK { width:20rem;height:9rem;top:52.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFDxm6CrZf5VNwsnoXZN4UGitXDeQg6N { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:none; }
 }@media only screen and (max-width: 763px) { #tTZLaJRsbRmVrz1k4OIFnp1FwZ1ZFhou { width:20rem;height:2.5rem;top:24.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S501TTMGqghFbrm9VEv71WnIAU5RO6JW { width:17.125rem;height:10.5rem;top:29.3125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2dDh3WCHH1liJRcLog92m8dEhXKanVv { width:19.3125rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDR9Xsx90kiiMQufJNtkFV7HceTvXmhS { width:20rem;height:3rem;top:47.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg { display:none; }#KiXyydmSyI1qcUzwPWnH7Bfo8LbNgdlg > .row .container { width:20rem;height:69.125rem;position:relative;display:none; } }@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:none; }#UR9QTpQ6kwPTdi8aEVBQlsLvyI1BSxaU > .row .container { width:20rem;height:92.25rem;position:relative;display:none; } }@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) { #V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge { display:none; }#V7t7SJKRF6PGeebkq53wgxONJ8Ngv1Ge > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 { 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; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .row .container { border-width: 0; border-radius: 0; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .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; }#dLRGTLBTPM1dXIkrkZiJOqcfPAtHSQm9 > .row .container { width:20rem;height:326.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8W1MxEelkxympTxW2b4vPvuA6uIfudL { 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) { #CrrNwhCPkqRd7UcCzXLVx6AdmogXlNHv { 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) { #Tc7kodkvG87HWeRGazrz8ebtmRoUFPKk { 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) { #LtZrccvW1EN33JRtBGkunkoR5vyvL0nU { 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) { #uRaqV4G5yJzlNpxAeJzWBwLM1M7L8WUc { width:16.75rem;height:16.75rem;top:37.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB9BMUcJdb8lTMUImkXuCIVnMHqxkhiV { width:17.625rem;height:17.625rem;top:68.5625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #a9yxFBrwf6wKf321KhsxpU5l8dl8aodp { 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) { #MqTTfQJVdCqvUtTXTqhk2VCnr9Ty8045 { 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) { #ByMTC2oIKWcA9paoHFZXmpFwg17X2hpc { 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) { #xhohZqRaE47oC51DwlTyDss9bLeFET37 { 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) { #DTvE7PRUKshzltPGRh4gVUQm66kTHaTt { 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) { #evRXm60KqLF5srmWIK99KBydOMkIs5P9 { width:20rem;height:20rem;top:196.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LubxdUzmD9Rrm41ciTBGqBEF1EhZoLoA { 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) { #IPx2k5gJW54cdCMIHGe2dFMAfcAmleqm { 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) { #HRLyqrh4nhbfwZgX9gCfERGzHx23RkGV { width:16.75rem;height:16.75rem;top:132.5625rem;left:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #kbWsrGE9hRD1dHRJnrtzLT3b24EudlMS { 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) { #gf94CTzLoVHFg2zeOr9xl0oxt6Th4FWb { 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) { #CZA8cv9pwl6RiFEbakQxPa9z9PwdCRQD { width:20rem;height:20rem;top:253.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTIcsAbhxW35dV13Vu7c8CgWn2M1SM6 { 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) { #xKzJl6MTLDdLNet6u0UZsTLKnNI8sm4b { 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) { #zlTCJW5tX3qGMxHGNNZeeI7JTQKBFKqD { 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) { #uvnTdgCM37BucVhZGFa0KJgAE8T7wpBg { 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) { #HSWZf4dGf3bnIquufDwnN8bXT3c4e2mf { 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) { #Fkg4nqx90OOZZzN69cGozJynIQlTfAB7 { 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) { #ubmxCNksRG1mLNbxahx11hcXdN1fadTy { width:20rem;height:12.6044921875rem;top:284.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lAXUSzP54BNb7LOWmBGULAshF2cGqf { width:18.375rem;height:18.375rem;top:100.625rem;left:0.8125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #CsBWtnrydXUSlTmEKIulETPZ9AAg6295 { 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) { #C0XXT6MiLmExWRCURDqmXB89OUOPtbRL { 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) { #eMoZMTTPAEC4Igse9du4hOem8ezzEmBB { 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) { #cU1GWO42hPhDy98xuGAg1u7odu5Lprlq { width:20rem;height:20rem;top:163.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnSV8ESpS2GomepElL4aT5wfCGevnfG { 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) { #LramGEBEEufqzcCQalcgx1xh1tDZJyZ9 { 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) { #vI34qKqnf7sXXhrN36GmWNklcB4d8Use { 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) { #iEhLoxDv7RMsoqQbfzPvieEdsAVMQa3d { width:13.8125rem;height:3.625rem;top:308.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sGwPusfDASmTlBlF3xUFXiSWobmp5R { display:block; }
 }@media only screen and (max-width: 763px) { #w6lvHAEWMBa2Nko057OTcVFC6pls4e25 { width:20rem;height:11.75rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfHMpGCD0RbJnifhZu5WMmaD9NvpUTr { height:10.4375rem;width:19.125rem;top:17.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMA60OnzkxyFhblOGTGV2xbMrT8gKoga { 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) { #sq6mQQLeGGt1OHATOJvrH89axlSqmyUR { 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) { #ucTTn8I8ZhozTfRezbhQCV4k947N6LKR { 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) { #XbXnK0U8GBi8WfruKB9XEtqphyeIv5Ml { width:20rem;height:11.625rem;top:230.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUM3rSFgLEIiSEukZ2r2KIIOazuEmQxT { height:10.25rem;width:19.125rem;top:230.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiH8rDiGTcqwKzTRmCo4UL0wx8rDGbSK { width:6.25rem;height:6.25rem;top:137.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTxBs7MgBccOfqutRiacwQ3PN1HQK6B { width:6.25rem;height:6.25rem;top:106.625rem;left:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xFOREPVmg6Asb9nmXn3Nug21tsJUzMEh { width:6.25rem;height:6.25rem;top:260.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodC38sqnwJ6hdvewyU1DZJzWwSbZXQe { width:6.25rem;height:6.25rem;top:260.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNt0kVRoTLyalKhCTbRbxXskFlSRlZ8J { width:6.25rem;height:6.25rem;top:137.75rem;left:3.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #HlZapRg7sxS58TCR7uMzXMQITqThJrgE { width:6.25rem;height:6.25rem;top:106.625rem;left:10.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 .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; }
#AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 { width:17.625rem;height:4.875rem;display:flex;top:318.5rem;left:0.826171875rem;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) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #NDTV91ZWkGrhKodfVfz1InXxIlycWXqA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #gIGRQzUybKSeAHXFNlMcc2ZQ5WTIpM8c {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #AKVRba7ZdvxpvDdoVc0uWd7fpuBAbkF6 {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JHFbk5GGmUG8MV4ayIT5WL7Sa8Xzhrox { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #GagicLFDWatR7MBEfXs0nDTsKFCvBDQa {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #JsiQ24d3PauS9gm4DT1fuT94QQOXv7Gv {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #l6QzHKHTaHhVEU7OfNuy1L7rlSeE3zvW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #lgg3VhVBhlEIKouo1W3ObNgAFTKBEsTh {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #IrNkl5dIJT056ZubpvwO7Np8NU8P94vs {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #hI4yHvEv5QvrlC4D5vXMZ6JLRUuqJoA9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #ZJpmP6sOQWi1vBf9v7oTkrbEHisw9SBF {  }
 }@media only screen and (max-width: 763px) { #AB5Eqvbp1dwuC6Tzg8AVpdHTFPTOTFI5 #mrOdJQwrRCRdJDcz9li2JZEtKp8qWeNM {  }
 }@media only screen and (max-width: 763px) { #kxgzsTQRlLJ5QUCOphD41vKCB8vhwGot { width:20rem;height:4rem;top:313.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;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:none; }#UeeeLpPLfUgE7WkZiwhV14RIvsIfoMfE > .row .container { width:20rem;height:122.125rem;position:relative;display:none; } }@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) { #ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v { display:none; }#ePZiloTcsGQb7lpPwhia0rh2Sc9NX02v > .row .container { width:20rem;height:148.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRTwyRqTfiaZfsup2IEoDi932OJDalzX { height:10.5625rem;width:18.875rem;top:11.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwDesFAlc22EXE6TfkwFkMZSmQwzdhi { width:20rem;height:12.125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnDLOUsAAHUKb44WlF8SGSdZT5TDQdVS { width:16.875rem;height:7.3125rem;top:1.125rem;left:1.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SI6R8w3VFSZI3W0VQ3NrNVFq5l82C1we { width:18.3125rem;height:55.25rem;top:32.4375rem;left:0.875rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Xez1oHVFr3dQqFioCwWfX0xk1qUy2Bgn { width:20rem;height:93.1875rem;top:27.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Oce9ZVwCtEb3AMdfL9CVD2UGxQxKFnDX { width:14.5rem;height:2rem;top:28.9375rem;left:2.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVaKW4GVDgWEOJiIq3dsvamk8zIKylul { width:17.75rem;height:24.5625rem;top:124rem;left:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hKoeNw5fRUBkOKazKBJ3ODwmWrTDdF43 { width:18.625rem;height:29.25rem;top:89.4375rem;left:0.6875rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #re5wtWrUmpkw2LiiTnqzbDz13D0JPO5d { width:9.375rem;height:9.375rem;top:23.6875rem;left:5.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Lwytx5m73iTtby7lgnli3uozcfdQUK3l { width:9.375rem;height:9.375rem;top:114.9375rem;left:5.25rem;z-index:14995;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:none; }#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:323.875rem;position:relative;display:none; } }@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) { #gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T { display:none; }#gZdTNH1ex7RM0TRyscnhAIRv56cA8Q3T > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy { display:none; }#vrF5mCnuUktIh6vGUuHbHztM2P6hGWfy > .row .container { width:20rem;height:309.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oAyZTLh9Utc97M3X8bpzo5EC44fbhRnm { width:10.125rem;height:10.125rem;top:101.9375rem;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:116.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #P6oFvcl3BtaHZJlSCZImMypimbmXnFKU { width:16.9375rem;height:7.1875rem;top:118.0625rem;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:113.6875rem;left:4.3125rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xfBW0GG8OLU5085K6IIurcqfhGRJuRuu { width:18.375rem;height:8.625rem;top:296.6875rem;left:0.8125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HoG7AcZ5f7BGVtSyIipTTETiH4b1rs1l { width:9.4375rem;height:9.4375rem;top:207.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgxLREEKACDKpTMaowPpxNnMLBlcPy3 { width:20rem;height:29.9375rem;top:142.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qxIpTVXBGZWOk4uPSZ9GTs1um5IRwf4f { width:18.6875rem;height:27.3125rem;top:143.875rem;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:128.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA5UJIxtk6fALuqVf8JW0L9iuORPTbKG { width:9.875rem;height:1.625rem;top:139.5rem;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:222.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VVNP9EhQOsb2cuAvf2Dtct1Pxkbkg9c3 { width:11.625rem;height:1.625rem;top:218.375rem;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:28.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #f7kcz1ruWxEGT7PmyiUPhQ3rbXEQETU7 { width:9.9375rem;height:9.9375rem;top:14.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLQlvTRWlGDZTrhr48C8BFSQKUKhtGF { width:18rem;height:25.875rem;top:29.9375rem;left:1rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #i0aHqKzziG8i19yG3TLLAvvqNdvyuI5i { width:9.9375rem;height:1.625rem;top:25.5625rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VV7hRX5r27qKPnOfOh9z2QcHbPFNylWJ { width:20rem;height:11.75rem;top:294.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tN7pCXDte78tKNOgX4tOwXy2Es7BWSI6 { width:9.5rem;height:9.5rem;top:279.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuhSsfteLf7IkIJWeU4ZfNDJkhdIN4h { width:18.375rem;height:51.75rem;top:223.5625rem;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:74.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #J0k39DPqvGFtx1go818Kmocv9Q1TLJ3t { width:18.5625rem;height:23rem;top:75.3125rem;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:59.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPyxhbIwcBFJo1WXE9bCaNhXQZuX7Hby { width:6.6875rem;height:1.625rem;top:71.125rem;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:188.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XcBP8p0Hz5QvvZsa5t4bUrUAbDBls0U1 { width:18.5rem;height:14.375rem;top:189.3125rem;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:175.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt66U3wi0ueebHc889zDTbCIdu7Oklb { width:4.375rem;height:1.625rem;top:185.8125rem;left:7.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFrPaPwL5FXLKmib6XkZg007EVNBqCCA { width:11.375rem;height:1.625rem;top:291.125rem;left:4.3125rem;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) { #VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q { display:none; }#VllG8WaNKENKJbEiNqtcnryEJZS8gl6Q > .row .container { width:20rem;height:104.75rem;position:relative;display:none; } }@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:none; }#xesMnCT6RKHzQDDRgzQaCRI49uyriVmu > .row .container { width:20rem;height:167.75rem;position:relative;display:none; } }@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:none; }#qfSyv9p2IiyoCQdOdJQTs9wy2TgWLcM6 > .row .container { width:20rem;height:159.8125rem;position:relative;display:none; } }@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) { #UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I { display:none; }#UTtIy6CF5D2hiT43yVTAApR8Gi2rTm9I > .row .container { width:20rem;height:131.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TV88mJyVLISPp7Eta300dftEGd7G5fyU { height:10.5rem;width:18.75rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUzLy4hQ0XV95H0oCGzQyWUvOlVzKTq { width:20rem;height:12.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAwlpURwLbAPSiUQ5hNbaOVPmkhuDBUA { width:20rem;height:7.6875rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npdBTQRg37RpNhOi2aau2HMzO6FmdAZf { width:18.8125rem;height:66.625rem;top:31rem;left:0.625rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DVt7npBwrLVPUuXARoCPTThd9PEDs9hn { width:20rem;height:73.5625rem;top:26rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Dla0WzNCXdFT0SAucPVf0t9inJC8Iri2 { width:20rem;height:2rem;top:27.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUzbt2X0weEvSHe83nQc65Bde2Or63FW { width:13rem;height:23.5rem;top:102.0625rem;left:3.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IAqPeIguXn1ayOiImVUDA94eIqEfPNgh { width:16.75rem;height:3.625rem;top:125.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHT8pfsfrP68kC7TtnAu7I45LsvltvO3 { display:block; }
 }@media only screen and (max-width: 763px) { #mbedNL7GMfN1RpK7rs2L3d4qIaV6EeFI { width:9.375rem;height:9.375rem;top:22.875rem;left:5.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cMnKLBIvDfkm21uG9t3alTDS6V46Rq4U { width:9.375rem;height:9.375rem;top:93.75rem;left:5.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XLonhT8yDu94adfykRPd0uXm4ZfZCzun { display:none; }#XLonhT8yDu94adfykRPd0uXm4ZfZCzun > .row .container { width:20rem;height:86.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urxRN2fXKBcX4eATgnr1qCWB0NnRGosk { 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) { #meTdUv2Otq2aP9iWUIUGeMeggTr3mM11 { 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) { #ZOvlto7KSTw6MD1IIl8B0RrKEzczqGfW { 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) { #aaGPqGTek20TgmhRabTdTaPsCtyZQp29 { width:14.5625rem;height:23.75rem;top:58.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1bOJ1HTUzFHWEVLVzpRXbr5LNgOzLOQ { width:19rem;height:19rem;top:7.5rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnXZpdONWfFW0wOi5cTM0RO9rBCipxVF { 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) { #B4Iz60TczfS4VWtaRte4KMZbKBT0GqXa { 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) { #CmPgMmG2tNe1tKpNtXufvaCg1WbnhBo0 { 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) { #Eo1DwyOA2G5UbJ56TMGG4KvSKV0tDuon { width:14.5rem;height:3.4375rem;top:81.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvqM0kU9uxCecLeGQcov62vqHGHGBr5L { display:block; }
 }@media only screen and (max-width: 763px) { #iTbCfTN0ATdNhpigVuUituaTxNWSho5z { display:block; }#iTbCfTN0ATdNhpigVuUituaTxNWSho5z > .row .container { width:20rem;height:196.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1JtNiSH51zBxvmvC0oXo1JrJzWi1N4m { width:17.5rem;height:4rem;top:127.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfmO6QFiXJptV8IMaAsTSVW7DNkTME8S { display:block; }
 }@media only screen and (max-width: 763px) { #ro4obaQR1q3ZfVPpN32DMHwhXM3qpgRn { width:16.9375rem;height:4.5rem;top:27rem;left:1.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhieaSFfD9EGVVqIPTXDQdDRgNBDZTUH { width:10rem;height:10rem;top:12.09375rem;left:5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tPQ1oFdemZuZNMoSnTtPHW7JHF0HfAGF { width:16.25rem;height:4.0625rem;top:174.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBRixsIJ3Hy0vPWU3UcirzT7DaSbF9r { display:block; }
 }@media only screen and (max-width: 763px) { #Fxmc5l3dQ25xRWuHTQEVlMS67Bh60T16 { width:6.6875rem;height:2.875rem;top:171.1875rem;left:4.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9bIx0xTGHFA86RaN0fUJKk0rma2ODy0 { width:17.875rem;height:8.25rem;top:90.75rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSw1Ef38yuwItv095PrqKDCQLufrkmMa { width:7.1875rem;height:2.75rem;top:120.9375rem;left:3.5625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ak35hZ5laE6hieSoI1qDugp3wPqcprZQ { width:17.375rem;height:1.4375rem;top:124.4375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzLMxM45aiKl3bJISclx3OCB5u4iTk7V { display:flex;width:4.3125rem;height:4.3125rem;top:137.3125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8GGxU3PRrDoSgcLzkKTXvDs0DloEGby { display:flex;width:4.3125rem;height:4.3125rem;top:139.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkNOv607lTPdlxJBL3UST0ZnA5VHh54z { width:15.1875rem;height:15.1875rem;top:9.4375rem;left:2.34375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oIMz0JaO9KKKBhz5E6HkwZAaTHJhF7T7 { width:19.75rem;height:30rem;top:32.8125rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHFbdgzcC8TsozHTqxFdRZ8k77GBR1xc { width:19.125rem;height:7.5rem;top:64.5rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOvTUMunonTkecBlZC51hW6Rf4cVNTwW { width:5.75rem;height:2.25rem;top:121.1875rem;left:10.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1Bk5rUnaTfkMPdE7Tu3df40Jtr7o0Tk { width:4.8125rem;height:2.25rem;top:171.5rem;left:10.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOA1EepItxGcms9BPaeimfT0IG4D3GVy { width:18.1875rem;height:0;top:227.9375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BZ2wErADTT839GWl3WyK9k9Hbbm6HwRC { width:19.8125rem;height:7.3125rem;top:101.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p .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; }
#sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p { width:17.625rem;height:4.875rem;display:flex;top:186.3125rem;left:0.4375rem;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) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #J3koHV8BuEybbCmi6RAU7ylCGUtV1rTR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #vI90h51DcyDh8g4imyr08VCVdNG4KIBC {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #CvU8v9ykFXSw2vKyhIHPdTx4DD04LAKW {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #lWoMXhi8TQ13JwCfggqUT0dP7tUXrkv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #sWCCa3JkizIHRAzFaiX46MhCelqVLuKZ {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #QgEL8iUrPZhzV83UmDszT8vU50I8Z0fS {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #HKIup7d64GzeRgV9KuWJ6c5OCCpg73D5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #DUSNnD5q1kkmNxW77ea0URQnF1G8txvN {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #A6qE6unDEprNyVMOTQFKZk1gD8pGuka3 {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #dBFIs3izIalJrMnMw2ZvgX68OR8AiXhI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #X7eTG5L1yHWES1NTSxRemTz8Kp1cuVUR {  }
 }@media only screen and (max-width: 763px) { #sVTBrkbVDOf2f3eXRVvCAHeQtBI4RL4p #SBPWrHmTBUrHD7uaG4PTRhzrFLNQVPd7 {  }
 }@media only screen and (max-width: 763px) { #OFkZdWrIPytIBmSwK39Q7n9KmCdtlOsz { width:16.875rem;height:16.875rem;top:77.9375rem;left:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #J9ngGRbf33EQIcXVXqpp725Elg83SGgM { width:12.875rem;height:12.875rem;top:79.9375rem;left:3.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UL047WshmUkc3KBJai2xvbLs32123QeD { width:19.5rem;height:17.75rem;top:152rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I58kglXt4vQBSwxi7tTQIiMK1C0EMKWp { width:19.375rem;height:3.5rem;top:153.3125rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duTra0gv2QiaDw8gTxk28CSvkos2hrBA { width:13.875rem;height:13.875rem;top:134.9375rem;left:3.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy { width:17.0625rem;height:8.4375rem;top:159.9375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#QEvxSvgVf2NlT4ZCLJriOTaGdSfwDKPy li:before{  }
 }@media only screen and (max-width: 763px) { #epHXdNgUXBkhoF0PwT4vyx0uK5TcnGXT { width:18.375rem;height:1.625rem;top:157.5625rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDayRe4GS5xVimvoFX8viSk6R5ISWQ7l { width:20rem;height:2.5625rem;top:73.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eexW87dvnlwnUtcOTNUt7A3tXKD2HXZe { width:19.5rem;height:22.875rem;top:96.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb { width:17.9375rem;height:13.6875rem;top:104.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#TTUtXc5CGIqpBRdc8ghPWkW6QpM2IuPb li:before{  }
 }@media only screen and (max-width: 763px) { #rsuxkp3FuBBRQuugvnsIwtL0dKrEZFrL { width:18.375rem;height:1.625rem;top:102.1875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwvWlwBXAhRKvN8TlVfBvrwOByfMT65a { width:19.375rem;height:3.5rem;top:97.9375rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkQyP8dQMNFEVL3TwruN4EqgFUc5sffy { width:16.875rem;height:16.875rem;top:133.4375rem;left:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #F3xObSgm64AEWf0g46TBFBA57x8gyQ3x { width:20rem;height:4rem;top:180.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT8rGfqNQC5eon7JsVdpTpJLUXXBLN6H { width:18.375rem;height:2.5625rem;top:1.84375rem;left:0.8125rem;font-size:2rem;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; }
 }