.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,225;--color-primary-1:255,128,155;--color-primary-2:255,0,55;--color-primary-3:128,0,28;--color-primary-4:38,0,8;--color-secondary-0:217,222,236;--color-secondary-1:128,144,192;--color-secondary-2:0,32,128;--color-secondary-3:0,16,64;--color-secondary-4:0,5,19;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Bangers";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { position:relative;display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { background-color: transparent; background-image: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container > .video-iframe-container { display: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row > .video-iframe-container { display: none; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .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); }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { border-width: 0; border-radius: 0; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .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; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:0.78125rem;left:0.625rem;overflow:hidden;display:block; }
#xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { color:rgba(var(--color-secondary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:2.3125rem;left:38.8125rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .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-reverse;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; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.4625rem;padding-right:0.48375rem;padding-bottom:0.4625rem;padding-left:0.48375rem;display:block;align-items:center;width:2.899375rem;min-width:2.899375rem;height:2.4775rem;position:relative;font-family:var(--headlines-font-family);font-size:1.849375rem;font-weight:400;line-height:39.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.868125rem;height:0.9775rem;position:relative;font-family:var(--headlines-font-family);font-size:0.695rem;font-weight:400;line-height:15.64px;text-align:center;text-align-last:center;text-transform:none;top:-5%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:4.669375rem;padding-top:0.058125rem;padding-right:0.06875rem;padding-bottom:0.058125rem;padding-left:0.06875rem;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:0.75rem;left:54.75rem;z-index:5000; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 { width:auto; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { position:relative;display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { background-color: transparent; background-image: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container > .video-iframe-container { display: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row > .video-iframe-container { display: none; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .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); }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { border-width: 0; border-radius: 0; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .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; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { color:rgba(var(--color-secondary-2),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:1.23828125rem;left:12.1875rem;height:1.2744125rem;font-style:italic;display:block; }
#JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.25rem;left:10.3125rem; }
#lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { color:rgba(var(--color-secondary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.2744125rem;font-style:italic;display:block; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.25rem;left:72.5rem; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:72.5rem;top:1.625rem;left:1.25rem;overflow:hidden;display:block; }
#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { z-index:;position:relative;display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { background-color: transparent; background-image: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container > .video-iframe-container { display: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row > .video-iframe-container { display: none; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .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); }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { border-width: 0; border-radius: 0; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container > .video-iframe-container { border-top-left-radius:5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:5rem; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { 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:15017;opacity:1;top:6.25rem;left:35.9375rem; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5rem;left:7.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { position:relative;display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { background-color: transparent; background-image: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container > .video-iframe-container { display: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row > .video-iframe-container { display: none; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .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); }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { border-width: 0; border-radius: 0; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:2.5rem; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:2.5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { color:rgba(var(--color-secondary-2),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.75rem;left:4.375rem;height:9rem;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; }
#ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:31.25rem;top:11.875rem;left:42.5rem;overflow:hidden;display:block; }
#rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:44.6875rem;display:block; }
#dTE0I5ERhSG8n4pbGebLZxECflHLsoWk { color:rgba(var(--color-secondary-2),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.875rem;left:4.375rem;height:4.5rem;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; }
#PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.375rem;height:5.361325rem;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; }
#yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:31.984375rem;left:4.375rem;display:block; }
#W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { position:relative;display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { background-color: transparent; background-image: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container > .video-iframe-container { display: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row > .video-iframe-container { display: none; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .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); }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { border-width: 0; border-radius: 0; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .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; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:3.7578125rem;left:31.25rem;height:11.25rem;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; }
#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { color:rgba(var(--color-secondary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.875rem;left:31.25rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
#tG7TwXfh68zDrJHeymW3W11pB422ozAc { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:17.4375rem;left:31.25rem;height:1.875rem;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; }
#GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.75rem;top:6.2578125rem;left:6.25rem;overflow:hidden;display:block; }
#L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:3.75rem;display:block; }
#l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:19.0625rem;top:31.875rem;left:52.1875rem;overflow:hidden;display:block; }
#N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.125rem;left:37.1875rem;display:block; }
#NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { color:rgba(var(--color-secondary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:38.125rem;left:40.0625rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;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; }
#I3ska4HWl3ZwQa3D1851J6idirp5dK6F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:khand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.375rem;left:0rem;display:block; }
#aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { color:rgba(var(--color-secondary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:45rem;left:0.5rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:45rem;left:5.4375rem; }
#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { position:relative;display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { background-color: transparent; background-image: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container > .video-iframe-container { display: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row > .video-iframe-container { display: none; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .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); }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { border-width: 0; border-radius: 0; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .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; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf { position:relative;display:block; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf { background-color: transparent; background-image: none; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row .container > .video-iframe-container { display: none; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row > .video-iframe-container { display: none; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .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); }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf { border-width: 0; border-radius: 0; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .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; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:98.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RtNTxdH4aNFqKfk60cqynI385w5aArdX { box-sizing:content-box;height:50rem;width:24.0625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:0rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;display:block; }
#wrZ63oh0N0uk35Bzeul9y1rLocFl2uSM { box-sizing:content-box;height:50rem;width:24.375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:0rem;left:24.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kC1bVyZBeHThrLEWGfCvCk8hKZTnRhm5 { box-sizing:content-box;height:50rem;width:24.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:0rem;left:49.6875rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;display:block; }
#cfTSaB9GzH21WJ84TV8COsWPGCEk9ebb { color:rgba(var(--color-secondary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:3.125rem;left:3.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QeHPytG4PaQpmTM30Ta2O5EiIsVc5VCW { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:3.125rem;left:28.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RLhs2SLwiJWFILKkFKvvgTfaEdu1Flih { color:rgba(var(--color-secondary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:3.125rem;left:52.8125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W63pmRiST8Nb0PkiFSprit694O4DXJn2 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.94921875rem;left:3.125rem;overflow:hidden;display:block; }
#iOMtBTG8vdemeTsnKOqCFqprzLc9XMwB { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.94921875rem;left:28.125rem;overflow:hidden;display:block; }
#XbTC7aMwlR0Tx9v01RpxCMqkIi05pWBE { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:10.94921875rem;left:53.1875rem;overflow:hidden;display:block; }
#wmfIHX630s9N1xVp4pUJTEbWHNqOgzqs { color:rgba(var(--color-secondary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:30.32421875rem;left:3.125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiIUVfqP3vnTRI9Qv14W0iBUNNOsThSM { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:18.75rem;top:34.548828125rem;left:3.28125rem;overflow:hidden;display:block; }
#owuV1dTx6HmlunkuAlTm3N21EWUTDAtA { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:30.32421875rem;left:28.125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#briOvE0hk47UnrPbME1p1LHS9eR2SDM4 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:18.75rem;top:34.548828125rem;left:28.125rem;overflow:hidden;display:block; }
#GKEstoqqMQvZ45wbcV0KSNJ7oaSy5Rr4 { color:rgba(var(--color-secondary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:30.3125rem;left:52.875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WH3mbiGZRFMnoGW4cFkhz6lunzX59GDS { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:18.75rem;top:34.5625rem;left:53.0625rem;overflow:hidden;display:block; }
#G5Z2oqqZCMwkT1fQWPTSUQISaxgZcg7O { box-sizing:content-box;height:44.625rem;width:62.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:46.25rem;left:5.625rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
#TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:49.375rem;left:9.3125rem;height:9.898425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i5rPye4Q01B5h4JWix0f7kcKla6Nzf3M { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:61.771484375rem;left:8.75rem;overflow:hidden;display:block; }
#iuoVZv0RLIcoLW9ObTrcqTVaXpcVm0se { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:31.25rem;top:70.6875rem;left:35.0625rem;overflow:hidden;display:block; }
#pWWmGNLku7PglUxfmzvXMlbGcJR7GQIL { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:70.5966796875rem;left:28.125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:89.0625rem;left:21.875rem;display:block; }
#lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:khand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:95.9375rem;left:67.8125rem;display:block; }
#nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV4Dpmlw9winmEzqI226D1hBqewiLMAX { color:rgba(var(--color-secondary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:96.5625rem;left:68.3125rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:96.5625rem;left:73.25rem; }
#o0P6yGbcZNufwzZ7s5X50IsNHRvxchKI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:38.125rem;left:31.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PQdShLT8JrV60D4dUG7LzEsSaVTtRDQF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.32421875rem;left:8.75rem;display:none; }
#TVhK14reNvL66AheBx0R9Pgcu4Dkn1hB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.32421875rem;left:8.75rem;display:none; }
#ivThNDpNi7qTllFQdlcJTcpIMAVvXk7v { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:38.125rem;left:31.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { position:relative;display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { background-color: transparent; background-image: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container > .video-iframe-container { display: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row > .video-iframe-container { display: none; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .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); }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { border-width: 0; border-radius: 0; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .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; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:0rem;left:16.5625rem;height:0.8994125rem;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; }
#cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:0rem;left:15rem;height:0.8994125rem;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; }
#sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:1.25rem;left:16.5625rem;height:0.8994125rem;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; }
#S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:1.25rem;left:15rem;height:0.8994125rem;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; }
#ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:2.5rem;left:15rem;height:0.8994125rem;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; }
#d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { color:rgba(var(--color-secondary-2),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.5625rem;height:0.8994125rem;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; }
#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { position:relative;display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { background-color: transparent; background-image: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container > .video-iframe-container { display: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row > .video-iframe-container { display: none; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .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); }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { border-width: 0; border-radius: 0; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#R37kudpINovJEMUNPtSGSdVcp1bHWFbv { box-sizing:content-box;height:0.25rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.4375rem;left:25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { background-color: transparent; background-image: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container > .video-iframe-container { display: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container { display: none; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .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); }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { border-width: 0; border-radius: 0; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#bda908fa0b345c5e30fec1dfe8af716f { color:rgba(var(--color-secondary-2),1);display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:1.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#Jad41cc959e852af6225d5f6060bdad6 { color:rgba(var(--color-secondary-2),1);display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.875rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#m5f203c2204111037c1456ecb08b6bc9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.875rem;left:34.6875rem; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#a366778d0ddb60b56b0efb5cbcb6d3e9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.875rem;left:37.875rem; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Db1e4a425f0965a2d9475391a5a180b8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.5rem;top:1.5625rem;left:60.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { top:0.75rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { top:2.3125rem;left:25.1875rem;width:14.125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .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; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .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; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { width:18rem;height:5.0625rem;display:flex;top:3.0625rem;left:14.25rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
 }@media only screen and (max-width: 763px) { #Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { top:1.1875rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { top:1.25rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXZaICAH1hydrsZc5zqIM45vEAndxTd { top:1.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { top:1.625rem;left:0rem;width:47.75rem;height:21.158189655172rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { top:6.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { width:47.75rem;height:9rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { top:11.875rem;left:16.5rem;width:31.25rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { top:13.125rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTE0I5ERhSG8n4pbGebLZxECflHLsoWk { width:35.8125rem;height:4.5rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { width:37.5rem;height:5.3125rem;top:23.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { width:20.625rem;height:3.75rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block; }
 }@media only screen and (max-width: 763px) { #ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { width:37.5rem;height:11.25rem;top:3.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { width:36.8125rem;height:9.0625rem;top:19.875rem;left:10.9375rem;font-size:0.8125rem;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
 }@media only screen and (max-width: 763px) { #tG7TwXfh68zDrJHeymW3W11pB422ozAc { width:37.5rem;height:1.875rem;top:17.4375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { top:6.25rem;left:0rem;width:18.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { top:3.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { top:31.875rem;left:28.6875rem;width:19.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { width:22.5rem;height:3.75rem;top:33.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block; }
 }@media only screen and (max-width: 763px) { #Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { width:10.9375rem;height:5.25rem;top:38.125rem;left:26.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ska4HWl3ZwQa3D1851J6idirp5dK6F { width:7.1875rem;height:2.5rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block; }
 }@media only screen and (max-width: 763px) { #AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { top:45rem;left:0rem;width:5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { top:45rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { top:3.125rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf { display:block; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtNTxdH4aNFqKfk60cqynI385w5aArdX { top:0rem;left:0rem;width:24.0625rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZ63oh0N0uk35Bzeul9y1rLocFl2uSM { top:0rem;left:11.0625rem;width:24.375rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1bVyZBeHThrLEWGfCvCk8hKZTnRhm5 { top:0rem;left:22.4375rem;width:24.0625rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTSaB9GzH21WJ84TV8COsWPGCEk9ebb { width:19.0625rem;height:7.1875rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHPytG4PaQpmTM30Ta2O5EiIsVc5VCW { width:18.75rem;height:7.1875rem;top:3.125rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhs2SLwiJWFILKkFKvvgTfaEdu1Flih { width:19.0625rem;height:7.1875rem;top:3.125rem;left:28.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63pmRiST8Nb0PkiFSprit694O4DXJn2 { top:10.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMtBTG8vdemeTsnKOqCFqprzLc9XMwB { top:10.9375rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTC7aMwlR0Tx9v01RpxCMqkIi05pWBE { top:10.9375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfIHX630s9N1xVp4pUJTEbWHNqOgzqs { width:19.0625rem;height:;top:30.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiIUVfqP3vnTRI9Qv14W0iBUNNOsThSM { top:34.5rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuV1dTx6HmlunkuAlTm3N21EWUTDAtA { width:18.75rem;height:3.5625rem;top:30.3125rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #briOvE0hk47UnrPbME1p1LHS9eR2SDM4 { top:34.5rem;left:14.5rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEstoqqMQvZ45wbcV0KSNJ7oaSy5Rr4 { width:19.0625rem;height:3.5625rem;top:30.3125rem;left:28.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3mbiGZRFMnoGW4cFkhz6lunzX59GDS { top:34.5625rem;left:29rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Z2oqqZCMwkT1fQWPTSUQISaxgZcg7O { top:46.25rem;left:0rem;width:46.5rem;height:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { width:47.75rem;height:9.875rem;top:49.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5rPye4Q01B5h4JWix0f7kcKla6Nzf3M { top:61.75rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuoVZv0RLIcoLW9ObTrcqTVaXpcVm0se { top:70.6875rem;left:16.5rem;width:31.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWmGNLku7PglUxfmzvXMlbGcJR7GQIL { width:18.75rem;height:;top:70.5625rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { width:31.25rem;height:5.625rem;top:89.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block; }
 }@media only screen and (max-width: 763px) { #ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { width:7.1875rem;height:2.5rem;top:95.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block; }
 }@media only screen and (max-width: 763px) { #tV4Dpmlw9winmEzqI226D1hBqewiLMAX { top:96.5625rem;left:42.75rem;width:5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { top:96.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0P6yGbcZNufwzZ7s5X50IsNHRvxchKI { width:12.5rem;height:3.5625rem;top:38.125rem;left:11.375rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQdShLT8JrV60D4dUG7LzEsSaVTtRDQF { top:34.3125rem;left:1.9375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVhK14reNvL66AheBx0R9Pgcu4Dkn1hB { top:34.3125rem;left:1.9375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivThNDpNi7qTllFQdlcJTcpIMAVvXk7v { width:12.5rem;height:3.5625rem;top:38.125rem;left:11.375rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { width:47.75rem;height:0.875rem;top:0rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { width:1.5625rem;height:0.875rem;top:0rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { width:47.75rem;height:0.875rem;top:1.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { width:1.5625rem;height:0.875rem;top:1.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { width:1.5625rem;height:0.875rem;top:2.5rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { width:47.75rem;height:0.875rem;top:2.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R37kudpINovJEMUNPtSGSdVcp1bHWFbv { top:1.4375rem;left:11.375rem;width:25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bda908fa0b345c5e30fec1dfe8af716f { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jad41cc959e852af6225d5f6060bdad6 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5f203c2204111037c1456ecb08b6bc9 { top:1.875rem;left:21.0625rem;width:2.5rem;height:2.5rem;display:block; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #a366778d0ddb60b56b0efb5cbcb6d3e9 { top:1.875rem;left:24.25rem;width:2.5rem;height:2.5rem;display:block; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Db1e4a425f0965a2d9475391a5a180b8 { top:1.5625rem;left:35.25rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 { display:block; }#W6CVqPGbJEhiqvqRmPmxdNhkq3cvqxz0 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbEoPxtKThbrrUTJg1ZplsnWtQwfSpdq { width:18.75rem;height:4.6875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEccWsJBwKMrqsIC6wSbOSQCt8D3urVE { width:20rem;height:1.25rem;top:8.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 .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; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-number { padding-top:0.3675rem;padding-right:0.334375rem;padding-bottom:0.3675rem;padding-left:0.334375rem;width:2.004375rem;min-width:2.004375rem;height:1.97375rem;font-size:1.469375rem;line-height:31.58px;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; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6725rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qz7pmfMympemb6Tgeq8z4dqCyKGox016 { width:14.6875rem;height:3.719375rem;display:flex;top:9.9375rem;left:2.5625rem;z-index:5000;padding-top:0.056875rem;padding-right:0.066875rem;padding-bottom:0.056875rem;padding-left:0.066875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #WKpomROxzWFFaiNRATsu5vP4pMrQCkV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #E28539iq0CfIdQ7wPZmw6Z552akzVOd4 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #BsThFmy2LGtMyzMoi9IaH6qgIVALGoky {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #P9fyy7UWzLhTIsCJ7NOPkU9Ngh9Acpyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #wD2vtIR7cvHH1AXH5o5l794UDI0orfTh {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #QWpTcgKxisezZ1fi0tWSk2rF9C9TdTZw {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ce804pmMMQIUE1EqTLEC9Q5zgkIJD0sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #DtXXN743SrMD7DgUFXI19R9iDnCuMRKz {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #N2V3hh5GzAP5qGuCgvT19f2CUJdANEMK {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #ZGcHrC0TOalIODcchnlXGNRyT5LCUxyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #pB9WuZef7BlSH82sHbIZeZlWZ8Xd5lm2 {  }
 }@media only screen and (max-width: 763px) { #qz7pmfMympemb6Tgeq8z4dqCyKGox016 #Ad1Eah0gBZfhHzTnfOeyFfR5HNVX8hIl {  }
 }@media only screen and (max-width: 763px) { #Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU { display:block; }#Q7GuDBcmIsuBnNzVSzl3rMJoTo8slnGU > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdF4rfRUBE6FkozEGHIAZpz21kJJ6TM { width:5.9375rem;height:1.2744125rem;top:0.61328125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJ6O7QeHHEvZ8slQptZ56PCiU9S0Ns4 { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #lQ76TkQIA4XUb9v9JWvi7Ic4QQ22t80R { width:9.0625rem;height:1.2744125rem;top:0.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXZaICAH1hydrsZc5zqIM45vEAndxTd { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:18.125rem;z-index:15024;font-size:0.875rem; }
#hLXZaICAH1hydrsZc5zqIM45vEAndxTd > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBrzPGqy34WqAC7a6VBdSD6W81gNQ78 { width:18.75rem;height:8.25rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 { display:block; }#TSu9XhzSLAKvTbIWe64h42PGx2RmIZv1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 { display:flex;width:1.875rem;height:1.875rem;top:7.1875rem;left:9.0625rem;font-size:1.3125rem; }
#rcURwngKEb9PxSHAkxQ7V6tiQ2npWHS2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZTbJPNaGNBW0x0e6ETwGoK8i4UGVs72q { width:18.75rem;height:6.5625rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsOIgXb9am97Cf6IDAcoUObGepd7eNu { display:block; }#AqsOIgXb9am97Cf6IDAcoUObGepd7eNu > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrdag7srF6kosH5uaiQM9CBr7b5Weukz { width:17.5rem;height:16.5rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTlLFsChxuSrSOHA6DvDHZ1DuEpkzom { width:15rem;height:12.3125rem;top:19rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnqRM78eOcAE1Z2EpTKBgieqkpOafnlq { width:7.8125rem;height:7.8125rem;top:19rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTE0I5ERhSG8n4pbGebLZxECflHLsoWk { width:17.5rem;height:4.5rem;top:32.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDZpE2sZ5UFnQSuneW6fyEWWQPGNgdS { width:17.5rem;height:5.84765625rem;top:38.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUk5g7hGcfE7Q7Qa6h74o2r4HiRps4KK { width:16.875rem;height:3.75rem;top:45.41015625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2JHTKc05vXkf73W3NPpH5M4byehO1ac { display:block; }
 }@media only screen and (max-width: 763px) { #ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz { display:block; }#ivm3a8TUNARpCiz9FFtyd9ZqnHQ484Fz > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSGeav64aUhkhoKoAwsoDWyCTTbqyiHg { width:17.5rem;height:16.5rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K { width:17.5rem;height:9.15625rem;top:35.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#lDctxQ8Qz5WBqHsFRNlEAx0fauGLTS2K li:before{  }
 }@media only screen and (max-width: 763px) { #tG7TwXfh68zDrJHeymW3W11pB422ozAc { width:20rem;height:1.5rem;top:33.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpnC0vG9h7PVcN66N7ratLh5Uc5HKcAb { width:9.375rem;height:12.1875rem;top:21.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IMGLzhHmnqPlkqTikbASOd6vcTtp6V { width:11.25rem;height:11.25rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IOHtTpTdnv5LJ7flICBMmp2pS8q407 { width:12.5rem;height:9.75rem;top:53.375rem;left:6.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #N8PIC2laThqqvRSUVDNApdCg1PRMiQlF { width:17.5rem;height:3.75rem;top:46.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV22aqP5VSehUlPD5OcJTbERiykTokQq { display:block; }
 }@media only screen and (max-width: 763px) { #Zg81bq8iL95zJpTK6EvMMGEu2zUw677K { width:7.5rem;height:4.6875rem;top:51.3125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ska4HWl3ZwQa3D1851J6idirp5dK6F { width:6.5rem;height:2.5rem;top:60.625rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0uBoytetouvq5IBkntCyEVlrFA54hI { display:block; }
 }@media only screen and (max-width: 763px) { #AXINOrSvzrX26SwUEeNTEXEpR7wcr5yy { width:4rem;height:1.25rem;top:61.25rem;left:0.625rem;font-size:0.5rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #perylMrVxXdVa0LBzrTUcyNa4eIZIdUx { display:flex;width:1.25rem;height:1.25rem;top:61.25rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z { display:block; }#kgisfM3AnsmNPCseVLnzGA9qJgHyiw3z > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTK4GyVabQdKddlkRzsgd9EAZfV6ThxL { width:20rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf { display:block; }#SPsWkKmWv9PTyINFIMelpyLdUoe4kZHf > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtNTxdH4aNFqKfk60cqynI385w5aArdX { width:17.5rem;height:32.5rem;top:0.625rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZ63oh0N0uk35Bzeul9y1rLocFl2uSM { width:17.5rem;height:35rem;top:35.625rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1bVyZBeHThrLEWGfCvCk8hKZTnRhm5 { width:17.5rem;height:32.5rem;top:73.125rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTSaB9GzH21WJ84TV8COsWPGCEk9ebb { width:17.5rem;height:1.79980625rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHPytG4PaQpmTM30Ta2O5EiIsVc5VCW { width:17.5rem;height:1.79980625rem;top:40rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhs2SLwiJWFILKkFKvvgTfaEdu1Flih { width:17.5rem;height:1.79980625rem;top:77.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63pmRiST8Nb0PkiFSprit694O4DXJn2 { width:15rem;height:15rem;top:4.2998046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMtBTG8vdemeTsnKOqCFqprzLc9XMwB { width:15rem;height:15rem;top:41.7998046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTC7aMwlR0Tx9v01RpxCMqkIi05pWBE { width:15rem;height:15rem;top:79.2998046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfIHX630s9N1xVp4pUJTEbWHNqOgzqs { width:17.5rem;height:1.79980625rem;top:19.2998046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiIUVfqP3vnTRI9Qv14W0iBUNNOsThSM { width:17.5rem;height:8.75rem;top:21.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuV1dTx6HmlunkuAlTm3N21EWUTDAtA { width:17.5rem;height:1.79980625rem;top:56.7998046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #briOvE0hk47UnrPbME1p1LHS9eR2SDM4 { width:17.5rem;height:8.75rem;top:58.599609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEstoqqMQvZ45wbcV0KSNJ7oaSy5Rr4 { width:17.5rem;height:1.79980625rem;top:94.2998046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3mbiGZRFMnoGW4cFkhz6lunzX59GDS { width:17.5rem;height:8.75rem;top:96.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Z2oqqZCMwkT1fQWPTSUQISaxgZcg7O { width:17.5rem;height:25.625rem;top:116.625rem;left:0.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZenTeLTD3vtrN8xuIW4onsTkPr5c2iS { width:18.75rem;height:5.99609375rem;top:108.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5rPye4Q01B5h4JWix0f7kcKla6Nzf3M { width:15rem;height:11.25rem;top:118.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuoVZv0RLIcoLW9ObTrcqTVaXpcVm0se { width:16.25rem;height:8.125rem;top:132.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWmGNLku7PglUxfmzvXMlbGcJR7GQIL { width:17.5rem;height:1.79980625rem;top:130.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpm1BePmgwVc0qcKw4FZAOwTXf7oPZ7Z { width:18.75rem;height:3.75rem;top:144.6875rem;left:0.625rem;font-size:1.5rem;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4Txp1ELRT3knoTHyf1fn56TioIs1VS { display:block; }
 }@media only screen and (max-width: 763px) { #ePscuw0Z32GHXw3R7M4P45BPhAB26vPS { width:6.5rem;height:2.5rem;top:149.6875rem;left:13.5rem;z-index:15061;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nQaerB1eVdACva3PEewvgAXuzCzEic0B { display:block; }
 }@media only screen and (max-width: 763px) { #tV4Dpmlw9winmEzqI226D1hBqewiLMAX { width:4rem;height:1.25rem;top:150.3125rem;left:14.1875rem;font-size:0.5rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #tTt0AdS3mGo5U4B7eNkIzP7yEo7VNReq { display:flex;width:1.25rem;height:1.25rem;top:150.3125rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #o0P6yGbcZNufwzZ7s5X50IsNHRvxchKI { width:20rem;height:3.75rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #PQdShLT8JrV60D4dUG7LzEsSaVTtRDQF { width:8.75rem;height:8.75rem;top:30.5rem;left:5.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TVhK14reNvL66AheBx0R9Pgcu4Dkn1hB { width:8.75rem;height:8.75rem;top:68.125rem;left:5.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ivThNDpNi7qTllFQdlcJTcpIMAVvXk7v { width:20rem;height:3.75rem;top:70.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 { display:block; }#A7JrKpyoeUcs2S0Rtx1lBaVcBfHiX2N1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seAPeHOUI3dh4DoBlaIJhWUIoCfbeFZ8 { width:16.25rem;height:1.3496125rem;top:1.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGx8hmlmQDgGu70dBRgM9TLgffC2hm { width:1.25rem;height:0.75rem;top:1.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppObICCZCKCOeJELWPzfuZ4bQccR8WQ { width:16.25rem;height:0.67480625rem;top:2.94921875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30SWHlBU7t1sC4bRA49m7d6wbgS4gH9 { width:1.25rem;height:0.75rem;top:2.912109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfWE9H3HrGM20mml1BFTbm1uT8I4nek { width:1.25rem;height:0.75rem;top:3.9365234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bbNuJz5PIBbU0okvlGJaMnIHdcPNce { width:16.25rem;height:2.0244125rem;top:3.9365234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT { display:block; }#VDVZtMRBxIX9JzTwhxWSQ8oiAWgQUAHT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R37kudpINovJEMUNPtSGSdVcp1bHWFbv { width:18.75rem;height:0.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 { display:block; }#yZVxD5S7xsxF2CBloJfw2sonsSViLRu8 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bda908fa0b345c5e30fec1dfe8af716f { width:20rem;height:2.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Jad41cc959e852af6225d5f6060bdad6 { width:20rem;height:2.0996125rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5f203c2204111037c1456ecb08b6bc9 { width:2.5rem;height:2.5rem;top:8.25rem;left:7.1875rem;display:block; }
#m5f203c2204111037c1456ecb08b6bc9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #a366778d0ddb60b56b0efb5cbcb6d3e9 { width:2.5rem;height:2.5rem;top:8.25rem;left:10.3125rem;display:block; }
#a366778d0ddb60b56b0efb5cbcb6d3e9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Db1e4a425f0965a2d9475391a5a180b8 { width:12.5rem;height:3.125rem;top:13.4375rem;left:3.75rem;display:block; }
 }