.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#161616;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#hSne0zMDXgPmENA216vMWlRKDu2dUyg4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:14.6875rem;top:1.3118488788605rem;left:0rem;overflow:hidden;display:block; }
#fL6Wo74ztA0fpmiQiakk3KxTLJ2l3suU { background-color:#8ed500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.9363605976105rem;left:50.374349594116rem;display:block; }
#mkq2WdVKv3d9vRLFh49RMf8dgW1La4EK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { background-color: transparent; background-image: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container > .video-iframe-container { display: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row > .video-iframe-container { display: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .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); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { border-width: 0; border-radius: 0; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;overflow:visible;position:relative;display:block; }#F8crSy0SeeBQ1F4stuioPxQkqkTEbw7N { position:absolute;display:block;z-index:15000;height:26.7496875rem;width:75rem;top:53.124202728271rem;left:0rem;display:block; }
#isyLhrm3Ixmm5Tw5Gs6q92q31vbs796F { color:#f8f5f5;display:block;width:49.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.059101104736rem;left:12.62451171875rem;height:;text-align:center;text-align-last:center;display:block; }
#Dtd36lEs1MsGn1WM7JayclTsgubIPWfn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8ed500;border-left:0.0625rem solid #8ed500;border-right:0.0625rem solid #8ed500;border-bottom:0.0625rem solid #8ed500;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#8ed500;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.853208375rem;height:1.770833375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.622740745544rem;left:28.520505905151rem;display:block; }
#aBLafBFBDoApG8thJwXHQVFgeAekhGvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmLyHQRGkIOsKRsLJVooanhMsIv5fzuI { color:#f8f5f5;display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.550456047058rem;left:16.154947280884rem;height:4.3847625rem;text-align:center;text-align-last:center;display:block; }
#ehWMyImtNvTTAG8v1A56RwdHZCBnXMDs { background-color:#8ed500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.624rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.997231483459rem;left:25.187173843384rem;display:block; }
#XInWOrc0c9xnuAfrrlftRf6bihLG9V4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T54noqhbcnOWS11WIsZnkdusuUTZvUiU { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { background-color: transparent; background-image: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container > .video-iframe-container { display: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row > .video-iframe-container { display: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .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); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { border-width: 0; border-radius: 0; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { background-color: transparent; background-image: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container > .video-iframe-container { display: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row > .video-iframe-container { display: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .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); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { border-width: 0; border-radius: 0; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { background-color: transparent; background-image: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container > .video-iframe-container { display: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row > .video-iframe-container { display: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .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); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { border-width: 0; border-radius: 0; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { background-color: transparent; background-image: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container > .video-iframe-container { display: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row > .video-iframe-container { display: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .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); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { border-width: 0; border-radius: 0; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container { border-width: 0; border-radius: 0; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container { border-width: 0; border-radius: 0; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { background-color: transparent; background-image: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container > .video-iframe-container { display: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row > .video-iframe-container { display: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .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); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { border-width: 0; border-radius: 0; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { background-color: transparent; background-image: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container > .video-iframe-container { display: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row > .video-iframe-container { display: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .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); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { border-width: 0; border-radius: 0; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { background-color: transparent; background-image: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container > .video-iframe-container { display: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row > .video-iframe-container { display: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .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); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { border-width: 0; border-radius: 0; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;overflow:visible;position:relative;display:block; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { background-color: transparent; background-image: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container > .video-iframe-container { display: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row > .video-iframe-container { display: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .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); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { border-width: 0; border-radius: 0; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#p8BdMozTrnmvfC9rwEcNulbo8ssHZrZm { color:#f8f5f5;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:50.3125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#hgR9ZE6u8dlEpXR8cIhq2unbMThiMKZx { color:#f8f5f5;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#qabeunI70bekuKCWTCgLa52CdHKC6rom { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.624375rem;top:0.66813278198244rem;left:33.655599594116rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSne0zMDXgPmENA216vMWlRKDu2dUyg4 { top:1.25rem;left:0rem;width:14.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL6Wo74ztA0fpmiQiakk3KxTLJ2l3suU { width:24.5rem;height:3.4375rem;top:3.875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkq2WdVKv3d9vRLFh49RMf8dgW1La4EK { display:block; }
 }@media only screen and (max-width: 763px) { #G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 { display:block; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8crSy0SeeBQ1F4stuioPxQkqkTEbw7N { top:53.0625rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyLhrm3Ixmm5Tw5Gs6q92q31vbs796F { top:18rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtd36lEs1MsGn1WM7JayclTsgubIPWfn { width:17.8125rem;height:1.75rem;top:11.5625rem;left:14.895505905151rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBLafBFBDoApG8thJwXHQVFgeAekhGvi { display:block; }
 }@media only screen and (max-width: 763px) { #MmLyHQRGkIOsKRsLJVooanhMsIv5fzuI { top:32.5rem;left:2.5299472808838rem;width:44.1875rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehWMyImtNvTTAG8v1A56RwdHZCBnXMDs { width:24.5625rem;height:3.4375rem;top:42.9375rem;left:11.562173843384rem;display:block; }
 }@media only screen and (max-width: 763px) { #XInWOrc0c9xnuAfrrlftRf6bihLG9V4w { display:block; }
 }@media only screen and (max-width: 763px) { #T54noqhbcnOWS11WIsZnkdusuUTZvUiU { display:block; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod { display:block; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN { display:block; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u { display:block; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q { display:none; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kKVW7ki89ToO0u1NXrb4fSMANnMT7not { display:none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL { display:none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB { display:none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qONsGfpbaTECyxNBawG30oWxuXDM5DIx { display:none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 { display:block; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8BdMozTrnmvfC9rwEcNulbo8ssHZrZm { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgR9ZE6u8dlEpXR8cIhq2unbMThiMKZx { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qabeunI70bekuKCWTCgLa52CdHKC6rom { width:6.5625rem;height:3.7149731106708rem;top:0.625rem;left:20.030599594116rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSne0zMDXgPmENA216vMWlRKDu2dUyg4 { width:10.625rem;height:6.25rem;top:1.875rem;left:3.9363607168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL6Wo74ztA0fpmiQiakk3KxTLJ2l3suU { width:17.5rem;height:3.4375rem;top:11.1865rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkq2WdVKv3d9vRLFh49RMf8dgW1La4EK { display:block; }
 }@media only screen and (max-width: 763px) { #G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { background-color: transparent; background-image: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container > .video-iframe-container { display: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row > .video-iframe-container { display: none; }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .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); }#G0UF0zrcupqU9hdVLeQWThxEl1sl35N0 > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8crSy0SeeBQ1F4stuioPxQkqkTEbw7N { width:20rem;height:26.7496875rem;top:21.024574756622rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyLhrm3Ixmm5Tw5Gs6q92q31vbs796F { width:20rem;height:4.3847625rem;top:4.27083125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dtd36lEs1MsGn1WM7JayclTsgubIPWfn { width:17.832833375rem;height:1.770833375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBLafBFBDoApG8thJwXHQVFgeAekhGvi { display:block; }
 }@media only screen and (max-width: 763px) { #MmLyHQRGkIOsKRsLJVooanhMsIv5fzuI { width:20rem;height:5.68440625rem;top:9.90478125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehWMyImtNvTTAG8v1A56RwdHZCBnXMDs { width:16.8123125rem;height:2.6245125rem;top:16.8994140625rem;left:1.5926107168198rem;font-size:0.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XInWOrc0c9xnuAfrrlftRf6bihLG9V4w { display:block; }
 }@media only screen and (max-width: 763px) { #T54noqhbcnOWS11WIsZnkdusuUTZvUiU { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { background-color: transparent; background-image: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container > .video-iframe-container { display: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row > .video-iframe-container { display: none; }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .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); }#T54noqhbcnOWS11WIsZnkdusuUTZvUiU > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { background-color: transparent; background-image: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container > .video-iframe-container { display: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row > .video-iframe-container { display: none; }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .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); }#dT4IFSmLiWvKm1nCmJGEbgHt2ZKpWcod > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { background-color: transparent; background-image: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container > .video-iframe-container { display: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row > .video-iframe-container { display: none; }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .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); }#zDZEAeeJWqAJNhrigiHbRoVT9T4h3GCN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { background-color: transparent; background-image: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container > .video-iframe-container { display: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row > .video-iframe-container { display: none; }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .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); }#PdAHMBTFf0rgIbmhwsTofvTQT5XNKI3u > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container { background-color: transparent; background-image: none; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container > .video-iframe-container { display: none; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row > .video-iframe-container { display: none; }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .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); }#M9crNbGp0iNmq3XP1Xn8NVTBcPhyTL9q > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKVW7ki89ToO0u1NXrb4fSMANnMT7not { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container { background-color: transparent; background-image: none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container > .video-iframe-container { display: none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row > .video-iframe-container { display: none; }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .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); }#kKVW7ki89ToO0u1NXrb4fSMANnMT7not > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { background-color: transparent; background-image: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container > .video-iframe-container { display: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row > .video-iframe-container { display: none; }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .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); }#eDeIwqDFW7J27svNPkTnCDZM9qXS6QaL > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { background-color: transparent; background-image: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container > .video-iframe-container { display: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row > .video-iframe-container { display: none; }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .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); }#erDuS3TOksWpGBxlLuSp7I5v6WQnS4gB > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qONsGfpbaTECyxNBawG30oWxuXDM5DIx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { background-color: transparent; background-image: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container > .video-iframe-container { display: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row > .video-iframe-container { display: none; }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .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); }#qONsGfpbaTECyxNBawG30oWxuXDM5DIx > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 { background-color:#000000;background-image:none;display:block; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { background-color: transparent; background-image: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container > .video-iframe-container { display: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row > .video-iframe-container { display: none; }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .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); }#G8zqBIpyO84ym8cxhnnSehp57xB9TpB6 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8BdMozTrnmvfC9rwEcNulbo8ssHZrZm { width:11.311875rem;height:1.949875rem;top:7.67333984375rem;left:4.3432615995407rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgR9ZE6u8dlEpXR8cIhq2unbMThiMKZx { width:8.0623125rem;height:1.949875rem;top:4.3367500305176rem;left:5.9684242010117rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qabeunI70bekuKCWTCgLa52CdHKC6rom { width:4.12435rem;height:2.4373375rem;top:0.56233787536621rem;left:7.93782556057rem;display:block; }
 }