.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,239;--color-primary-1:255,128,202;--color-primary-2:255,0,149;--color-primary-3:128,0,75;--color-primary-4:38,0,22;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Rubik";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { background-color: transparent; background-image: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container > .video-iframe-container { display: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container { display: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .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); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { border-width: 0; border-radius: 0; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { background-color: transparent; background-image: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .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); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { border-width: 0; border-radius: 0; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { font-size:0.875rem;font-family:raleway;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.11328125rem;left:0rem;height:13.94825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:19.75rem;left:0rem;height:15.293rem;display:block; }
#kXUT1TIpi8942xa0kHnNUicofSiVQn7D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.25rem;width:30.25rem;top:5.11328125rem;left:41.0625rem;overflow:hidden;display:block; }
#Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:31.25rem;width:0.5rem;top:13.75rem;left:63.625rem;display:block; }
#gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:31.25rem;width:0.5rem;top:13.75rem;left:66rem;display:block; }
#xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:31.25rem;width:0.5rem;top:13.75rem;left:68.375rem;display:block; }
#ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:31.25rem;width:0.5rem;top:13.75rem;left:70.75rem;display:block; }
#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container { background-color: transparent; background-image: none; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container > .video-iframe-container { display: none; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row > .video-iframe-container { display: none; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .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); }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container { border-width: 0; border-radius: 0; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container { font-size:0.875rem;font-family:raleway;height:20rem;width:75rem;position:relative;display:block; }#i2x71avUpel9Oq81gTw0dD3tTVc3FnKl { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#muLP5h49pa6FSenmJIT4vtPqJeayALwi { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.55rem;font-style:normal;display:block; }
#qxKgi6u9bgIRkeHPmRUOfUPnBT4G1MXK { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#KIurOBqMzMqcAQ9SHcswErUJ9wnMrQRc { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#Qw94ThBkTNxTEWvynAyu9KRWb6ysc2Pl { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kSRZL753KXccikRXmxTsr7P9dRVTy3sp { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#J4o5uqCG4FOKGrnuxv4zXc7fm5IP7T6Q { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.55rem;font-style:normal;display:block; }
#S7MBvvGaAyIuqrO3OPJyVu94cI586Tru { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fhnle34r8gJFu45xRnl3MT77dTs5b3TZ { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#vSLJfIkS8oFN54NILvqv4esqUe7hTvPx { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.55rem;font-style:normal;display:block; }
#QHewCgpV0VuT8NrgfHaBvbG0T2V4NWgF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d8QDTBdUIrlDCHx4VM2ssO23gLrIQe0a { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#DqsonSm61sx1nfVZx873KiL4P3QpgeT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:6.32421875rem;left:7.40625rem; }
#MqxGOq6J2LSkExwCbRLyMF7I2eHDRcPP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:6.32421875rem;left:27.15625rem; }
#Ui5ef8TEnBNuAvDzkE1T8fTlWUAck2UV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:6.32421875rem;left:48.53125rem; }
#mCpZ5Jh7SDbhzk45kwwwlbeH5GTgsZF6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:6.32421875rem;left:67.53125rem; }
#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container { background-color: transparent; background-image: none; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container > .video-iframe-container { display: none; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row > .video-iframe-container { display: none; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .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); }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container { border-width: 0; border-radius: 0; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#LWS2yu6bS9iCpUm9mkw9nvQKwoh6T4Ep { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vV2rQ5UipfQb2JRtExQsZT8ZTZ1ll5eW { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.0625rem;left:3.125rem;height:8.999025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rv3LDvOudPWJ7ngMTRUTNcSiqszsCbJ1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:29.0625rem;left:28.125rem;height:8.999025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXcRZOgJP083OCttuvUDRMCymPfXkeVV { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.8125rem;left:28.125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wOHhJvhLTx9hCaqWihAcMgDL90ya7Gef { color:#f9f9f9;display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:29.0625rem;left:51.6875rem;height:11.8945625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ev9urV5Xr6ADwnxaBTUBPkPrhRAOKReQ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.8125rem;left:53.125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XcVBfeX8sMZmdMKZcV4hxJR4PU7XXq83 { color:#ff0095;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.724609375rem;left:25.875rem;height:3.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CJ1sMHCZ8NNWiBlfa9ZVTNThrVesaAJs { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JE6HtgrZsr7TWxOvVy8mlRLUzcxSSXl2 { position:absolute;display:block;z-index:14999;background-color:#000000;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:23.75rem;width:20rem;top:14.375rem;left:2.5rem;display:block; }
#b0rpU1GmMap6p17ow9FTRKv3cAimWlwk { position:absolute;display:block;z-index:15000;background-color:#000000;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:23.75rem;width:20rem;top:14.375rem;left:27.5rem;display:block; }
#ZaTox2Hzxk9A0pfXQMGThmImw6iOwoAu { position:absolute;display:block;z-index:15001;background-color:#000000;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:23.75rem;width:20rem;top:14.375rem;left:52.5rem;display:block; }
#XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/13046813-a152-49c2-bf8e-790b849049ac/XZ1MP1.png");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.125rem;width:6.125rem;top:18.84375rem;left:9.125rem;display:block; }#XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B.adaptive-delivery-prevent-bg, #XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B.lazyload, #XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B.lazyloading { background-image: none; }
#bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7 { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/9912c3ea-0f21-4bfc-9aee-8508445257a9/XZ1MP.png");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.25rem;width:6.25rem;top:18.71875rem;left:34.125rem;display:block; }#bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7.adaptive-delivery-prevent-bg, #bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7.lazyload, #bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7.lazyloading { background-image: none; }
#LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6 { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b84301f3-dc15-41de-b78a-38a4d2aefc8c/XZ1MP2.png");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6rem;width:6rem;top:18.96875rem;left:59.125rem;display:block; }#LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6.adaptive-delivery-prevent-bg, #LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6.lazyload, #LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6.lazyloading { background-image: none; }
#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container { background-color: transparent; background-image: none; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container > .video-iframe-container { display: none; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row > .video-iframe-container { display: none; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .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); }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container { border-width: 0; border-radius: 0; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#tVOUOeAzz4v5MCyrvzTVbbNst7vCBlee { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:3.125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uQ2terlNSAqoUai22RVKhQisuMiwkIg1 { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:10.25rem;left:3.125rem;height:14.398425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2nZTNXqA7MUspXe3iJI9TIeTurFaX08 { color:#ff0095;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.724609375rem;left:25.875rem;height:1.79980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NxlizrVN2ws5wHLNqtz7oE9etyPCtitL { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RsvuoZFRST7i99STtBA14SIRWJ83v97W { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/9a397189-b5fb-4a80-a6d8-83f2612cc08c/ixsTS4A.jpg");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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.125rem;width:6.6875rem;top:0rem;left:9.5rem;display:block; }#RsvuoZFRST7i99STtBA14SIRWJ83v97W.adaptive-delivery-prevent-bg, #RsvuoZFRST7i99STtBA14SIRWJ83v97W.lazyload, #RsvuoZFRST7i99STtBA14SIRWJ83v97W.lazyloading { background-image: none; }
#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-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; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container { background-color: transparent; background-image: none; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container > .video-iframe-container { display: none; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row > .video-iframe-container { display: none; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .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); }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container { border-width: 0; border-radius: 0; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#QKolyl9q3gI4dbk4rrsiwqUhTxg8zZFk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:1.5rem;left:12.25rem;overflow:hidden;display:block; }
#sETxn6XvlxyvXaeBnmb9Rq5iENIhbHh0 { 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:11.125rem;width:11.125rem;top:1.1748046875rem;left:28.6875rem;overflow:hidden;display:block; }
#IqzSKwvgAd9IVO76memDIyWyOd2DzRqZ { 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:6rem;width:6rem;top:4.03125rem;left:65.75rem;overflow:hidden;display:block; }
#pT5soyVJrIqxGccPlKN19br7X0BxVg6v { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.6875rem;left:0rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C83wgKcOm4N8lAJlvW1F0ZivDTqbCMDM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.8125rem;top:5.1875rem;left:46.4375rem;overflow:hidden;display:block; }
#LvBgMvIiZDD05pZgN3US3eV2ealoECxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { background-color: transparent; background-image: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container > .video-iframe-container { display: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container { display: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .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); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { border-width: 0; border-radius: 0; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { font-size:0.875rem;font-family:raleway;height:43.9375rem;width:75rem;position:relative;display:block; }#KT4vs9OXmA0NVLP77bvribQtltOLSJrV { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.7rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.675rem;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; }
#olvZMSTXTN0342w6DA1BvB6I58JmSLAS { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),1));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;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:15rem;width:37.5rem;top:13.75rem;left:37.5rem;display:block; }
#fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:18.375rem;left:39.25rem;height:4.4619125rem;font-style:italic;display:block; }
#TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:24.6875rem;left:39.25rem;height:1.4875rem;font-style:normal;display:block; }
#GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.25rem;left:38.625rem; }
#N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;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:15rem;width:37.5rem;top:13.75rem;left:0rem;display:block; }
#m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:18.275390625rem;left:1.875rem;height:4.4619125rem;font-style:italic;display:block; }
#d4SxneT1hT4s81V18EAEz68kO6qJmozC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:24.6875rem;left:1.75rem;height:1.48730625rem;font-style:normal;display:block; }
#WaJWp94zAlSkHJJATVkiGALyNEPInAuV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.25rem;left:1.125rem; }
#oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { position:absolute;display:block;z-index:15023;background-color:#000000;background-image:none;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:15rem;width:37.5rem;top:28.75rem;left:37.5rem;display:block; }
#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container { background-color: transparent; background-image: none; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container > .video-iframe-container { display: none; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row > .video-iframe-container { display: none; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .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); }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container { border-width: 0; border-radius: 0; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#QQZSpPGCrXrzy9tqWIqhNvVoZl8b7Uxq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKiZ0k2ZkARCKaAraMDB8JzRa7IK9T9X { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.125rem;left:14.375rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#MkeDKV8Mp422HglWvHPpuZhnD7D7ou2z { background-color:rgba(var(--color-secondary-4),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 #ff0095;border-left:0.0625rem solid #ff0095;border-right:0.0625rem solid #ff0095;border-bottom:0.0625rem solid #ff0095;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.8125rem;left:31.125rem;display:block; }
#rpbrmdhiuFCUgZ4yNLC0U3xQsNDliFTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUcNvdQqJIgH9U65RxsqgUzJTSzr7xIE { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#b8SE8deryyTfFCkzyCPc5DIweJr3MiAK { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#TfwxJRGA3mfCscQmHTnvu9l1OfSp63PM { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#tM608tge8miJHdn27zvtL0znZcMtJuzQ { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#F91PexVWAHX7V7vLsLM2xVp15sI9TTRD { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#PgdmnAq1gF94mHaAsVVdk4L7f5cHexq9 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TdA5KvTv4rVEuN4HhVCdDR032ixeN3dn { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#F1hsMotw9sGfrhxOw3mnliW96lR9ILUh { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { background-color: transparent; background-image: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .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); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { border-width: 0; border-radius: 0; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { font-size:0.875rem;font-family:raleway;height:32.5rem;width:75rem;position:relative;display:block; }#WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:12.3623046875rem;left:0rem;height:5.09765625rem;display:block; }
#fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.375rem;left:0rem; }
#TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#QvknXE06KqaBBr3E2vzTKfcz5d706nCW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:19.25rem;left:46.1875rem;height:1.9121125rem;font-style:normal;display:block; }
#Qe4AGvmANXf52BQs728TZU3TMUF4OyDU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.5rem;left:44rem; }
#TuJqKJX2PZg1HIyPQ7nF0vdpJNVebTMG { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:21.3125rem;left:44rem;height:2.54980625rem;font-style:normal;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:.4;letter-spacing:0;top:3.275390625rem;left:28.53125rem;height:0.94921875rem;text-align:center;text-align-last:center;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:72.8125rem; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:70.625rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { display:block; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { top:5.0625rem;left:0rem;width:33.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { top:19.75rem;left:0rem;width:33.1875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { top:5.0625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv { display:block; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2x71avUpel9Oq81gTw0dD3tTVc3FnKl { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muLP5h49pa6FSenmJIT4vtPqJeayALwi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxKgi6u9bgIRkeHPmRUOfUPnBT4G1MXK { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIurOBqMzMqcAQ9SHcswErUJ9wnMrQRc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw94ThBkTNxTEWvynAyu9KRWb6ysc2Pl { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRZL753KXccikRXmxTsr7P9dRVTy3sp { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4o5uqCG4FOKGrnuxv4zXc7fm5IP7T6Q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7MBvvGaAyIuqrO3OPJyVu94cI586Tru { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhnle34r8gJFu45xRnl3MT77dTs5b3TZ { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSLJfIkS8oFN54NILvqv4esqUe7hTvPx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHewCgpV0VuT8NrgfHaBvbG0T2V4NWgF { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8QDTBdUIrlDCHx4VM2ssO23gLrIQe0a { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsonSm61sx1nfVZx873KiL4P3QpgeT9 { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqxGOq6J2LSkExwCbRLyMF7I2eHDRcPP { top:6.3125rem;left:13.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui5ef8TEnBNuAvDzkE1T8fTlWUAck2UV { top:6.3125rem;left:34.90625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCpZ5Jh7SDbhzk45kwwwlbeH5GTgsZF6 { top:6.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVVhVTq17ZNs0M5irR6zkITpiFITt7FA { display:block; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWS2yu6bS9iCpUm9mkw9nvQKwoh6T4Ep { width:18.75rem;height:1.625rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2rQ5UipfQb2JRtExQsZT8ZTZ1ll5eW { width:18.75rem;height:10.75rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3LDvOudPWJ7ngMTRUTNcSiqszsCbJ1 { width:18.75rem;height:10.75rem;top:29.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXcRZOgJP083OCttuvUDRMCymPfXkeVV { width:18.75rem;height:1.625rem;top:26.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOHhJvhLTx9hCaqWihAcMgDL90ya7Gef { width:21.625rem;height:11.875rem;top:29.0625rem;left:26rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9urV5Xr6ADwnxaBTUBPkPrhRAOKReQ { width:18.75rem;height:1.625rem;top:26.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcVBfeX8sMZmdMKZcV4hxJR4PU7XXq83 { width:23.25rem;height:3.5625rem;top:6.6875rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ1sMHCZ8NNWiBlfa9ZVTNThrVesaAJs { width:20rem;height:;top:4.125rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6HtgrZsr7TWxOvVy8mlRLUzcxSSXl2 { top:14.375rem;left:0rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0rpU1GmMap6p17ow9FTRKv3cAimWlwk { top:14.375rem;left:6.75rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTox2Hzxk9A0pfXQMGThmImw6iOwoAu { top:14.375rem;left:22.625rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B { top:18.8125rem;left:4.5625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7 { top:18.6875rem;left:20.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6 { top:18.9375rem;left:36.3125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgFg7vqxXk99D4EIVplikd7EP3JAsLq { display:block; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVOUOeAzz4v5MCyrvzTVbbNst7vCBlee { width:18.75rem;height:1.625rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2terlNSAqoUai22RVKhQisuMiwkIg1 { width:18.75rem;height:14.375rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nZTNXqA7MUspXe3iJI9TIeTurFaX08 { width:23.25rem;height:1.75rem;top:6.6875rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxlizrVN2ws5wHLNqtz7oE9etyPCtitL { width:20rem;height:2.625rem;top:4.125rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsvuoZFRST7i99STtBA14SIRWJ83v97W { top:0rem;left:4.9375rem;width:6.6875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt { display:block; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKolyl9q3gI4dbk4rrsiwqUhTxg8zZFk { width:11.125rem;height:11.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sETxn6XvlxyvXaeBnmb9Rq5iENIhbHh0 { width:11.125rem;height:11.125rem;top:1.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqzSKwvgAd9IVO76memDIyWyOd2DzRqZ { width:6rem;height:6rem;top:4rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5soyVJrIqxGccPlKN19br7X0BxVg6v { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C83wgKcOm4N8lAJlvW1F0ZivDTqbCMDM { width:11.8125rem;height:3.6875rem;top:5.1875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBgMvIiZDD05pZgN3US3eV2ealoECxs { display:block; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4vs9OXmA0NVLP77bvribQtltOLSJrV { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvZMSTXTN0342w6DA1BvB6I58JmSLAS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { width:37.5rem;height:15rem;top:13.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { width:2rem;height:2rem;top:16.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { width:37.5rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SxneT1hT4s81V18EAEz68kO6qJmozC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaJWp94zAlSkHJJATVkiGALyNEPInAuV { width:2rem;height:2rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { width:37.5rem;height:15rem;top:28.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r { display:block; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQZSpPGCrXrzy9tqWIqhNvVoZl8b7Uxq { top:7.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKiZ0k2ZkARCKaAraMDB8JzRa7IK9T9X { top:11.125rem;left:0.75rem;width:46.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkeDKV8Mp422HglWvHPpuZhnD7D7ou2z { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpbrmdhiuFCUgZ4yNLC0U3xQsNDliFTy { display:block; }
 }@media only screen and (max-width: 763px) { #vUcNvdQqJIgH9U65RxsqgUzJTSzr7xIE { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8SE8deryyTfFCkzyCPc5DIweJr3MiAK { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwxJRGA3mfCscQmHTnvu9l1OfSp63PM { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM608tge8miJHdn27zvtL0znZcMtJuzQ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91PexVWAHX7V7vLsLM2xVp15sI9TTRD { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgdmnAq1gF94mHaAsVVdk4L7f5cHexq9 { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdA5KvTv4rVEuN4HhVCdDR032ixeN3dn { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1hsMotw9sGfrhxOw3mnliW96lR9ILUh { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { top:12.3125rem;left:0rem;width:32.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { width:1.5rem;height:1.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvknXE06KqaBBr3E2vzTKfcz5d706nCW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe4AGvmANXf52BQs728TZU3TMUF4OyDU { width:1.5rem;height:1.5rem;top:19.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJqKJX2PZg1HIyPQ7nF0vdpJNVebTMG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:6.875rem;height:6.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { display:block; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:20rem;height:318.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { width:20rem;height:27.1875rem;top:9.69825rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { width:18.75rem;height:18.75rem;top:135.63575rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:38.13575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:70.63575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:155.63575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:103.13575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { width:0.5rem;height:31.25rem;top:188.13575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { width:0.5rem;height:31.25rem;top:220.63575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { width:0.5rem;height:31.25rem;top:253.13575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { width:0.5rem;height:31.25rem;top:285.63575rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv { display:block; }#x4M05tgUPfdK7QfA2MzgsJQbhLTCVUVv > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2x71avUpel9Oq81gTw0dD3tTVc3FnKl { width:16.25rem;height:2.3994125rem;top:1.25rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muLP5h49pa6FSenmJIT4vtPqJeayALwi { width:16.25rem;height:1.9121125rem;top:40.34375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxKgi6u9bgIRkeHPmRUOfUPnBT4G1MXK { width:16.25rem;height:0.5rem;top:33.34375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIurOBqMzMqcAQ9SHcswErUJ9wnMrQRc { width:16.25rem;height:1.9121125rem;top:43.5058625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qw94ThBkTNxTEWvynAyu9KRWb6ysc2Pl { width:16.25rem;height:2.3994125rem;top:9.2734375rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSRZL753KXccikRXmxTsr7P9dRVTy3sp { width:16.25rem;height:0.5rem;top:35.09375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4o5uqCG4FOKGrnuxv4zXc7fm5IP7T6Q { width:16.25rem;height:1.9121125rem;top:46.667975rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7MBvvGaAyIuqrO3OPJyVu94cI586Tru { width:16.25rem;height:2.3994125rem;top:17.296875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fhnle34r8gJFu45xRnl3MT77dTs5b3TZ { width:16.25rem;height:0.5rem;top:36.84375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSLJfIkS8oFN54NILvqv4esqUe7hTvPx { width:16.25rem;height:1.9121125rem;top:49.8300875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHewCgpV0VuT8NrgfHaBvbG0T2V4NWgF { width:16.25rem;height:2.3994125rem;top:25.3203125rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8QDTBdUIrlDCHx4VM2ssO23gLrIQe0a { width:16.25rem;height:0.5rem;top:38.59375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsonSm61sx1nfVZx873KiL4P3QpgeT9 { display:flex;width:3.125rem;height:3.125rem;top:4.8984375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MqxGOq6J2LSkExwCbRLyMF7I2eHDRcPP { display:flex;width:3.125rem;height:3.125rem;top:12.921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Ui5ef8TEnBNuAvDzkE1T8fTlWUAck2UV { display:flex;width:3.125rem;height:3.125rem;top:20.9453125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mCpZ5Jh7SDbhzk45kwwwlbeH5GTgsZF6 { display:flex;width:3.125rem;height:3.125rem;top:28.96875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UVVhVTq17ZNs0M5irR6zkITpiFITt7FA { display:block; }#UVVhVTq17ZNs0M5irR6zkITpiFITt7FA > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWS2yu6bS9iCpUm9mkw9nvQKwoh6T4Ep { width:18.75rem;height:1.29980625rem;top:13.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2rQ5UipfQb2JRtExQsZT8ZTZ1ll5eW { width:18.75rem;height:6.3984375rem;top:15.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3LDvOudPWJ7ngMTRUTNcSiqszsCbJ1 { width:18.75rem;height:6.3984375rem;top:49.07421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXcRZOgJP083OCttuvUDRMCymPfXkeVV { width:18.75rem;height:1.29980625rem;top:46.82421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOHhJvhLTx9hCaqWihAcMgDL90ya7Gef { width:18.75rem;height:9.597625rem;top:74.07421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9urV5Xr6ADwnxaBTUBPkPrhRAOKReQ { width:18.75rem;height:1.29980625rem;top:71.82421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcVBfeX8sMZmdMKZcV4hxJR4PU7XXq83 { width:18.75rem;height:3.19921875rem;top:29.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ1sMHCZ8NNWiBlfa9ZVTNThrVesaAJs { width:20rem;height:2.4375rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6HtgrZsr7TWxOvVy8mlRLUzcxSSXl2 { width:20rem;height:23.75rem;top:1.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b0rpU1GmMap6p17ow9FTRKv3cAimWlwk { width:20rem;height:23.75rem;top:34.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTox2Hzxk9A0pfXQMGThmImw6iOwoAu { width:20rem;height:23.75rem;top:59.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdX6L6GL8WEqJHyEXkP1EunJTcMbOa9B { width:6.75rem;height:6.75rem;top:5.71875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMyguN2TntPGTS8ByPTsTMOaCb2GS6w7 { width:6.75rem;height:6.75rem;top:38.73046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4w2GMdwZ5ANWLarGSD7BPhZd4Mqcd6 { width:6.75rem;height:6.75rem;top:63.98046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgFg7vqxXk99D4EIVplikd7EP3JAsLq { display:block; }#GkgFg7vqxXk99D4EIVplikd7EP3JAsLq > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVOUOeAzz4v5MCyrvzTVbbNst7vCBlee { width:18.75rem;height:1.29980625rem;top:13.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2terlNSAqoUai22RVKhQisuMiwkIg1 { width:18.75rem;height:6.3984375rem;top:15.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nZTNXqA7MUspXe3iJI9TIeTurFaX08 { width:18.75rem;height:3.19921875rem;top:29.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxlizrVN2ws5wHLNqtz7oE9etyPCtitL { width:20rem;height:2.4375rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsvuoZFRST7i99STtBA14SIRWJ83v97W { width:6.75rem;height:6.75rem;top:5.71875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt { display:block; }#RozKThT47PzTO3TIH3Ctwryv0z3Wl6Lt > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKolyl9q3gI4dbk4rrsiwqUhTxg8zZFk { width:2.5rem;height:2.5rem;top:4.5996125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sETxn6XvlxyvXaeBnmb9Rq5iENIhbHh0 { width:2.5rem;height:2.5rem;top:8.3496125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqzSKwvgAd9IVO76memDIyWyOd2DzRqZ { width:2.5rem;height:2.5rem;top:17.0371125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5soyVJrIqxGccPlKN19br7X0BxVg6v { width:17.6875rem;height:2.0996125rem;top:1.25rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C83wgKcOm4N8lAJlvW1F0ZivDTqbCMDM { width:11.8125rem;height:3.6875rem;top:12.0996125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBgMvIiZDD05pZgN3US3eV2ealoECxs { display:block; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { width:20rem;height:112rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4vs9OXmA0NVLP77bvribQtltOLSJrV { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olvZMSTXTN0342w6DA1BvB6I58JmSLAS { width:0.5rem;height:9.375rem;top:8.249025rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { width:0.5rem;height:9.375rem;top:18.874025rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { width:0.5rem;height:9.375rem;top:29.499025rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { width:0.5rem;height:9.375rem;top:40.124025rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { width:20rem;height:17.8125rem;top:73.733415625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { width:17.5rem;height:13.38475rem;top:78.358415625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { width:17.5rem;height:1.69921875rem;top:84.670915625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { display:flex;width:2rem;height:2rem;top:76.233415625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { width:20rem;height:17.8125rem;top:50.749025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { width:17.5rem;height:17.209rem;top:55.274415625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4SxneT1hT4s81V18EAEz68kO6qJmozC { width:17.5rem;height:1.69921875rem;top:61.686525rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WaJWp94zAlSkHJJATVkiGALyNEPInAuV { display:flex;width:2rem;height:2rem;top:53.249025rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { width:20rem;height:17.8125rem;top:92.992228125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r { display:block; }#iCbdbDldXpLbzZukQJ0H4C2HW3kSez8r > .row .container { width:20rem;height:248.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQZSpPGCrXrzy9tqWIqhNvVoZl8b7Uxq { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKiZ0k2ZkARCKaAraMDB8JzRa7IK9T9X { width:20rem;height:3.82421875rem;top:123.797875rem;left:0rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkeDKV8Mp422HglWvHPpuZhnD7D7ou2z { width:12.75rem;height:3.75rem;top:128.87209375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #rpbrmdhiuFCUgZ4yNLC0U3xQsNDliFTy { display:block; }
 }@media only screen and (max-width: 763px) { #vUcNvdQqJIgH9U65RxsqgUzJTSzr7xIE { width:0.5rem;height:27.5rem;top:133.87209375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8SE8deryyTfFCkzyCPc5DIweJr3MiAK { width:0.5rem;height:27.5rem;top:162.62209375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwxJRGA3mfCscQmHTnvu9l1OfSp63PM { width:0.5rem;height:27.5rem;top:191.37209375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM608tge8miJHdn27zvtL0znZcMtJuzQ { width:0.5rem;height:27.5rem;top:220.12209375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91PexVWAHX7V7vLsLM2xVp15sI9TTRD { width:0.5rem;height:27.5rem;top:37.547875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgdmnAq1gF94mHaAsVVdk4L7f5cHexq9 { width:0.5rem;height:27.5rem;top:66.297875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdA5KvTv4rVEuN4HhVCdDR032ixeN3dn { width:0.5rem;height:27.5rem;top:95.047875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1hsMotw9sGfrhxOw3mnliW96lR9ILUh { width:0.5rem;height:27.5rem;top:8.797875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:20rem;height:150.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { width:20rem;height:5.09765625rem;top:8.249025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { display:flex;width:1.5rem;height:1.5rem;top:129.59668125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { width:20rem;height:2.54980625rem;top:143.3330125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { width:15.3125rem;height:3.82421875rem;top:132.34668125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { width:0.5rem;height:27.5rem;top:14.59668125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.5rem;height:27.5rem;top:43.34668125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5rem;height:27.5rem;top:72.09668125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:27.5rem;top:100.84668125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvknXE06KqaBBr3E2vzTKfcz5d706nCW { width:18.25rem;height:1.9121125rem;top:140.1709rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe4AGvmANXf52BQs728TZU3TMUF4OyDU { display:flex;width:1.5rem;height:1.5rem;top:137.4209rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TuJqKJX2PZg1HIyPQ7nF0vdpJNVebTMG { width:20rem;height:2.54980625rem;top:147.13281875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:5.09765625rem;top:4.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { display:flex;width:1.5rem;height:1.5rem;top:13.47265625rem;left:9.25rem; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { display:flex;width:1.5rem;height:1.5rem;top:10.72265625rem;left:9.25rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }