.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:232,213,249;--color-primary-1:174,142,227;--color-primary-2:138,43,226;--color-primary-3:83,26,136;--color-primary-4:28,9,45;--color-secondary-0:217,249,246;--color-secondary-1:164,255,251;--color-secondary-2:64,224,208;--color-secondary-3:38,134,125;--color-secondary-4:13,45,42;--color-tertiary-0:255,255,255;--color-tertiary-1:79,79,79;--color-tertiary-2:69,69,69;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy { background-color: transparent; background-image: none; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row .container > .video-iframe-container { display: none; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row > .video-iframe-container { display: none; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .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); }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy { border-width: 0; border-radius: 0; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .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; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L3ErkBO2XhTuJ23VfyBDVDQso211uQmx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.5625rem;left:11.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .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; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.361875rem;padding-right:0.330625rem;padding-bottom:0.361875rem;padding-left:0.330625rem;display:block;align-items:center;width:1.980625rem;min-width:1.980625rem;height:1.941875rem;position:relative;font-family:"open sans";font-size:1.445625rem;font-weight:400;line-height:31.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .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.225625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.641875rem;height:0.7675rem;position:relative;font-family:"open sans";font-size:0.541875rem;font-weight:700;line-height:12.28px;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; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 { 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:rgba(var(--color-tertiary-0),0);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:14.5625rem;height:3.65875rem;padding-top:0.045rem;padding-right:0.0475rem;padding-bottom:0.045rem;padding-left:0.0475rem;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:2.125rem;left:34.875rem;z-index:15003; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #k7OuXn61R71kEJ5KKd051TMRTwq70MJH { display:flex;position:relative;top:0rem;left:0rem; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Hi6iZUSfA2dIC81e3l9QQNN89gGJoKHk { width:auto; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #bXVob3hEF6GISfKxi980N2qVOx6pze2k {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #vhAtJPgZANy2a6kUXFOwXCtXd15gDbxu { display:flex;position:relative;top:0rem;left:0rem; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #raaIMEon6pZrk2SscR06lwte8DkhUWpE {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #VspZo99eb6JSWOAyqHTlEbQyLp9aHyTP {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #cJZg4V1eb5Ry15Ru17ub7Gw36Q8UHDIe { display:flex;position:relative;top:0rem;left:0rem; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #xz95RtT0nl56pzHapXP0TkmfBGfNlKel {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #npClJaADyBWUzsc3Jy7sz7QKT8WuqyRI {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #nItkCGwsfs7GErvWARHwTibqZeU4Vwbb { display:flex;position:relative;top:0rem;left:0rem; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Ic5k2xVSCMEEUe8STThTDqcS5oMWtnDd {  }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #K8ihEItW3X5Dxu22TuaFog4FcoxT2dWU {  }
#w1TtPi6ka64vg7kvT7hEpUV1tmn0fI0Q { box-sizing:content-box;height:4.625rem;width:41.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:9.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { position:relative;display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { border-width: 0; border-radius: 0; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { 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.4375rem;width:5.4375rem;top:6.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#hXm9c3WfkTrVqxl1XrLv5O3otgRUSyst { color:rgba(var(--color-tertiary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.369140625rem;left:17.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-3),1);display:block;width:58.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:5.1865234375rem;left:0.6875rem;height:7.349625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:13.0986328125rem;left:3.53125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:rgba(var(--color-tertiary-3),1);display:block;width:50.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:51.5625rem;left:4.625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem #550086 ;height:2.624025rem;width:51.8105625rem;top:0.873046875rem;left:4.7197265625rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#f0f0f0;display:block;width:42.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.373046875rem;left:9.1572265625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { z-index:15003;top:17.9375rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#f0f0f0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TJKA2zwxurvN17fKhCewwMpxcHrzs7NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oStHmbK5IzARXiHwhyhVeM2PisTST6dZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.8125rem;width:25.8125rem;top:23.75rem;left:17.09375rem;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { 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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:104.9375rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.9375rem;left:1.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9355625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:11.8740234375rem;left:3.53125rem;height:54.58985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { 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:36.875rem;width:36.875rem;top:67.9150390625rem;left:11.5625rem;overflow:hidden;display:block; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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:109.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyP55dbrQfrWbc3lAK7428xT1bnVPQua { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:1.875rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9365234375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17rem;left:3.53125rem;height:33.5937625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:51.578125rem;left:5.1875rem;height:9.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV li:before{  }
#KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:68.375rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olhfzNDURbGRSeM9f8JWWxpAcV0vMMWf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.3125rem;width:56rem;top:75.9375rem;left:1.875rem;display:block; }
#kGlhqwJLGNmTGlB1IzpvzKZvZMcoxOgy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:62.70703125rem;left:3.53125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { position:relative;display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { background-color: transparent; background-image: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { border-width: 0; border-radius: 0; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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:101.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kgr486hBA0LCToRRhm1zrpCesWQxuuGv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1224212646484rem;left:20.852867126465rem;height:7.3125rem;display:block; }
#lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.08984375rem;left:20.8525390625rem;height:41.9921875rem;font-style:normal;display:block; }
#g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:54.46875rem;left:1.8408203125rem;height:45rem;font-style:normal;display:block; }
#WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:17.0625rem;width:17.0625rem;top:12.52734375rem;left:1.8408203125rem;overflow:hidden;display:block; }
#nQ81ykQJTXVwiPTOB1zDnzOyToP4q9qy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:17.0625rem;width:17.0625rem;top:24.52734375rem;left:1.8408203125rem;overflow:hidden;display:block; }
#IpR6WHUcEoKm4veK7PgGokDStWptx2LP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:13.6875rem;width:17.0625rem;top:37.3564453125rem;left:1.8408203125rem;overflow:hidden;display:block; }
#WR1byJPvsZFVnnrPnCUoT196XtVzl0mu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:16.5rem;width:16.5rem;top:54.46875rem;left:40.6650390625rem;overflow:hidden;display:block; }
#NdL1Jl9fFQr9mHmPD4dLUuykd58NIBqP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:12.75rem;width:12.75rem;top:75.03125rem;left:40.6650390625rem;overflow:hidden;display:block; }
#yzstltKVWToC7cRwXVkLHDKtfQhJXgKU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:14.125rem;width:14.125rem;top:84.65625rem;left:43.0380859375rem;overflow:hidden;display:block; }
#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { position:relative;display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { background-color: transparent; background-image: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { border-width: 0; border-radius: 0; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3581rA5BK1tRpyfqizrKlxJv1GeoByV { 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:29.0625rem;width:54.9375rem;top:2rem;left:2.53125rem;overflow:hidden;display:block; }
#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { position:relative;display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { background-color: transparent; background-image: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { border-width: 0; border-radius: 0; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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:49.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.75rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:8.8720703125rem;left:3.34375rem;height:39.8926rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { position:relative;display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { background-color: transparent; background-image: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .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); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { border-width: 0; border-radius: 0; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .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; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .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:67.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:8.125rem;height:3.5rem;display:block; }
#A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:41.5625rem;top:8.125rem;left:10.3125rem;display:block; }
#fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.08203125rem;left:12.15625rem;height:15.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:29.8125rem;left:8.0625rem;height:3.5rem;display:block; }
#OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { position:absolute;display:block;z-index:15005;background-color:#f4f4f4;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:16.125rem;width:41.5625rem;top:35.875rem;left:10.3125rem;display:block; }
#ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.162109375rem;left:11.625rem;height:11.5488375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6875rem;width:9.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:55.185581207276rem;left:24.092887878418rem; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .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); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:rgba(var(--color-tertiary-3),1);display:block;width:57.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.25rem;left:1.125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { color:rgba(var(--color-tertiary-3),1);display:block;width:50.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:28.6875rem;left:4.9375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { color:rgba(var(--color-tertiary-3),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem -0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:18.4375rem;left:1.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXyS2svd93pLn7a3vKDE6CWSZ75T9tHW { color:rgba(var(--color-tertiary-3),1);display:block;width:50.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:34.76171875rem;left:4.9375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { background-color: transparent; background-image: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .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); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { border-width: 0; border-radius: 0; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9365234375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:34.2421875rem;left:3.53125rem;height:23.09570625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { 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.25rem;width:55.4375rem;top:2.0625rem;left:2.28125rem;overflow:hidden;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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:76.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4990234375rem;left:3.15673828125rem;height:3.0625rem;text-align:left;text-align-last:left;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:18.75rem;display:none; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9365rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:6.1240234375rem;left:3.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
#d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:44.375rem;left:3.1875rem;height:3.0625rem;text-align:left;text-align-last:left;display:block; }
#Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9365rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:40.375rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.9375rem;left:3.5625rem;height:25.1952875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { background-color: transparent; background-image: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .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); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { border-width: 0; border-radius: 0; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.6875rem;left:4.78125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { position:relative;display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { background-color: transparent; background-image: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .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); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { border-width: 0; border-radius: 0; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .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; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .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:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { 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:15.375rem;width:24.9375rem;top:6.875rem;left:2.53125rem;overflow:hidden;display:block; }
#DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.25rem;left:0.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.125rem;left:31.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.5625rem;left:31.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { position:relative;display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { background-color: transparent; background-image: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { border-width: 0; border-radius: 0; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { 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:15.375rem;width:24.9375rem;top:6.8984375rem;left:2.53125rem;overflow:hidden;display:block; }
#cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.375rem;left:31.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { position:relative;display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { background-color: transparent; background-image: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .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); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { border-width: 0; border-radius: 0; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .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; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .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:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a6e591u18AifTAR2wE3Who3ywJ9woCKJ { 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:15.375rem;width:24.9375rem;top:6.71875rem;left:2.53125rem;overflow:hidden;display:block; }
#cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5rem;left:0.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.25rem;left:31.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ li:before{  }
#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { position:relative;display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { background-color: transparent; background-image: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .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); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { border-width: 0; border-radius: 0; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .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; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .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:26.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { 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:15.375rem;width:24.9375rem;top:6.625rem;left:2.53125rem;overflow:hidden;display:block; }
#d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.25rem;left:0.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.5rem;left:31.125rem;height:16.459rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { position:relative;display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { background-color: transparent; background-image: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .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); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { border-width: 0; border-radius: 0; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .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; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .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:48.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pD70blsDKTvQaon7DBKCknVXpqcerOBa { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.5625rem;left:4.625rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:32.875rem;width:52.125rem;top:13.0625rem;left:3.9375rem;display:block; }
#PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.1875rem;left:6.625rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:19.8125rem;left:6.5625rem;height:21.17285rem;font-style:normal;display:block; }
#VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.9375rem;width:13.1875rem;top:20.53125rem;left:37.5rem;overflow:hidden;display:block; }
#b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:42.375rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { position:relative;display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { background-color: transparent; background-image: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .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); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { border-width: 0; border-radius: 0; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .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; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .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:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:32.875rem;width:52.125rem;top:2.25rem;left:3.9375rem;display:block; }
#NInMVvO8K40mM72fXz7kHRalg8uOT0RO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.375rem;left:6.625rem;height:5.94921875rem;text-align:center;text-align-last:center;display:block; }
#lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:11rem;left:6.625rem;height:19.24805rem;font-style:normal;display:block; }
#ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.9375rem;width:13.1875rem;top:11rem;left:37.875rem;overflow:hidden;display:block; }
#yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:31.5625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { position:relative;display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { background-color: transparent; background-image: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .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); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { border-width: 0; border-radius: 0; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .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; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .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:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(171deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:32.875rem;width:52.125rem;top:2.25rem;left:3.9375rem;display:block; }
#SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.375rem;left:6rem;height:5.7744125rem;text-align:left;text-align-last:left;display:block; }
#A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:11.8125rem;left:6.625rem;height:17.32328125rem;font-style:normal;display:block; }
#RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.125rem;width:13.1875rem;top:13.625rem;left:38.125rem;overflow:hidden;display:block; }
#sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:31.5625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { position:relative;display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { background-color: transparent; background-image: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { border-width: 0; border-radius: 0; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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:10.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1.6875rem;left:3.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { color:#ff0000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:6.1875rem;left:18.5625rem;height:1.92480625rem;font-style:normal;display:block; }
#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { position:relative;display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { background-color: transparent; background-image: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .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); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { border-width: 0; border-radius: 0; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .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; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .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:24.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:14.375rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:18.75rem;display:none; }
#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:8rem;left:7rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { position:relative;display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { background-color: transparent; background-image: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .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); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { border-width: 0; border-radius: 0; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .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; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .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:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:48.6875rem;top:2.625rem;left:5.65625rem;overflow:hidden;display:block; }
#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { position:relative;display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { background-color: transparent; background-image: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { border-width: 0; border-radius: 0; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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:38.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:block; }#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:23.125rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:23.84375rem;height:2.25rem;font-style:normal;display:block; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:rgba(var(--color-tertiary-1),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { 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:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.9375rem rgba(85,0,134,0.61) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.375rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#aTPovMnwtFeBoy6xMTxsuy65WhILSClK { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:31.0625rem;left:39.9375rem;overflow:hidden;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.5625rem;left:8rem; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:rgba(var(--color-tertiary-1),1);display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:31.4375rem;left:10.1875rem;height:1.5rem;font-style:normal;display:block; }
#LJIbxWBRTexXxEbIMncLrMJnIHnc6Dxv { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.912109375rem;left:9.59375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEkSn1h2lsbuhMhTVyr3yqTNlDFd49aP { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.638671875rem;left:9.46875rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh { position:relative;z-index:auto;display:block; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh { background-color: transparent; background-image: none; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row .container > .video-iframe-container { display: none; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row > .video-iframe-container { display: none; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .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); }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh { border-width: 0; border-radius: 0; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .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; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zaW22Ng16BZysJdlX1tGgLNcqXlGdrXS { color:rgba(var(--color-tertiary-3),1);display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.625rem;left:12.25rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .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; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62948', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62948', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.6975rem;padding-right:0.6675rem;padding-bottom:0.6975rem;padding-left:0.6675rem;display:block;align-items:center;width:3.996875rem;min-width:3.996875rem;height:3.7375rem;position:relative;font-family:"open sans";font-size:2.78375rem;font-weight:400;line-height:59.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.434375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.330625rem;height:1.475rem;position:relative;font-family:"open sans";font-size:1.043125rem;font-weight:700;line-height:23.6px;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; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.041875rem;padding-top:0.086875rem;padding-right:0.09625rem;padding-bottom:0.086875rem;padding-left:0.09625rem;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:4.3125rem;left:17.24609375rem;z-index:15003; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #uMre0Qt2DoPt1ewnNQcWF03O3qdq0lak { display:flex;position:relative;top:0rem;left:0rem; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #oBzp9BT9D7ilg0dQMO3SctkP9sec8Z0J { width:auto; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #l00DoRkcf4S7RPHOTlos1NN71RaCtEau {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #q0H7phOUk4pP3BP3qs8SmBElT7HaNobT { display:flex;position:relative;top:0rem;left:0rem; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #EarA8Wyyt0iqcLuWhJP7fW3ALHC0G5Wq {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #kpP2g6ZhaQdayzg0pLmATGso45QIRRJ7 {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #MDdAMKzZarylDR5k73sxKJi7t8rJtSQA { display:flex;position:relative;top:0rem;left:0rem; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #t7LTi0AUNIJoB73WWRVO8rrqukHRpfOZ {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #qZkdeLwkHNS9d0hQ3ZEzvuGPm6iwt2vC {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #sm1D9VHxroJTEtm56S0TPwDJcGbOGGdJ { display:flex;position:relative;top:0rem;left:0rem; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #FgmZCePP85D2qCzMahfwB1BGf3lCAO3N {  }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #M3mE7p6uTmaoxNZO2oEQBm5T0Th5u250 {  }
#DCm01RkBq145DH67cGwR18390INzD79P { position:relative;display:block; }#DCm01RkBq145DH67cGwR18390INzD79P { background-color: transparent; background-image: none; }#DCm01RkBq145DH67cGwR18390INzD79P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .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); }#DCm01RkBq145DH67cGwR18390INzD79P { border-width: 0; border-radius: 0; }#DCm01RkBq145DH67cGwR18390INzD79P > .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; }#DCm01RkBq145DH67cGwR18390INzD79P > .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:56.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.65625rem;left:6.3125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:33.6875rem;left:8.125rem;height:19.24805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.249511875rem;width:38.125rem;top:30.0625rem;left:10.9375rem;display:block; }
#h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.1875rem;left:9.0625rem;height:15.39845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { 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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;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.8125rem;width:51.0625rem;top:9.2490234375rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:5.9990234375rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.96875rem;left:6.125rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:51.0625rem;top:29.25rem;left:4.375rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.0625rem;left:6.125rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:6.125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;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.75rem;width:51.0625rem;top:47.375rem;left:4.375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.0625rem;left:6.125rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:52.3125rem;left:6.125rem;height:16.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT { position:relative;display:block; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT { background-color: transparent; background-image: none; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row .container > .video-iframe-container { display: none; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row > .video-iframe-container { display: none; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .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); }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT { border-width: 0; border-radius: 0; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .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; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .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:38.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:block; }#Z9DXHRlbtCJ4IlR7LclsLJQ4Lys3DVJT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:23.125rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#QvKz6bx8pXP0x9XFE2sc9Wh6w6OvlTkz { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:23.84375rem;height:2.25rem;font-style:normal;display:block; }
#MVH3yaS0EeldM6QA5ACTqNIObhpJiLwU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyNDay8WDQmuBXXRXKskTI8F2Pqe6GLv { color:rgba(var(--color-tertiary-1),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#sw1pRcoh628iBnHpy6eesTNW0gJVcGas { 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:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#Pq9oKtdyGcF3DlbgzsXmW7OZ9LsgzDGR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.9375rem rgba(85,0,134,0.61) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.375rem;left:18.4375rem;display:block; }
#dSC5gLncQdhzgPywwVFuqNGIp2vF0voR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7vdBfIHvH9NwOL2OiBKZoLbZQPyAKFZ { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#ZAGobzNxHE6ALesb4ptwerNLtivQNTsB { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#DWVOE782uA8H5bArZuqKaylh2gcl4fX7 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#AJqxSC6GFvqSHGeG79cEGzqJTRPhl4ZV { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:31.0625rem;left:39.9375rem;overflow:hidden;display:block; }
#Sv65PyuTzRXR9TLmprblABzrsZxPeBhi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.5625rem;left:8rem; }
#NgXvoylgwTGPwKgDenLlOGVrzqJ9iPnz { color:rgba(var(--color-tertiary-1),1);display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:31.4375rem;left:10.1875rem;height:1.5rem;font-style:normal;display:block; }
#tAPb24mZ1dy76ymUyzGpBT8SZQWLdOdC { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.912109375rem;left:9.59375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET1etFPs4guqztB9vblEPLcA6Wl52J06 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.587890625rem;left:8.4375rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE { position:relative;z-index:auto;display:block; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE { background-color: transparent; background-image: none; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row .container > .video-iframe-container { display: none; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row > .video-iframe-container { display: none; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .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); }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE { border-width: 0; border-radius: 0; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .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; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NHg9L3URBI0wIkg7Ei8x4LlJ6l1Z2yf1 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:12.25rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .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; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62948', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62948', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, #e62948, rgba(var(--color-primary-2),1));background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.6975rem;padding-right:0.6675rem;padding-bottom:0.6975rem;padding-left:0.6675rem;display:block;align-items:center;width:3.996875rem;min-width:3.996875rem;height:3.7375rem;position:relative;font-family:"open sans";font-size:2.78375rem;font-weight:400;line-height:59.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.434375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.330625rem;height:1.475rem;position:relative;font-family:"open sans";font-size:1.043125rem;font-weight:700;line-height:23.6px;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; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.041rem;padding-top:0.086875rem;padding-right:0.09625rem;padding-bottom:0.086875rem;padding-left:0.09625rem;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:4.5234375rem;left:17.24609375rem;z-index:15003; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MH4vuNrrSGAN8WppypAITi0DHf7ef28w { display:flex;position:relative;top:0rem;left:0rem; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #lTZr3XUS7DZ116KIMz7Xw4ggXT5tx9ws { width:auto; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #kqXAUpSlOaElasu3VHcSbAkxA0lyLamG {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #HMo7J35t5CsGmxGIQRi4J2LWGkg2gJwy { display:flex;position:relative;top:0rem;left:0rem; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #i2sxc5Oiyg7LT6cDnkTP6FyqgNh5zsIk {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #aLyekUF5m9fD7swwZa4TFeoVuMNPyFZN {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #wPhi3Rq4t8lxQB3LEsWoFbfCAAt2bBL8 { display:flex;position:relative;top:0rem;left:0rem; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #QdAZkKwEuhB3J79QLZeqEHHvRyTA3Dzr {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #NJesOlcalsC5JkNINkGZ2nbV2qMopb7m {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MT7IGynNcZTUxzh39a7kJsWEkCvU2kwV { display:flex;position:relative;top:0rem;left:0rem; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #ieqgzz19qgsvf4NG4D5nTOyE6FJ4TTH0 {  }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #Mr5krNMJ6Pgq8eOtai4HzglIbrqfvAMB {  }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.625rem;left:2.125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { 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:8.9375rem;width:8.9375rem;top:1.375rem;left:25.53125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy { display:block; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3ErkBO2XhTuJ23VfyBDVDQso211uQmx { top:2.5625rem;left:5rem;width:23.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .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; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .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; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 { width:18rem;height:5.0625rem;display:flex;top:0.5rem;left:25.65625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #k7OuXn61R71kEJ5KKd051TMRTwq70MJH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Hi6iZUSfA2dIC81e3l9QQNN89gGJoKHk {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #bXVob3hEF6GISfKxi980N2qVOx6pze2k {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #vhAtJPgZANy2a6kUXFOwXCtXd15gDbxu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #raaIMEon6pZrk2SscR06lwte8DkhUWpE {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #VspZo99eb6JSWOAyqHTlEbQyLp9aHyTP {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #cJZg4V1eb5Ry15Ru17ub7Gw36Q8UHDIe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #xz95RtT0nl56pzHapXP0TkmfBGfNlKel {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #npClJaADyBWUzsc3Jy7sz7QKT8WuqyRI {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #nItkCGwsfs7GErvWARHwTibqZeU4Vwbb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Ic5k2xVSCMEEUe8STThTDqcS5oMWtnDd {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #K8ihEItW3X5Dxu22TuaFog4FcoxT2dWU {  }
 }@media only screen and (max-width: 763px) { #w1TtPi6ka64vg7kvT7hEpUV1tmn0fI0Q { top:1.4375rem;left:3.375rem;width:41.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { top:6.4375rem;left:2.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXm9c3WfkTrVqxl1XrLv5O3otgRUSyst { top:7.3125rem;left:11.4375rem;width:31.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:5.125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:13.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:51.5625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:0.8125rem;left:0rem;width:47.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:1.3125rem;left:3.0322265625rem;width:42.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { top:17.9375rem;left:11.25rem;width:25.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKA2zwxurvN17fKhCewwMpxcHrzs7NL { display:block; }
 }@media only screen and (max-width: 763px) { #oStHmbK5IzARXiHwhyhVeM2PisTST6dZ { top:23.75rem;left:10.96875rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:1.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:11.8125rem;left:0rem;width:47.75rem;height:54.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { top:67.875rem;left:5.4375rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { top:2.125rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { top:17rem;left:0rem;width:47.75rem;height:33.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { top:51.5625rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.125rem;display:block; }#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV li:before{  }
 }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { top:68.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olhfzNDURbGRSeM9f8JWWxpAcV0vMMWf { top:75.9375rem;left:0rem;width:47.75rem;height:26.699497767857rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlhqwJLGNmTGlB1IzpvzKZvZMcoxOgy { top:62.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { top:2.0625rem;left:0rem;width:36.6875rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:36.25rem;height:41.9375rem;top:11.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:37.5625rem;height:45rem;top:54.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { top:12.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ81ykQJTXVwiPTOB1zDnzOyToP4q9qy { top:24.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpR6WHUcEoKm4veK7PgGokDStWptx2LP { top:37.3125rem;left:0rem;width:17.0625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1byJPvsZFVnnrPnCUoT196XtVzl0mu { top:54.4375rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdL1Jl9fFQr9mHmPD4dLUuykd58NIBqP { top:75rem;left:31.3125rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzstltKVWToC7cRwXVkLHDKtfQhJXgKU { top:84.625rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3581rA5BK1tRpyfqizrKlxJv1GeoByV { top:2rem;left:0rem;width:47.75rem;height:25.26023890785rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { top:2.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { top:8.8125rem;left:0rem;width:47.75rem;height:39.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { top:2rem;left:2rem;width:41.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { top:8.125rem;left:4.1875rem;width:41.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { top:10.0625rem;left:6.03125rem;width:37.875rem;height:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { top:29.8125rem;left:1.9375rem;width:41.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { top:35.875rem;left:4.1875rem;width:41.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { top:38.125rem;left:5.5rem;width:38.9375rem;height:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { top:55.125rem;left:17.967887878418rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:3.25rem;left:0rem;width:47.75rem;height:10.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { top:28.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { top:18.4375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXyS2svd93pLn7a3vKDE6CWSZ75T9tHW { top:34.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:34.1875rem;left:0rem;width:47.75rem;height:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:2.0625rem;left:0rem;width:47.75rem;height:25.193912063134rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:6.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { top:44.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { top:40.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { top:48.9375rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { top:2.6875rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { top:6.875rem;left:0rem;width:24.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { top:1.25rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { top:5.125rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { top:8.5625rem;left:18.875rem;width:28.875rem;height:;font-size:1.1875rem;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { top:6.875rem;left:0rem;width:24.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { top:2.1875rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { top:3.5rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { top:7.375rem;left:18.875rem;width:28.875rem;height:;font-size:1.1875rem;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6e591u18AifTAR2wE3Who3ywJ9woCKJ { top:6.6875rem;left:0rem;width:24.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { top:2.5rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { top:3.5rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { top:7.25rem;left:18.875rem;width:28.875rem;height:;font-size:1.1875rem;display:block; }#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ li:before{  }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { top:6.625rem;left:0rem;width:24.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { top:2.25rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { top:3.5rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { top:7.5rem;left:18.875rem;width:28.875rem;height:;font-size:1.1875rem;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { top:1.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:47.75rem;height:32.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { top:15.1875rem;left:0.5rem;width:46.8125rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { width:27.375rem;height:21.125rem;top:19.8125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { top:20.5rem;left:31.375rem;width:13.1875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:24.5625rem;height:1.875rem;top:42.375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:47.75rem;height:32.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { top:4.375rem;left:0.5rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { width:27.5625rem;height:19.1875rem;top:11rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { top:11rem;left:31.75rem;width:13.1875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:24.5625rem;height:1.875rem;top:31.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:47.75rem;height:32.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { top:4.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:26.8125rem;height:17.3125rem;top:11.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { top:13.625rem;left:32rem;width:13.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:24.5625rem;height:1.875rem;top:31.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { top:1.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:22.9375rem;height:1.875rem;top:6.1875rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { top:2.1875rem;left:8.25rem;width:31.3125rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { top:8rem;left:0.875rem;width:46rem;height:;font-size:1.5625rem;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { top:2.625rem;left:0rem;width:47.75rem;height:25.192875481386rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:23.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:12.3125rem;height:2.25rem;top:12.8125rem;left:17.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:2.1875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:3.75rem;top:25.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:31.0625rem;left:33.8125rem;width:12.875rem;height:2.238333156186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:31.5625rem;left:1.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:10.8125rem;height:1.5rem;top:31.4375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIbxWBRTexXxEbIMncLrMJnIHnc6Dxv { top:18.875rem;left:3.46875rem;width:43.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEkSn1h2lsbuhMhTVyr3yqTNlDFd49aP { top:15.625rem;left:3.34375rem;width:41.125rem;height:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh { display:block; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaW22Ng16BZysJdlX1tGgLNcqXlGdrXS { top:0.625rem;left:6.125rem;width:35.5rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .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; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .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; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw { width:18rem;height:5.0625rem;display:flex;top:0.5rem;left:25.65625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #uMre0Qt2DoPt1ewnNQcWF03O3qdq0lak { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #oBzp9BT9D7ilg0dQMO3SctkP9sec8Z0J {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #l00DoRkcf4S7RPHOTlos1NN71RaCtEau {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #q0H7phOUk4pP3BP3qs8SmBElT7HaNobT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #EarA8Wyyt0iqcLuWhJP7fW3ALHC0G5Wq {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #kpP2g6ZhaQdayzg0pLmATGso45QIRRJ7 {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #MDdAMKzZarylDR5k73sxKJi7t8rJtSQA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #t7LTi0AUNIJoB73WWRVO8rrqukHRpfOZ {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #qZkdeLwkHNS9d0hQ3ZEzvuGPm6iwt2vC {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #sm1D9VHxroJTEtm56S0TPwDJcGbOGGdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #FgmZCePP85D2qCzMahfwB1BGf3lCAO3N {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #M3mE7p6uTmaoxNZO2oEQBm5T0Th5u250 {  }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { top:1.625rem;left:0.1875rem;width:47.375rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:43.8125rem;height:19.1875rem;top:33.6875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { top:30.0625rem;left:4.8125rem;width:38.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:41.8125rem;height:15.375rem;top:11.1875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:16.8125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:42.875rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:11.375rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:14.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:43.5625rem;height:2.1875rem;top:31.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.75rem;height:8.125rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:22.75rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:49.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:16.25rem;top:52.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Z1OLElOteGJQ12cBlR2XqQpggULzNT { display:block; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9DXHRlbtCJ4IlR7LclsLJQ4Lys3DVJT { width:47.375rem;height:23.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvKz6bx8pXP0x9XFE2sc9Wh6w6OvlTkz { width:12.3125rem;height:2.25rem;top:12.8125rem;left:17.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVH3yaS0EeldM6QA5ACTqNIObhpJiLwU { top:2.1875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNDay8WDQmuBXXRXKskTI8F2Pqe6GLv { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw1pRcoh628iBnHpy6eesTNW0gJVcGas { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9oKtdyGcF3DlbgzsXmW7OZ9LsgzDGR { width:23.125rem;height:3.75rem;top:25.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSC5gLncQdhzgPywwVFuqNGIp2vF0voR { display:block; }
 }@media only screen and (max-width: 763px) { #E7vdBfIHvH9NwOL2OiBKZoLbZQPyAKFZ { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGobzNxHE6ALesb4ptwerNLtivQNTsB { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWVOE782uA8H5bArZuqKaylh2gcl4fX7 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJqxSC6GFvqSHGeG79cEGzqJTRPhl4ZV { top:31.0625rem;left:33.8125rem;width:12.875rem;height:2.238333156186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv65PyuTzRXR9TLmprblABzrsZxPeBhi { top:31.5625rem;left:1.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgXvoylgwTGPwKgDenLlOGVrzqJ9iPnz { width:10.8125rem;height:1.5rem;top:31.4375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPb24mZ1dy76ymUyzGpBT8SZQWLdOdC { top:18.875rem;left:3.46875rem;width:43.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1etFPs4guqztB9vblEPLcA6Wl52J06 { top:15.5625rem;left:2.3125rem;width:43.125rem;height:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE { display:block; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHg9L3URBI0wIkg7Ei8x4LlJ6l1Z2yf1 { top:0.6875rem;left:6.125rem;width:35.5rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .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; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .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; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b { width:18rem;height:5.0625rem;display:flex;top:0.5rem;left:25.65625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MH4vuNrrSGAN8WppypAITi0DHf7ef28w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #lTZr3XUS7DZ116KIMz7Xw4ggXT5tx9ws {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #kqXAUpSlOaElasu3VHcSbAkxA0lyLamG {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #HMo7J35t5CsGmxGIQRi4J2LWGkg2gJwy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #i2sxc5Oiyg7LT6cDnkTP6FyqgNh5zsIk {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #aLyekUF5m9fD7swwZa4TFeoVuMNPyFZN {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #wPhi3Rq4t8lxQB3LEsWoFbfCAAt2bBL8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #QdAZkKwEuhB3J79QLZeqEHHvRyTA3Dzr {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #NJesOlcalsC5JkNINkGZ2nbV2qMopb7m {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MT7IGynNcZTUxzh39a7kJsWEkCvU2kwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #ieqgzz19qgsvf4NG4D5nTOyE6FJ4TTH0 {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #Mr5krNMJ6Pgq8eOtai4HzglIbrqfvAMB {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { top:1.375rem;left:19.40625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy { position:relative;z-index:auto;display:block; }#KZ45PtJTyOb0Z1eKwnr6Q36eQfT8iDfy > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3ErkBO2XhTuJ23VfyBDVDQso211uQmx { width:20rem;height:1.3999rem;top:0.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .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; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .widget-text.counter-number { padding-top:0.316875rem;padding-right:0.28125rem;padding-bottom:0.316875rem;padding-left:0.28125rem;width:1.688125rem;min-width:1.688125rem;height:1.704375rem;font-size:1.268125rem;line-height:27.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.25125rem;height:0.67375rem;font-size:0.475625rem;line-height:10.78px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 { width:13rem;height:3.21rem;display:flex;top:2.3798828125rem;left:4.1552734375rem;z-index:15003;padding-top:0.02875rem;padding-right:0.030625rem;padding-bottom:0.02875rem;padding-left:0.030625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #k7OuXn61R71kEJ5KKd051TMRTwq70MJH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Hi6iZUSfA2dIC81e3l9QQNN89gGJoKHk {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #bXVob3hEF6GISfKxi980N2qVOx6pze2k {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #vhAtJPgZANy2a6kUXFOwXCtXd15gDbxu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #raaIMEon6pZrk2SscR06lwte8DkhUWpE {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #VspZo99eb6JSWOAyqHTlEbQyLp9aHyTP {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #cJZg4V1eb5Ry15Ru17ub7Gw36Q8UHDIe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #xz95RtT0nl56pzHapXP0TkmfBGfNlKel {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #npClJaADyBWUzsc3Jy7sz7QKT8WuqyRI {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #nItkCGwsfs7GErvWARHwTibqZeU4Vwbb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #Ic5k2xVSCMEEUe8STThTDqcS5oMWtnDd {  }
 }@media only screen and (max-width: 763px) { #x9HVeXT6fQxNGXEsOOKZd3I5pJvT3Fl4 #K8ihEItW3X5Dxu22TuaFog4FcoxT2dWU {  }
 }@media only screen and (max-width: 763px) { #w1TtPi6ka64vg7kvT7hEpUV1tmn0fI0Q { width:16.3125rem;height:4.9375rem;top:0.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { width:4.25rem;height:4.25rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXm9c3WfkTrVqxl1XrLv5O3otgRUSyst { width:16.0625rem;height:1.70605625rem;top:2.052734375rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9985625rem;height:3.32421875rem;top:3.751953125rem;left:0.50048828125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.2480625rem;height:2.625rem;top:7.798828125rem;left:0.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0605625rem;height:5.25rem;top:27.80859375rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:18.75rem;height:2.0625rem;top:0.552734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.249rem;height:1.13720625rem;top:1.015625rem;left:0.3740234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { top:11.771484375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKA2zwxurvN17fKhCewwMpxcHrzs7NL { display:block; }
 }@media only screen and (max-width: 763px) { #oStHmbK5IzARXiHwhyhVeM2PisTST6dZ { height:10.3125rem;width:18.5rem;top:16.458984375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#ffffff;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.1873125rem;height:6.82325rem;top:1.6232643127441rem;left:0.40581601858139rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.999rem;height:72.41415625rem;top:9.0611991882325rem;left:0.49967455863952rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { width:18.0625rem;height:18.0625rem;top:83rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:104rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { width:18.6875rem;height:18.1953125rem;top:1.25rem;left:0.65625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { width:19.0625rem;height:39.35546875rem;top:21.171875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { width:18.375rem;height:13.53125rem;top:61.921875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV li:before{  }
 }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { width:18.5625rem;height:4.548825rem;top:86.25rem;left:0.71875rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #olhfzNDURbGRSeM9f8JWWxpAcV0vMMWf { height:10rem;width:18rem;top:91.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlhqwJLGNmTGlB1IzpvzKZvZMcoxOgy { width:18.875rem;height:7.871125rem;top:76.9697265625rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:20rem;height:196.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { width:18.75rem;height:4.548825rem;top:1.75rem;left:0.625rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:18.9980625rem;height:39.3555rem;top:7.625rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:18.6230625rem;height:47.22653125rem;top:100.68359375rem;left:0.68798828125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { width:16.8125rem;height:16.8125rem;top:48.2109375rem;left:1.59375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ81ykQJTXVwiPTOB1zDnzOyToP4q9qy { width:17.0625rem;height:17.0625rem;top:65.8984375rem;left:1.46875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpR6WHUcEoKm4veK7PgGokDStWptx2LP { width:17.0625rem;height:13.6875rem;top:85.0234375rem;left:1.46875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WR1byJPvsZFVnnrPnCUoT196XtVzl0mu { width:16.5rem;height:16.5rem;top:150.1875rem;left:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NdL1Jl9fFQr9mHmPD4dLUuykd58NIBqP { width:14.125rem;height:14.125rem;top:169.0625rem;left:1.59375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yzstltKVWToC7cRwXVkLHDKtfQhJXgKU { width:14.5rem;height:14.5rem;top:179.625rem;left:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3581rA5BK1tRpyfqizrKlxJv1GeoByV { width:20rem;height:10.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { width:18.6875rem;height:4.548825rem;top:0.5625rem;left:0.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { width:18.8748125rem;height:53.52346875rem;top:7.0453572273256rem;left:0.56206601858139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { width:19.5rem;height:2.11230625rem;top:0.9375rem;left:0.5rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { width:20rem;height:19.3125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { width:18.3125rem;height:17.31640625rem;top:5.3125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { width:19.25rem;height:2.11230625rem;top:26.5rem;left:0.75rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { width:20rem;height:19.9375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { width:17.5625rem;height:17.31640625rem;top:31.5rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { display:flex;width:6.25rem;height:6.25rem;top:51.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:4.548825rem;top:9rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { width:20rem;height:6.6484375rem;top:5.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { width:20rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rXyS2svd93pLn7a3vKDE6CWSZ75T9tHW { width:20rem;height:8.3105625rem;top:13.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6865234375rem;height:29.910125rem;top:12.435546875rem;left:0.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:16.3125rem;height:8.625rem;top:1.4973964691162rem;left:1.8120661377907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:18.6865rem;height:3.736325rem;top:1.685546875rem;left:0.6552734375rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:2.6247706413269rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.4985625rem;height:50.67575rem;top:8.560546875rem;left:0.75048828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { width:18.6875rem;height:3.736325rem;top:48.009765625rem;left:0.65625rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { width:19.25rem;height:1.57470625rem;top:44.431640625rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { width:18.5rem;height:34.6328125rem;top:53.2470703125rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { width:18.8125rem;height:5.173825rem;top:2.48828125rem;left:0.59375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { width:20rem;height:12.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { width:19.5625rem;height:4.5rem;top:1.9375rem;left:0.21875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { width:20rem;height:2.25rem;top:23.986328125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { width:17.1875rem;height:14.8730625rem;top:26.236328125rem;left:1.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { width:20rem;height:12.3125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { width:18.9375rem;height:4.5rem;top:2.1875rem;left:0.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { width:20rem;height:2.25rem;top:21.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { width:17.1875rem;height:16.297875rem;top:24.625rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6e591u18AifTAR2wE3Who3ywJ9woCKJ { width:20rem;height:12.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { width:19.3125rem;height:2.25rem;top:2.3125rem;left:0.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { width:20rem;height:2.25rem;top:21.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { width:17.1875rem;height:12.0234375rem;top:24.5rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ li:before{  }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { width:20rem;height:12.3125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { width:19.6875rem;height:2.0249rem;top:2.0625rem;left:0.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { width:20rem;height:2.25rem;top:20.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { width:17.1875rem;height:15.1855625rem;top:23.4375rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { width:17.6875rem;height:7.066375rem;top:2.498046875rem;left:1.15625rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:19.375rem;height:50.875rem;top:12.1865234375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { width:17.686625rem;height:4.19921875rem;top:13.998481869697rem;left:1.1566841006279rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { width:17.875rem;height:20.46484375rem;top:37.3740234375rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { width:13.1875rem;height:17.875rem;top:18.8115234375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:17.1875rem;height:1.57470625rem;top:59.3125rem;left:1.15625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:19.375rem;height:55.625rem;top:3.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { width:17.686625rem;height:6.2988125rem;top:4.875rem;left:1.1875rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { width:17.875rem;height:20.46484375rem;top:33rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { width:13.125rem;height:17.875rem;top:13.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:17.1875rem;height:1.57470625rem;top:55.25rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:19.375rem;height:44.3125rem;top:3.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { width:17.5625rem;height:5.51074375rem;top:5.3125rem;left:1.25rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:17.875rem;height:17.3164375rem;top:25.80859375rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { width:13.1875rem;height:10.125rem;top:13.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:17.1875rem;height:1.57470625rem;top:45.3125rem;left:1.40625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { width:20rem;height:4.548825rem;top:2.5625rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:16.8125rem;height:1.3999rem;top:8.75rem;left:1.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { width:18.6865rem;height:2.5996125rem;top:2.060546875rem;left:0.6552734375rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { top:2.6247706413269rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { width:18.4990234375rem;height:18.253875rem;top:6.998046875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { width:19.0625rem;height:10rem;top:1.6875rem;left:0.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1875rem;height:22.25rem;top:13.5rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.48730625rem;top:14.875rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.7485625rem;height:3.811525rem;top:25.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5625rem;height:0.25rem;top:15.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6875rem;height:0.25rem;top:16.25rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { width:2.5625rem;height:0.25rem;top:15.5625rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9373125rem;height:2.24935rem;top:30.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3125rem;height:1.3125rem;top:33.3125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8125rem;height:1.3999rem;top:33.25rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LJIbxWBRTexXxEbIMncLrMJnIHnc6Dxv { width:20rem;height:0;top:21.2734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IEkSn1h2lsbuhMhTVyr3yqTNlDFd49aP { width:18.5rem;height:5.84765625rem;top:17.82421875rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh { position:relative;z-index:auto;display:block; }#WlvaOtGR9FWO9NSGn5VfUUnXPWptxFQh > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaW22Ng16BZysJdlX1tGgLNcqXlGdrXS { width:20rem;height:1.6621125rem;top:0.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .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; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .widget-text.counter-number { padding-top:0.378125rem;padding-right:0.345rem;padding-bottom:0.378125rem;padding-left:0.345rem;width:2.07125rem;min-width:2.07125rem;height:2.031875rem;font-size:1.511875rem;line-height:32.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -moz-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -ms-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -o-linear-gradient(181deg, #e0405a, #8a2be2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0405a', endColorstr='#8a2be2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0405a', endColorstr='#8a2be2' );";background-image: linear-gradient(181deg, #e0405a, #8a2be2);background-size:contain !important; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.7625rem;height:0.8025rem;font-size:0.566875rem;line-height:12.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw { width:15.0625rem;height:3.826175rem;display:flex;top:2.349609375rem;left:2.4296875rem;z-index:15003;padding-top:0.034375rem;padding-right:0.0375rem;padding-bottom:0.034375rem;padding-left:0.0375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #uMre0Qt2DoPt1ewnNQcWF03O3qdq0lak { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #oBzp9BT9D7ilg0dQMO3SctkP9sec8Z0J {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #l00DoRkcf4S7RPHOTlos1NN71RaCtEau {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #q0H7phOUk4pP3BP3qs8SmBElT7HaNobT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #EarA8Wyyt0iqcLuWhJP7fW3ALHC0G5Wq {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #kpP2g6ZhaQdayzg0pLmATGso45QIRRJ7 {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #MDdAMKzZarylDR5k73sxKJi7t8rJtSQA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #t7LTi0AUNIJoB73WWRVO8rrqukHRpfOZ {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #qZkdeLwkHNS9d0hQ3ZEzvuGPm6iwt2vC {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #sm1D9VHxroJTEtm56S0TPwDJcGbOGGdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #FgmZCePP85D2qCzMahfwB1BGf3lCAO3N {  }
 }@media only screen and (max-width: 763px) { #S3nzNdEoFCNeTrWBCz4VbPIZal6kLEcw #M3mE7p6uTmaoxNZO2oEQBm5T0Th5u250 {  }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { width:20rem;height:6.29883125rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:20rem;height:23.6133125rem;top:34.625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { width:17.0625rem;height:0.25rem;top:31.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:20rem;height:18.890625rem;top:10.8125rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19rem;height:29.875rem;top:9.1240234375rem;left:0.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57421875rem;top:10.4375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:23.3906625rem;top:15.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19921875rem;top:2.306640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.0625rem;height:20.8125rem;top:40.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57421875rem;top:41.6875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:13.15721875rem;top:46.8125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:28rem;top:62.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:18.0625rem;height:3.57421875rem;top:64.1875rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6248125rem;height:20.46679375rem;top:69.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Z1OLElOteGJQ12cBlR2XqQpggULzNT { display:block; }#B0Z1OLElOteGJQ12cBlR2XqQpggULzNT > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9DXHRlbtCJ4IlR7LclsLJQ4Lys3DVJT { width:19.1875rem;height:22.25rem;top:13.5rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #QvKz6bx8pXP0x9XFE2sc9Wh6w6OvlTkz { width:8.75rem;height:1.48730625rem;top:14.875rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MVH3yaS0EeldM6QA5ACTqNIObhpJiLwU { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNDay8WDQmuBXXRXKskTI8F2Pqe6GLv { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sw1pRcoh628iBnHpy6eesTNW0gJVcGas { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #Pq9oKtdyGcF3DlbgzsXmW7OZ9LsgzDGR { width:15.7485625rem;height:3.811525rem;top:25.3125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSC5gLncQdhzgPywwVFuqNGIp2vF0voR { display:block; }
 }@media only screen and (max-width: 763px) { #E7vdBfIHvH9NwOL2OiBKZoLbZQPyAKFZ { width:2.5625rem;height:0.25rem;top:15.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGobzNxHE6ALesb4ptwerNLtivQNTsB { width:2.6875rem;height:0.25rem;top:16.25rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DWVOE782uA8H5bArZuqKaylh2gcl4fX7 { width:2.5625rem;height:0.25rem;top:15.5625rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #AJqxSC6GFvqSHGeG79cEGzqJTRPhl4ZV { width:12.9373125rem;height:2.24935rem;top:30.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv65PyuTzRXR9TLmprblABzrsZxPeBhi { display:flex;width:1.3125rem;height:1.3125rem;top:33.3125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #NgXvoylgwTGPwKgDenLlOGVrzqJ9iPnz { width:9.8125rem;height:1.3999rem;top:33.25rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAPb24mZ1dy76ymUyzGpBT8SZQWLdOdC { width:20rem;height:0;top:21.2734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ET1etFPs4guqztB9vblEPLcA6Wl52J06 { width:18.5rem;height:5.84765625rem;top:17.82421875rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE { position:relative;z-index:auto;display:block; }#Kev48wb1VFn2kU9yIfexB3H7wq6o4wkE > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHg9L3URBI0wIkg7Ei8x4LlJ6l1Z2yf1 { width:20rem;height:1.6621125rem;top:0.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .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; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .widget-text.counter-number { padding-top:0.378125rem;padding-right:0.345rem;padding-bottom:0.378125rem;padding-left:0.345rem;width:2.07125rem;min-width:2.07125rem;height:2.031875rem;font-size:1.511875rem;line-height:32.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -moz-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -ms-linear-gradient(181deg, #e0405a, #8a2be2);background-image: -o-linear-gradient(181deg, #e0405a, #8a2be2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0405a', endColorstr='#8a2be2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0405a', endColorstr='#8a2be2' );";background-image: linear-gradient(181deg, #e0405a, #8a2be2);background-size:contain !important; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.7625rem;height:0.8025rem;font-size:0.566875rem;line-height:12.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wmW5x1beHQABHbObG4cxT5EsLr7QCT3b { width:15.0625rem;height:3.826175rem;display:flex;top:2.349609375rem;left:2.4296875rem;z-index:15003;padding-top:0.034375rem;padding-right:0.0375rem;padding-bottom:0.034375rem;padding-left:0.0375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MH4vuNrrSGAN8WppypAITi0DHf7ef28w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #lTZr3XUS7DZ116KIMz7Xw4ggXT5tx9ws {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #kqXAUpSlOaElasu3VHcSbAkxA0lyLamG {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #HMo7J35t5CsGmxGIQRi4J2LWGkg2gJwy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #i2sxc5Oiyg7LT6cDnkTP6FyqgNh5zsIk {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #aLyekUF5m9fD7swwZa4TFeoVuMNPyFZN {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #wPhi3Rq4t8lxQB3LEsWoFbfCAAt2bBL8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #QdAZkKwEuhB3J79QLZeqEHHvRyTA3Dzr {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #NJesOlcalsC5JkNINkGZ2nbV2qMopb7m {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #MT7IGynNcZTUxzh39a7kJsWEkCvU2kwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #ieqgzz19qgsvf4NG4D5nTOyE6FJ4TTH0 {  }
 }@media only screen and (max-width: 763px) { #wmW5x1beHQABHbObG4cxT5EsLr7QCT3b #Mr5krNMJ6Pgq8eOtai4HzglIbrqfvAMB {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:9.74609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { width:8rem;height:8rem;top:0.68359375rem;left:6rem;display:block; }
 }