.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:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS { 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; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { background-color: transparent; background-image: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container > .video-iframe-container { display: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row > .video-iframe-container { display: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .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); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { border-width: 0; border-radius: 0; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#yLgUwJw2Qineg2TKXxGLH3iHEItWJKlW { color:#0d121b;display:block;width:42.8105625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9915366172791rem;left:8.59375rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDJMq0h5519XahSqI5o8MmvdNygluhTH { color:#c7c9c7;display:block;width:51.1870625rem;position:absolute;font-family:"roboto condensed";font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.9375rem;left:4.4375rem;height:7.01175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6If9Jyp1GZxwfAOxi4CrHiT2OFHznFu { color:#c7c9c7;display:block;width:40.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:14.5390625rem;left:9.78125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdwpna0iTpn06SikXzJzOMJVDfpav6Bh { box-sizing:content-box;height:4.8125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#965928;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#tZoqspposq4Z39gTGyxXbiJvo3EUFVCg { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:3.1100261211395rem;left:17.25rem; }
#VUpPgD9VsNkeZnts6pTUhc9i93KPTt1o { color:#0d121b;display:block;width:33.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0.75rem;left:19.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ttbd5l4F15IJLw1ii5nJgsH6W9HBum4R { color:#0d121b;display:block;width:14.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:7.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxnScgQrqmGaoBSVFPRknuiuoCCSwtQ5 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:1.0625rem;left:18.5625rem; }
#Pe37R6MQvqTf1TZI0wRabEUo0pZGRVx7 { 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:15000;opacity:1;display:none; }
#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d121b, #05080e);background-image: -moz-linear-gradient(180deg, #0d121b, #05080e);background-image: -ms-linear-gradient(180deg, #0d121b, #05080e);background-image: -o-linear-gradient(180deg, #0d121b, #05080e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d121b', endColorstr='#05080e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d121b', endColorstr='#05080e' );";background-image: linear-gradient(180deg, #0d121b, #05080e);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; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container { background-color: transparent; background-image: none; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container > .video-iframe-container { display: none; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row > .video-iframe-container { display: none; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .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); }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container { border-width: 0; border-radius: 0; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#FaV0UoT6PD4UoWOeWVUcsTyeIDsqLvph { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.1875rem;left:36.0625rem;height:1.29948125rem;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; }
#NwmKEPDrqBDThDVtUONNh9LXLRPW7B99 { position:absolute;display:block;z-index:15002;height:16.125rem;width:28.9375rem;top:31.6875rem;left:15.5625rem;display:block; }
#y9EZsOV84KZH1oASDAifDC4RiVJD593T { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #965928;border-left:0.0625rem solid #965928;border-right:0.0625rem solid #965928;border-bottom:0.0625rem solid #965928;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.125rem #965928 ;height:23.625rem;width:23.4375rem;top:2.1875rem;left:33.0625rem;display:block; }
#q2Hg3m3vI1umvSVZXskDKXhuGxbqLhZt { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.125rem;left:33.125rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7uFrBySya0gbpmrTz4hDiCxGDuCOMZn { box-sizing:content-box;height:0.1875rem;width:2.75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #965928 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:43.4375rem;display:block; }
#o8wrVgUt0QfHA7J9FtSHCmaCk1Bh48Ma { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #965928;border-left:0.0625rem solid #965928;border-right:0.0625rem solid #965928;border-bottom:0.0625rem solid #965928;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.125rem #965928 ;height:23.625rem;width:23.4375rem;top:2.1875rem;left:3.8125rem;display:block; }
#RqHtyXT2R71fpKyEvL27FXGx9A6StDxF { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.875rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egHLPUM51lx240qq0Vw7zVwOTIuXnc4O { box-sizing:content-box;height:0.1875rem;width:2.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #965928 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:14.1875rem;display:block; }
#Gfx9Tn1PX7t8xZIblxvPn2ubXQXWuXlD { 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:15080;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:27.9375rem;left:28.4375rem; }
#zBQu0UakNBuFEq8ayZioQt67lwmL1QD8 { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:46.0625rem;left:18.03125rem;height:0.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OCShPL9n0V3T5hdo1t09iTBVZHk2eLBw { position:absolute;display:block;z-index:15002;height:16.125rem;width:28.9375rem;top:31.6875rem;left:15.5625rem;display:none; }
#lmHQxvMld6Bahdgen2tEIRug4lJdpa4C { 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:15000;opacity:1;filter: drop-shadow(0rem 0rem 0.1875rem #965928);display:none; }
#veU2OBl5kMQkkT4DuLA8kpoxG4pSvSUP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:10.774740219116rem;left:29.03125rem; }
#EW4npRkN58IQElKJweCr5eCqXO2el1m8 { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.375rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fZgTUaKp6fwsMGcsmseEs40rwRD6w0TU { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.375rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xaesq8IhmEQ3x1a6AnwokXBr6Q42tvMw { box-sizing:content-box;height:0.1875rem;width:2.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #965928 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:42.5625rem;display:none; }
#WpyWwF5t2EdAu4DIaGiy3KuiCAkg2hIG { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.375rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZIac3OOavlquuTWwusBZCHFiKW9kMny { color:#c7c9c7;display:block;width:23.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.375rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DUTyxxZGdEJbpo89immfShdO6bNsaI9g { box-sizing:content-box;height:0.1875rem;width:2.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #965928 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:42.5625rem;display:none; }
#FZGLb9GkaS1zLx8zmqBNON53FeOxoZbV { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:44.375rem;left:18.03125rem;height:0.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#LbCCuWFTD5RuvfVJPeof1AChF4ShLngI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:15.125rem;left:34.4375rem; }
#DurtQt9iOVJcn3Hmeo4JQUFAH9R1Qxmr { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:17.125rem;left:36.0625rem;height:1.29948125rem;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; }
#T30PUJ8lEMlrroTrgFC4O393JF56cucq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:17.0625rem;left:34.4375rem; }
#Qi1BsozkGbqUcAk1LBvcJPvGA1vcTWmx { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.0625rem;left:36.0625rem;height:2.59895625rem;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; }
#KJLsiTb9tLZJq4CfOICLCV8FI00D9LFd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:19rem;left:34.4375rem; }
#rUJMRevrO2BFTFuAdXV2p59vkTuTHex3 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:22.0625rem;left:36.0625rem;height:2.59895625rem;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; }
#ylhfWv9rsE1n0A06hoP8ZVTWSTv6mFXV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:22rem;left:34.4375rem; }
#wySPTJnOxKbgPdHeIXI72KEaU2Ctoq8N { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.5rem;height:2.59895625rem;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; }
#o3VxkVeTXSXOpkTxD6JU7z1n52CMJ2L8 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:19.0625rem;left:6.5rem;height:2.59895625rem;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; }
#N44qCT9uu0bOqeTeaZyDnRmmmXm4X4hd { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.125rem;left:6.5rem;height:1.29948125rem;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; }
#vzMTqom98USqReii9G2LyAv5iulsTJZk { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.1875rem;left:6.5rem;height:1.29948125rem;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; }
#ESICkEwME93P9GlveqFLveK7cHB2fpHc { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:15.1875rem;left:4.875rem; }
#ZtLqZe9MizX0TTyLR86USrpt4vTGrmNw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:17.125rem;left:4.875rem; }
#a2QaTl0EEtiWOMKyvin7v57wgqTVRMTt { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:19.0625rem;left:4.875rem; }
#zNlU0QecixmXAeHhEf9b1kx36ZwmQbrd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);top:22.0625rem;left:4.875rem; }
#VIGi9IIpfMtNnRayb6tJTyPhUNs7yrQK { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:8.75rem;top:3.71875rem;left:11.1875rem;overflow:hidden;display:block; }
#BpTURuoTA0kAtA936L1D1ao10T9wOVx0 { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:8.75rem;top:3.71875rem;left:40.447265625rem;overflow:hidden;display:block; }
#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { border-width: 0; border-radius: 0; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:none; }#VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { color:#0d121b;display:block;width:46.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:0.853515625rem;left:6.65625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { color:#0d121b;display:block;width:51.1875rem;position:absolute;font-family:"roboto condensed";font-size:4.4375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:2.599609375rem;left:4.40625rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAar94TEoCap0bJNwALt0dxq6iAk0NUL { color:rgba(var(--color-secondary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:27.5rem;left:14.6875rem;height:2.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUTVRqdIUQ5aTPe2XqCTulCG57anQrtw { position:absolute;display:block;z-index:15002;height:16.125rem;width:28.9375rem;top:13.5625rem;left:15.5625rem;display:block; }
#vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:28.75rem;left:49.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem rgba(13,18,27,0.58)); }
#FlmfF48QsPKhQ9GllgHeJC5K1q6mLb2T { color:#0d121b;display:block;width:46.6875rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:11.603515625rem;left:6.65625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWPWeJTHffPJobW5ix202DUuq5s1prrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { border-width: 0; border-radius: 0; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { font-size:0.875rem;font-family:arial;height:120.625rem;width:60rem;position:relative;display:none; }#rKAg2yvIp7lEeTa2Q7TDNTzMwGJKx0yp { color:#0d121b;display:block;width:47.625rem;position:absolute;font-family:"roboto condensed";font-size:1.9375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:2.5000005364418rem;left:6.1875rem;height:11.62434375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hH6WM31OodD5IX9aMD0TxeTg2hiGP5Gg { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.3125rem;left:8.5rem;height:30.6296rem;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; }
#QFQatWsgXQzMgWic0LBeurmcxmDFv2bN { 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:15049;opacity:1;top:15.5625rem;left:5.625rem; }
#aLc1ypHyh4F4sxGnJaO01LO4wNLFBLLk { 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:15052;opacity:1;top:27.5rem;left:5.625rem; }
#in8UATVuySnaFDE2HzsMml3KRuXLIdSr { 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:15053;opacity:1;top:22.8125rem;left:5.625rem; }
#a0H9Imr3qfWRROreSeVDsG33T8tSg7nH { 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:15053;opacity:1;top:34.375rem;left:5.625rem; }
#CfQZct7D6AQvp9OCBCab226NbMOlls9i { color:rgba(var(--color-secondary-4),0.44);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:118.3750038147rem;left:20.71875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oK7rZQUOqGhlWlybK3O30QqxcovPxUTL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:68.25rem;left:26.75rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPsOt1GgR962vJ1UZZ7wyVdHdUCIbDBs { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:71.375rem;left:26.6875rem;height:24.8138125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNxQPoUnJoimO4Bx0FQF8hiFIn12VX3V { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.4375rem rgba(var(--color-secondary-2),1) ;height:26.625rem;width:22.5rem;top:69.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#I1w4fKnopCMF3zQWgRbzJFQke1VAvyol { 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:15054;opacity:1;top:39.125rem;left:5.625rem; }
#Epq6SmEyseaFWlTUgk1eT6UzGA2lxa4l { position:absolute;display:block;z-index:15071;height:16.125rem;width:28.9375rem;top:47.4375rem;left:15.5625rem;display:block; }
#TRZymxG5yQqN2U7sbSHunwbeqHiOy1uT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:18.197917938233rem;left:53.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem rgba(13,18,27,0.58));display:none; }
#HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { position:absolute;display:block;z-index:15003;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: 0rem 0rem 2.1875rem #c7c9c7 ;height:114.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#ACC1C43McbXqBOTlwHf2mPQW0XklVKXy { position:absolute;display:block;z-index:15004;height:16.125rem;width:28.9375rem;top:96.1875rem;left:15.5625rem;display:block; }
#guXbmNvHbzeBnpaTK0MDJJzWffUN1lPT { color:rgba(var(--color-secondary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:110rem;left:14.6875rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0fmqRHI8agAS268K2Ca8mbnTrecv4Wu { color:rgba(var(--color-secondary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:62.5rem;left:14.65625rem;height:2.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { background-color: transparent; background-image: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container > .video-iframe-container { display: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container { display: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .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); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { border-width: 0; border-radius: 0; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#Sf8G3BNtma8iDG8tRr8y3p2traJDuGhH { 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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:45.9375rem;display:block; }
#MW82PttpT0kZnLbGVkorDOFoiulgVTTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsvQzSG4yywRSlIH7RR9bPuQai0Qqtdc { 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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:54.875rem;display:block; }
#vP2i1RHiqUUVHPutTT9Q66dTb5NKtNsN { 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) { #VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS { display:block; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLgUwJw2Qineg2TKXxGLH3iHEItWJKlW { width:42.75rem;height:1.1875rem;top:2.9375rem;left:2.46875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDJMq0h5519XahSqI5o8MmvdNygluhTH { width:47.75rem;height:7rem;top:5.9375rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6If9Jyp1GZxwfAOxi4CrHiT2OFHznFu { width:40.4375rem;height:4rem;top:14.5rem;left:3.65625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdwpna0iTpn06SikXzJzOMJVDfpav6Bh { width:47.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZoqspposq4Z39gTGyxXbiJvo3EUFVCg { width:1.125rem;height:1.125rem;top:3.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUpPgD9VsNkeZnts6pTUhc9i93KPTt1o { width:33.1875rem;height:1.75rem;top:0.75rem;left:13.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttbd5l4F15IJLw1ii5nJgsH6W9HBum4R { width:14.1875rem;height:1.75rem;top:0.75rem;left:1.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxnScgQrqmGaoBSVFPRknuiuoCCSwtQ5 { width:1.125rem;height:1.125rem;top:1.0625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe37R6MQvqTf1TZI0wRabEUo0pZGRVx7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom { display:block; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaV0UoT6PD4UoWOeWVUcsTyeIDsqLvph { width:19.75rem;height:1.25rem;top:15.1875rem;left:28rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwmKEPDrqBDThDVtUONNh9LXLRPW7B99 { width:28.875rem;height:16.0625rem;top:31.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9EZsOV84KZH1oASDAifDC4RiVJD593T { width:23.4375rem;height:23.625rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2Hg3m3vI1umvSVZXskDKXhuGxbqLhZt { width:23.4375rem;height:2.0625rem;top:11.125rem;left:24.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7uFrBySya0gbpmrTz4hDiCxGDuCOMZn { width:2.75rem;height:0.1875rem;top:13.6875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8wrVgUt0QfHA7J9FtSHCmaCk1Bh48Ma { width:23.4375rem;height:23.625rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqHtyXT2R71fpKyEvL27FXGx9A6StDxF { width:23.4375rem;height:2.0625rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egHLPUM51lx240qq0Vw7zVwOTIuXnc4O { width:2.75rem;height:0.1875rem;top:13.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfx9Tn1PX7t8xZIblxvPn2ubXQXWuXlD { width:3.125rem;height:3.125rem;top:27.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQu0UakNBuFEq8ayZioQt67lwmL1QD8 { width:23.9375rem;height:0.875rem;top:46.0625rem;left:11.90625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCShPL9n0V3T5hdo1t09iTBVZHk2eLBw { width:28.875rem;height:16.0625rem;top:31.6875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmHQxvMld6Bahdgen2tEIRug4lJdpa4C { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #veU2OBl5kMQkkT4DuLA8kpoxG4pSvSUP { width:2.0625rem;height:2.0625rem;top:10.75rem;left:22.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EW4npRkN58IQElKJweCr5eCqXO2el1m8 { width:20rem;height:1rem;top:19.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZgTUaKp6fwsMGcsmseEs40rwRD6w0TU { width:20rem;height:2.5625rem;top:20.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaesq8IhmEQ3x1a6AnwokXBr6Q42tvMw { width:2.75rem;height:0.1875rem;top:13.3125rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpyWwF5t2EdAu4DIaGiy3KuiCAkg2hIG { width:20rem;height:1rem;top:73.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZIac3OOavlquuTWwusBZCHFiKW9kMny { width:18.3125rem;height:3.875rem;top:75.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUTyxxZGdEJbpo89immfShdO6bNsaI9g { width:2.75rem;height:0.1875rem;top:13.3125rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZGLb9GkaS1zLx8zmqBNON53FeOxoZbV { width:20rem;height:1.75rem;top:92.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbCCuWFTD5RuvfVJPeof1AChF4ShLngI { width:1.375rem;height:1.375rem;top:15.125rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DurtQt9iOVJcn3Hmeo4JQUFAH9R1Qxmr { width:19.75rem;height:1.25rem;top:17.125rem;left:28rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T30PUJ8lEMlrroTrgFC4O393JF56cucq { width:1.375rem;height:1.375rem;top:17.0625rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qi1BsozkGbqUcAk1LBvcJPvGA1vcTWmx { width:19.75rem;height:2.5625rem;top:19.0625rem;left:28rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJLsiTb9tLZJq4CfOICLCV8FI00D9LFd { width:1.375rem;height:1.375rem;top:19rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUJMRevrO2BFTFuAdXV2p59vkTuTHex3 { width:19.75rem;height:2.5625rem;top:22.0625rem;left:28rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylhfWv9rsE1n0A06hoP8ZVTWSTv6mFXV { width:1.375rem;height:1.375rem;top:22rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wySPTJnOxKbgPdHeIXI72KEaU2Ctoq8N { width:19.75rem;height:2.5625rem;top:22.0625rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3VxkVeTXSXOpkTxD6JU7z1n52CMJ2L8 { width:19.75rem;height:2.5625rem;top:19.0625rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N44qCT9uu0bOqeTeaZyDnRmmmXm4X4hd { width:19.75rem;height:1.25rem;top:17.125rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzMTqom98USqReii9G2LyAv5iulsTJZk { width:19.75rem;height:1.25rem;top:15.1875rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESICkEwME93P9GlveqFLveK7cHB2fpHc { width:1.375rem;height:1.375rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtLqZe9MizX0TTyLR86USrpt4vTGrmNw { width:1.375rem;height:1.375rem;top:17.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2QaTl0EEtiWOMKyvin7v57wgqTVRMTt { width:1.375rem;height:1.375rem;top:19.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNlU0QecixmXAeHhEf9b1kx36ZwmQbrd { width:1.375rem;height:1.375rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIGi9IIpfMtNnRayb6tJTyPhUNs7yrQK { width:8.75rem;height:6.1875rem;top:3.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTURuoTA0kAtA936L1D1ao10T9wOVx0 { width:8.75rem;height:6.1875rem;top:3.6875rem;left:34.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { width:46.6875rem;height:1.75rem;top:0.8125rem;left:0.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { width:47.75rem;height:8.875rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAar94TEoCap0bJNwALt0dxq6iAk0NUL { width:30.6875rem;height:2.0625rem;top:27.5rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTVRqdIUQ5aTPe2XqCTulCG57anQrtw { width:28.9375rem;height:16.125rem;top:13.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { width:5rem;height:5rem;top:28.75rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlmfF48QsPKhQ9GllgHeJC5K1q6mLb2T { width:46.6875rem;height:1.0625rem;top:11.5625rem;left:0.53125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWPWeJTHffPJobW5ix202DUuq5s1prrT { display:none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rKAg2yvIp7lEeTa2Q7TDNTzMwGJKx0yp { width:47.625rem;height:11.5625rem;top:2.5rem;left:0.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hH6WM31OodD5IX9aMD0TxeTg2hiGP5Gg { width:45.9375rem;height:30.625rem;top:15.3125rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFQatWsgXQzMgWic0LBeurmcxmDFv2bN { width:1.8125rem;height:1.8125rem;top:15.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLc1ypHyh4F4sxGnJaO01LO4wNLFBLLk { width:1.75rem;height:1.75rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #in8UATVuySnaFDE2HzsMml3KRuXLIdSr { width:1.75rem;height:1.75rem;top:22.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0H9Imr3qfWRROreSeVDsG33T8tSg7nH { width:1.75rem;height:1.75rem;top:34.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfQZct7D6AQvp9OCBCab226NbMOlls9i { width:21.5rem;height:1.5rem;top:118.375rem;left:14.59375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK7rZQUOqGhlWlybK3O30QqxcovPxUTL { width:31.5rem;height:1.8125rem;top:68.25rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPsOt1GgR962vJ1UZZ7wyVdHdUCIbDBs { width:31.5rem;height:24.75rem;top:71.375rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxQPoUnJoimO4Bx0FQF8hiFIn12VX3V { width:22.5rem;height:26.625rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1w4fKnopCMF3zQWgRbzJFQke1VAvyol { width:1.75rem;height:1.75rem;top:39.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Epq6SmEyseaFWlTUgk1eT6UzGA2lxa4l { width:28.9375rem;height:16.125rem;top:47.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZymxG5yQqN2U7sbSHunwbeqHiOy1uT { width:5rem;height:5rem;top:18.1875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { width:47.75rem;height:114.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACC1C43McbXqBOTlwHf2mPQW0XklVKXy { width:28.9375rem;height:16.125rem;top:96.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guXbmNvHbzeBnpaTK0MDJJzWffUN1lPT { width:30.6875rem;height:1rem;top:110rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0fmqRHI8agAS268K2Ca8mbnTrecv4Wu { width:30.6875rem;height:2.0625rem;top:62.5rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 { display:block; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf8G3BNtma8iDG8tRr8y3p2traJDuGhH { width:8.25rem;height:3.4375rem;top:0rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW82PttpT0kZnLbGVkorDOFoiulgVTTP { display:block; }
 }@media only screen and (max-width: 763px) { #nsvQzSG4yywRSlIH7RR9bPuQai0Qqtdc { width:5.125rem;height:3.4375rem;top:0rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP2i1RHiqUUVHPutTT9Q66dTb5NKtNsN { 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) { #VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS { background-color:#0d121b;background-image:none;display:block; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { background-color: transparent; background-image: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container > .video-iframe-container { display: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row > .video-iframe-container { display: none; }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .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); }#VC3Vqhi2FyDvpMteKH8k2ZhdNhyca1hS > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLgUwJw2Qineg2TKXxGLH3iHEItWJKlW { width:16.25rem;height:0.82486875rem;top:4.3125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DDJMq0h5519XahSqI5o8MmvdNygluhTH { width:19.5625rem;height:5.98046875rem;top:6.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d6If9Jyp1GZxwfAOxi4CrHiT2OFHznFu { width:20rem;height:3.29948125rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cdwpna0iTpn06SikXzJzOMJVDfpav6Bh { width:20rem;height:5.875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tZoqspposq4Z39gTGyxXbiJvo3EUFVCg { display:flex;width:0.8125rem;height:0.8125rem;top:4.3125rem;left:2.8125rem;font-size:0.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928); }
 }@media only screen and (max-width: 763px) { #VUpPgD9VsNkeZnts6pTUhc9i93KPTt1o { width:13.4375rem;height:3rem;top:0.65299481153488rem;left:6.1250001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ttbd5l4F15IJLw1ii5nJgsH6W9HBum4R { width:5.8125rem;height:0.9746125rem;top:1.6653646230698rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IxnScgQrqmGaoBSVFPRknuiuoCCSwtQ5 { display:flex;width:1.125rem;height:1.125rem;top:11.38671875rem;left:6.4375001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe37R6MQvqTf1TZI0wRabEUo0pZGRVx7 { display:flex;top:1.5279948711395rem;left:4.9166666269303rem;width:1.25rem;height:1.25rem;z-index:15083;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom { display:block; }#THIoSRl7u9HsmFDDSMGtMkSE7sq03Mom > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaV0UoT6PD4UoWOeWVUcsTyeIDsqLvph { width:18rem;height:1.19986875rem;top:60.5rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NwmKEPDrqBDThDVtUONNh9LXLRPW7B99 { width:20rem;height:14.0625rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #y9EZsOV84KZH1oASDAifDC4RiVJD593T { width:19.875rem;height:20.8125rem;top:50.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Hg3m3vI1umvSVZXskDKXhuGxbqLhZt { width:20rem;height:2.11198125rem;top:57.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7uFrBySya0gbpmrTz4hDiCxGDuCOMZn { width:2.75rem;height:0.1875rem;top:34.1875rem;left:8.6250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8wrVgUt0QfHA7J9FtSHCmaCk1Bh48Ma { width:19.875rem;height:21.25rem;top:24.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHtyXT2R71fpKyEvL27FXGx9A6StDxF { width:20rem;height:2.11198125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egHLPUM51lx240qq0Vw7zVwOTIuXnc4O { width:2.75rem;height:0.1875rem;top:59.6875rem;left:8.6250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfx9Tn1PX7t8xZIblxvPn2ubXQXWuXlD { display:flex;width:1.375rem;height:1.375rem;top:0rem;left:9.3125005960463rem;font-size:0.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928); }
 }@media only screen and (max-width: 763px) { #zBQu0UakNBuFEq8ayZioQt67lwmL1QD8 { width:20rem;height:0.8997375rem;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OCShPL9n0V3T5hdo1t09iTBVZHk2eLBw { width:20rem;height:14.0625rem;top:77.68750190735rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lmHQxvMld6Bahdgen2tEIRug4lJdpa4C { display:flex;top:15.75rem;left:17.875rem;width:0.8125rem;height:0.8125rem;z-index:15081;filter: drop-shadow(0rem 0rem 0.1875rem #965928);font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #veU2OBl5kMQkkT4DuLA8kpoxG4pSvSUP { display:flex;width:1.375rem;height:1.375rem;top:47.5rem;left:9.3125005960463rem;font-size:0.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #EW4npRkN58IQElKJweCr5eCqXO2el1m8 { width:20rem;height:1.0559875rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15016;color:#965928;display:block; }
 }@media only screen and (max-width: 763px) { #fZgTUaKp6fwsMGcsmseEs40rwRD6w0TU { width:20rem;height:2.59895625rem;top:20.6796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15017;color:#c7c9c7;display:block; }
 }@media only screen and (max-width: 763px) { #xaesq8IhmEQ3x1a6AnwokXBr6Q42tvMw { width:2.75rem;height:0.1875rem;top:23.6875rem;left:8.6250005960463rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #WpyWwF5t2EdAu4DIaGiy3KuiCAkg2hIG { width:20rem;height:1.0559875rem;top:74.31250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15019;color:#965928;display:block; }
 }@media only screen and (max-width: 763px) { #RZIac3OOavlquuTWwusBZCHFiKW9kMny { width:18.3125rem;height:3.8984375rem;top:75.36718940735rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15020;color:#c7c9c7;display:block; }
 }@media only screen and (max-width: 763px) { #DUTyxxZGdEJbpo89immfShdO6bNsaI9g { width:2.75rem;height:0.1875rem;top:79.75000190735rem;left:8.6250005960463rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #FZGLb9GkaS1zLx8zmqBNON53FeOxoZbV { width:20rem;height:1.79948125rem;top:92.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LbCCuWFTD5RuvfVJPeof1AChF4ShLngI { display:flex;width:1.25rem;height:1.25rem;top:60.4375rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #DurtQt9iOVJcn3Hmeo4JQUFAH9R1Qxmr { width:18rem;height:2.3997375rem;top:62rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T30PUJ8lEMlrroTrgFC4O393JF56cucq { display:flex;width:1.25rem;height:1.25rem;top:67.375rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #Qi1BsozkGbqUcAk1LBvcJPvGA1vcTWmx { width:18rem;height:2.3997375rem;top:64.8125rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KJLsiTb9tLZJq4CfOICLCV8FI00D9LFd { display:flex;width:1.25rem;height:1.25rem;top:62rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #rUJMRevrO2BFTFuAdXV2p59vkTuTHex3 { width:18rem;height:2.3997375rem;top:67.4375rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ylhfWv9rsE1n0A06hoP8ZVTWSTv6mFXV { display:flex;width:1.25rem;height:1.25rem;top:64.8125rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #wySPTJnOxKbgPdHeIXI72KEaU2Ctoq8N { width:18rem;height:2.3997375rem;top:42rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o3VxkVeTXSXOpkTxD6JU7z1n52CMJ2L8 { width:18rem;height:2.3997375rem;top:39.25rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N44qCT9uu0bOqeTeaZyDnRmmmXm4X4hd { width:18rem;height:1.19986875rem;top:37.625rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vzMTqom98USqReii9G2LyAv5iulsTJZk { width:15.8125rem;height:2.3997375rem;top:34.9375rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ESICkEwME93P9GlveqFLveK7cHB2fpHc { display:flex;width:1.25rem;height:1.25rem;top:34.875rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #ZtLqZe9MizX0TTyLR86USrpt4vTGrmNw { display:flex;width:1.25rem;height:1.25rem;top:37.5625rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #a2QaTl0EEtiWOMKyvin7v57wgqTVRMTt { display:flex;width:1.25rem;height:1.25rem;top:39.1875rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #zNlU0QecixmXAeHhEf9b1kx36ZwmQbrd { display:flex;width:1.25rem;height:1.25rem;top:42rem;left:0.3125rem;font-size:0.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #965928);z-index:15081; }
 }@media only screen and (max-width: 763px) { #VIGi9IIpfMtNnRayb6tJTyPhUNs7yrQK { width:8.75rem;height:6.125rem;top:25.416667938233rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTURuoTA0kAtA936L1D1ao10T9wOVx0 { width:8.75rem;height:6.1875rem;top:50.936851501465rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { background-color:#ffffff;background-image:none;display:none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:20rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { width:19.375rem;height:0.8997375rem;top:0.8914930820465rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { width:19.5625rem;height:3.7122375rem;top:1.9375rem;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) { #aAar94TEoCap0bJNwALt0dxq6iAk0NUL { width:18.125rem;height:2.4746125rem;top:25.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#0d121b;display:block; }
 }@media only screen and (max-width: 763px) { #EUTVRqdIUQ5aTPe2XqCTulCG57anQrtw { width:20rem;height:14.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { width:2.5rem;height:2.5rem;top:7.6875rem;left:17.5rem;z-index:15069;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #c7c9c7);font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmfF48QsPKhQ9GllgHeJC5K1q6mLb2T { width:20rem;height:1.6497375rem;top:5.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWPWeJTHffPJobW5ix202DUuq5s1prrT { display:none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { width:20rem;height:137.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rKAg2yvIp7lEeTa2Q7TDNTzMwGJKx0yp { width:19.375rem;height:8.65885625rem;top:0rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hH6WM31OodD5IX9aMD0TxeTg2hiGP5Gg { width:17.9375rem;height:21.59766875rem;top:9.625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QFQatWsgXQzMgWic0LBeurmcxmDFv2bN { width:1rem;height:1rem;top:9.75rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLc1ypHyh4F4sxGnJaO01LO4wNLFBLLk { width:1rem;height:1rem;top:14.5rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in8UATVuySnaFDE2HzsMml3KRuXLIdSr { width:1rem;height:1rem;top:18.0625rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0H9Imr3qfWRROreSeVDsG33T8tSg7nH { width:1rem;height:1rem;top:22.9375rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQZct7D6AQvp9OCBCab226NbMOlls9i { width:16.9375rem;height:1.19965rem;top:135.92621231079rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:0.5rem;color:#c7c9c7;display:block; }
 }@media only screen and (max-width: 763px) { #oK7rZQUOqGhlWlybK3O30QqxcovPxUTL { width:18.75rem;height:1.625rem;top:80.25rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPsOt1GgR962vJ1UZZ7wyVdHdUCIbDBs { width:19.375rem;height:27.49025rem;top:83.5625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yNxQPoUnJoimO4Bx0FQF8hiFIn12VX3V { width:20rem;height:23.6666875rem;top:54.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I1w4fKnopCMF3zQWgRbzJFQke1VAvyol { width:1rem;height:1rem;top:26.5rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epq6SmEyseaFWlTUgk1eT6UzGA2lxa4l { width:20rem;height:14.0625rem;top:29.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TRZymxG5yQqN2U7sbSHunwbeqHiOy1uT { width:2.5rem;height:2.5rem;top:31.1875rem;left:17.5rem;z-index:15070;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #c7c9c7);font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { width:20rem;height:114.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACC1C43McbXqBOTlwHf2mPQW0XklVKXy { width:20rem;height:16.125rem;top:108.74913406372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guXbmNvHbzeBnpaTK0MDJJzWffUN1lPT { width:20rem;height:1.6497375rem;top:128.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#0d121b;display:block; }
 }@media only screen and (max-width: 763px) { #d0fmqRHI8agAS268K2Ca8mbnTrecv4Wu { width:20rem;height:1.6497375rem;top:47.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#0d121b;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 { background-color:#0d121b;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; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { background-color: transparent; background-image: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container > .video-iframe-container { display: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container { display: none; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .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); }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { border-width: 0; border-radius: 0; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iC7f0Szht0s3rl0XRoClbR0c3K7osmp9 > .row .container { width:20rem;height:2.24935rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf8G3BNtma8iDG8tRr8y3p2traJDuGhH { width:11.25rem;height:2.24975625rem;top:0rem;left:0rem;font-size:0.5rem;color:#ffffff;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #MW82PttpT0kZnLbGVkorDOFoiulgVTTP { display:block; }
 }@media only screen and (max-width: 763px) { #nsvQzSG4yywRSlIH7RR9bPuQai0Qqtdc { width:9.24925rem;height:1.9995125rem;top:0rem;left:10.062255859375rem;font-size:0.5rem;color:#ffffff;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #vP2i1RHiqUUVHPutTT9Q66dTb5NKtNsN { display:block; }
 }