.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:252,217,238;--color-primary-1:244,128,198;--color-primary-2:233,0,140;--color-primary-3:117,0,70;--color-primary-4:35,0,21;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0d121b;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/FWggCGGz/max_hofstetter_ypFpSH83FyU_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.52); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.52); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:60rem;height:61.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#A7yDxmD65atWBl88WKMqGESZUME7knMD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.6875rem;width:54rem;top:0rem;left:2.96875rem;display:block; }
#IkXTD87c51og8TT2ChwhToq2noOe284R { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8rem;top:0rem;left:25.96875rem;overflow:hidden;display:block; }
#Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { color:#0d121b;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:4.3125rem;left:7.71875rem;height:6.46225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-secondary-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:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.6875rem;height:6.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:46.8125rem;left:13.125rem;display:block; }
#xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxh1JxukqPXTBAn3ls9wNVRDOWun9gKI { color:#0d121b;display:block;width:47.999875rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:10.962240219116rem;left:5.966438293457rem;height:3.7118rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vp6JZkt4pAQ5b8hp1oL7s9NVOQyMavm0 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.5rem;width:49rem;top:17.09375rem;left:5.46875rem;display:block; }
#vgpDaUT4FpIMoSuWrxicthLcK9GsHez0 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:56.0625rem;left:5.96875rem;height:1.8559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DEXksz3H/josh_rose_trYl7JYATH0_unsplash.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF.adaptive-delivery-prevent-bg, #oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF.lazyload, #oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF.lazyloading { background-image: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container { background-color: transparent; background-image: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,18,27,0.16); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container > .video-iframe-container { display: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,18,27,0.16); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row > .video-iframe-container { display: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .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); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container { border-width: 0; border-radius: 0; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container { font-size:0.875rem;font-family:arial;height:371.5rem;width:60rem;position:relative;display:block; }#dewBRuCqlw8BUXfgT05U4UTmqyRXUh3y { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:3.560791015625rem;left:8.9990234375rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhlMOJfGOTwT8zWJdZvt6p0ktxyy46tI { color:#0d121b;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:178.25rem;left:8.875rem;height:26.3229375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DdMFi7kASXO8J2XLypzXWsznnT7mtKoT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:178.5625rem;left:6.6875rem; }
#RCvBDy97IcmZIdi8BKbwgHXykHksrL8t { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:180.8125rem;left:6.6875rem; }
#R77BBfq30GlzsMOcoVBFmTfUW8VNJOOE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:185.25rem;left:6.6875rem; }
#Np191TbQkT1r6MW6SQENgm5uTTpxcrnE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:189.625rem;left:6.6875rem; }
#JzyAnzIK70o2vmg83VqutcDazU7HUrbn { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.427955627441rem;left:6rem;height:17.5486125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#arge0qtt1w4TWX9aFfgFWWuDmD5IRdXE { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:126.37500500679rem;left:6rem;height:21.935775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IF6y6OemVyAraSsG2gazuQGlo5D5MJwP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.686525rem;width:1.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:196.0625rem;left:6.6875rem; }
#yfbDWZLN8iFXqRNmkmR2WRbQ99BmMJr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:148.3076171875rem;left:9rem;height:11.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDrwJCN9MDE52ax6CIuT1czSzLK1yWu5 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:160.125rem;left:6rem;height:17.5486rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9232rWzS8WRTFlsx4rwRHVrmtwsusmT { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:202.375rem;left:6rem;height:19.7421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J9iwfPROCorJwHT0DnMRoORO7BDTyZiD { 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:15060;opacity:1;top:227.3125rem;left:18.4375rem; }
#ezcfbtcl0Hb2PObL2K0TkDeZfVwzH1pL { 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:15061;opacity:1;top:245.3125rem;left:41.375rem; }
#lfCaPkAmCSmUvm90Mdx1KQbS9Uy2hkom { color:#0d121b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:225.25rem;left:9.5625rem;height:3.0872375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XykwqCSNXWTGgsMDtlyS0WPknLmPpp79 { color:#0d121b;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:240.1875rem;left:38.125rem;height:4.6308625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ICS2fzTNSPGKRorO7vZhfXfrW4xCBnLq { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:296.8125rem;left:9rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIEgHGa46GkmUqBcs2kC1WTvQvHTBr2I { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:266.125rem;left:6rem;height:30.71005rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#weVgfnABSkewBBHlgXuxJ4NSZHCzMpMT { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:326.990234375rem;left:9rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2ygXIkVBUOB9oRpZsey4Jr2QAZLCF4v { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:307.25rem;left:6rem;height:21.935775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bigQycHLDK5TDJ9ri659n3ZMFeh6uMdG { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:371.5625rem;width:54rem;top:0rem;left:3rem;display:block; }
#efBbhluWOWTOFdUdfuQJE8ke48RuReAf { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:332.90234375rem;left:6rem;height:35.097225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PnwhIatsRed3vMRBgJEeD5qSWKTQCUKl { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:254.3125rem;left:8.125rem;height:11.82291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vI1RJAznwRTpWUC361JLcGBwZSEFMT56 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:48.912109375rem;left:6rem;height:32.90365rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q67sRdTJuawIALyIPOffg6GyRL0Zg2W5 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.5rem 0.375rem rgba(13,18,27,0.5) ;height:10.9375rem;width:50.9375rem;top:32.125rem;left:4.53125rem;overflow:hidden;display:block; }
#U8tLmwIC6XdfW3hFuQx8HuLMJtdwaNIy { color:#0d121b;display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.224609375rem;left:3rem;height:1.0559875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UqmEtJFkyxDiogsnEFqeUmQmiwSbJkXw { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.5rem 0.375rem rgba(13,18,27,0.5) ;height:43.6875rem;width:50.8125rem;top:80.6875rem;left:4.53125rem;overflow:hidden;display:block; }
#kyOC5U9WJ1Ik5vvnDB57mUgnZ8ePTALq { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.5rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:50.9375rem;top:229.3125rem;left:4.5625rem;overflow:hidden;display:block; }
#w0mWSFDFhft4USypBU0dpPIydUVRsRdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d121b;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; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { background-color: transparent; background-image: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container > .video-iframe-container { display: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row > .video-iframe-container { display: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .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); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { border-width: 0; border-radius: 0; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { font-size:0.875rem;font-family:arial;height:299.625rem;width:60rem;position:relative;display:block; }#fEQkD828tnwT0vChRd2BK5D94LhXZz8l { position:absolute;display:block;z-index:14999;background-color:#0d121b;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: 0rem 0rem 2.1875rem #0d121b ;height:0.1875rem;width:60rem;top:42.24853515625rem;left:0rem;display:block; }
#tT5WfNeT31P5DeZVzwXiTBio1oAChqVW { position:absolute;display:block;z-index:15003;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:20.875rem;width:32.25rem;top:5.3125rem;left:13.5625rem;overflow:hidden;display:block; }
#ZbSzoMuACIevzZIH6mFTSdHXTxf3iMDI { color:#0d121b;display:block;width:35.25rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:29.375rem;left:6rem;height:4.33073125rem;font-style:normal;display:block; }
#AG9rOvv6HC8XwXEQcdIotcWnIFAVDHMM { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:34.9375rem;left:8.875rem;height:25.91490625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BL8OogMsG3PE8rJ0iWQnsmV69sK4Jbr9 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:49.1875rem;left:6rem; }
#s1AWccFpvNhhDkfWbkvBJqaTbpQUwxfU { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:42.3125rem;left:6rem; }
#ecKtXTsx5It87PqFVqn1nkBWZyAI3TTb { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:39.8125rem;left:6rem; }
#cduPWt8kDD74NdEOwcvb7KTPQ9JIU3Fd { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:35.1875rem;left:6rem; }
#IHwVEc9nBkuNanMyg3Zswpib3tstcuL0 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:67.625rem;left:6rem;height:11.822925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJiCmsvZrL9zszM5RUIWhw9IALhb4qI7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:6.6875rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:60.8466796875rem;left:15.5rem;display:block; }
#GRHGHDedmIIb5Ji0ESoytU4QxMNslZpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcPHuOvb9Rvlfs9k8PACOHaw7rKOGVnN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:299.625rem;width:54rem;top:0rem;left:3rem;display:block; }
#T7XnzcHigQZiOnXXRDPXXa3dHTl5V3IX { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:79.447917938231rem;left:6rem;height:41.6779375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DUiMHXGkvGax5WtfmnPzDSe8DxnW43Z2 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:121.125rem;left:6rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldFyMTk0bh81dI0afpsJtLpTXKITJspH { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:217.8671875rem;left:6rem;height:46.0651125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVhLTWbiMSCiTr9oN4z6pqIXnpFBlpEl { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:263.9375rem;left:6rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dig1gG3rkxDcwPk3omLGfVczx7rBgKR6 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:269.8125rem;left:6rem;height:24.12935rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CJ5nedDbQtNOEvUQw43FtJGhrW7wvSDf { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8107625rem;width:1.8107625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:54rem;left:6rem; }
#Xuh7IAihgQKWeyyWAx6nBiMKgltpaDqN { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:44.375rem;top:129.99132156372rem;left:7.8125rem;overflow:hidden;display:block; }
#BZ9I0EFWCTNXd1ivS5vRk0DbkEURqLaz { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:27.75rem;width:44.375rem;top:144.74132156372rem;left:7.8125rem;overflow:hidden;display:block; }
#wRNW7Nn10utI82BdxrKV3V5ML8VHfc1c { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:18.9375rem;width:44.375rem;top:176.17970657349rem;left:7.8125rem;overflow:hidden;display:block; }
#FFrZIMaXgflhxQepBMTZmqXAuG1IxI8F { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:18.5625rem;width:44.375rem;top:199.3046875rem;left:7.8125rem;overflow:hidden;display:block; }
#ibbRq9yurUPFlGA1yw7iJE4z8ttGLVgR { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:68.5rem;left:5.6875rem;height:1.8559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNBHereMTs8ZvldiPHRDfTe2BACsKXES { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #0d121b ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:6.875rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:103.4375rem;left:14.125rem;display:none; }
#kDKf9DWS6IHRgf8iUD9gU0MyNwfsfIQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d121b;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; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { background-color: transparent; background-image: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container > .video-iframe-container { display: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row > .video-iframe-container { display: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .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); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { border-width: 0; border-radius: 0; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { font-size:0.875rem;font-family:arial;height:128.6875rem;width:60rem;position:relative;display:block; }#VcSwNyzRNIGWMWPawXBNqIzpt6IZT5aR { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0rem 1.875rem #c7c9c7 ;height:128.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#DuePQr7vVxBbBZ9Lr0q7rQcyhVNT80q1 { color:#0d121b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15065;line-height:.9;letter-spacing:0;top:7.8124799728394rem;left:8.125rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOB7TDN25p7HVvbe17KlJ76dNMWfewkm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #0d121b ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5625rem;height:6.875rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:103.4375rem;left:14.125rem;display:block; }
#Ao8rz0mHaF9XW1wm3Th023ArmFJx0U5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfzX5M1mgWJI0c9cRRiXX282V5TKVtgi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8111875rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:280.1875rem;left:39.764320373535rem;height:17.14453125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NC8p241iSuySx32LuAHQxVAraQFBXtqZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:55.950520396232rem;left:27.84375rem; }
#vGIbxGNEDr4HicOVrnshNpBdTX7iKO6A { color:#0d121b;display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:63.0625rem;left:4.28125rem;height:6.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKfy5usuQrCvI49rtGNXndfy2Us36rRV { position:absolute;display:block;z-index:15091;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: 0rem 0rem 0.8125rem #0d121b ;height:33.5rem;width:20.1875rem;top:14.5rem;left:36.75rem;overflow:hidden;display:block; }
#HmMeIpGJ3S9fLHuMMXGUlU2Vm4lmZ7Z6 { position:absolute;display:block;z-index:15092;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:19.75rem;width:31.5rem;top:14.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#cM8MIXLFtE24L8qRcOBtAmaQec1UshWn { position:absolute;display:block;z-index:15096;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: 0rem 0rem 1.0625rem #0d121b ;height:20.5rem;width:20.5rem;top:29.5rem;left:31.875rem;overflow:hidden;display:block; }
#uemJoWifG9UkHNbFsZtiHqMeUWsZAmPe { position:absolute;display:block;z-index:15097;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: 0rem 0rem 1.0625rem #0d121b ;height:14.25rem;width:25.5rem;top:37.625rem;left:16.375rem;overflow:hidden;display:block; }
#b2TBGCah39EaUhpJxtdqpbfPMPiPR1SB { position:absolute;display:block;z-index:15094;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: 0rem 0rem 1.0625rem #0d121b ;height:14.0625rem;width:25.5rem;top:31.1875rem;left:4.125rem;overflow:hidden;display:block; }
#AccdZFz1blUAeytKtr9gFPAfJbW3ZdNG { color:#0d121b;display:block;width:38.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15106;line-height:1;letter-spacing:0;top:4.75rem;left:8.125rem;height:3.0627875rem;font-style:normal;display:block; }
#Qb7mfF1gfIUPxOZpbInA8iJWLFhINgiz { 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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#o68RChK4ibVGO4GwyvsV445Ls9wPECiu { 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:38.875rem;width:60rem;display:none; }
#SpwMXmzTi1o7vOeksUJkHVOSV7sRc4iT { 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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#zzbH4LfMmuMRvRsTb1FqMMHxt151W7t3 { 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:38.875rem;width:60rem;display:none; }
#ffZCQpRZNaROObXUssKWvqNcuZRlRfKr { 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:38.875rem;width:60rem;display:none; }
#LTm3x1bGzr1yHulT3wStnVs8b4Asr7ow { 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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#Cb0bOFNiK13p3O5BCrHwMz4cUgXC7dfI { position:absolute;display:block;z-index:15094;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: 0rem 0rem 1.0625rem #0d121b ;height:14.0625rem;width:25.5rem;top:253.125rem;left:4.125rem;overflow:hidden;display:none; }
#aE2ITC3uafkiUUeeQHwCy52rrVsv0RUR { position:absolute;display:block;z-index:15097;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: 0rem 0rem 1.0625rem #0d121b ;height:14.25rem;width:25.5rem;top:259.5625rem;left:16.375rem;overflow:hidden;display:none; }
#w7kotn5LtqUniL2ELHSzSNtsNPgHU3VJ { color:#0d121b;display:block;width:38.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:226.0703125rem;left:8.125rem;height:3.3681625rem;font-style:normal;display:none; }
#qz4yxFG9mOUak8TQkaBdWrSPaSCUmQR4 { color:#0d121b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:228.375rem;left:8.125rem;height:6.53125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aELEbKZTsM7VThsGG5z8E3l56aCGqUsf { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:41.25rem;top:71.875rem;left:9.3125rem;overflow:hidden;display:block; }
#FevMElGB8XobKSkTld3rOTQGFVJiEQMt { 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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#XvruLKxmfK0woNJOH9uNqZ39xvyNIft6 { 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:38.875rem;width:60rem;display:none; }
#ruGxT9kti9TusvZok3eHVy3I8cyW32xc { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15108;line-height:1.1;letter-spacing:0;top:112.31183624267rem;left:6rem;height:1.8559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { background-color: transparent; background-image: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container > .video-iframe-container { display: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container { display: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .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); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { border-width: 0; border-radius: 0; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#U3ObOpozWsbpb03VCAntHPEVWTw2OAdQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:12.313541412354rem;display:block; }
#oZZ4X0RXUi3uoZcTSHHT54rFt4WNsQWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcSVhM98cHJOsSMMu4g2fBfNdF1IQE2s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:29.813541412354rem;display:block; }
#fiuV7ErbNaLDwb7GKTdiuee5Io8bi7eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7yDxmD65atWBl88WKMqGESZUME7knMD { width:47.75rem;height:61.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXTD87c51og8TT2ChwhToq2noOe284R { width:8rem;height:4.3125rem;top:0rem;left:19.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { width:44.6875rem;height:6.4375rem;top:4.3125rem;left:1.59375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { width:33.6875rem;height:6.4375rem;top:46.8125rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block; }
 }@media only screen and (max-width: 763px) { #vxh1JxukqPXTBAn3ls9wNVRDOWun9gKI { width:47.75rem;height:3.6875rem;top:10.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vp6JZkt4pAQ5b8hp1oL7s9NVOQyMavm0 { width:47.75rem;height:26.798469387755rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgpDaUT4FpIMoSuWrxicthLcK9GsHez0 { width:47.75rem;height:1.8125rem;top:56.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF { display:block; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dewBRuCqlw8BUXfgT05U4UTmqyRXUh3y { width:41.9375rem;height:8.8125rem;top:3.5rem;left:2.8738403320312rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhlMOJfGOTwT8zWJdZvt6p0ktxyy46tI { width:44.4375rem;height:26.3125rem;top:178.25rem;left:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdMFi7kASXO8J2XLypzXWsznnT7mtKoT { width:1.6875rem;height:1.6875rem;top:178.5625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCvBDy97IcmZIdi8BKbwgHXykHksrL8t { width:1.625rem;height:1.625rem;top:180.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R77BBfq30GlzsMOcoVBFmTfUW8VNJOOE { width:1.625rem;height:1.625rem;top:185.25rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Np191TbQkT1r6MW6SQENgm5uTTpxcrnE { width:1.625rem;height:1.625rem;top:189.625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzyAnzIK70o2vmg83VqutcDazU7HUrbn { width:47.75rem;height:17.5rem;top:12.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #arge0qtt1w4TWX9aFfgFWWuDmD5IRdXE { width:47.75rem;height:21.875rem;top:126.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IF6y6OemVyAraSsG2gazuQGlo5D5MJwP { width:1.625rem;height:1.625rem;top:196.0625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfbDWZLN8iFXqRNmkmR2WRbQ99BmMJr3 { width:42rem;height:11.8125rem;top:148.25rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDrwJCN9MDE52ax6CIuT1czSzLK1yWu5 { width:47.75rem;height:17.5rem;top:160.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9232rWzS8WRTFlsx4rwRHVrmtwsusmT { width:47.75rem;height:19.6875rem;top:202.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9iwfPROCorJwHT0DnMRoORO7BDTyZiD { width:3.125rem;height:3.125rem;top:227.3125rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezcfbtcl0Hb2PObL2K0TkDeZfVwzH1pL { width:3.125rem;height:3.125rem;top:245.3125rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfCaPkAmCSmUvm90Mdx1KQbS9Uy2hkom { width:19rem;height:3.0625rem;top:225.25rem;left:3.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XykwqCSNXWTGgsMDtlyS0WPknLmPpp79 { width:15.25rem;height:4.625rem;top:240.1875rem;left:32rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICS2fzTNSPGKRorO7vZhfXfrW4xCBnLq { width:42rem;height:8.8125rem;top:296.8125rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIEgHGa46GkmUqBcs2kC1WTvQvHTBr2I { width:47.75rem;height:30.6875rem;top:266.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #weVgfnABSkewBBHlgXuxJ4NSZHCzMpMT { width:42rem;height:5.875rem;top:326.9375rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2ygXIkVBUOB9oRpZsey4Jr2QAZLCF4v { width:47.75rem;height:19.6875rem;top:307.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bigQycHLDK5TDJ9ri659n3ZMFeh6uMdG { width:47.75rem;height:371.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBbhluWOWTOFdUdfuQJE8ke48RuReAf { width:47.75rem;height:35.0625rem;top:332.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnwhIatsRed3vMRBgJEeD5qSWKTQCUKl { width:42rem;height:11.8125rem;top:254.3125rem;left:2rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vI1RJAznwRTpWUC361JLcGBwZSEFMT56 { width:47.75rem;height:32.875rem;top:48.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q67sRdTJuawIALyIPOffg6GyRL0Zg2W5 { width:47.75rem;height:10.253067484663rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tLmwIC6XdfW3hFuQx8HuLMJtdwaNIy { width:47.75rem;height:1rem;top:44.1875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqmEtJFkyxDiogsnEFqeUmQmiwSbJkXw { width:47.75rem;height:41.054428044281rem;top:80.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyOC5U9WJ1Ik5vvnDB57mUgnZ8ePTALq { width:47.75rem;height:23.435582822086rem;top:229.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mWSFDFhft4USypBU0dpPIydUVRsRdn { display:block; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEQkD828tnwT0vChRd2BK5D94LhXZz8l { width:47.75rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5WfNeT31P5DeZVzwXiTBio1oAChqVW { width:32.25rem;height:20.875rem;top:5.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbSzoMuACIevzZIH6mFTSdHXTxf3iMDI { width:35.25rem;height:4.3125rem;top:29.375rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG9rOvv6HC8XwXEQcdIotcWnIFAVDHMM { width:45.9375rem;height:25.875rem;top:34.9375rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BL8OogMsG3PE8rJ0iWQnsmV69sK4Jbr9 { width:1.75rem;height:1.75rem;top:49.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1AWccFpvNhhDkfWbkvBJqaTbpQUwxfU { width:1.75rem;height:1.75rem;top:42.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecKtXTsx5It87PqFVqn1nkBWZyAI3TTb { width:1.75rem;height:1.75rem;top:39.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cduPWt8kDD74NdEOwcvb7KTPQ9JIU3Fd { width:1.8125rem;height:1.8125rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHwVEc9nBkuNanMyg3Zswpib3tstcuL0 { width:47.75rem;height:11.8125rem;top:67.625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJiCmsvZrL9zszM5RUIWhw9IALhb4qI7 { width:29rem;height:6.6875rem;top:60.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRHGHDedmIIb5Ji0ESoytU4QxMNslZpd { display:block; }
 }@media only screen and (max-width: 763px) { #dcPHuOvb9Rvlfs9k8PACOHaw7rKOGVnN { width:47.75rem;height:299.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XnzcHigQZiOnXXRDPXXa3dHTl5V3IX { width:47.75rem;height:41.625rem;top:79.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUiMHXGkvGax5WtfmnPzDSe8DxnW43Z2 { width:47.75rem;height:8.8125rem;top:121.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldFyMTk0bh81dI0afpsJtLpTXKITJspH { width:47.75rem;height:46rem;top:217.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVhLTWbiMSCiTr9oN4z6pqIXnpFBlpEl { width:47.75rem;height:5.875rem;top:263.9375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dig1gG3rkxDcwPk3omLGfVczx7rBgKR6 { width:47.75rem;height:24.125rem;top:269.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJ5nedDbQtNOEvUQw43FtJGhrW7wvSDf { width:1.75rem;height:1.75rem;top:54rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xuh7IAihgQKWeyyWAx6nBiMKgltpaDqN { width:44.375rem;height:11.3125rem;top:129.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9I0EFWCTNXd1ivS5vRk0DbkEURqLaz { width:44.375rem;height:27.75rem;top:144.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNW7Nn10utI82BdxrKV3V5ML8VHfc1c { width:44.375rem;height:18.9375rem;top:176.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFrZIMaXgflhxQepBMTZmqXAuG1IxI8F { width:44.375rem;height:18.5625rem;top:199.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbRq9yurUPFlGA1yw7iJE4z8ttGLVgR { width:47.75rem;height:1.8125rem;top:68.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNBHereMTs8ZvldiPHRDfTe2BACsKXES { width:33.5625rem;height:6.875rem;top:103.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDKf9DWS6IHRgf8iUD9gU0MyNwfsfIQl { display:block; }
 }@media only screen and (max-width: 763px) { #xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe { display:block; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcSwNyzRNIGWMWPawXBNqIzpt6IZT5aR { width:47.75rem;height:128.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuePQr7vVxBbBZ9Lr0q7rQcyhVNT80q1 { width:43.75rem;height:5.3125rem;top:7.75rem;left:2rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOB7TDN25p7HVvbe17KlJ76dNMWfewkm { width:33.5625rem;height:6.875rem;top:103.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao8rz0mHaF9XW1wm3Th023ArmFJx0U5L { display:block; }
 }@media only screen and (max-width: 763px) { #zfzX5M1mgWJI0c9cRRiXX282V5TKVtgi { width:14.6875rem;height:0.9375rem;top:251.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC8p241iSuySx32LuAHQxVAraQFBXtqZ { width:4.3125rem;height:4.3125rem;top:55.9375rem;left:21.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGIbxGNEDr4HicOVrnshNpBdTX7iKO6A { width:47.75rem;height:6.5rem;top:63.0625rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKfy5usuQrCvI49rtGNXndfy2Us36rRV { width:20.1875rem;height:33.5rem;top:14.5rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmMeIpGJ3S9fLHuMMXGUlU2Vm4lmZ7Z6 { width:31.5rem;height:19.75rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM8MIXLFtE24L8qRcOBtAmaQec1UshWn { width:20.5rem;height:20.5rem;top:29.5rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uemJoWifG9UkHNbFsZtiHqMeUWsZAmPe { width:25.5rem;height:14.25rem;top:37.625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2TBGCah39EaUhpJxtdqpbfPMPiPR1SB { width:25.5rem;height:14.0625rem;top:31.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AccdZFz1blUAeytKtr9gFPAfJbW3ZdNG { width:38.5rem;height:3.0625rem;top:4.75rem;left:2rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qb7mfF1gfIUPxOZpbInA8iJWLFhINgiz { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o68RChK4ibVGO4GwyvsV445Ls9wPECiu { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpwMXmzTi1o7vOeksUJkHVOSV7sRc4iT { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzbH4LfMmuMRvRsTb1FqMMHxt151W7t3 { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffZCQpRZNaROObXUssKWvqNcuZRlRfKr { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTm3x1bGzr1yHulT3wStnVs8b4Asr7ow { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cb0bOFNiK13p3O5BCrHwMz4cUgXC7dfI { width:25.5rem;height:14.0625rem;top:253.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aE2ITC3uafkiUUeeQHwCy52rrVsv0RUR { width:25.5rem;height:14.25rem;top:259.5625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7kotn5LtqUniL2ELHSzSNtsNPgHU3VJ { width:38.5rem;height:3.3125rem;top:226.0625rem;left:2rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz4yxFG9mOUak8TQkaBdWrSPaSCUmQR4 { width:43.75rem;height:6.5rem;top:228.375rem;left:2rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aELEbKZTsM7VThsGG5z8E3l56aCGqUsf { width:41.25rem;height:26.75rem;top:71.875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FevMElGB8XobKSkTld3rOTQGFVJiEQMt { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvruLKxmfK0woNJOH9uNqZ39xvyNIft6 { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruGxT9kti9TusvZok3eHVy3I8cyW32xc { width:47.75rem;height:1.8125rem;top:112.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG { display:block; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ObOpozWsbpb03VCAntHPEVWTw2OAdQ { width:17.5rem;height:3.4375rem;top:0rem;left:6.1885414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZ4X0RXUi3uoZcTSHHT54rFt4WNsQWT { display:block; }
 }@media only screen and (max-width: 763px) { #VcSVhM98cHJOsSMMu4g2fBfNdF1IQE2s { width:17.5rem;height:3.4375rem;top:0rem;left:23.688541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiuV7ErbNaLDwb7GKTdiuee5Io8bi7eo { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); } }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:none;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7yDxmD65atWBl88WKMqGESZUME7knMD { width:20rem;height:32.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXTD87c51og8TT2ChwhToq2noOe284R { width:4.3125rem;height:2.375rem;top:0rem;left:7.8437497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { width:20rem;height:3.4375rem;top:4.810546875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { width:18.125rem;height:4.125rem;top:25.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block; }
 }@media only screen and (max-width: 763px) { #vxh1JxukqPXTBAn3ls9wNVRDOWun9gKI { width:20rem;height:3.299475rem;top:8.810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6JZkt4pAQ5b8hp1oL7s9NVOQyMavm0 { height:11.224489795918rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgpDaUT4FpIMoSuWrxicthLcK9GsHez0 { width:20rem;height:1.099825rem;top:30.598091125488rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF { display:block; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF { background-color: transparent; background-image: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container > .video-iframe-container { display: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row > .video-iframe-container { display: none; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .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); }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF { border-width: 0; border-radius: 0; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqxARbWw6GASKwSnRaLQwCwUBR5hMEVF > .row .container { width:20rem;height:313.375rem;background-color:#ffffff;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dewBRuCqlw8BUXfgT05U4UTmqyRXUh3y { width:19.8125rem;height:7.42360625rem;top:3.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #RhlMOJfGOTwT8zWJdZvt6p0ktxyy46tI { width:18.125rem;height:33rem;top:136.625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DdMFi7kASXO8J2XLypzXWsznnT7mtKoT { width:1.25rem;height:1.25rem;top:136.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCvBDy97IcmZIdi8BKbwgHXykHksrL8t { width:1.25rem;height:1.25rem;top:139.625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R77BBfq30GlzsMOcoVBFmTfUW8VNJOOE { width:1.25rem;height:1.25rem;top:144.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np191TbQkT1r6MW6SQENgm5uTTpxcrnE { width:1.25rem;height:1.25rem;top:148.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzyAnzIK70o2vmg83VqutcDazU7HUrbn { width:19.5625rem;height:19.5rem;top:10.421007156372rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #arge0qtt1w4TWX9aFfgFWWuDmD5IRdXE { width:19.5625rem;height:19.5rem;top:90.1171913147rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IF6y6OemVyAraSsG2gazuQGlo5D5MJwP { width:1.25rem;height:1.25rem;top:153.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbDWZLN8iFXqRNmkmR2WRbQ99BmMJr3 { width:20rem;height:9.2795rem;top:110.3037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ZDrwJCN9MDE52ax6CIuT1czSzLK1yWu5 { width:19.5625rem;height:16.5rem;top:119.5810546875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p9232rWzS8WRTFlsx4rwRHVrmtwsusmT { width:19.5625rem;height:21rem;top:168.4375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J9iwfPROCorJwHT0DnMRoORO7BDTyZiD { display:flex;width:1.25rem;height:1.25rem;top:192.75rem;left:5.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ezcfbtcl0Hb2PObL2K0TkDeZfVwzH1pL { display:flex;width:1.25rem;height:1.25rem;top:199.625rem;left:14.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lfCaPkAmCSmUvm90Mdx1KQbS9Uy2hkom { width:9.25rem;height:1.64930625rem;top:190.9375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.2;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #XykwqCSNXWTGgsMDtlyS0WPknLmPpp79 { width:7.375rem;height:3.2986125rem;top:195.25rem;left:11.9375rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ICS2fzTNSPGKRorO7vZhfXfrW4xCBnLq { width:20rem;height:7.423625rem;top:244.6357421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #qIEgHGa46GkmUqBcs2kC1WTvQvHTBr2I { width:19.5625rem;height:30rem;top:214.6357421875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #weVgfnABSkewBBHlgXuxJ4NSZHCzMpMT { width:20rem;height:5.56770625rem;top:268.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #V2ygXIkVBUOB9oRpZsey4Jr2QAZLCF4v { width:19.5625rem;height:16.5rem;top:252.0625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bigQycHLDK5TDJ9ri659n3ZMFeh6uMdG { width:20rem;height:583.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efBbhluWOWTOFdUdfuQJE8ke48RuReAf { width:19.5625rem;height:36rem;top:274.125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PnwhIatsRed3vMRBgJEeD5qSWKTQCUKl { width:20rem;height:11.1354rem;top:203.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #vI1RJAznwRTpWUC361JLcGBwZSEFMT56 { width:20rem;height:34.5rem;top:39.5087890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q67sRdTJuawIALyIPOffg6GyRL0Zg2W5 { width:20rem;height:4.2944785276074rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tLmwIC6XdfW3hFuQx8HuLMJtdwaNIy { width:20rem;height:0.67480625rem;top:37rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UqmEtJFkyxDiogsnEFqeUmQmiwSbJkXw { width:18.4375rem;height:15.8125rem;top:72.859375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyOC5U9WJ1Ik5vvnDB57mUgnZ8ePTALq { width:20rem;height:9.8154375rem;top:193.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mWSFDFhft4USypBU0dpPIydUVRsRdn { background-color:#ffffff;background-image:none;display:block; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { background-color: transparent; background-image: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container > .video-iframe-container { display: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row > .video-iframe-container { display: none; }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .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); }#w0mWSFDFhft4USypBU0dpPIydUVRsRdn > .row .container { width:20rem;height:233.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEQkD828tnwT0vChRd2BK5D94LhXZz8l { width:20rem;height:58.5625rem;top:44.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT5WfNeT31P5DeZVzwXiTBio1oAChqVW { width:19.5625rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbSzoMuACIevzZIH6mFTSdHXTxf3iMDI { width:19.75rem;height:2.19965rem;top:14.0625rem;left:0.125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AG9rOvv6HC8XwXEQcdIotcWnIFAVDHMM { width:18.125rem;height:33rem;top:19.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BL8OogMsG3PE8rJ0iWQnsmV69sK4Jbr9 { width:1.25rem;height:1.25rem;top:40.25rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1AWccFpvNhhDkfWbkvBJqaTbpQUwxfU { width:1.25rem;height:1.25rem;top:28.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKtXTsx5It87PqFVqn1nkBWZyAI3TTb { width:1.25rem;height:1.25rem;top:23.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cduPWt8kDD74NdEOwcvb7KTPQ9JIU3Fd { width:1.25rem;height:1.25rem;top:19.125rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHwVEc9nBkuNanMyg3Zswpib3tstcuL0 { width:20rem;height:9.27950625rem;top:55.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RJiCmsvZrL9zszM5RUIWhw9IALhb4qI7 { width:17.4375rem;height:4.5rem;top:52.125rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHGHDedmIIb5Ji0ESoytU4QxMNslZpd { display:block; }
 }@media only screen and (max-width: 763px) { #dcPHuOvb9Rvlfs9k8PACOHaw7rKOGVnN { width:20rem;height:42.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7XnzcHigQZiOnXXRDPXXa3dHTl5V3IX { width:19.5625rem;height:40.5rem;top:64.526910781862rem;left:0.21875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DUiMHXGkvGax5WtfmnPzDSe8DxnW43Z2 { width:20rem;height:7.42360625rem;top:105.02604293823rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ldFyMTk0bh81dI0afpsJtLpTXKITJspH { width:19.5625rem;height:45rem;top:150.67621803284rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVhLTWbiMSCiTr9oN4z6pqIXnpFBlpEl { width:20rem;height:5.56770625rem;top:195.67621231079rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dig1gG3rkxDcwPk3omLGfVczx7rBgKR6 { width:19.5625rem;height:21rem;top:201.24305343628rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CJ5nedDbQtNOEvUQw43FtJGhrW7wvSDf { width:1.25rem;height:1.25rem;top:34.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuh7IAihgQKWeyyWAx6nBiMKgltpaDqN { width:20rem;height:5.0985915492958rem;top:112.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9I0EFWCTNXd1ivS5vRk0DbkEURqLaz { width:20rem;height:12.507042253521rem;top:118.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNW7Nn10utI82BdxrKV3V5ML8VHfc1c { width:20rem;height:8.5352112676056rem;top:132.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFrZIMaXgflhxQepBMTZmqXAuG1IxI8F { width:20rem;height:8.3661971830988rem;top:142.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbRq9yurUPFlGA1yw7iJE4z8ttGLVgR { width:20rem;height:1.099825rem;top:230.17969894409rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NNBHereMTs8ZvldiPHRDfTe2BACsKXES { width:17.75rem;height:4.5rem;top:224.24219274521rem;left:1.125rem;font-size:1.375rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #kDKf9DWS6IHRgf8iUD9gU0MyNwfsfIQl { display:block; }
 }@media only screen and (max-width: 763px) { #xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe { background-color:#ffffff;background-image:none;display:block; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { background-color: transparent; background-image: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container > .video-iframe-container { display: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row > .video-iframe-container { display: none; }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .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); }#xlzwPfxblEXr5OaUhR4xmvifsuqC8UVe > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcSwNyzRNIGWMWPawXBNqIzpt6IZT5aR { width:20rem;height:256.8125rem;top:87.562515258787rem;left:0rem;box-shadow: 0.0625rem 0rem 1.875rem #c7c9c7 ;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #DuePQr7vVxBbBZ9Lr0q7rQcyhVNT80q1 { width:19.5625rem;height:2.36255625rem;top:6.75rem;left:0.25rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rOB7TDN25p7HVvbe17KlJ76dNMWfewkm { width:17.75rem;height:4.5rem;top:59.4990234375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao8rz0mHaF9XW1wm3Th023ArmFJx0U5L { display:block; }
 }@media only screen and (max-width: 763px) { #zfzX5M1mgWJI0c9cRRiXX282V5TKVtgi { width:14.7465rem;height:0;top:213.24826431274rem;left:1.0546875rem;text-align:right;text-align-last:right;font-size:0.875rem;line-height:1.1;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #NC8p241iSuySx32LuAHQxVAraQFBXtqZ { display:flex;width:2.3125rem;height:2.3125rem;top:33.437499761581rem;left:8.8437497615813rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #vGIbxGNEDr4HicOVrnshNpBdTX7iKO6A { width:20rem;height:5.77430625rem;top:37.592881917954rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfy5usuQrCvI49rtGNXndfy2Us36rRV { width:20rem;height:33.188854489164rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmMeIpGJ3S9fLHuMMXGUlU2Vm4lmZ7Z6 { width:20rem;height:12.539682539683rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM8MIXLFtE24L8qRcOBtAmaQec1UshWn { width:10.5625rem;height:10.5625rem;top:17.868056058884rem;left:6.7500002384187rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #uemJoWifG9UkHNbFsZtiHqMeUWsZAmPe { width:12.3125rem;height:6.625rem;top:24.749999761581rem;left:5.8359377384186rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #b2TBGCah39EaUhpJxtdqpbfPMPiPR1SB { width:12.3125rem;height:6.625rem;top:20.562499761581rem;left:1.0546875rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #AccdZFz1blUAeytKtr9gFPAfJbW3ZdNG { width:20rem;height:2.000325rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qb7mfF1gfIUPxOZpbInA8iJWLFhINgiz { top:141.25rem;left:13.3125rem;width:5.75rem;height:9.375rem;z-index:15110;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #o68RChK4ibVGO4GwyvsV445Ls9wPECiu { top:142.125rem;left:0rem;width:11.75rem;height:7.5625rem;z-index:15111;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SpwMXmzTi1o7vOeksUJkHVOSV7sRc4iT { top:11.1875rem;left:0.9375rem;width:5.75rem;height:9.375rem;z-index:15112;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zzbH4LfMmuMRvRsTb1FqMMHxt151W7t3 { top:11.187499761581rem;left:6.3984377384187rem;width:13.5rem;height:8.625rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffZCQpRZNaROObXUssKWvqNcuZRlRfKr { top:352.68753051757rem;left:7.0859377384187rem;width:12.5625rem;height:8.0625rem;z-index:15118;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LTm3x1bGzr1yHulT3wStnVs8b4Asr7ow { top:352.6875rem;left:1rem;width:5.75rem;height:9.375rem;z-index:15117;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #Cb0bOFNiK13p3O5BCrHwMz4cUgXC7dfI { width:12.3125rem;height:6.625rem;top:363.5rem;left:1.046875rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15120;display:none; }
 }@media only screen and (max-width: 763px) { #aE2ITC3uafkiUUeeQHwCy52rrVsv0RUR { width:12.3125rem;height:6.625rem;top:366.0625rem;left:5.5616319179535rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15121;display:none; }
 }@media only screen and (max-width: 763px) { #w7kotn5LtqUniL2ELHSzSNtsNPgHU3VJ { width:20rem;height:0;top:345.16926574707rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #qz4yxFG9mOUak8TQkaBdWrSPaSCUmQR4 { width:20rem;height:0;top:347.31249237061rem;left:0rem;font-size:2.625rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #aELEbKZTsM7VThsGG5z8E3l56aCGqUsf { width:20rem;height:12.969696969697rem;top:71.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FevMElGB8XobKSkTld3rOTQGFVJiEQMt { top:129.8125rem;left:10.0625rem;width:4.1875rem;height:6.75rem;z-index:15005;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #XvruLKxmfK0woNJOH9uNqZ39xvyNIft6 { top:43.187515258789rem;left:0rem;width:19.875rem;height:12.875rem;z-index:15090;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ruGxT9kti9TusvZok3eHVy3I8cyW32xc { width:20rem;height:1.099825rem;top:65.248291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG { background-color:#c7c9c7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { background-color: transparent; background-image: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container > .video-iframe-container { display: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container { display: none; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .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); }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { border-width: 0; border-radius: 0; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqNNJp9e73Z3QIE7d3el0n9FdWrTtqxG > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ObOpozWsbpb03VCAntHPEVWTw2OAdQ { width:11.25rem;height:2.24975625rem;top:0rem;left:0rem;font-size:0.75rem;color:#0d121b;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #oZZ4X0RXUi3uoZcTSHHT54rFt4WNsQWT { display:block; }
 }@media only screen and (max-width: 763px) { #VcSVhM98cHJOsSMMu4g2fBfNdF1IQE2s { width:9.24925rem;height:1.9995125rem;top:0rem;left:10.062255859375rem;font-size:0.75rem;color:#0d121b;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #fiuV7ErbNaLDwb7GKTdiuee5Io8bi7eo { display:block; }
 }