.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:223,224,227;--color-primary-1:150,153,160;--color-primary-2:44,50,65;--color-primary-3:22,25,33;--color-primary-4:7,8,10;--color-secondary-0:252,219,233;--color-secondary-1:247,135,180;--color-secondary-2:238,14,105;--color-secondary-3:119,7,53;--color-secondary-4:36,2,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:113,113,113;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { background-color: transparent; background-image: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container > .video-iframe-container { display: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container { display: none; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .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); }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { border-width: 0; border-radius: 0; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { 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:5.3125rem;width:11.9375rem;top:1.125rem;left:2.6875rem;overflow:hidden;display:block; }
#iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.765625rem;left:20.0625rem;height:2.11458125rem;text-align:center;text-align-last:center;display:block; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-number { border-top:0.15875rem solid rgba(var(--color-tertiary-0),1);border-left:0.16rem solid rgba(var(--color-tertiary-0),1);border-right:0.16rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.15875rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.505625rem;padding-right:0.450625rem;padding-bottom:0.505625rem;padding-left:0.450625rem;display:block;align-items:center;width:2.705625rem;min-width:2.705625rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.023125rem;font-weight:700;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6075rem;height:1.074375rem;position:relative;font-family:arial;font-size:0.758125rem;font-weight:700;line-height:17.19px;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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10rem;height:5.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.3125rem;left:43.62890625rem;z-index:15002; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA { width:auto; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { background-color: transparent; background-image: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container > .video-iframe-container { display: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container { display: none; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .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); }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { border-width: 0; border-radius: 0; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { color:rgba(var(--color-tertiary-3),1);display:block;width:38.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.07421875rem;left:10.40625rem;height:3.84895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { color:#ee0e69;display:block;width:50.5rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-0),1);top:17.375rem;left:4.75rem;height:7.9296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.5625rem;top:28.0625rem;left:18.75rem;display:block; }
#F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { color:#4f4f4f;display:block;width:32.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:29.4375rem;left:13.3125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { position:absolute;display:block;z-index:15023;height:8.0625rem;width:34rem;top:36.875rem;left:12.75rem;display:block; }
#x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { 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:29.5rem;width:29.5rem;top:29.4375rem;left:-4.0625rem;overflow:hidden;display:block; }
#oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.75rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#wrZzcLO3IqlaXOGBTt0WyEp0RzGQ81ZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:26.0625rem;left:3rem; }
#uU0nwumvhI0Maz46ikeAtf1lScNGtF6d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:36.125rem;left:50.16667175293rem; }
#FxhsyzBybUzlVhPO5E6IGsIzBhEgNTTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.07421875rem;left:48.65625rem; }
#QkDvNUUrQFah8q9l0pbOJg3Df8KfTzhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:51.072917938233rem;left:37.22917175293rem; }
#Xuis4T1456kr9Uquz710rRBTwgZa5622 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:11.07421875rem;left:8.3541679382325rem; }
#IVWcNtW3bFndiuelW3Xgr8i4XyJPyHcs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:25.3046875rem;left:46.75rem; }
#hvEXdIkhpHkvQsGi5D1pEugzVywDqMe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.78125rem;left:56.375rem; }
#CUJT045ATFS1HbVvowdP9Tz6ucTO0rDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:16.46875rem;left:0rem; }
#x3TT1EeCWP6TKkBz5bTnV1AKSixWOTCU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:54.15625rem;left:23.6875rem; }
#zQdlqTNitOA3qbLIZcZUWnQZNH7zNCDo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:53.135417938233rem;left:54.46875rem; }
#b7KCAxTFunkMVbkoWwvWxkrWLB5pU7mv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:46.7109375rem;left:47.083335876465rem; }
#RqGO7X2QsHM6zHxPZ8Ua8Me22B0ltgut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.385416984558rem;left:56.875rem; }
#nBircPlXJK076oZJx7fhCS6aJKUNRT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { background-color: transparent; background-image: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container > .video-iframe-container { display: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container { display: none; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .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); }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { border-width: 0; border-radius: 0; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { box-sizing:content-box;height:1.5625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#papCEfdAOoymVhH8suv5cF9F39r5hVgh { color:#ee0e69;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.791015625rem;left:8.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { background-color: transparent; background-image: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container > .video-iframe-container { display: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container { display: none; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .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); }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { border-width: 0; border-radius: 0; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#mvTQft4uweG61mCk1oTPTtJAlwinWB1x { color:rgba(var(--color-primary-2),1);display:block;width:54rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:1rem;left:3rem;height:26.5625rem;display:block; }
#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { background-color: transparent; background-image: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container > .video-iframe-container { display: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container { display: none; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .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); }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { border-width: 0; border-radius: 0; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { position:absolute;display:block;z-index:15024;height:8.0625rem;width:37.3125rem;top:2.8125rem;left:11.34375rem;display:block; }
#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { position:relative;display:none; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { border-width: 0; border-radius: 0; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { position:relative;display:none; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { border-width: 0; border-radius: 0; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { 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:26rem;width:19.5625rem;top:0rem;left:4.90625rem;overflow:hidden;display:block; }
#UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.890625rem;left:8.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { box-sizing:content-box;height:3.0625rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.66015625rem;left:8.75rem;display:block; }
#G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { 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:10.6875rem;width:11.8125rem;top:2.375rem;left:9.09375rem;overflow:hidden;display:block; }
#WZHI14GzhR5MAGbND18qk35spGc1kaHI { 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:26.4375rem;width:26.4375rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { position:absolute;display:block;z-index:15009;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.625rem;width:18.25rem;top:0.78125rem;left:36.486972506394rem;overflow:hidden;display:block; }
#I05FseTmq4uwxIza7cirtos0Job0rApB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#I05FseTmq4uwxIza7cirtos0Job0rApB > .row .container { border-width: 0; border-radius: 0; }#I05FseTmq4uwxIza7cirtos0Job0rApB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I05FseTmq4uwxIza7cirtos0Job0rApB > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:none; }#IuKOhUU0KQbeyPGe6qTb3V4TS3972v4C { position:absolute;display:block;z-index:15024;height:8.0625rem;width:37.3125rem;top:2.8125rem;left:11.34375rem;display:block; }
#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { 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; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { background-color: transparent; background-image: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container > .video-iframe-container { display: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container { display: none; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .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); }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { border-width: 0; border-radius: 0; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.84375rem;left:19.625rem;display:block; }
#coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:24.625rem;display:block; }
#k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.78125rem;left:30.1875rem;display:block; }
#gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.6875rem;left:35.375rem;display:block; }
#vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.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:3.7734375rem;left:19.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#lyO96imKtwTT55qQERtPvlvLDU1AUD4E { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:15.3984375rem;left:45rem;height:1.3rem;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) { #oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { top:1.125rem;left:0rem;width:11.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { top:2.75rem;left:13.9375rem;width:19.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { width:9.5rem;height:5.3125rem;display:flex;top:4.0625rem;left:28.5rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
 }@media only screen and (max-width: 763px) { #DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { display:block; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { width:38.25rem;height:3.8125rem;top:11.0625rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { width:47.75rem;height:7.875rem;top:17.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { width:21.5625rem;height:0.125rem;top:28.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { width:32.375rem;height:5.125rem;top:29.4375rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { top:36.875rem;left:6.625rem;width:34rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { top:29.4375rem;left:0rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { top:43.625rem;left:15.625rem;width:16.5rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZzcLO3IqlaXOGBTt0WyEp0RzGQ81ZX { top:26.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU0nwumvhI0Maz46ikeAtf1lScNGtF6d { top:36.125rem;left:44.04167175293rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhsyzBybUzlVhPO5E6IGsIzBhEgNTTM { top:11.0625rem;left:42.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDvNUUrQFah8q9l0pbOJg3Df8KfTzhr { top:51.0625rem;left:31.10417175293rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuis4T1456kr9Uquz710rRBTwgZa5622 { top:11.0625rem;left:2.2291679382324rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWcNtW3bFndiuelW3Xgr8i4XyJPyHcs { top:25.25rem;left:40.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvEXdIkhpHkvQsGi5D1pEugzVywDqMe1 { top:27.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUJT045ATFS1HbVvowdP9Tz6ucTO0rDF { top:16.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TT1EeCWP6TKkBz5bTnV1AKSixWOTCU { top:54.125rem;left:17.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdlqTNitOA3qbLIZcZUWnQZNH7zNCDo { top:53.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7KCAxTFunkMVbkoWwvWxkrWLB5pU7mv { top:46.6875rem;left:40.958335876465rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqGO7X2QsHM6zHxPZ8Ua8Me22B0ltgut { top:13.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBircPlXJK076oZJx7fhCS6aJKUNRT5p { display:block; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { top:0rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #papCEfdAOoymVhH8suv5cF9F39r5hVgh { top:1.75rem;left:1.9375rem;width:43.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { display:block; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTQft4uweG61mCk1oTPTtJAlwinWB1x { top:1rem;left:0rem;width:47.75rem;height:26.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { display:block; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { top:2.8125rem;left:5.21875rem;width:37.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { display:block; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { width:47.75rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { display:block; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { top:0rem;left:1.84375rem;width:19.5625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { top:20.875rem;left:5.6875rem;width:12.5rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { top:20.625rem;left:5.6875rem;width:12.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { top:2.375rem;left:6.03125rem;width:11.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZHI14GzhR5MAGbND18qk35spGc1kaHI { top:0rem;left:21.3125rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { top:0.75rem;left:27.299472506394rem;width:18.25rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05FseTmq4uwxIza7cirtos0Job0rApB { display:block; }#I05FseTmq4uwxIza7cirtos0Job0rApB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuKOhUU0KQbeyPGe6qTb3V4TS3972v4C { top:2.8125rem;left:5.21875rem;width:37.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { display:block; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { top:6.8125rem;left:13.5rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { top:6.5625rem;left:18.5rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { top:6.75rem;left:24.0625rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { top:6.6875rem;left:29.25rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { top:3.75rem;left:13.3125rem;width:21.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { top:15.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { top:15.375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyO96imKtwTT55qQERtPvlvLDU1AUD4E { top:15.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oP9fHRTEooKIHzqNdEcVGJfOsMMLRQXr > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTKBigSbZHvK2cTeCCXbgilHihgMmD8A { width:5.25rem;height:2.3125rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzB6Sf6RO250PMTLwFt2iXbKoruohUq { width:10.0625rem;height:2.59895625rem;top:3.599609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu .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; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.25375rem;padding-bottom:0.2875rem;padding-left:0.25375rem;width:1.524375rem;min-width:1.524375rem;height:1.544375rem;font-size:1.149375rem;line-height:24.71px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.071875rem solid #ffffff;border-right:0.0725rem solid #ffffff;border-bottom:0.071875rem solid #ffffff;border-left:0.0725rem solid #ffffff; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0325rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKInfht3usyDJcPO2I850bXJsDQlPBGu { width:5.6875rem;height:3.125rem;display:flex;top:3.3369140625rem;left:11.21875rem;z-index:15002;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #zuKignQ8mgP8S3Rnd3P55slpFvpMTQ1U { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MwQJJcSILVqSb72FWIABCs2c8G4zlBFA {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #E2Fb1SvzkbT8q9l2JVrbSixDq0gFOlbZ {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ze0ZE3UoDSobiVWTQuAKPnI33xqtqqm9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #vtcLTOh7D2u7uy2k27A6rcSOK6KbWMaT {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #ODzxzJAapwSzbWh62bebOT4oDD92w5FR {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #MyTmxJuwI9sHgTiCcBiXo1QSpXbIBzpI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #cm9dtl9I8aRnmb06NzfH2QXhzIyKiFF5 {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #XlwfnGFZiNDtpBNTvikX2ablKLWDnLHO {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #KZsilFhwtKi5eJf8y1i0IK1TQsNhiuH6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #fLdF36fGiSWiw7wPdEWhvqdtaGlBTh8B {  }
 }@media only screen and (max-width: 763px) { #tKInfht3usyDJcPO2I850bXJsDQlPBGu #LRvDKG09CVCR4OenAEnSue7LPSoxkPgn {  }
 }@media only screen and (max-width: 763px) { #DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 { display:block; }#DitzK9iaxlT2Z2mNRJFXqZ6Fvue9Bft3 > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFJVCbxESl0nrSmHxwe5gVPgPKhouJaP { width:18.5rem;height:2.47395625rem;top:10.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewSHbyuuCgmuO1O8TvP9xDzKrWfccvT { width:18.75rem;height:6.7480625rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsU7oJ98ADEm8lHi6cTSpqppX7120IOD { width:9.375rem;height:0.125rem;top:21.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ylfWdtWVPu3DaBfRCqcVT2WbFRWIgW { width:16rem;height:4.94791875rem;top:22.625rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #yCNWpBOw5BwSUmH3lNawvtSvEpnw2oEN { width:20rem;height:3.625rem;top:30.746746063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ohssAThZ1UwTvM3S3LqmI1iL8cDgBq { width:10.5625rem;height:10.5625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3bsfyLoTPqM5UgXv9kMLbcsMpHUtTs { width:16.5rem;height:2.2747375rem;top:34.330078125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZzcLO3IqlaXOGBTt0WyEp0RzGQ81ZX { display:flex;width:1.1875rem;height:1.1875rem;top:20.166667938233rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #uU0nwumvhI0Maz46ikeAtf1lScNGtF6d { display:flex;width:1.375rem;height:1.375rem;top:38.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #FxhsyzBybUzlVhPO5E6IGsIzBhEgNTTM { display:flex;width:1.6875rem;height:1.6875rem;top:28.197917938233rem;left:17.354167938233rem; }
 }@media only screen and (max-width: 763px) { #QkDvNUUrQFah8q9l0pbOJg3Df8KfTzhr { display:flex;width:1.75rem;height:1.75rem;top:43.375rem;left:11.604166984558rem; }
 }@media only screen and (max-width: 763px) { #Xuis4T1456kr9Uquz710rRBTwgZa5622 { display:flex;width:1.5625rem;height:1.5625rem;top:40.4375rem;left:16.479167938233rem; }
 }@media only screen and (max-width: 763px) { #IVWcNtW3bFndiuelW3Xgr8i4XyJPyHcs { display:flex;width:1.5625rem;height:1.5625rem;top:11.916666984558rem;left:17.354167938233rem; }
 }@media only screen and (max-width: 763px) { #hvEXdIkhpHkvQsGi5D1pEugzVywDqMe1 { display:flex;width:1.75rem;height:1.75rem;top:39.583335876465rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #CUJT045ATFS1HbVvowdP9Tz6ucTO0rDF { display:flex;width:1.375rem;height:1.375rem;top:44.395835876465rem;left:16.916667938233rem; }
 }@media only screen and (max-width: 763px) { #x3TT1EeCWP6TKkBz5bTnV1AKSixWOTCU { display:flex;width:1.375rem;height:1.375rem;top:27.572917938233rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #zQdlqTNitOA3qbLIZcZUWnQZNH7zNCDo { display:flex;width:1.5625rem;height:1.5625rem;top:36.604167938233rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #b7KCAxTFunkMVbkoWwvWxkrWLB5pU7mv { display:flex;width:1.5rem;height:1.5rem;top:20.560546875rem;left:5.6041669845581rem; }
 }@media only screen and (max-width: 763px) { #RqGO7X2QsHM6zHxPZ8Ua8Me22B0ltgut { display:flex;width:1.3125rem;height:1.3125rem;top:12.041666984558rem;left:1.166666625rem; }
 }@media only screen and (max-width: 763px) { #nBircPlXJK076oZJx7fhCS6aJKUNRT5p { display:block; }#nBircPlXJK076oZJx7fhCS6aJKUNRT5p > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAwSFqflO6yhTLoTIVwpJ29iWZP9ucQ1 { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #papCEfdAOoymVhH8suv5cF9F39r5hVgh { width:20rem;height:3.25rem;top:1.78125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh { display:block; }#V0ar2ILJvTQF2Q0UT9s0VxyQqX5GqGSh > .row .container { width:20rem;height:33.997375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTQft4uweG61mCk1oTPTtJAlwinWB1x { width:18.5rem;height:33.9974125rem;top:0rem;left:0.75rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC { display:block; }#PMZvmEW0ydogCl7SPAqf0JrRAdyWfCvC > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKThlSiaAUpDXTPrMTKJ1BI1lvKxqxGv { width:20rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 { display:none; }#wvE7mGXCTzkEoFLc1sHuLraRhvNGKJ26 > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CSPAmnzQ2aKOZUCbRh0gzmO0Oy47Mewr { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ { display:none; }#s5mTD1hkTTy56zrA6ErZrBUyGESBTEKZ > .row .container { width:20rem;height:28.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CpuBgO3g871goDspPrCat13ZKQ5ZR8QU { width:8.8125rem;height:11.6875rem;top:0.6875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Qq3S1ssoWAd3WCVK5UqWQV27ah3nV { width:12.5rem;height:1.299475rem;top:9.8369140625rem;left:3.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7D5RLZHBZ2hc1ueel74OZ6a03hHNOIo { width:6.75rem;height:1.875rem;top:9.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G41vpDG0W2kEMJNMVTGTzXCVfzdKFpld { width:5.125rem;height:4.625rem;top:1.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZHI14GzhR5MAGbND18qk35spGc1kaHI { width:14.125rem;height:14.125rem;top:13.875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0DfxvNodEHn0C7Mkrf1EvRS4WBa4cb { width:9.8125rem;height:13.4375rem;top:14.4375rem;left:5.0189892344497rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05FseTmq4uwxIza7cirtos0Job0rApB { display:none; }#I05FseTmq4uwxIza7cirtos0Job0rApB > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IuKOhUU0KQbeyPGe6qTb3V4TS3972v4C { width:20rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x { display:block; }#G2DeXbTTzwvO4n9ni5mumNh7XAktZE4x > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duUvPxsHPZi4Z5Vkg7KXQXPqk88ZThEC { width:3.5rem;height:3.5rem;top:4.15625rem;left:2.9367188215256rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coPCEO71vSihD6LUwZ6W80dZ9Q0eWJFX { width:4.125rem;height:4.125rem;top:3.84375rem;left:6.3749998807906rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7aRHwSRqi2JdoBAJh6lQrFQCI3tgIT6 { width:4rem;height:4rem;top:3.90625rem;left:10.437500357628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnLLEtZiuEoELlJiP9T8yd3aWRxbImfy { width:4.0625rem;height:4.0625rem;top:3.875rem;left:14.375000357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgK6eM3DEHKkDkPJp6q8mK0GNDvoDmQJ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrESoXxBQUQarwLvRHBOTs7zfTElAg5 { width:12.5rem;height:1.1375rem;top:9.5312004089356rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyk5GHSnd9mm9ILKMsNX9fedD5K18MV { width:12.5rem;height:1.1375rem;top:11.518750190735rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyO96imKtwTT55qQERtPvlvLDU1AUD4E { width:12.5rem;height:1.1375rem;top:13.818749427796rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }