.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:124,42,232;--color-primary-4:53,51,205;--color-secondary-0:252,224,231;--color-secondary-1:247,152,177;--color-secondary-2:238,49,98;--color-secondary-3:119,25,49;--color-secondary-4:36,7,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container { background-color: transparent; background-image: none; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container > .video-iframe-container { display: none; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row > .video-iframe-container { display: none; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .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); }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container { border-width: 0; border-radius: 0; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.654375rem;padding-right:0.57125rem;padding-bottom:0.654375rem;padding-left:0.57125rem;display:block;align-items:center;width:3.428125rem;min-width:3.428125rem;height:3.516875rem;position:relative;font-family:arial;font-size:2.6175rem;font-weight:700;line-height:56.27px;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;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.40875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.57125rem;height:1.390625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.98125rem;font-weight:700;line-height:22.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.3125rem;height:6.625rem;padding-top:0.081875rem;padding-right:0.081875rem;padding-bottom:0.081875rem;padding-left:0.081875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.2291666269302rem;left:33.177951812744rem;z-index:5000; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #qTlHrLqIKMdMTydTlUPWowbxcTi1l9QI { display:flex;position:relative;top:0rem;left:0rem; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #GvJTbTElTndKLdJ0GWhUnNtk3olto63N { width:auto; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Agf9TQKmi3D3SL5L6wewFtBO07Qvonn5 {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #xPLTr246LN0GxxHBh3RPWbnQqJsffLSR { display:flex;position:relative;top:0rem;left:0rem; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #DRVvx4Vx5S9Sp7eMfCMZA6XCUlMkBuRB {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PXrBfDHl48Uurbp3WFitplnoeGEEIwGh {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #LQOGTJJlMUz5Mk8ddfc3h12mShhegWFg { display:flex;position:relative;top:0rem;left:0rem; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Be8h2KmvRlVTnLnl25hK5GLOGuzX6hiD {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #t7MNDvMoP0KlF1EsMsmPMlXvlSKTRPOy {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #FDZq3E1G1HheP4PMZOvsx6sw3MqEAmmn { display:flex;position:relative;top:0rem;left:0rem; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #d0BoeF3pFD1MqMMmvwcSvgpbKvAAoGhb {  }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PNXmdPNchRqnky71N8hZqGWBctyCs4Vw {  }
#HnQUbNNWyCTbBMm7vDrEAxXbzJMdHQpU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.775390625rem;left:1.296875rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #340152, #4407bf);background-image: -moz-linear-gradient(180deg, #340152, #4407bf);background-image: -ms-linear-gradient(180deg, #340152, #4407bf);background-image: -o-linear-gradient(180deg, #340152, #4407bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );";background-image: linear-gradient(180deg, #340152, #4407bf);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container { background-color: transparent; background-image: none; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container > .video-iframe-container { display: none; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row > .video-iframe-container { display: none; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .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); }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container { border-width: 0; border-radius: 0; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#IISkEdiSxmotaZG4Iep5hGSIw4NVf0kN { position:absolute;display:block;z-index:15000;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:31.375rem;width:53.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv > .row .container { border-width: 0; border-radius: 0; }#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:none; }#N9Ju1buAKeMTOi9CgDnguVCVA4eo5TXd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:5.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.1223945617676rem;left:27.375869750976rem;display:block; }
#vQw4PMKRMJGpgnXgGlN14FAfKp5FRGw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwxvmNUruxgJAVWChHOO3eqobTTJPL5f { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.6875rem;width:21.125rem;top:2.9027767181396rem;left:3.2421875rem;overflow:hidden;display:block; }
#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4407bf, #340152);background-image: -moz-linear-gradient(180deg, #4407bf, #340152);background-image: -ms-linear-gradient(180deg, #4407bf, #340152);background-image: -o-linear-gradient(180deg, #4407bf, #340152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4407bf', endColorstr='#340152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4407bf', endColorstr='#340152' );";background-image: linear-gradient(180deg, #4407bf, #340152);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { background-color: transparent; background-image: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container > .video-iframe-container { display: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row > .video-iframe-container { display: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .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); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { border-width: 0; border-radius: 0; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#THbXVkSaJqkAb3nyLPbL0gfCHZq4K4c6 { color:#11159d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:0rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq { position:relative;display:block; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq { background-color: transparent; background-image: none; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row .container > .video-iframe-container { display: none; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row > .video-iframe-container { display: none; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .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); }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq { border-width: 0; border-radius: 0; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .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; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#msykO8ZyPb5WndEuafz53GTiHBMeHqCN { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.9931640625rem;left:0rem;height:6.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm > .row .container { border-width: 0; border-radius: 0; }#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:none; }#f87SCzpRhcRytDwWhrJbRPqT1Rn8Pftg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:5.9677734375rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#H7iRhq8CqFIU3dQiiGMOfw1mwEWoG8we { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:10.89453125rem;left:34.875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#rdy78OC2rLvUgE1wxqhbTMeTIATFIgf1 { position:absolute;display:block;z-index:15037;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;height:14.1875rem;width:25.3125rem;top:9.48046875rem;left:1.75rem;overflow:hidden;display:block; }
#At36XC1J83GC6Z2dwS2V6Is5TGmoq83T { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:29.3125rem;left:32rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#ttUD3QsgItsOT0e3VgF3JmH6qoO4Z3JT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:31.375rem;left:31.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#bTn3XMGlhnzGr5ahQlOdE4cWJDoN69FN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:25.1875rem;left:0.3125rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#fQdpolRTUx68DJKT23FLPsBgBNXZSCws { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:35.625rem;left:32.3125rem;display:block; }
#xTfPx4Fv2066P8V1314KtpxGQrg1uGaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tI0SNwUSBaFaNka3sV7oPZ023UJd8h5b { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:51.25rem;width:30.75rem;top:9.48046875rem;left:0.0625rem;display:block; }
#vTB5KaDvFQm5T0onqr250oUiR14Vm8mC { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:12.375rem;top:50.0625rem;left:33.75rem;overflow:hidden;display:block; }
#OL33T2mAJZOo2uoHcca7WlyuTTURuLa1 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:5.875rem;width:9.75rem;top:52.5625rem;left:47.125rem;overflow:hidden;display:block; }
#zTm7E4qIUcSkxqKhKPwWglVBr46ysWhx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:46.6875rem;left:33.25rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#wCk54FFquKBeEBeWhrgEMkTNi8ymylbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#Long6R1m05bV9EJhs6UveEhTqOqrSF9c { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:41.2373046875rem;left:0.625rem;height:7.34765625rem;text-align:left;text-align-last:left;display:block; }
#E6JhwUwOxCkXqKRE6huB1HFw7GCFm38a { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:50.5625rem;left:0.625rem;height:5.5107375rem;text-align:left;text-align-last:left;display:block; }
#Xw1lFJllrIPUuFngc0zW7WTkNvxSJhlD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:31.125rem;left:0.5rem;height:7.34765625rem;text-align:left;text-align-last:left;display:block; }
#XTTMKSpt80TVAVxKS18ZQIN0cySJrxHp { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:40.8125rem;left:32.3125rem;display:block; }
#T3t7g7kcILlbhXFK6dSXEu27TmS2Ty4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrRg7X5Qr9tMiOhXO3rkuhngTbaGx35i { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:22.625rem;left:34.9375rem;height:1.6494125rem;text-align:left;text-align-last:left;display:block; }
#ThVugq9HuGuOebLTJrasGSME8eF3xG4u { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:16.58203125rem;left:34.9375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#rq381laiHnZt6amdfXp3lyLmfOrWl8FL { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:11.3193359375rem;left:31.4375rem; }
#dFwbO7X9vH5o9Awlu2WmOxoBptXuJ7Ah { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:16.6943359375rem;left:31.4375rem; }
#HRHoRaRp3uZzRTexnZU77KarlXhPHtQZ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:22.07421875rem;left:31.5625rem; }
#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #340152, #4407bf);background-image: -moz-linear-gradient(180deg, #340152, #4407bf);background-image: -ms-linear-gradient(180deg, #340152, #4407bf);background-image: -o-linear-gradient(180deg, #340152, #4407bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );";background-image: linear-gradient(180deg, #340152, #4407bf);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container { background-color: transparent; background-image: none; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container > .video-iframe-container { display: none; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row > .video-iframe-container { display: none; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .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); }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container { border-width: 0; border-radius: 0; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#pboX3I09x2QLtXogEJn9bUCAUGOn19os { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:6.2177734375rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#vKMiMmVq31MDuaPRpAIKV9h1eTmVnFZC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.9130859375rem;left:0rem;height:3.64355625rem;text-align:center;text-align-last:center;display:block; }
#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container { background-color: transparent; background-image: none; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container > .video-iframe-container { display: none; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row > .video-iframe-container { display: none; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .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); }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container { border-width: 0; border-radius: 0; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#JnVzmQOav0BRNIVW8hQfAfQvV9kLiTJc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:2.1875rem;left:33.1875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#PnyqdG6pwEW91gtC8T46oPHInVKnURgb { position:absolute;display:block;z-index:15037;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;height:18.6875rem;width:36.75rem;top:4.25rem;left:-8.9560546875rem;overflow:hidden;display:block; }
#DpiAsMN9BOG3qADVW8I7thFWeaV1m3d7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:8.3125rem;left:33.0625rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#OtETZcwabKKFJ7WnxJpSZtxfGRaUUC9f { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:10.5rem;top:1.4375rem;left:16.7080078125rem;overflow:hidden;display:block; }
#qkpfBl8bgMTK4SWHiM2EyeNzcIwH5vzR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:21rem;left:33.25rem;height:1.6494125rem;text-align:left;text-align-last:left;display:block; }
#FmtRTc0SsTAsPK2RqEyboouoK8X5N5qS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:14.9375rem;left:33.1875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#WAlqOE7EPquHcbL59S4gRwTi2rKa4hWD { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:2.625rem;left:29.5rem; }
#Qo4yvq4D19NHoVu5c1JC4IWvw5ln8Rls { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:15.0625rem;left:29.5rem; }
#XEAdCDATzslrkQ2CSMMwIAQXtF5difEv { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:20.4375rem;left:29.625rem; }
#VTtttoRAOnGtgaIVsPnXepLgokCuXNpJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:8.875rem;left:29.375rem; }
#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container { background-color: transparent; background-image: none; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container > .video-iframe-container { display: none; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row > .video-iframe-container { display: none; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .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); }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container { border-width: 0; border-radius: 0; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#TTa6HrVu6inExzknbOby8VbAE7yQnsd4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:1.8125rem;left:15.625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#VOT7mTxZtOQPNXKv6ZdPlm0ACDydUoTa { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:3.875rem;left:16.0625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#lxSJVmI7DON3WcPVggoiSK320v5lQ8gw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:8.125rem;left:18.0625rem;display:block; }
#vX9gA7PxXsQ888BOgLzo0eqoJO882hNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntzw8azNKRGdHlN9HnB133dR0bxUICgn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:18.75rem;left:16.75rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#Mva0s1VKaMBiRJTbuZuszPH6Nk2IB6Kl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:13.3125rem;left:17.9375rem;display:block; }
#hzSKEbDfl9bTavIp5TAcIWOdHIxcdO5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbOXh3PPEeP2m9b2Shq1sBqBTBCxRoPE { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.125rem;top:0rem;left:4rem;overflow:hidden;display:block; }
#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #340152, #4407bf);background-image: -moz-linear-gradient(180deg, #340152, #4407bf);background-image: -ms-linear-gradient(180deg, #340152, #4407bf);background-image: -o-linear-gradient(180deg, #340152, #4407bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#340152', endColorstr='#4407bf' );";background-image: linear-gradient(180deg, #340152, #4407bf);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container { background-color: transparent; background-image: none; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container > .video-iframe-container { display: none; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row > .video-iframe-container { display: none; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .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); }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container { border-width: 0; border-radius: 0; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#byVHkJyoi6ybFlRpxtbTzGtByMogwFG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:6.2177734375rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#T0kuvVxAiczDRGU2kweIN4gxh46BWvcw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.9130859375rem;left:0rem;height:3.64355625rem;text-align:center;text-align-last:center;display:block; }
#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container { background-color: transparent; background-image: none; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container > .video-iframe-container { display: none; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row > .video-iframe-container { display: none; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .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); }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container { border-width: 0; border-radius: 0; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#ukZti4HnKuQfJXSe88gHSlpkpRD3kfHN { position:absolute;display:block;z-index:15037;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;height:18.25rem;width:28.8125rem;top:2.73046875rem;left:-4.3511029411765rem;overflow:hidden;display:block; }
#Ci8f7zHl7cRLXPPFOfLls0PJNLq2KMzN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15050;line-height:1.1;letter-spacing:0;top:18.625rem;left:34.1875rem;height:1.6494125rem;text-align:left;text-align-last:left;display:block; }
#TbSRP8HwGBGVq9KDKNXApcsObTCqnFll { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:13.5625rem;left:34.1875rem;height:3.298825rem;text-align:left;text-align-last:left;display:block; }
#a2czRJTqsBDOxlMT6mFTeyW0pkvVxGLw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:10.1875rem;left:34.3125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#xXTqU9QccDN2TnT7LWMm3BaINbbFSAMv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:2.8125rem;left:34.4375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#yR2zrvnsAhdQ84imTq4ToaR3ACrvqEL5 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:2.8125rem;left:31.0625rem; }
#P0iNPysv56mlc7hrERT5os8QneyMczOe { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:9.5625rem;left:31.0625rem; }
#mz03m9auS1TKoterPtbUEg6lf6WzWMGA { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:13.8125rem;left:31.1875rem; }
#pr0sS3Etf2mmZADR3VDdnmlKnHTf4NdV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:18.1875rem;left:31.25rem; }
#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container { background-color: transparent; background-image: none; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container > .video-iframe-container { display: none; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row > .video-iframe-container { display: none; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .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); }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container { border-width: 0; border-radius: 0; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#K23cki6B380LgfU4CsvoCl3be5p8XHrv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:6.875rem;left:17.625rem;display:block; }
#orx62pGvOAOUi4zlLgU3zGHtiI9X3uOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCq626u9vndTrngIMSsLPEyS1JEwIp1v { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:3.1875rem;left:16.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#zLitOt8J7FQ0m96Z8tG5l6XOVzerNV7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15062;line-height:1.4;letter-spacing:0;top:1.125rem;left:17.5625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#CSc96h54wNU4nCLpFT4onXRpq9iTpNlp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:12.9375rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw > .row .container { border-width: 0; border-radius: 0; }#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:none; }#iSwyKakLhLcUbzPF5oie5OVIo8RBh7QW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:5.9677734375rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#V5PPSHh5DGwTfP25xDnMKPtIy21bDfvy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:10.89453125rem;left:34.4375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#lowKDLkfXvWUmlAWC96N8OelopgJhVuw { position:absolute;display:block;z-index:15037;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;height:14.1875rem;width:25.3125rem;top:9.48046875rem;left:1.75rem;overflow:hidden;display:block; }
#nQoGnl0deot35GHG1dPk60cDFoZvSPwI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:32.1875rem;left:32rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#aJo9ugcxALr58Gd45TPrulBtSe8ZhUag { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:34.25rem;left:30.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#R2q2SyMoWhEgmz5S0L0uiDiIGAqHKpP9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:38.5rem;left:32.3125rem;display:block; }
#JGRGQssyUs79F9ekTEJhnRTlfe11DiNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p81tH2GH618FIc7Vf2ssa8Fwv1TgQD0K { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:52.9375rem;width:29.6875rem;top:9.48046875rem;left:0.0625rem;display:block; }
#kxP0Cr6WrMdPKTOlgBBK2EFWfS2orrpu { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:12.375rem;top:52.5625rem;left:33.25rem;overflow:hidden;display:block; }
#tobCWhOgdhsOXAdeQ41TIubqmWHgpzZ3 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:5.875rem;width:9.75rem;top:55.75rem;left:46.9375rem;overflow:hidden;display:block; }
#RxszTlC4AvMKrifSOcATCF5A2pmQ3cxT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:49rem;left:33.25rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#BcbCirkFca3Mn5OwL2oDlM3lhkqusiKz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:3.64355625rem;text-align:center;text-align-last:center;display:block; }
#fJKSGJXT481sWaHkmNZ0NptgQG4GpppA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:43.6875rem;left:32.3125rem;display:block; }
#VOWmMlHDWxrwr25Att2bEGAgza0io9MZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q49VAUn6bpwg4UCKk0mhUxr1KkDgddz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:21.6875rem;left:34.1875rem;height:3.298825rem;text-align:left;text-align-last:left;display:block; }
#ao6FTbc0LgGGbObZFhZOQzUWZTPMpeD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:18.26953125rem;left:34.3125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#Q6T9y6gefCGc9Qo0N5xPoqth5y4DEq6S { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:26.380859375rem;left:0.6875rem;height:28.1640625rem;text-align:left;text-align-last:left;display:block; }
#gP78kTMsJiUsQqXn5xcbuRNkW1UnJCdf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:26.7021484375rem;left:34.1875rem;height:1.6494125rem;text-align:left;text-align-last:left;display:block; }
#ucOIECXWSWw5s4v5OW3Wp0TfLkmOuNxn { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:10.89453125rem;left:31.0625rem; }
#hyFpEn0Jp9dkMub0GDWbi0RvBCDyLSB9 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:17.6689453125rem;left:31.0625rem; }
#ETiIE86rlooNXLh323VcOGFdpVRHLOcK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:21.8984375rem;left:31.1875rem; }
#gSeV9uyi0fhBZgaK6UWbi8TKkKLEslyb { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:26.2763671875rem;left:31.25rem; }
#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa > .row .container { border-width: 0; border-radius: 0; }#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:none; }#xeleZOFrm2IqzdLrMOUB38t20Hdpmxg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:5.9677734375rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#OqPzqGmqVyZsWhNMFaGZ4ZLTTkmsVUio { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:10.89453125rem;left:34.4375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#i5zpvTbTeqLWBFKSOT4pvEneGICMWPC9 { position:absolute;display:block;z-index:15037;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;height:14.1875rem;width:25.3125rem;top:9.48046875rem;left:1.75rem;overflow:hidden;display:block; }
#sSHnRqqF8yA2cFBnO1nBEvRS6S8GLsV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:32.1875rem;left:32rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#GOyQieX1oWqyTd8EJBmzetKrZ9RPzcRw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:34.25rem;left:30.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#eRgTRuK5mh6QT4zBIe7ldWHenDkIb06v { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:38.5rem;left:32.3125rem;display:block; }
#N881v91JqdHxzfpOFpPRGOru5iNyGGDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdy76nsw9LkzT9O0to4zl3iDWauqVohZ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:52.9375rem;width:29.6875rem;top:9.48046875rem;left:0.0625rem;display:block; }
#ALuVIq0LdEd09cko1wA3Sc8Tthd7M1Ag { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:12.375rem;top:52.5625rem;left:33.25rem;overflow:hidden;display:block; }
#JmpLfG0UVNxGTBX5J7vT5pt5SLrkRuDW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:5.875rem;width:9.75rem;top:55.75rem;left:46.9375rem;overflow:hidden;display:block; }
#ST9ywcGnaTNOn9VnnrArOLoeAHTGXVn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:49rem;left:33.25rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#Ti5hbPtelonHBmB6BWfx5E3scTctpv1r { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:3.64355625rem;text-align:center;text-align-last:center;display:block; }
#KOU5uH5kUBp9yVrFUg8GkmXXvFUQTKw2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:4.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:43.6875rem;left:32.3125rem;display:block; }
#TOBgOp7S3k80dOGvxyyXIpQqbudc2q4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMm8SgwIRszOgS8bC4oKJJ2d44cbXhAH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:21.6875rem;left:34.1875rem;height:3.298825rem;text-align:left;text-align-last:left;display:block; }
#hgmbZ1nyQVUtzv3MJSA4ylfRCdA15Kd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:18.26953125rem;left:34.3125rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#aHJJrNHO2C7bbfG5qnd9ocVhM37nc88o { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:26.380859375rem;left:0.6875rem;height:28.1640625rem;text-align:left;text-align-last:left;display:block; }
#zz3kfPKJ9ms3bpu3LZM4MEVUuqP38Fmo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:26.7021484375rem;left:34.1875rem;height:1.6494125rem;text-align:left;text-align-last:left;display:block; }
#RvOgI7nCSgaQLbtpXePZnXlCDRZRc0Fa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:10.89453125rem;left:31.0625rem; }
#co5cv7vko3s6Uun8THPia1EnPMXpe26w { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:17.6689453125rem;left:31.0625rem; }
#hcARvRt7EZXGixzBT3bVBp4MgTafyaac { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:21.8984375rem;left:31.1875rem; }
#QeN0G6W2HFWdP1Z4TSUCikilURoEyTs8 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:26.2763671875rem;left:31.25rem; }
#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container { background-color: transparent; background-image: none; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container > .video-iframe-container { display: none; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row > .video-iframe-container { display: none; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .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); }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container { border-width: 0; border-radius: 0; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#LpQt1PG9ys3a1VcmxgD03UdMNEGXTWXc { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:1.33203125rem;left:0.03125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#P938XkumNtRoioha2146MBEzXAvp57lf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container { background-color: transparent; background-image: none; }#P938XkumNtRoioha2146MBEzXAvp57lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container > .video-iframe-container { display: none; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P938XkumNtRoioha2146MBEzXAvp57lf > .row > .video-iframe-container { display: none; }#P938XkumNtRoioha2146MBEzXAvp57lf > .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); }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container { border-width: 0; border-radius: 0; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#ypZUnTKCvsqgUb1REKuwAZBv1XGa2oQy { position:absolute;display:block;z-index:15037;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.1875rem;width:21.625rem;top:9.5243055820462rem;left:1.65625rem;overflow:hidden;display:block; }
#ykbtA3UitVWx2zxi0q24Nxl0kcc31vkO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.4678816795349rem;left:25.061630249024rem;height:2.40625rem;text-align:left;text-align-last:left;display:block; }
#DgIEE1stA4tLoi0JK3ppvzPsQ56UAsAB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15041;line-height:1.6;letter-spacing:0;top:9.4384765625rem;left:25.4375rem;height:16.79688125rem;text-align:left;text-align-last:left;display:block; }
#ADxlqPqs6tFbCzDETergRxHIQL1UDL1J { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:29.8251953125rem;left:25.5rem;height:2.44921875rem;text-align:left;text-align-last:left;display:block; }
#QTGWymPWsZWTepBv4AfeZPmODcKUbOOA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:28.0751953125rem;left:25.4375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#kI73kelDSJgb0kcDm2g7FCXshMRrlhsL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:33rem;left:25.21875rem;display:block; }
#PCvlTTZmdl11RZE4hLh06snnei7XNzf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZt1XmckuChAhxcBfZnEZZmTxMhKOCkJ { position:absolute;display:block;z-index:15052;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:12rem;width:12.875rem;top:26.2509765625rem;left:10.28125rem;overflow:hidden;display:block; }
#TXyfFtV3P1udJ5Ep5PP0Phnb9GyV7EJZ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0b1b2;border-left:0.0625rem solid #b0b1b2;border-right:0.0625rem solid #b0b1b2;border-bottom:0.0625rem solid #b0b1b2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:37.375rem;width:59.125rem;top:3rem;left:0.75rem;display:block; }
#hTR1ChJ2ymsxV2IBEVpk2s9NgBPceolE { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:6.375rem;width:10.5rem;top:43.1259765625rem;left:8.75rem;overflow:hidden;display:block; }
#Lf2zBwK5PyqTmUGrEWOU8pSP5xZPWLia { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:4.7204875946045rem;left:0.99305534362794rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#iRMxvr2mdbXuH5qfhUX4BpBaaCNhHoBm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:38.5634765625rem;left:28.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#TbJlveLuiGbQdZIBv8EnEhpmKsaFcGmS { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:44.2138671875rem;left:20.875rem;height:4.19921875rem;text-align:left;text-align-last:left;display:block; }
#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container { background-color: transparent; background-image: none; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container > .video-iframe-container { display: none; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row > .video-iframe-container { display: none; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .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); }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container { border-width: 0; border-radius: 0; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#sSaJn194PlOmrNk2QsqvDptBf9hQHsWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#h2o6E70sDmHN0ydETwNNfmoT6I29T28v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0rem;left:40.53125rem; }
#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container { background-color: transparent; background-image: none; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container > .video-iframe-container { display: none; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row > .video-iframe-container { display: none; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .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); }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container { border-width: 0; border-radius: 0; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#vsRlnI5Twi2G1tUCbBF3vGyBDJKIVWgN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:28.875rem;width:35.25rem;top:0.375rem;left:32.171195652174rem;overflow:hidden;display:block; }
#xy9PQn22A8ollsovTlqa3gpsQMuCVFyc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:25.0625rem;width:40.375rem;top:0.4375rem;left:-8.9227437973025rem;overflow:hidden;display:block; }
#IpepHQ4XToToJPxWD33WZZhhrpUrMsQT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:11.1875rem;width:41.4375rem;top:41.9375rem;left:18.5625rem;overflow:hidden;display:block; }
#eLL1CsnG4mghx67TTBB55Oa4fugoOR0M { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:13.1875rem;width:42.125rem;top:28.75rem;left:0rem;overflow:hidden;display:block; }
#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container { background-color: transparent; background-image: none; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container > .video-iframe-container { display: none; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row > .video-iframe-container { display: none; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .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); }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container { border-width: 0; border-radius: 0; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#XoxEqWiDMVdfDDUEAX1gehHdhvo72Oaa { position:absolute;display:block;z-index:15037;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.6875rem;width:22.1875rem;top:9.1259765625rem;left:1.75rem;overflow:hidden;display:block; }
#BaMWTsI2xVAKSZ8RW39FeeoZ3Vn0SSZz { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:3.03125rem;left:25.5rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#TiCk6M828KOQG8k9UQP8cDshk6FUWH2l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:29.60546875rem;left:23.9375rem;height:2.44921875rem;text-align:left;text-align-last:left;display:block; }
#Th3LH9X5gId3Ga5S0VwM74T3ykgmhJbN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:27.85546875rem;left:23.9375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#VtzJwwLEWUmXUNLbsXqMs5WQsqH1qoIp { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:32.9384765625rem;left:23.4375rem;display:block; }
#fuqQnOAHfdTMrLfZ1rSa3BqDTSFPg5e9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmmveksTqednbhVQupQ0DF9bDx55KvME { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:8.6259765625rem;left:25.53125rem;height:1.75rem;display:block; }
#ULgTbHV2tf1cUNzN5kCOBxf172OH74PT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:10.8759765625rem;left:25.6875rem;height:16.125rem;display:block; }#ULgTbHV2tf1cUNzN5kCOBxf172OH74PT li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ULgTbHV2tf1cUNzN5kCOBxf172OH74PT li:before{  }
#fpp4RCnZ8N3H3P60IrBVbTFo6JaJul4G { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10.25rem;top:27.6884765625rem;left:8.94140625rem;overflow:hidden;display:block; }
#qkJZMkUktDebB1Q4QemT4qvc2UzTxTxV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3e3e3;border-left:0.125rem solid #e3e3e3;border-right:0.125rem solid #e3e3e3;border-bottom:0.125rem solid #e3e3e3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:38.875rem;width:59.875rem;top:0.9375rem;left:0rem;display:block; }
#vHhQB8Tp0UudP9PipFsul0dx95qwRcIL { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:5.3125rem;width:8.8125rem;top:41.84375rem;left:12.41015625rem;overflow:hidden;display:block; }
#cshtK5bPgFXyhAfI1kK1LNpNn7A09cGa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:3.7065925598144rem;left:0.375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Akbk6oqa4p8sMXAbT96UFuepX5PTxQeX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:37.875rem;left:28.59375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-3),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { background-color: transparent; background-image: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container > .video-iframe-container { display: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container { display: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .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); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { border-width: 0; border-radius: 0; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#fxkHD8wPfF9TzD1JD3p7lsDPAnQ4kg6u { color:#3b3b3b;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:3.5791015625rem;left:16.328125rem;height:11.152375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgv4UuXlTzTAkE1bO4WMLKbq765NT4xv { color:#1f2833;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:9.640625rem;left:6.1240234375rem;height:2.23046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cffe221f-6657-47d1-9aae-70fc403a5e49/nataliakoscik.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:1.5112838745118rem;left:4.9991321563721rem;display:block; }#zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM.adaptive-delivery-prevent-bg, #zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM.lazyload, #zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM.lazyloading { background-image: none; }
#Tsm4TbBdGCtipMdTSpmDNA090927En73 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:1.1336803436279rem;left:4.6241321563721rem;display:block; }
#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS { position:relative;display:block; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS { background-color: transparent; background-image: none; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row .container > .video-iframe-container { display: none; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row > .video-iframe-container { display: none; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .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); }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS { border-width: 0; border-radius: 0; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .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; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .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:32.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TO8Th3Xevm3TKTBAXEG5a5spc9ULzNrx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40.0625rem;top:8.78125rem;left:9.96875rem;display:block; }
#A0HuDxhH2xkd9pb6FgMfUKaQaLDiHd1m { color:#1f2833;display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.8876953125rem;left:2.40625rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy { position:relative;display:block; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy { background-color: transparent; background-image: none; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row .container > .video-iframe-container { display: none; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row > .video-iframe-container { display: none; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .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); }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy { border-width: 0; border-radius: 0; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .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; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .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:8.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aoVX0UTFkL7UVSIKfETM79nT1gDoUNIf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.810546875rem;left:0rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL.adaptive-delivery-prevent-bg, #sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL.lazyload, #sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL.lazyloading { background-image: none; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container { background-color: transparent; background-image: none; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container > .video-iframe-container { display: none; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row > .video-iframe-container { display: none; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .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); }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container { border-width: 0; border-radius: 0; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#mhOvwbluVCq1V30P1CRzJthefDfQbba8 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DqJaeODn/Joanna_Nowak.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.78125rem;left:7.436767578125rem;display:block; }#LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT.adaptive-delivery-prevent-bg, #LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT.lazyload, #LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT.lazyloading { background-image: none; }
#knCWZSIhZiB0ef3DhWbhyVJteagFxExu { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:31.062499582768rem;left:21.625rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#A2ZerRixtdBRS7XezelUvP3QSGTfTS5A { color:#3b3b3b;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:10.788205146789rem;left:21.09375rem;height:18.691375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUtqScT7XHqPGTR0NSxFSAGnRsylqCTZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#ETyNBJMwvDgTafJppQrItH1zh91Qn22w { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CnceGHiQ/Magdalena_Kominek.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.811767578125rem;left:26.8740234375rem;display:block; }#ETyNBJMwvDgTafJppQrItH1zh91Qn22w.adaptive-delivery-prevent-bg, #ETyNBJMwvDgTafJppQrItH1zh91Qn22w.lazyload, #ETyNBJMwvDgTafJppQrItH1zh91Qn22w.lazyloading { background-image: none; }
#RAWQ2mhmK9kGuPtx1NgyLVaCRTELhA0M { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:26.936591684818rem;left:41.687503814698rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qcsipnRTC6ghR3d4TTRMnNG4SCnGPeuU { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:12.329820215702rem;left:41.625003814698rem;height:11.8945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkAPr8glWFoXU6ry0WRz3EsmMDwsqp9p { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2qXWjsea/Bo_ena_Tomczyk_foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.687rem;width:6.8115rem;top:2.841064453125rem;left:46.358642578125rem;display:block; }#kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3.adaptive-delivery-prevent-bg, #kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3.lazyload, #kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3.lazyloading { background-image: none; }
#GcOdo5vawGoRsHJhkmMZWCzhsPLgrbkm { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15022;top:4.530029296875rem;left:12.803955078125rem;display:block; }
#qaicXu9HTOE5h87QER2W5pxx6a8RHFTM { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15002;top:1.4670038223267rem;left:35.84375rem;display:block; }
#KiZVZsoN9Abf5PTBTmVn1ymoRtC9qygw { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15020;top:4.530029296875rem;left:51.9287109375rem;display:block; }
#lJnSVLThUv2ZTUftP10Awy3BHVWCGvDB { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.8746875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.675292015076rem;left:12.561849594116rem;display:block; }
#SuJ2mCm3kzTpD1fkwqQsEPw50OsvMQdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndCGuKM8wDGKXTfmDBWkET49FyPVtoCa { position:absolute;display:block;z-index:15006;background-color:#f3f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f3f3f6;border-left:0.0625rem solid #f3f3f6;border-right:0.0625rem solid #f3f3f6;border-bottom:0.0625rem solid #f3f3f6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.875rem;width:19.375rem;top:0.28470134735107rem;left:40.25rem;display:block; }
#rEwOi5uImXcZMsxkr5tBZ581tIr01XkM { position:absolute;display:block;z-index:15006;background-color:#f2f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:19.375rem;top:0rem;left:40.499130249024rem;display:none; }
#uwEJ7Ew05e156g8GNaJDAX6UPceiZdCB { color:#3b3b3b;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:10.788194656372rem;left:1.09375rem;height:16.9921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfHeC1TCu6oOB44qbz4msBh1wn2ldQcy { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:31.062501192093rem;left:0.5625rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JiBH6ApOhrClMbAlmWEvTFil6n8hiZmB { position:absolute;display:block;z-index:15001;background-color:#f3f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f3f3f6;border-left:0.0625rem solid #f3f3f6;border-right:0.0625rem solid #f3f3f6;border-bottom:0.0625rem solid #f3f3f6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.87325rem;width:19.37325rem;top:0.28470134735107rem;left:0rem;display:block; }
#RLQ3PT36OIk8MH5SMSXTPg2HKvslfMnM { position:absolute;display:block;z-index:15000;background-color:#f3f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f3f3f6;border-left:0.0625rem solid #f3f3f6;border-right:0.0625rem solid #f3f3f6;border-bottom:0.0625rem solid #f3f3f6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.874125rem;width:19.374125rem;top:0.28470134735107rem;left:20.248264312744rem;display:block; }
#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d { position:relative;display:none; }#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d { border-width: 0; border-radius: 0; }#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d > .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; }#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xfPDekt8OMFQP3vaecU0TyVkfDoB70XP { color:#234446;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9973958730698rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9E9H25X2BGCFdgH6LQCXN6kT6PQcvP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6293411254881rem;left:1.375rem;height:8.285175rem;display:block; }
#ya6DZKq4HESnLLwK7HtfVTFSOQDrJPO9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11rem;top:11.030382156372rem;left:46.875003814698rem;overflow:hidden;display:block; }
#C6ATM71dSqTENCli87wsatT5qETAXGZ8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.25rem;top:5.9053821563721rem;left:46.750003814698rem;overflow:hidden;display:block; }
#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I { position:relative;display:block; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I { background-color: transparent; background-image: none; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row .container > .video-iframe-container { display: none; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row > .video-iframe-container { display: none; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .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); }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I { border-width: 0; border-radius: 0; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .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; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9fab;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container { background-color: transparent; background-image: none; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container > .video-iframe-container { display: none; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row > .video-iframe-container { display: none; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .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); }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container { border-width: 0; border-radius: 0; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#eKaWgGxWVTPrn08QOUgW7HXN15OvS9PT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:3.3747959136963rem;left:22.811687469483rem;height:19.1953375rem;text-align:left;text-align-last:left;display:block; }
#fvBEINWPR8wF6ZKzFCKUkwBqQlbOec8O { position:absolute;display:block;z-index:15036;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:23.0625rem;width:17.1875rem;top:1.25rem;left:3.375rem;overflow:hidden;display:block; }
#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA { background-color:#ebebeb;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; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container { background-color: transparent; background-image: none; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container > .video-iframe-container { display: none; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row > .video-iframe-container { display: none; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .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); }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container { border-width: 0; border-radius: 0; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;overflow:visible;position:relative;display:block; }#J8iECLgwaNT2UKWckzTyrwtJLbTdBiJ9 { color:#8d8d8d;display:block;width:40.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:5.0494804382324rem;left:10.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#stSSf4yAeRQPgcS0lJg0aAtXMhHE09Wo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:8.6875rem;left:30.5625rem;display:block; }
#HFxSV65tzapfBlQ91pnSllGlVUlShGpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBIwMNgi4btKMfxJeMpB0xThvr5lqOSx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.68576335907rem;left:18.875rem;display:block; }
#xh887SJW4CgQIN44e9bcwkVTp7wIel2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAVqh7JKcGFya02KhE17yTVDvwpwyTWs { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:7.125rem;left:0rem;display:block; }
#ET5p4UOFdHtrMTyvhSe8MzpTG4HS5bE1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:17.1875rem;top:0.35329818725586rem;left:22.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 { display:block; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .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; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .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; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl { width:18rem;height:5.0625rem;display:flex;top:1.375rem;left:28.5rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #qTlHrLqIKMdMTydTlUPWowbxcTi1l9QI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #GvJTbTElTndKLdJ0GWhUnNtk3olto63N {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Agf9TQKmi3D3SL5L6wewFtBO07Qvonn5 {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #xPLTr246LN0GxxHBh3RPWbnQqJsffLSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #DRVvx4Vx5S9Sp7eMfCMZA6XCUlMkBuRB {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PXrBfDHl48Uurbp3WFitplnoeGEEIwGh {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #LQOGTJJlMUz5Mk8ddfc3h12mShhegWFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Be8h2KmvRlVTnLnl25hK5GLOGuzX6hiD {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #t7MNDvMoP0KlF1EsMsmPMlXvlSKTRPOy {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #FDZq3E1G1HheP4PMZOvsx6sw3MqEAmmn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #d0BoeF3pFD1MqMMmvwcSvgpbKvAAoGhb {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PNXmdPNchRqnky71N8hZqGWBctyCs4Vw {  }
 }@media only screen and (max-width: 763px) { #HnQUbNNWyCTbBMm7vDrEAxXbzJMdHQpU { top:2.75rem;left:0rem;width:28.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ { display:block; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IISkEdiSxmotaZG4Iep5hGSIw4NVf0kN { top:0rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv { display:block; }#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9Ju1buAKeMTOi9CgDnguVCVA4eo5TXd { width:30.625rem;height:5.25rem;top:2.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQw4PMKRMJGpgnXgGlN14FAfKp5FRGw5 { display:block; }
 }@media only screen and (max-width: 763px) { #rwxvmNUruxgJAVWChHOO3eqobTTJPL5f { top:2.875rem;left:0rem;width:21.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih { display:block; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THbXVkSaJqkAb3nyLPbL0gfCHZq4K4c6 { top:2.0625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq { display:block; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msykO8ZyPb5WndEuafz53GTiHBMeHqCN { top:2.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm { display:block; }#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f87SCzpRhcRytDwWhrJbRPqT1Rn8Pftg { top:5.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7iRhq8CqFIU3dQiiGMOfw1mwEWoG8we { top:10.875rem;left:21.5rem;width:25.125rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdy78OC2rLvUgE1wxqhbTMeTIATFIgf1 { top:9.4375rem;left:0rem;width:25.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At36XC1J83GC6Z2dwS2V6Is5TGmoq83T { top:29.3125rem;left:20.25rem;width:27.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttUD3QsgItsOT0e3VgF3JmH6qoO4Z3JT { top:31.375rem;left:20.6875rem;width:27.0625rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTn3XMGlhnzGr5ahQlOdE4cWJDoN69FN { top:25.1875rem;left:0rem;width:29.125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQdpolRTUx68DJKT23FLPsBgBNXZSCws { width:26.5625rem;height:4.5rem;top:35.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfPx4Fv2066P8V1314KtpxGQrg1uGaF { display:block; }
 }@media only screen and (max-width: 763px) { #tI0SNwUSBaFaNka3sV7oPZ023UJd8h5b { top:9.4375rem;left:0rem;width:30.75rem;height:51.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTB5KaDvFQm5T0onqr250oUiR14Vm8mC { top:50.0625rem;left:27.625rem;width:12.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL33T2mAJZOo2uoHcca7WlyuTTURuLa1 { top:52.5625rem;left:38rem;width:9.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTm7E4qIUcSkxqKhKPwWglVBr46ysWhx { top:46.6875rem;left:23.0625rem;width:24.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCk54FFquKBeEBeWhrgEMkTNi8ymylbJ { top:1.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Long6R1m05bV9EJhs6UveEhTqOqrSF9c { top:41.1875rem;left:0rem;width:28.5rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6JhwUwOxCkXqKRE6huB1HFw7GCFm38a { top:50.5625rem;left:0rem;width:29.875rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1lFJllrIPUuFngc0zW7WTkNvxSJhlD { top:31.125rem;left:0rem;width:29.1875rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTMKSpt80TVAVxKS18ZQIN0cySJrxHp { width:26.5625rem;height:4.5rem;top:40.8125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3t7g7kcILlbhXFK6dSXEu27TmS2Ty4J { display:block; }
 }@media only screen and (max-width: 763px) { #zrRg7X5Qr9tMiOhXO3rkuhngTbaGx35i { top:22.625rem;left:23.1875rem;width:24.5625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVugq9HuGuOebLTJrasGSME8eF3xG4u { top:16.5625rem;left:22.6875rem;width:25.0625rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq381laiHnZt6amdfXp3lyLmfOrWl8FL { top:11.3125rem;left:25.3125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFwbO7X9vH5o9Awlu2WmOxoBptXuJ7Ah { top:16.6875rem;left:25.3125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHoRaRp3uZzRTexnZU77KarlXhPHtQZ { top:22.0625rem;left:25.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B { display:block; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pboX3I09x2QLtXogEJn9bUCAUGOn19os { top:6.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKMiMmVq31MDuaPRpAIKV9h1eTmVnFZC { top:1.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru { display:block; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnVzmQOav0BRNIVW8hQfAfQvV9kLiTJc { top:2.1875rem;left:24.25rem;width:23.5rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnyqdG6pwEW91gtC8T46oPHInVKnURgb { top:4.25rem;left:0rem;width:36.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpiAsMN9BOG3qADVW8I7thFWeaV1m3d7 { top:8.3125rem;left:20.8125rem;width:26.9375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtETZcwabKKFJ7WnxJpSZtxfGRaUUC9f { top:1.4375rem;left:10.5830078125rem;width:10.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpfBl8bgMTK4SWHiM2EyeNzcIwH5vzR { top:21rem;left:24.8125rem;width:22.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtRTc0SsTAsPK2RqEyboouoK8X5N5qS { top:14.9375rem;left:24.25rem;width:23.5rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlqOE7EPquHcbL59S4gRwTi2rKa4hWD { top:2.625rem;left:23.375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4yvq4D19NHoVu5c1JC4IWvw5ln8Rls { top:15.0625rem;left:23.375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEAdCDATzslrkQ2CSMMwIAQXtF5difEv { top:20.4375rem;left:23.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtttoRAOnGtgaIVsPnXepLgokCuXNpJ { top:8.875rem;left:23.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ { display:block; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTa6HrVu6inExzknbOby8VbAE7yQnsd4 { top:1.8125rem;left:9.5rem;width:27.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOT7mTxZtOQPNXKv6ZdPlm0ACDydUoTa { top:3.875rem;left:9.9375rem;width:27.0625rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxSJVmI7DON3WcPVggoiSK320v5lQ8gw { width:22.375rem;height:4.5rem;top:8.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9gA7PxXsQ888BOgLzo0eqoJO882hNM { display:block; }
 }@media only screen and (max-width: 763px) { #Ntzw8azNKRGdHlN9HnB133dR0bxUICgn { top:18.75rem;left:10.625rem;width:24.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mva0s1VKaMBiRJTbuZuszPH6Nk2IB6Kl { width:22.5rem;height:4.5rem;top:13.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSKEbDfl9bTavIp5TAcIWOdHIxcdO5e { display:block; }
 }@media only screen and (max-width: 763px) { #TbOXh3PPEeP2m9b2Shq1sBqBTBCxRoPE { top:0rem;left:0rem;width:12.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXpkooVnB7LInuBsaTLLyC2wPgbZahr { display:block; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byVHkJyoi6ybFlRpxtbTzGtByMogwFG4 { top:6.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kuvVxAiczDRGU2kweIN4gxh46BWvcw { top:1.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 { display:block; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukZti4HnKuQfJXSe88gHSlpkpRD3kfHN { top:2.6875rem;left:0rem;width:28.8125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8f7zHl7cRLXPPFOfLls0PJNLq2KMzN { top:18.625rem;left:22rem;width:25.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSRP8HwGBGVq9KDKNXApcsObTCqnFll { top:13.5625rem;left:21.9375rem;width:25.8125rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2czRJTqsBDOxlMT6mFTeyW0pkvVxGLw { top:10.1875rem;left:22.0625rem;width:25.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTqU9QccDN2TnT7LWMm3BaINbbFSAMv { top:2.8125rem;left:22.1875rem;width:25.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR2zrvnsAhdQ84imTq4ToaR3ACrvqEL5 { top:2.8125rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0iNPysv56mlc7hrERT5os8QneyMczOe { top:9.5625rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz03m9auS1TKoterPtbUEg6lf6WzWMGA { top:13.8125rem;left:25.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr0sS3Etf2mmZADR3VDdnmlKnHTf4NdV { top:18.1875rem;left:25.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T { display:block; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K23cki6B380LgfU4CsvoCl3be5p8XHrv { width:26.5625rem;height:4.5rem;top:6.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orx62pGvOAOUi4zlLgU3zGHtiI9X3uOt { display:block; }
 }@media only screen and (max-width: 763px) { #mCq626u9vndTrngIMSsLPEyS1JEwIp1v { top:3.1875rem;left:10.125rem;width:29.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLitOt8J7FQ0m96Z8tG5l6XOVzerNV7Z { top:1.125rem;left:11.4375rem;width:27.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSc96h54wNU4nCLpFT4onXRpq9iTpNlp { top:0rem;left:0rem;width:12.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw { display:block; }#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSwyKakLhLcUbzPF5oie5OVIo8RBh7QW { top:5.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5PPSHh5DGwTfP25xDnMKPtIy21bDfvy { top:10.875rem;left:21.5rem;width:25.5625rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lowKDLkfXvWUmlAWC96N8OelopgJhVuw { top:9.4375rem;left:0rem;width:25.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoGnl0deot35GHG1dPk60cDFoZvSPwI { top:32.1875rem;left:20.25rem;width:27.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJo9ugcxALr58Gd45TPrulBtSe8ZhUag { top:34.25rem;left:18.4375rem;width:29.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2q2SyMoWhEgmz5S0L0uiDiIGAqHKpP9 { width:26.5625rem;height:4.5rem;top:38.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGRGQssyUs79F9ekTEJhnRTlfe11DiNy { display:block; }
 }@media only screen and (max-width: 763px) { #p81tH2GH618FIc7Vf2ssa8Fwv1TgQD0K { top:9.4375rem;left:0rem;width:29.6875rem;height:52.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxP0Cr6WrMdPKTOlgBBK2EFWfS2orrpu { top:52.5625rem;left:27.125rem;width:12.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tobCWhOgdhsOXAdeQ41TIubqmWHgpzZ3 { top:55.75rem;left:38rem;width:9.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxszTlC4AvMKrifSOcATCF5A2pmQ3cxT { top:49rem;left:23.0625rem;width:24.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcbCirkFca3Mn5OwL2oDlM3lhkqusiKz { top:1.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJKSGJXT481sWaHkmNZ0NptgQG4GpppA { width:26.5625rem;height:4.5rem;top:43.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWmMlHDWxrwr25Att2bEGAgza0io9MZ { display:block; }
 }@media only screen and (max-width: 763px) { #q49VAUn6bpwg4UCKk0mhUxr1KkDgddz5 { top:21.6875rem;left:21.9375rem;width:25.8125rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6FTbc0LgGGbObZFhZOQzUWZTPMpeD9 { top:18.25rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T9y6gefCGc9Qo0N5xPoqth5y4DEq6S { top:26.375rem;left:0rem;width:28.5625rem;height:28.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP78kTMsJiUsQqXn5xcbuRNkW1UnJCdf { top:26.6875rem;left:22rem;width:25.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOIECXWSWw5s4v5OW3Wp0TfLkmOuNxn { top:10.875rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyFpEn0Jp9dkMub0GDWbi0RvBCDyLSB9 { top:17.625rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiIE86rlooNXLh323VcOGFdpVRHLOcK { top:21.875rem;left:25.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeV9uyi0fhBZgaK6UWbi8TKkKLEslyb { top:26.25rem;left:25.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n24vIlUI0auMuy66UlwWRKoyEv3EdZpa { display:block; }#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeleZOFrm2IqzdLrMOUB38t20Hdpmxg0 { top:5.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPzqGmqVyZsWhNMFaGZ4ZLTTkmsVUio { top:10.875rem;left:21.5rem;width:25.5625rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zpvTbTeqLWBFKSOT4pvEneGICMWPC9 { top:9.4375rem;left:0rem;width:25.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHnRqqF8yA2cFBnO1nBEvRS6S8GLsV7 { top:32.1875rem;left:20.25rem;width:27.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOyQieX1oWqyTd8EJBmzetKrZ9RPzcRw { top:34.25rem;left:18.4375rem;width:29.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRgTRuK5mh6QT4zBIe7ldWHenDkIb06v { width:26.5625rem;height:4.5rem;top:38.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N881v91JqdHxzfpOFpPRGOru5iNyGGDV { display:block; }
 }@media only screen and (max-width: 763px) { #pdy76nsw9LkzT9O0to4zl3iDWauqVohZ { top:9.4375rem;left:0rem;width:29.6875rem;height:52.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuVIq0LdEd09cko1wA3Sc8Tthd7M1Ag { top:52.5625rem;left:27.125rem;width:12.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmpLfG0UVNxGTBX5J7vT5pt5SLrkRuDW { top:55.75rem;left:38rem;width:9.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9ywcGnaTNOn9VnnrArOLoeAHTGXVn7 { top:49rem;left:23.0625rem;width:24.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5hbPtelonHBmB6BWfx5E3scTctpv1r { top:1.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOU5uH5kUBp9yVrFUg8GkmXXvFUQTKw2 { width:26.5625rem;height:4.5rem;top:43.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBgOp7S3k80dOGvxyyXIpQqbudc2q4P { display:block; }
 }@media only screen and (max-width: 763px) { #UMm8SgwIRszOgS8bC4oKJJ2d44cbXhAH { top:21.6875rem;left:21.9375rem;width:25.8125rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgmbZ1nyQVUtzv3MJSA4ylfRCdA15Kd6 { top:18.25rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJJrNHO2C7bbfG5qnd9ocVhM37nc88o { top:26.375rem;left:0rem;width:28.5625rem;height:28.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz3kfPKJ9ms3bpu3LZM4MEVUuqP38Fmo { top:26.6875rem;left:22rem;width:25.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvOgI7nCSgaQLbtpXePZnXlCDRZRc0Fa { top:10.875rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co5cv7vko3s6Uun8THPia1EnPMXpe26w { top:17.625rem;left:24.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcARvRt7EZXGixzBT3bVBp4MgTafyaac { top:21.875rem;left:25.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeN0G6W2HFWdP1Z4TSUCikilURoEyTs8 { top:26.25rem;left:25.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s { display:block; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpQt1PG9ys3a1VcmxgD03UdMNEGXTWXc { top:1.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P938XkumNtRoioha2146MBEzXAvp57lf { display:block; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypZUnTKCvsqgUb1REKuwAZBv1XGa2oQy { top:9.5rem;left:0rem;width:21.625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbtA3UitVWx2zxi0q24Nxl0kcc31vkO { top:5.4375rem;left:12.9375rem;width:34.8125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgIEE1stA4tLoi0JK3ppvzPsQ56UAsAB { top:9.4375rem;left:13.1875rem;width:34.5625rem;height:16.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADxlqPqs6tFbCzDETergRxHIQL1UDL1J { top:29.8125rem;left:18.8125rem;width:28.9375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTGWymPWsZWTepBv4AfeZPmODcKUbOOA { top:28.0625rem;left:19.3125rem;width:17.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI73kelDSJgb0kcDm2g7FCXshMRrlhsL { width:28.5rem;height:4.4375rem;top:33rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvlTTZmdl11RZE4hLh06snnei7XNzf2 { display:block; }
 }@media only screen and (max-width: 763px) { #rZt1XmckuChAhxcBfZnEZZmTxMhKOCkJ { top:26.25rem;left:4.15625rem;width:12.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyfFtV3P1udJ5Ep5PP0Phnb9GyV7EJZ { top:3rem;left:0rem;width:47.625rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTR1ChJ2ymsxV2IBEVpk2s9NgBPceolE { top:43.125rem;left:2.625rem;width:10.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2zBwK5PyqTmUGrEWOU8pSP5xZPWLia { top:4.6875rem;left:0rem;width:23.8125rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRMxvr2mdbXuH5qfhUX4BpBaaCNhHoBm { top:38.5625rem;left:22.5rem;width:21.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJlveLuiGbQdZIBv8EnEhpmKsaFcGmS { top:44.1875rem;left:13.1875rem;width:34.5625rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 { display:block; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSaJn194PlOmrNk2QsqvDptBf9hQHsWQ { top:0.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2o6E70sDmHN0ydETwNNfmoT6I29T28v { top:0rem;left:34.40625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX { display:block; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsRlnI5Twi2G1tUCbBF3vGyBDJKIVWgN { top:0.375rem;left:9rem;width:35.25rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9PQn22A8ollsovTlqa3gpsQMuCVFyc { top:0.4375rem;left:0rem;width:40.375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpepHQ4XToToJPxWD33WZZhhrpUrMsQT { top:41.9375rem;left:6.3125rem;width:41.4375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLL1CsnG4mghx67TTBB55Oa4fugoOR0M { top:28.75rem;left:0rem;width:42.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 { display:block; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XoxEqWiDMVdfDDUEAX1gehHdhvo72Oaa { top:9.125rem;left:0rem;width:22.1875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaMWTsI2xVAKSZ8RW39FeeoZ3Vn0SSZz { top:3rem;left:13.3125rem;width:34.4375rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCk6M828KOQG8k9UQP8cDshk6FUWH2l { top:29.5625rem;left:17.8125rem;width:24.0625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3LH9X5gId3Ga5S0VwM74T3ykgmhJbN { top:27.8125rem;left:17.8125rem;width:17.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtzJwwLEWUmXUNLbsXqMs5WQsqH1qoIp { width:31.9375rem;height:4.3125rem;top:32.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqQnOAHfdTMrLfZ1rSa3BqDTSFPg5e9 { display:block; }
 }@media only screen and (max-width: 763px) { #WmmveksTqednbhVQupQ0DF9bDx55KvME { top:8.625rem;left:14.5625rem;width:33.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULgTbHV2tf1cUNzN5kCOBxf172OH74PT { top:10.875rem;left:13.4375rem;width:34.3125rem;height:16.125rem;font-size:1.0625rem;display:block; }#ULgTbHV2tf1cUNzN5kCOBxf172OH74PT li:before{  }
 }@media only screen and (max-width: 763px) { #fpp4RCnZ8N3H3P60IrBVbTFo6JaJul4G { top:27.6875rem;left:2.81640625rem;width:10.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJZMkUktDebB1Q4QemT4qvc2UzTxTxV { top:0.9375rem;left:0rem;width:47.5rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhQB8Tp0UudP9PipFsul0dx95qwRcIL { top:41.8125rem;left:6.28515625rem;width:8.8125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cshtK5bPgFXyhAfI1kK1LNpNn7A09cGa { top:3.6875rem;left:0rem;width:24.9375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akbk6oqa4p8sMXAbT96UFuepX5PTxQeX { top:37.875rem;left:22.46875rem;width:21.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 { display:block; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxkHD8wPfF9TzD1JD3p7lsDPAnQ4kg6u { width:39.3125rem;height:11.125rem;top:3.5625rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgv4UuXlTzTAkE1bO4WMLKbq765NT4xv { width:9rem;height:2.1875rem;top:9.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM { width:6.8125rem;height:6.8125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsm4TbBdGCtipMdTSpmDNA090927En73 { width:7.5625rem;height:7.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS { display:block; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8Th3Xevm3TKTBAXEG5a5spc9ULzNrx { top:8.75rem;left:3.84375rem;width:40.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HuDxhH2xkd9pb6FgMfUKaQaLDiHd1m { width:47.75rem;height:4.375rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy { display:block; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoVX0UTFkL7UVSIKfETM79nT1gDoUNIf { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL { display:block; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhOvwbluVCq1V30P1CRzJthefDfQbba8 { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT { width:6.8125rem;height:6.8125rem;top:2.75rem;left:5.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knCWZSIhZiB0ef3DhWbhyVJteagFxExu { width:16.75rem;height:2.5rem;top:31rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ZerRixtdBRS7XezelUvP3QSGTfTS5A { width:17.8125rem;height:18.75rem;top:10.75rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUtqScT7XHqPGTR0NSxFSAGnRsylqCTZ { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyNBJMwvDgTafJppQrItH1zh91Qn22w { width:6.8125rem;height:6.8125rem;top:2.75rem;left:20.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWQ2mhmK9kGuPtx1NgyLVaCRTELhA0M { width:16.75rem;height:2.5rem;top:26.875rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcsipnRTC6ghR3d4TTRMnNG4SCnGPeuU { width:16.75rem;height:11.875rem;top:12.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkAPr8glWFoXU6ry0WRz3EsmMDwsqp9p { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3 { width:6.75rem;height:6.625rem;top:2.8125rem;left:36.046142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOdo5vawGoRsHJhkmMZWCzhsPLgrbkm { top:4.5rem;left:10.741455078125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaicXu9HTOE5h87QER2W5pxx6a8RHFTM { top:1.4375rem;left:28.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiZVZsoN9Abf5PTBTmVn1ymoRtC9qygw { top:4.5rem;left:41.6162109375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnSVLThUv2ZTUftP10Awy3BHVWCGvDB { width:34.8125rem;height:3.4375rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ2mCm3kzTpD1fkwqQsEPw50OsvMQdm { display:block; }
 }@media only screen and (max-width: 763px) { #ndCGuKM8wDGKXTfmDBWkET49FyPVtoCa { width:19.375rem;height:36.875rem;top:0.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEwOi5uImXcZMsxkr5tBZ581tIr01XkM { width:19.375rem;height:36.9375rem;top:0rem;left:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwEJ7Ew05e156g8GNaJDAX6UPceiZdCB { width:17.8125rem;height:16.9375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfHeC1TCu6oOB44qbz4msBh1wn2ldQcy { width:16.75rem;height:2.5rem;top:31.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiBH6ApOhrClMbAlmWEvTFil6n8hiZmB { width:19.3125rem;height:36.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLQ3PT36OIk8MH5SMSXTPg2HKvslfMnM { width:19.3125rem;height:36.8125rem;top:0.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d { display:block; }#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfPDekt8OMFQP3vaecU0TyVkfDoB70XP { top:1.9375rem;left:0rem;width:47.75rem;height:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9E9H25X2BGCFdgH6LQCXN6kT6PQcvP7 { top:8.625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6DZKq4HESnLLwK7HtfVTFSOQDrJPO9 { top:11rem;left:36.75rem;width:11rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ATM71dSqTENCli87wsatT5qETAXGZ8 { top:5.875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idZF9cwMk010QsJ6IokZ1G1XSWNqV75I { display:block; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcwE1DRqCszoffiM9mr0230AdATgcrBS { display:block; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKaWgGxWVTPrn08QOUgW7HXN15OvS9PT { top:3.3125rem;left:12rem;width:35.75rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvBEINWPR8wF6ZKzFCKUkwBqQlbOec8O { top:1.25rem;left:0rem;width:17.1875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA { display:block; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8iECLgwaNT2UKWckzTyrwtJLbTdBiJ9 { top:5rem;left:4.25rem;width:40.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stSSf4yAeRQPgcS0lJg0aAtXMhHE09Wo { width:16.6875rem;height:3.75rem;top:8.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxSV65tzapfBlQ91pnSllGlVUlShGpn { display:block; }
 }@media only screen and (max-width: 763px) { #JBIwMNgi4btKMfxJeMpB0xThvr5lqOSx { width:11.125rem;height:3.75rem;top:8.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh887SJW4CgQIN44e9bcwkVTp7wIel2c { display:block; }
 }@media only screen and (max-width: 763px) { #tAVqh7JKcGFya02KhE17yTVDvwpwyTWs { top:7.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5p4UOFdHtrMTyvhSe8MzpTG4HS5bE1 { top:0.3125rem;left:16rem;width:17.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 { display:block; }#Qn2syWX8fbRS5yqSAAZtyT5QiTBAiET7 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl .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; }
#xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl { width:18rem;height:5.0625rem;display:flex;top:5.375rem;left:0.91666662693025rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #qTlHrLqIKMdMTydTlUPWowbxcTi1l9QI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #GvJTbTElTndKLdJ0GWhUnNtk3olto63N {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Agf9TQKmi3D3SL5L6wewFtBO07Qvonn5 {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #xPLTr246LN0GxxHBh3RPWbnQqJsffLSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #DRVvx4Vx5S9Sp7eMfCMZA6XCUlMkBuRB {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PXrBfDHl48Uurbp3WFitplnoeGEEIwGh {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #LQOGTJJlMUz5Mk8ddfc3h12mShhegWFg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #Be8h2KmvRlVTnLnl25hK5GLOGuzX6hiD {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #t7MNDvMoP0KlF1EsMsmPMlXvlSKTRPOy {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #FDZq3E1G1HheP4PMZOvsx6sw3MqEAmmn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #d0BoeF3pFD1MqMMmvwcSvgpbKvAAoGhb {  }
 }@media only screen and (max-width: 763px) { #xKnCIUIuztrsMOnbfMIcEADzk8l0zWLl #PNXmdPNchRqnky71N8hZqGWBctyCs4Vw {  }
 }@media only screen and (max-width: 763px) { #HnQUbNNWyCTbBMm7vDrEAxXbzJMdHQpU { width:17.3125rem;height:3.0859375rem;top:0.91319447755812rem;left:0.91666662693025rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ { display:block; }#F0sbnCohyAUe1wXqRp5ioUzQdlO2WiBZ > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IISkEdiSxmotaZG4Iep5hGSIw4NVf0kN { width:20rem;height:11.6875rem;top:-0.014627659574469rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv { display:none; }#lmvdxN0sGtR6MTRsPrcSsbwlCIfP6FDv > .row .container { width:20rem;height:12.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N9Ju1buAKeMTOi9CgDnguVCVA4eo5TXd { width:19rem;height:5.25rem;top:1.3645830154419rem;left:0.4375rem;z-index:15011;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQw4PMKRMJGpgnXgGlN14FAfKp5FRGw5 { display:block; }
 }@media only screen and (max-width: 763px) { #rwxvmNUruxgJAVWChHOO3eqobTTJPL5f { width:20rem;height:3.491124260355rem;top:7.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c2ae8, #3533cd);background-image: -moz-linear-gradient(180deg, #7c2ae8, #3533cd);background-image: -ms-linear-gradient(180deg, #7c2ae8, #3533cd);background-image: -o-linear-gradient(180deg, #7c2ae8, #3533cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c2ae8', endColorstr='#3533cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c2ae8', endColorstr='#3533cd' );";background-image: linear-gradient(180deg, #7c2ae8, #3533cd);background-size:auto !important;display:block; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { background-color: transparent; background-image: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container > .video-iframe-container { display: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row > .video-iframe-container { display: none; }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .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); }#H8lfWkIhLHnSbRW10EBZz0VQFsTt30Ih > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THbXVkSaJqkAb3nyLPbL0gfCHZq4K4c6 { width:19.25rem;height:7.1484375rem;top:1.26953125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq { display:block; }#pPWU7F71NvpgZgtNnOP0WqNbhSZp1FZq > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msykO8ZyPb5WndEuafz53GTiHBMeHqCN { width:20rem;height:6.1875rem;top:1.6552734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm { display:none; }#kluEzznQf7OCrX0S1dHLTi1Xk8zy9tKm > .row .container { width:20rem;height:156.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f87SCzpRhcRytDwWhrJbRPqT1Rn8Pftg { width:20rem;height:2.3125rem;top:2.18359375rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7iRhq8CqFIU3dQiiGMOfw1mwEWoG8we { width:20rem;height:3.125rem;top:5.2942810058594rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdy78OC2rLvUgE1wxqhbTMeTIATFIgf1 { width:20rem;height:11.1875rem;top:9.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #At36XC1J83GC6Z2dwS2V6Is5TGmoq83T { width:13.25rem;height:3.25rem;top:41.992188453674rem;left:6.7500002384187rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ttUD3QsgItsOT0e3VgF3JmH6qoO4Z3JT { width:18.9375rem;height:4rem;top:47.687485694885rem;left:0.53125rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bTn3XMGlhnzGr5ahQlOdE4cWJDoN69FN { width:20rem;height:17.25rem;top:22.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQdpolRTUx68DJKT23FLPsBgBNXZSCws { width:19.3125rem;height:4.9375rem;top:52.812499046326rem;left:0.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfPx4Fv2066P8V1314KtpxGQrg1uGaF { display:block; }
 }@media only screen and (max-width: 763px) { #tI0SNwUSBaFaNka3sV7oPZ023UJd8h5b { width:19.9375rem;height:68.4375rem;top:1.0416564941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTB5KaDvFQm5T0onqr250oUiR14Vm8mC { width:7.125rem;height:6.25rem;top:40.492198467254rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL33T2mAJZOo2uoHcca7WlyuTTURuLa1 { width:7.5625rem;height:4.5625rem;top:64.47900390625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTm7E4qIUcSkxqKhKPwWglVBr46ysWhx { width:20rem;height:1.125rem;top:62.60400390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wCk54FFquKBeEBeWhrgEMkTNi8ymylbJ { width:20rem;height:0;top:70.728515625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Long6R1m05bV9EJhs6UveEhTqOqrSF9c { width:20rem;height:0;top:99.166015625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6JhwUwOxCkXqKRE6huB1HFw7GCFm38a { width:20rem;height:0;top:113.478515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1lFJllrIPUuFngc0zW7WTkNvxSJhlD { width:20rem;height:0;top:90.603515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTTMKSpt80TVAVxKS18ZQIN0cySJrxHp { width:19rem;height:4.5rem;top:107.728515625rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3t7g7kcILlbhXFK6dSXEu27TmS2Ty4J { display:block; }
 }@media only screen and (max-width: 763px) { #zrRg7X5Qr9tMiOhXO3rkuhngTbaGx35i { width:20rem;height:0;top:87.728515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVugq9HuGuOebLTJrasGSME8eF3xG4u { width:20rem;height:0;top:78.853515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq381laiHnZt6amdfXp3lyLmfOrWl8FL { display:flex;width:2.75rem;height:2.75rem;top:70.853515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #dFwbO7X9vH5o9Awlu2WmOxoBptXuJ7Ah { display:flex;width:2.75rem;height:2.75rem;top:74.853515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #HRHoRaRp3uZzRTexnZU77KarlXhPHtQZ { display:flex;width:2.75rem;height:2.75rem;top:83.728515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B { display:block; }#XUTM8zMFP1oNZQnHQD5x70TsJzRTLR3B > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pboX3I09x2QLtXogEJn9bUCAUGOn19os { width:19.25rem;height:3.8984375rem;top:10.24609375rem;left:0.75rem;font-size:1.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKMiMmVq31MDuaPRpAIKV9h1eTmVnFZC { width:18.4375rem;height:7.5rem;top:1.8427734375rem;left:0.4375rem;font-size:2.5rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru { display:block; }#GmPC6EiH3iJxiX4CeXVoNw3qauF3lhru > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnVzmQOav0BRNIVW8hQfAfQvV9kLiTJc { width:16.8125rem;height:4.53515625rem;top:14.6328125rem;left:3.1875rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PnyqdG6pwEW91gtC8T46oPHInVKnURgb { width:20rem;height:10.4375rem;top:2.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpiAsMN9BOG3qADVW8I7thFWeaV1m3d7 { width:17rem;height:6.59765rem;top:20.7109375rem;left:3rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OtETZcwabKKFJ7WnxJpSZtxfGRaUUC9f { width:7.125rem;height:6.25rem;top:0rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpfBl8bgMTK4SWHiM2EyeNzcIwH5vzR { width:16.6875rem;height:3.0234375rem;top:35.81640625rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtRTc0SsTAsPK2RqEyboouoK8X5N5qS { width:16.8125rem;height:3.298825rem;top:29.7421875rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlqOE7EPquHcbL59S4gRwTi2rKa4hWD { display:flex;width:2.75rem;height:2.75rem;top:14.6328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qo4yvq4D19NHoVu5c1JC4IWvw5ln8Rls { display:flex;width:2.75rem;height:2.75rem;top:29.7421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XEAdCDATzslrkQ2CSMMwIAQXtF5difEv { display:flex;width:2.75rem;height:2.75rem;top:35.904296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VTtttoRAOnGtgaIVsPnXepLgokCuXNpJ { display:flex;width:2.75rem;height:2.75rem;top:20.7109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ { display:block; }#QVUa8ZiBgrlMdRL0ocxWGXt29o3lnPkQ > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTa6HrVu6inExzknbOby8VbAE7yQnsd4 { width:13.25rem;height:3.25rem;top:2.3125rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VOT7mTxZtOQPNXKv6ZdPlm0ACDydUoTa { width:18.9375rem;height:4.048825rem;top:8.375rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lxSJVmI7DON3WcPVggoiSK320v5lQ8gw { width:17.375rem;height:4.4375rem;top:13.5rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9gA7PxXsQ888BOgLzo0eqoJO882hNM { display:block; }
 }@media only screen and (max-width: 763px) { #Ntzw8azNKRGdHlN9HnB133dR0bxUICgn { width:20rem;height:1.125rem;top:24.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mva0s1VKaMBiRJTbuZuszPH6Nk2IB6Kl { width:17.6875rem;height:4.5rem;top:19.5rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSKEbDfl9bTavIp5TAcIWOdHIxcdO5e { display:block; }
 }@media only screen and (max-width: 763px) { #TbOXh3PPEeP2m9b2Shq1sBqBTBCxRoPE { width:7.125rem;height:6.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTXpkooVnB7LInuBsaTLLyC2wPgbZahr { display:block; }#mTXpkooVnB7LInuBsaTLLyC2wPgbZahr > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byVHkJyoi6ybFlRpxtbTzGtByMogwFG4 { width:20rem;height:5.84765625rem;top:9.55859375rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0kuvVxAiczDRGU2kweIN4gxh46BWvcw { width:20rem;height:6.048825rem;top:1.79296875rem;left:0rem;font-size:2.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 { display:block; }#yq0Oi3yP42sg75VXV7r6wDN37fJBubv0 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukZti4HnKuQfJXSe88gHSlpkpRD3kfHN { width:20rem;height:12.625rem;top:1.0703125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8f7zHl7cRLXPPFOfLls0PJNLq2KMzN { width:16.625rem;height:2.88671875rem;top:33.810546875rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSRP8HwGBGVq9KDKNXApcsObTCqnFll { width:16.625rem;height:2.88671875rem;top:28.1005859375rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2czRJTqsBDOxlMT6mFTeyW0pkvVxGLw { width:16.875rem;height:3.1484375rem;top:22.69921875rem;left:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTqU9QccDN2TnT7LWMm3BaINbbFSAMv { width:16.75rem;height:5.11816875rem;top:15.572265625rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR2zrvnsAhdQ84imTq4ToaR3ACrvqEL5 { display:flex;width:2.75rem;height:2.75rem;top:15.8203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P0iNPysv56mlc7hrERT5os8QneyMczOe { display:flex;width:2.75rem;height:2.75rem;top:22.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mz03m9auS1TKoterPtbUEg6lf6WzWMGA { display:flex;width:2.75rem;height:2.75rem;top:28.1005859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pr0sS3Etf2mmZADR3VDdnmlKnHTf4NdV { display:flex;width:2.75rem;height:2.75rem;top:33.7109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T { display:block; }#yimTtzTeTJZ5PEWgeWFCNavcIbQ0MS6T > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K23cki6B380LgfU4CsvoCl3be5p8XHrv { width:18.125rem;height:4.25rem;top:14.546875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orx62pGvOAOUi4zlLgU3zGHtiI9X3uOt { display:block; }
 }@media only screen and (max-width: 763px) { #mCq626u9vndTrngIMSsLPEyS1JEwIp1v { width:20rem;height:4.048825rem;top:8.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zLitOt8J7FQ0m96Z8tG5l6XOVzerNV7Z { width:14rem;height:3.25rem;top:3.25rem;left:6rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CSc96h54wNU4nCLpFT4onXRpq9iTpNlp { width:6.75rem;height:5.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw { display:none; }#ye3lOCti1Vyorv1WOxRCkTK9n9z8gfcw > .row .container { width:20rem;height:156.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSwyKakLhLcUbzPF5oie5OVIo8RBh7QW { width:20rem;height:2.3125rem;top:2.18359375rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5PPSHh5DGwTfP25xDnMKPtIy21bDfvy { width:20rem;height:3.125rem;top:5.2942810058594rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lowKDLkfXvWUmlAWC96N8OelopgJhVuw { width:20rem;height:11.1875rem;top:9.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoGnl0deot35GHG1dPk60cDFoZvSPwI { width:13.25rem;height:3.25rem;top:41.992188453674rem;left:6.7500002384187rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aJo9ugcxALr58Gd45TPrulBtSe8ZhUag { width:18.9375rem;height:4rem;top:47.687485694885rem;left:0.53125rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R2q2SyMoWhEgmz5S0L0uiDiIGAqHKpP9 { width:19.3125rem;height:4.9375rem;top:52.812499046326rem;left:0.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGRGQssyUs79F9ekTEJhnRTlfe11DiNy { display:block; }
 }@media only screen and (max-width: 763px) { #p81tH2GH618FIc7Vf2ssa8Fwv1TgQD0K { width:19.9375rem;height:68.4375rem;top:1.0416564941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxP0Cr6WrMdPKTOlgBBK2EFWfS2orrpu { width:7.125rem;height:6.25rem;top:40.492198467254rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tobCWhOgdhsOXAdeQ41TIubqmWHgpzZ3 { width:7.5625rem;height:4.5625rem;top:64.47900390625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxszTlC4AvMKrifSOcATCF5A2pmQ3cxT { width:20rem;height:1.125rem;top:62.60400390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BcbCirkFca3Mn5OwL2oDlM3lhkqusiKz { width:20rem;height:0;top:70.853515625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJKSGJXT481sWaHkmNZ0NptgQG4GpppA { width:19rem;height:4.5rem;top:102.228515625rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWmMlHDWxrwr25Att2bEGAgza0io9MZ { display:block; }
 }@media only screen and (max-width: 763px) { #q49VAUn6bpwg4UCKk0mhUxr1KkDgddz5 { width:20rem;height:0;top:90.791015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6FTbc0LgGGbObZFhZOQzUWZTPMpeD9 { width:20rem;height:0;top:83.728515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T9y6gefCGc9Qo0N5xPoqth5y4DEq6S { width:20rem;height:17.25rem;top:22.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP78kTMsJiUsQqXn5xcbuRNkW1UnJCdf { width:20rem;height:0;top:99.353515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOIECXWSWw5s4v5OW3Wp0TfLkmOuNxn { display:flex;width:2.75rem;height:2.75rem;top:75.728515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hyFpEn0Jp9dkMub0GDWbi0RvBCDyLSB9 { display:flex;width:2.75rem;height:2.75rem;top:79.728515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ETiIE86rlooNXLh323VcOGFdpVRHLOcK { display:flex;width:2.75rem;height:2.75rem;top:86.791015625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #gSeV9uyi0fhBZgaK6UWbi8TKkKLEslyb { display:flex;width:2.75rem;height:2.75rem;top:95.353515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #n24vIlUI0auMuy66UlwWRKoyEv3EdZpa { display:none; }#n24vIlUI0auMuy66UlwWRKoyEv3EdZpa > .row .container { width:20rem;height:156.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xeleZOFrm2IqzdLrMOUB38t20Hdpmxg0 { width:20rem;height:2.3125rem;top:2.18359375rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqPzqGmqVyZsWhNMFaGZ4ZLTTkmsVUio { width:20rem;height:3.125rem;top:5.2942810058594rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zpvTbTeqLWBFKSOT4pvEneGICMWPC9 { width:20rem;height:11.1875rem;top:9.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHnRqqF8yA2cFBnO1nBEvRS6S8GLsV7 { width:13.25rem;height:3.25rem;top:41.992188453674rem;left:6.7500002384187rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GOyQieX1oWqyTd8EJBmzetKrZ9RPzcRw { width:18.9375rem;height:4rem;top:47.687485694885rem;left:0.53125rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eRgTRuK5mh6QT4zBIe7ldWHenDkIb06v { width:19.3125rem;height:4.9375rem;top:52.812499046326rem;left:0.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N881v91JqdHxzfpOFpPRGOru5iNyGGDV { display:block; }
 }@media only screen and (max-width: 763px) { #pdy76nsw9LkzT9O0to4zl3iDWauqVohZ { width:19.9375rem;height:68.4375rem;top:1.0416564941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuVIq0LdEd09cko1wA3Sc8Tthd7M1Ag { width:7.125rem;height:6.25rem;top:40.492198467254rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmpLfG0UVNxGTBX5J7vT5pt5SLrkRuDW { width:7.5625rem;height:4.5625rem;top:64.47900390625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9ywcGnaTNOn9VnnrArOLoeAHTGXVn7 { width:20rem;height:1.125rem;top:62.60400390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5hbPtelonHBmB6BWfx5E3scTctpv1r { width:20rem;height:0;top:70.853515625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOU5uH5kUBp9yVrFUg8GkmXXvFUQTKw2 { width:19rem;height:4.5rem;top:102.228515625rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBgOp7S3k80dOGvxyyXIpQqbudc2q4P { display:block; }
 }@media only screen and (max-width: 763px) { #UMm8SgwIRszOgS8bC4oKJJ2d44cbXhAH { width:20rem;height:0;top:90.791015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgmbZ1nyQVUtzv3MJSA4ylfRCdA15Kd6 { width:20rem;height:0;top:83.728515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJJrNHO2C7bbfG5qnd9ocVhM37nc88o { width:20rem;height:17.25rem;top:22.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zz3kfPKJ9ms3bpu3LZM4MEVUuqP38Fmo { width:20rem;height:0;top:99.353515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvOgI7nCSgaQLbtpXePZnXlCDRZRc0Fa { display:flex;width:2.75rem;height:2.75rem;top:75.728515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #co5cv7vko3s6Uun8THPia1EnPMXpe26w { display:flex;width:2.75rem;height:2.75rem;top:79.728515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hcARvRt7EZXGixzBT3bVBp4MgTafyaac { display:flex;width:2.75rem;height:2.75rem;top:86.791015625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #QeN0G6W2HFWdP1Z4TSUCikilURoEyTs8 { display:flex;width:2.75rem;height:2.75rem;top:95.353515625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s { display:block; }#VWk3z2Aiqq3hU6RckLXTNDJ2TDkKi87s > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpQt1PG9ys3a1VcmxgD03UdMNEGXTWXc { width:20rem;height:4.2246125rem;top:1.5068359375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P938XkumNtRoioha2146MBEzXAvp57lf { display:block; }#P938XkumNtRoioha2146MBEzXAvp57lf > .row .container { width:20rem;height:83.69921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypZUnTKCvsqgUb1REKuwAZBv1XGa2oQy { width:20rem;height:14.9375rem;top:10.554687738419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbtA3UitVWx2zxi0q24Nxl0kcc31vkO { width:20rem;height:3.75rem;top:2.42578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DgIEE1stA4tLoi0JK3ppvzPsQ56UAsAB { width:17.625rem;height:19.3349625rem;top:26.4375rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ADxlqPqs6tFbCzDETergRxHIQL1UDL1J { width:20rem;height:4.19921875rem;top:54.687491416931rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTGWymPWsZWTepBv4AfeZPmODcKUbOOA { width:13.1875rem;height:3rem;top:48.982648134232rem;left:6.8125002384187rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kI73kelDSJgb0kcDm2g7FCXshMRrlhsL { width:19.1875rem;height:4.4375rem;top:59.625867843628rem;left:0.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvlTTZmdl11RZE4hLh06snnei7XNzf2 { display:block; }
 }@media only screen and (max-width: 763px) { #rZt1XmckuChAhxcBfZnEZZmTxMhKOCkJ { width:7.125rem;height:6.6875rem;top:47.13888835907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyfFtV3P1udJ5Ep5PP0Phnb9GyV7EJZ { width:19.9375rem;height:75.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTR1ChJ2ymsxV2IBEVpk2s9NgBPceolE { width:7.5rem;height:4.5rem;top:71.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2zBwK5PyqTmUGrEWOU8pSP5xZPWLia { width:20rem;height:2.886725rem;top:7.1093778610231rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iRMxvr2mdbXuH5qfhUX4BpBaaCNhHoBm { width:20rem;height:1.125rem;top:69.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TbJlveLuiGbQdZIBv8EnEhpmKsaFcGmS { width:20rem;height:0;top:78.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 { display:block; }#uguqBDKETPk0KkRfAXKR1hLtqbqa8My7 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSaJn194PlOmrNk2QsqvDptBf9hQHsWQ { width:20rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2o6E70sDmHN0ydETwNNfmoT6I29T28v { display:flex;width:4.0625rem;height:4.0625rem;top:1.890625rem;left:15.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX { display:block; }#UpfqnInJaBnxlNoCFIOlnGfpptQoSoRX > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsRlnI5Twi2G1tUCbBF3vGyBDJKIVWgN { width:20rem;height:16.392785571143rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9PQn22A8ollsovTlqa3gpsQMuCVFyc { width:20rem;height:12.511700468019rem;top:18.8925625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpepHQ4XToToJPxWD33WZZhhrpUrMsQT { width:20rem;height:5.3996983408748rem;top:40.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLL1CsnG4mghx67TTBB55Oa4fugoOR0M { width:20rem;height:6.2611275964394rem;top:32.6533125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 { display:block; }#gaqcc9S17ob3qiVCAsuOakkUhgSbKJ11 > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XoxEqWiDMVdfDDUEAX1gehHdhvo72Oaa { width:19.875rem;height:14.9375rem;top:12.368055343628rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaMWTsI2xVAKSZ8RW39FeeoZ3Vn0SSZz { width:20rem;height:6.07324375rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TiCk6M828KOQG8k9UQP8cDshk6FUWH2l { width:20rem;height:3.8496125rem;top:56.624132156372rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Th3LH9X5gId3Ga5S0VwM74T3ykgmhJbN { width:12.75rem;height:3rem;top:51.271701812744rem;left:6.7734377384187rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VtzJwwLEWUmXUNLbsXqMs5WQsqH1qoIp { width:18.9375rem;height:3.4375rem;top:61.062498092651rem;left:0.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqQnOAHfdTMrLfZ1rSa3BqDTSFPg5e9 { display:block; }
 }@media only screen and (max-width: 763px) { #WmmveksTqednbhVQupQ0DF9bDx55KvME { width:20rem;height:1.42480625rem;top:28.069446563721rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULgTbHV2tf1cUNzN5kCOBxf172OH74PT { width:19.1875rem;height:18.1435625rem;top:30.063369750976rem;left:0.34375rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }#ULgTbHV2tf1cUNzN5kCOBxf172OH74PT li:before{  }
 }@media only screen and (max-width: 763px) { #fpp4RCnZ8N3H3P60IrBVbTFo6JaJul4G { width:6rem;height:5.375rem;top:49.990451812744rem;left:0.8289930820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJZMkUktDebB1Q4QemT4qvc2UzTxTxV { width:20rem;height:75.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhQB8Tp0UudP9PipFsul0dx95qwRcIL { width:6.4375rem;height:3.8125rem;top:71.8125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cshtK5bPgFXyhAfI1kK1LNpNn7A09cGa { width:20rem;height:3.1484375rem;top:8.5876836776731rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akbk6oqa4p8sMXAbT96UFuepX5PTxQeX { width:20rem;height:1.125rem;top:69.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(180deg, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(180deg, #00c2cb, #7c2ae8);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { background-color: transparent; background-image: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container > .video-iframe-container { display: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container { display: none; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .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); }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { border-width: 0; border-radius: 0; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHEslfNLFiXvRpHfde3DknKu0c4CiJ26 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxkHD8wPfF9TzD1JD3p7lsDPAnQ4kg6u { width:17.75rem;height:16.251rem;top:9.27734375rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgv4UuXlTzTAkE1bO4WMLKbq765NT4xv { width:9.25rem;height:1.25rem;top:4.01171875rem;left:8.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zdHeDiwe85hwM7QIX7qf2nEBy9GqqTyM { width:6.8125rem;height:6.8125rem;top:1.04296875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsm4TbBdGCtipMdTSpmDNA090927En73 { width:7.5625rem;height:7.5625rem;top:0.63671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS { display:block; }#umEUnpGWkdyxCVmMbrtdyPluv6ySDUBS > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8Th3Xevm3TKTBAXEG5a5spc9ULzNrx { height:11.2324375rem;width:20rem;top:10.025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HuDxhH2xkd9pb6FgMfUKaQaLDiHd1m { width:19rem;height:9.375rem;top:1.712890625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy { display:block; }#XHVnaTTdI8MOgtOrHFutg6XCaIIo4gJy > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoVX0UTFkL7UVSIKfETM79nT1gDoUNIf { width:20rem;height:6.2988125rem;top:3.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL { display:block; }#sF9qEaHQFDNz6RQdIrrWEGTMHXTkIiqL > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhOvwbluVCq1V30P1CRzJthefDfQbba8 { width:7.5625rem;height:7.5625rem;top:2.937255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLzmgFr4y0r70uWpyJcOM6dTQMlyvIT { width:6.6875rem;height:6.75rem;top:3.49951171875rem;left:6.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knCWZSIhZiB0ef3DhWbhyVJteagFxExu { width:16.75rem;height:2.125rem;top:66.6875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2ZerRixtdBRS7XezelUvP3QSGTfTS5A { width:16.75rem;height:20.390625rem;top:45.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUtqScT7XHqPGTR0NSxFSAGnRsylqCTZ { width:7.5625rem;height:7.5625rem;top:36.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyNBJMwvDgTafJppQrItH1zh91Qn22w { width:6.6875rem;height:6.6875rem;top:37.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWQ2mhmK9kGuPtx1NgyLVaCRTELhA0M { width:16.75rem;height:2.125rem;top:95rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcsipnRTC6ghR3d4TTRMnNG4SCnGPeuU { width:17.75rem;height:10.1953125rem;top:81.6875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkAPr8glWFoXU6ry0WRz3EsmMDwsqp9p { width:7.5625rem;height:7.5625rem;top:72.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0vddrxpvHBCAmgRcOPhTKFyL99xTp3 { width:6.8125rem;height:6.8125rem;top:73.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOdo5vawGoRsHJhkmMZWCzhsPLgrbkm { width:3.125rem;height:3.125rem;top:3.68798828125rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaicXu9HTOE5h87QER2W5pxx6a8RHFTM { width:3.125rem;height:3.125rem;top:73.4375rem;left:11.25rem;font-size:2.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #KiZVZsoN9Abf5PTBTmVn1ymoRtC9qygw { width:3.125rem;height:3.125rem;top:37.3125rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnSVLThUv2ZTUftP10Awy3BHVWCGvDB { width:20rem;height:3.25rem;top:101.35329866409rem;left:0.0625rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ2mCm3kzTpD1fkwqQsEPw50OsvMQdm { display:block; }
 }@media only screen and (max-width: 763px) { #ndCGuKM8wDGKXTfmDBWkET49FyPVtoCa { width:19.375rem;height:34.5rem;top:35.5rem;left:0.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rEwOi5uImXcZMsxkr5tBZ581tIr01XkM { width:19.375rem;height:26.5625rem;top:72.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uwEJ7Ew05e156g8GNaJDAX6UPceiZdCB { width:17.8125rem;height:16.9921875rem;top:11.665818691254rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfHeC1TCu6oOB44qbz4msBh1wn2ldQcy { width:16.75rem;height:2.125rem;top:30.473959445953rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiBH6ApOhrClMbAlmWEvTFil6n8hiZmB { width:19.3125rem;height:35.375rem;top:35.5625rem;left:0.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #RLQ3PT36OIk8MH5SMSXTPg2HKvslfMnM { width:19.375rem;height:32.0625rem;top:1.8116455078125rem;left:0.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d { display:none; }#l0KOCmDtp1VDvd1sSH5rF4U19kEqze7d > .row .container { width:20rem;height:44.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xfPDekt8OMFQP3vaecU0TyVkfDoB70XP { width:20rem;height:4.548825rem;top:1.7500114440918rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9E9H25X2BGCFdgH6LQCXN6kT6PQcvP7 { width:18.8125rem;height:13.8086rem;top:13.214416503906rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6DZKq4HESnLLwK7HtfVTFSOQDrJPO9 { width:11rem;height:15.5rem;top:27.360198974609rem;left:4.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ATM71dSqTENCli87wsatT5qETAXGZ8 { width:11.25rem;height:5rem;top:7.234375rem;left:4.3750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #idZF9cwMk010QsJ6IokZ1G1XSWNqV75I { display:block; }#idZF9cwMk010QsJ6IokZ1G1XSWNqV75I > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcwE1DRqCszoffiM9mr0230AdATgcrBS { display:block; }#ZcwE1DRqCszoffiM9mr0230AdATgcrBS > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKaWgGxWVTPrn08QOUgW7HXN15OvS9PT { width:19.99825rem;height:25.5937625rem;top:2.2005205154419rem;left:0.0026041269302368rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvBEINWPR8wF6ZKzFCKUkwBqQlbOec8O { width:15rem;height:20.0625rem;top:29.338541030884rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA { display:block; }#kXvmWfpwHEJ0WFNwVxncDMq0qhmk9ThA > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8iECLgwaNT2UKWckzTyrwtJLbTdBiJ9 { width:18.5625rem;height:3rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stSSf4yAeRQPgcS0lJg0aAtXMhHE09Wo { width:19.625rem;height:3.125rem;top:10.924479961395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxSV65tzapfBlQ91pnSllGlVUlShGpn { display:block; }
 }@media only screen and (max-width: 763px) { #JBIwMNgi4btKMfxJeMpB0xThvr5lqOSx { width:9.375rem;height:3.125rem;top:8.2998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh887SJW4CgQIN44e9bcwkVTp7wIel2c { display:block; }
 }@media only screen and (max-width: 763px) { #tAVqh7JKcGFya02KhE17yTVDvwpwyTWs { width:20rem;height:0.125rem;top:7.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5p4UOFdHtrMTyvhSe8MzpTG4HS5bE1 { width:7.5625rem;height:1.875rem;top:1.4248046875rem;left:5.9375rem;display:block; }
 }