.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;
}
@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:#1e1e1e;background-image:url("https://images.assets-landingi.com/uc/f0a48c56-4ca8-424c-8c81-82bb7f739330/20250929_2201_GlimpseintoSolitude_remix_01k6bdhfbvfchryfnw34ataa2v.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(255,253,253,1);; } #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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { background-color: transparent; background-image: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { border-width: 0; border-radius: 0; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#klmRfea5QV1muyRbSpNaZk9x7D45OiLK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.375rem;top:0.96875rem;left:32.8125rem;overflow:hidden;display:block; }
#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { position:relative;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ba40a05-4ae4-49c6-a0aa-85330bd4ea5a/Design_v3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container.adaptive-delivery-prevent-bg, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container.lazyload, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container.lazyloading { background-image: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { position:relative;display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { background-color: transparent; background-image: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .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); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { border-width: 0; border-radius: 0; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.32);background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { color:#e3e3e3;display:block;width:48.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9500007629394rem;left:13.125rem;height:3.413625rem;text-align:center;text-align-last:center;display:block; }
#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG { position:relative;display:block; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG { background-color: transparent; background-image: none; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container > .video-iframe-container { display: none; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row > .video-iframe-container { display: none; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .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); }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG { border-width: 0; border-radius: 0; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.32);background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#skekgOvxbbHez8yF2GTnohPvUixnUeQE { color:#e3e3e3;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5750007629394rem;left:20.53125rem;height:15.6rem;display:block; }
#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV > .row .container { border-width: 0; border-radius: 0; }#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:none; }#qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.6875rem;left:32.25rem;display:block; }
#ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:45.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { position:relative;display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { background-color: transparent; background-image: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .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); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { border-width: 0; border-radius: 0; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { box-sizing:content-box;height:26.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#c8bbab;background-image:none;top:2.375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.9052734375rem;left:67.4375rem;display:block; }
#ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maWzuE7krX10C96RFtwig6liS8x3F5k2 { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2236328125rem;left:2.21875rem;height:;font-style:normal;display:block; }
#eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#NMPJ3LduZNoX1ZBNrRrz56pZAe1lt3hI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.4375rem;left:27rem;overflow:hidden;display:block; }
#VwKZW4M9RTqJRkv3G246AWH1K8XN12Kp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.4375rem;left:50.5rem;overflow:hidden;display:block; }
#HODRi77d5ExTm4XGV2o9nGManbu9wmZD { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.625rem;height:3.9rem;display:block; }
#asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:50.5rem;height:3.9rem;display:block; }
#LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:27.0625rem;height:3.9rem;display:block; }
#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 { position:relative;display:none; }#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 { border-width: 0; border-radius: 0; }#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kC1PWIATIRmfymsdFtCrdqNl76DPHwTh { box-sizing:content-box;height:26.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#c8bbab;background-image:none;top:2.375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#kZbFundTrSHp7wubOJFnq2fTrxJfK39y { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.9052734375rem;left:67.4375rem;display:block; }
#S5NZP8whTXfGFFp4I6S7z1AEiaFbiv8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqOgUCsTrEcdhEF18C0dIyz1qRnNFbc5 { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2236328125rem;left:2.21875rem;height:;font-style:normal;display:block; }
#JL7FrM8IlFKgNBHmR12ZGrgLt7k3Biw5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.875rem;left:3.1875rem;overflow:hidden;display:block; }
#kcbPt4WIsX3ThdXDMGaDymIp4UgKKMTX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.875rem;left:27rem;overflow:hidden;display:block; }
#NkVqsEX4CQoJAdLl6zttT3La6O3DbOpZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.875rem;left:50.8125rem;overflow:hidden;display:none; }
#PbK8o2KPlrwoo6QCNn2u0hAVcHETmmUd { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.623046875rem;left:3.25rem;height:3.9rem;display:block; }
#TBlVGEQpkZQh02NoIT0sPdkPxGvlSFZ8 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6220703125rem;left:50.875rem;height:3.9rem;display:none; }
#S2n9r922OVQZCJchUOQukTbd9VCzJwcH { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6220703125rem;left:27.0625rem;height:3.9rem;display:block; }
#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF { position:relative;display:block; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF { background-color: transparent; background-image: none; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container > .video-iframe-container { display: none; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row > .video-iframe-container { display: none; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .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); }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF { border-width: 0; border-radius: 0; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jv17AoATWOGWX3wk4QiZ8Fq6p6FWcWw4 { box-sizing:content-box;height:26.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#c8bbab;background-image:none;top:2.375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#U5KTIbQiWvEu2cp3v0qAHa2DX1IqbQA2 { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.9052734375rem;left:67.4375rem;display:block; }
#zP8THXA6ICM9xLm5zHJVezOMDX7MEr6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5F7TGonCPZL7eVDlWrMzsdtcgTPS07w { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2236328125rem;left:2.21875rem;height:1.3rem;font-style:normal;display:block; }
#SnUiA3JCBLdA8HJpw1pzVT5dyTr5iGZF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.4375rem;left:15.125rem;overflow:hidden;display:block; }
#GD5UT46gfF3fs9T40wptx055ylT2vzFb { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1875rem;left:15.1875rem;height:3.9rem;display:block; }
#xaWBezlyElgfP7Mh10TXaVx1odAdrV06 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.4375rem;left:38.9375rem;overflow:hidden;display:block; }
#KFCsk2q9F68vMDkrGRWeSIlmNhyrfoQ8 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:39rem;height:3.9rem;display:block; }
#BQTi6MQXIfX82Vr90BaukF70BhwsiFtz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:7.875rem;left:50.8125rem;overflow:hidden;display:none; }
#tVAkiGPR26EODTofEvM0uBVZHZc7CrRO { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6220703125rem;left:50.875rem;height:3.9rem;display:none; }
#sr6eylToGZCEPqSupagiiGLekExMV5vN { position:relative;display:block; }#sr6eylToGZCEPqSupagiiGLekExMV5vN { background-color: transparent; background-image: none; }#sr6eylToGZCEPqSupagiiGLekExMV5vN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container > .video-iframe-container { display: none; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row > .video-iframe-container { display: none; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .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); }#sr6eylToGZCEPqSupagiiGLekExMV5vN { border-width: 0; border-radius: 0; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XGsygiJ6BrpBTewXuhytUxBa918sXUb1 { box-sizing:content-box;height:51.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b7b9b0;background-image:none;top:3.75rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#RIivHtX9vZWPnmxXf0hsIfye4zzcKZuw { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.630859375rem;left:2.21875rem;height:;font-style:normal;display:block; }
#t1T8SsMWayH7ai7qyfyyqBTtyP552aZV { position:absolute;display:block;z-index:15012;height:41.25rem;width:62.5rem;top:10.71875rem;left:6.25rem;display:block; }
#WfOJC9LxX6ZJCvzXmL7IdTQ936isQHW0 { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:58.125rem;left:32.5625rem;display:none; }
#I28AUaUzs1xJtmDpyTT7Vny9FE0nBmCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 { position:relative;display:block; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 { background-color: transparent; background-image: none; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container > .video-iframe-container { display: none; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row > .video-iframe-container { display: none; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .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); }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 { border-width: 0; border-radius: 0; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K7B3rxwGgKoqKT9hhHc44CenTzMBCmpz { box-sizing:content-box;height:45.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b7b9b0;background-image:none;top:3.75rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TVTIDrAmBK8KBmMaTSlsc8GSsx9mt3Vx { position:absolute;display:block;z-index:15012;height:41.25rem;width:62.5rem;top:5.9375rem;left:6.25rem;display:block; }
#aZr19oxRTJmu8UWvufJUdoBhRM4QlvtH { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:58.125rem;left:32.5625rem;display:none; }
#KVr3pOq9DWEOPP3CqZqeTCgHxZ96p13e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 { position:relative;display:block; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 { background-color: transparent; background-image: none; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container > .video-iframe-container { display: none; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row > .video-iframe-container { display: none; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .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); }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 { border-width: 0; border-radius: 0; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tG9RtizNDViFeWoHZKtOpGGtXxaBwWul { box-sizing:content-box;height:45.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b7b9b0;background-image:none;top:3.75rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Pcpd5JB9LNalrkDug9nNUAeIKde0SCLy { position:absolute;display:block;z-index:15012;height:41.25rem;width:62.5rem;top:5.9375rem;left:6.25rem;display:block; }
#aOzZ7XnrflwFTZ6uxME1CpLeyyyuFUyA { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:58.125rem;left:32.5625rem;display:none; }
#wU1N3l90yvG6KZXTKdUuuaaIbBFv5IA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ { position:relative;display:block; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ { background-color: transparent; background-image: none; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container > .video-iframe-container { display: none; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row > .video-iframe-container { display: none; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .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); }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ { border-width: 0; border-radius: 0; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fOfp1Ai2HHey8NO3mWQlerXOUqcSsPKp { box-sizing:content-box;height:45.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b7b9b0;background-image:none;top:3.75rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#AdFgZzuNnqcAgwaWVGcVWlQnKaRpDHiI { position:absolute;display:block;z-index:15012;height:41.25rem;width:62.5rem;top:5.9375rem;left:6.25rem;display:block; }
#rt0wbAs9C5w1ilZo6y2z3GVCQ6ahift5 { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:58.125rem;left:32.5625rem;display:none; }
#klM4nh2hUTVEOVUVQOTL3Z3Eez527FBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 { position:relative;display:none; }#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 { border-width: 0; border-radius: 0; }#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hOdVlTZyWTI6GZsuFcT0wW4q5spaxdzI { box-sizing:content-box;height:52.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#b7b9b0;background-image:none;top:3.75rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#LQfN3inkcvFFkZrPH3mmmhkW4TQEIm5I { color:#0c0c0c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.630859375rem;left:2.21875rem;height:;font-style:normal;display:block; }
#t2VX5fET6913DNc35nyPpUFAKqiG3maP { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:7.31201171875rem;left:64.21875rem;display:block; }
#TchRhTRSfez12Q4o7TADpw7QJashI0oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfE00g07ZFhbuoZQZsNPc1qJTTbfT7mx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:12.5rem;left:3.1875rem;overflow:hidden;display:block; }
#ylP1Lx8EXvDK0IRJ5mSiK1sOggXkU6UO { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.15625rem;height:5.2rem;display:block; }
#ugzobL86moQz4XefscI3eINMZM4TEGaK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:12.5rem;left:27rem;overflow:hidden;display:block; }
#TzkTksyuitXU1TKhVtg5IBCPEa5PXbCl { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:26.96875rem;height:5.2rem;display:block; }
#FVL6aFnSKZaWca0OcQxwST95fxm7tB6c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:21rem;top:12.5rem;left:50.8125rem;overflow:hidden;display:block; }
#gKvwoflPQS9wCCpWRdHQpDSnlJPSFEHP { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:50.78125rem;height:5.2rem;display:block; }
#y4zxEThenUr4TuAQOzuh2gb9DhV8mJvN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.5rem;width:32.9375rem;top:31.28125rem;left:3.1875rem;overflow:hidden;display:block; }
#c0TD4BWryh1vGMdnFu4PBymXv4T6RHAo { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.4375rem;left:3.1875rem;height:5.2rem;display:block; }
#q9ekExtCpZkuvOCgwfR0Ia90kRyLcfMZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.5rem;width:32.9375rem;top:31.28125rem;left:38.9375rem;overflow:hidden;display:block; }
#PwNELeM7cTtIzNng0Xb15S6akewKgAhZ { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:50.4375rem;left:38.875rem;height:5.2rem;display:block; }
#TJttTEGiluOBrmKXEB6ZtDfxnNf8yx5G { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:58.125rem;left:32.5625rem;display:none; }
#RzAIROlbavxgkwVP2dTeidSdASkGRLKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { background-color: transparent; background-image: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { border-width: 0; border-radius: 0; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0125007629394rem;left:3.5rem;height:2.6rem;display:block; }
#qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.8125rem;top:2.46875rem;left:54.421875rem;overflow:hidden;display:block; }
#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { background-color: transparent; background-image: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .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); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { border-width: 0; border-radius: 0; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:34.4375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { top:0.9375rem;left:19.1875rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG { display:block; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skekgOvxbbHez8yF2GTnohPvUixnUeQE { top:2.5625rem;left:6.90625rem;width:33.9375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV { display:block; }#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:10.5rem;height:1.9375rem;top:46.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:47.75rem;height:28.928541666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { top:2.375rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:5.625rem;height:1.9375rem;top:3.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { top:4.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { top:7.4375rem;left:0rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPJ3LduZNoX1ZBNrRrz56pZAe1lt3hI { top:7.4375rem;left:13.375rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwKZW4M9RTqJRkv3G246AWH1K8XN12Kp { top:7.4375rem;left:26.75rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { top:20.1875rem;left:0rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { top:20.1875rem;left:26.875rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { top:20.1875rem;left:13.4375rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 { display:block; }#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1PWIATIRmfymsdFtCrdqNl76DPHwTh { top:2.375rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZbFundTrSHp7wubOJFnq2fTrxJfK39y { width:5.625rem;height:1.9375rem;top:3.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5NZP8whTXfGFFp4I6S7z1AEiaFbiv8B { display:block; }
 }@media only screen and (max-width: 763px) { #CqOgUCsTrEcdhEF18C0dIyz1qRnNFbc5 { top:4.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7FrM8IlFKgNBHmR12ZGrgLt7k3Biw5 { top:7.875rem;left:0rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcbPt4WIsX3ThdXDMGaDymIp4UgKKMTX { top:7.875rem;left:13.375rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkVqsEX4CQoJAdLl6zttT3La6O3DbOpZ { top:7.875rem;left:26.75rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbK8o2KPlrwoo6QCNn2u0hAVcHETmmUd { top:20.5625rem;left:0rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBlVGEQpkZQh02NoIT0sPdkPxGvlSFZ8 { top:20.5625rem;left:26.875rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2n9r922OVQZCJchUOQukTbd9VCzJwcH { top:20.5625rem;left:13.4375rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF { display:block; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jv17AoATWOGWX3wk4QiZ8Fq6p6FWcWw4 { top:2.375rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5KTIbQiWvEu2cp3v0qAHa2DX1IqbQA2 { width:5.625rem;height:1.9375rem;top:3.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8THXA6ICM9xLm5zHJVezOMDX7MEr6S { display:block; }
 }@media only screen and (max-width: 763px) { #B5F7TGonCPZL7eVDlWrMzsdtcgTPS07w { top:4.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUiA3JCBLdA8HJpw1pzVT5dyTr5iGZF { top:7.4375rem;left:1.5rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD5UT46gfF3fs9T40wptx055ylT2vzFb { top:20.1875rem;left:1.5625rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWBezlyElgfP7Mh10TXaVx1odAdrV06 { top:7.4375rem;left:25.3125rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCsk2q9F68vMDkrGRWeSIlmNhyrfoQ8 { top:20.1875rem;left:25.375rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTi6MQXIfX82Vr90BaukF70BhwsiFtz { top:7.875rem;left:26.75rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVAkiGPR26EODTofEvM0uBVZHZc7CrRO { top:20.5625rem;left:26.875rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr6eylToGZCEPqSupagiiGLekExMV5vN { display:block; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGsygiJ6BrpBTewXuhytUxBa918sXUb1 { top:3.75rem;left:0rem;width:47.75rem;height:51.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIivHtX9vZWPnmxXf0hsIfye4zzcKZuw { top:7.625rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1T8SsMWayH7ai7qyfyyqBTtyP552aZV { top:10.6875rem;left:0rem;width:47.75rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOJC9LxX6ZJCvzXmL7IdTQ936isQHW0 { width:9.875rem;height:1.9375rem;top:58.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I28AUaUzs1xJtmDpyTT7Vny9FE0nBmCW { display:block; }
 }@media only screen and (max-width: 763px) { #FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 { display:block; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7B3rxwGgKoqKT9hhHc44CenTzMBCmpz { top:3.75rem;left:0rem;width:47.75rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTIDrAmBK8KBmMaTSlsc8GSsx9mt3Vx { top:5.9375rem;left:0rem;width:47.75rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZr19oxRTJmu8UWvufJUdoBhRM4QlvtH { width:9.875rem;height:1.9375rem;top:58.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVr3pOq9DWEOPP3CqZqeTCgHxZ96p13e { display:block; }
 }@media only screen and (max-width: 763px) { #B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 { display:block; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tG9RtizNDViFeWoHZKtOpGGtXxaBwWul { top:3.75rem;left:0rem;width:47.75rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcpd5JB9LNalrkDug9nNUAeIKde0SCLy { top:5.9375rem;left:0rem;width:47.75rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzZ7XnrflwFTZ6uxME1CpLeyyyuFUyA { width:9.875rem;height:1.9375rem;top:58.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU1N3l90yvG6KZXTKdUuuaaIbBFv5IA3 { display:block; }
 }@media only screen and (max-width: 763px) { #SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ { display:block; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOfp1Ai2HHey8NO3mWQlerXOUqcSsPKp { top:3.75rem;left:0rem;width:47.75rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFgZzuNnqcAgwaWVGcVWlQnKaRpDHiI { top:5.9375rem;left:0rem;width:47.75rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0wbAs9C5w1ilZo6y2z3GVCQ6ahift5 { width:9.875rem;height:1.9375rem;top:58.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klM4nh2hUTVEOVUVQOTL3Z3Eez527FBa { display:block; }
 }@media only screen and (max-width: 763px) { #oGSdbHckyMo71FH8obxCI1RiPxoAVH24 { display:block; }#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOdVlTZyWTI6GZsuFcT0wW4q5spaxdzI { top:3.75rem;left:0rem;width:47.75rem;height:52.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfN3inkcvFFkZrPH3mmmhkW4TQEIm5I { top:7.625rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VX5fET6913DNc35nyPpUFAKqiG3maP { width:8rem;height:1.9375rem;top:7.25rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TchRhTRSfez12Q4o7TADpw7QJashI0oT { display:block; }
 }@media only screen and (max-width: 763px) { #tfE00g07ZFhbuoZQZsNPc1qJTTbfT7mx { top:12.5rem;left:0rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylP1Lx8EXvDK0IRJ5mSiK1sOggXkU6UO { top:25.0625rem;left:0rem;width:21.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugzobL86moQz4XefscI3eINMZM4TEGaK { top:12.5rem;left:13.375rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkTksyuitXU1TKhVtg5IBCPEa5PXbCl { top:25.0625rem;left:13.34375rem;width:21.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVL6aFnSKZaWca0OcQxwST95fxm7tB6c { top:12.5rem;left:26.75rem;width:21rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKvwoflPQS9wCCpWRdHQpDSnlJPSFEHP { top:25.0625rem;left:26.6875rem;width:21.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4zxEThenUr4TuAQOzuh2gb9DhV8mJvN { top:31.25rem;left:0rem;width:32.9375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TD4BWryh1vGMdnFu4PBymXv4T6RHAo { top:50.4375rem;left:0rem;width:33rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ekExtCpZkuvOCgwfR0Ia90kRyLcfMZ { top:31.25rem;left:14.8125rem;width:32.9375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwNELeM7cTtIzNng0Xb15S6akewKgAhZ { top:50.4375rem;left:14.75rem;width:33rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJttTEGiluOBrmKXEB6ZtDfxnNf8yx5G { width:9.875rem;height:1.9375rem;top:58.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAIROlbavxgkwVP2dTeidSdASkGRLKM { display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { top:5rem;left:0rem;width:35.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { top:2.4375rem;left:39.9375rem;width:7.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { top:0.6875rem;left:20.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { position:relative;z-index:auto;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { width:9.375rem;height:2.25rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ba40a05-4ae4-49c6-a0aa-85330bd4ea5a/Design_v3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4.adaptive-delivery-prevent-bg, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyload, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyloading { background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG { display:block; }#LDd7yUl2U9H8zuDOIIwyViXtTyD07dBG > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skekgOvxbbHez8yF2GTnohPvUixnUeQE { width:20rem;height:28.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV { display:none; }#n4PBxXgeNxLQQqOJDXTHgqKsDw84L3KV > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:10.75rem;height:1.9375rem;top:14.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:20rem;height:10.759162303665rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { width:20rem;height:57.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:5.625rem;height:1.9375rem;top:4.3427085876465rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { width:12.5rem;height:1.3rem;top:4.6614570617676rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { width:18.1875rem;height:10.25rem;top:9.12109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPJ3LduZNoX1ZBNrRrz56pZAe1lt3hI { width:18.3125rem;height:10.25rem;top:26.49609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwKZW4M9RTqJRkv3G246AWH1K8XN12Kp { width:18.3125rem;height:10.25rem;top:42.8046875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { width:18.1875rem;height:3.9rem;top:19.93359375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { width:18.375rem;height:3.9rem;top:53.662109375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { width:18.25rem;height:3.9rem;top:37.3251953125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 { display:none; }#W8e0lMaBpSWwWZCbiehPuTevp5hg78C4 > .row .container { width:20rem;height:47.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kC1PWIATIRmfymsdFtCrdqNl76DPHwTh { width:20rem;height:43.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZbFundTrSHp7wubOJFnq2fTrxJfK39y { width:5.625rem;height:1.9375rem;top:4.3427085876465rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5NZP8whTXfGFFp4I6S7z1AEiaFbiv8B { display:block; }
 }@media only screen and (max-width: 763px) { #CqOgUCsTrEcdhEF18C0dIyz1qRnNFbc5 { width:12.5rem;height:1.3rem;top:4.6614570617676rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7FrM8IlFKgNBHmR12ZGrgLt7k3Biw5 { width:18.1875rem;height:10.25rem;top:9.12109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcbPt4WIsX3ThdXDMGaDymIp4UgKKMTX { width:18.3125rem;height:10.25rem;top:26.49609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkVqsEX4CQoJAdLl6zttT3La6O3DbOpZ { width:18.3125rem;height:10.25rem;top:42.8046875rem;left:0.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbK8o2KPlrwoo6QCNn2u0hAVcHETmmUd { width:18.1875rem;height:3.9rem;top:19.93359375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBlVGEQpkZQh02NoIT0sPdkPxGvlSFZ8 { width:18.375rem;height:3.9rem;top:53.662109375rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2n9r922OVQZCJchUOQukTbd9VCzJwcH { width:18.25rem;height:3.9rem;top:37.3251953125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF { display:block; }#oJ3GmvqyUCQFVOWak7ZwtRugxWOJiHTF > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jv17AoATWOGWX3wk4QiZ8Fq6p6FWcWw4 { width:20rem;height:43.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5KTIbQiWvEu2cp3v0qAHa2DX1IqbQA2 { width:5.625rem;height:1.9375rem;top:4.3427085876465rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8THXA6ICM9xLm5zHJVezOMDX7MEr6S { display:block; }
 }@media only screen and (max-width: 763px) { #B5F7TGonCPZL7eVDlWrMzsdtcgTPS07w { width:12.5rem;height:1.3rem;top:4.6614570617676rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUiA3JCBLdA8HJpw1pzVT5dyTr5iGZF { width:18.1875rem;height:10.25rem;top:9.12109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD5UT46gfF3fs9T40wptx055ylT2vzFb { width:18.1875rem;height:3.9rem;top:19.93359375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWBezlyElgfP7Mh10TXaVx1odAdrV06 { width:18.3125rem;height:10.25rem;top:26.49609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCsk2q9F68vMDkrGRWeSIlmNhyrfoQ8 { width:18.25rem;height:3.9rem;top:37.3251953125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTi6MQXIfX82Vr90BaukF70BhwsiFtz { width:18.3125rem;height:10.25rem;top:42.8046875rem;left:0.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVAkiGPR26EODTofEvM0uBVZHZc7CrRO { width:18.375rem;height:3.9rem;top:53.662109375rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr6eylToGZCEPqSupagiiGLekExMV5vN { display:block; }#sr6eylToGZCEPqSupagiiGLekExMV5vN > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGsygiJ6BrpBTewXuhytUxBa918sXUb1 { width:20rem;height:27.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIivHtX9vZWPnmxXf0hsIfye4zzcKZuw { width:10.0625rem;height:1.3rem;top:5.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1T8SsMWayH7ai7qyfyyqBTtyP552aZV { width:18.625rem;height:20.5rem;top:7.8624992370606rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOJC9LxX6ZJCvzXmL7IdTQ936isQHW0 { width:9.875rem;height:1.9375rem;top:94.587501525881rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I28AUaUzs1xJtmDpyTT7Vny9FE0nBmCW { display:block; }
 }@media only screen and (max-width: 763px) { #FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 { display:block; }#FU6DzEibaTHQFKPlKgUnCIzXZ7deBNL4 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7B3rxwGgKoqKT9hhHc44CenTzMBCmpz { width:20rem;height:25.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTIDrAmBK8KBmMaTSlsc8GSsx9mt3Vx { width:18.625rem;height:20.5rem;top:5.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZr19oxRTJmu8UWvufJUdoBhRM4QlvtH { width:9.875rem;height:1.9375rem;top:94.587501525881rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVr3pOq9DWEOPP3CqZqeTCgHxZ96p13e { display:block; }
 }@media only screen and (max-width: 763px) { #B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 { display:block; }#B7lg4XWJ0cThrGn0RDZmvFQqBiTkhap6 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tG9RtizNDViFeWoHZKtOpGGtXxaBwWul { width:20rem;height:25.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcpd5JB9LNalrkDug9nNUAeIKde0SCLy { width:18.625rem;height:23rem;top:4rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzZ7XnrflwFTZ6uxME1CpLeyyyuFUyA { width:9.875rem;height:1.9375rem;top:94.587501525881rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wU1N3l90yvG6KZXTKdUuuaaIbBFv5IA3 { display:block; }
 }@media only screen and (max-width: 763px) { #SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ { display:block; }#SasG0LbIrChWG2rXBpdcChkxU5UVLcvQ > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOfp1Ai2HHey8NO3mWQlerXOUqcSsPKp { width:20rem;height:25.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFgZzuNnqcAgwaWVGcVWlQnKaRpDHiI { width:18.625rem;height:23rem;top:3.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0wbAs9C5w1ilZo6y2z3GVCQ6ahift5 { width:9.875rem;height:1.9375rem;top:94.587501525881rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #klM4nh2hUTVEOVUVQOTL3Z3Eez527FBa { display:block; }
 }@media only screen and (max-width: 763px) { #oGSdbHckyMo71FH8obxCI1RiPxoAVH24 { display:none; }#oGSdbHckyMo71FH8obxCI1RiPxoAVH24 > .row .container { width:20rem;height:104.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOdVlTZyWTI6GZsuFcT0wW4q5spaxdzI { width:20rem;height:96.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfN3inkcvFFkZrPH3mmmhkW4TQEIm5I { width:10.0625rem;height:1.3rem;top:5.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VX5fET6913DNc35nyPpUFAKqiG3maP { width:8rem;height:1.9375rem;top:4.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TchRhTRSfez12Q4o7TADpw7QJashI0oT { display:block; }
 }@media only screen and (max-width: 763px) { #tfE00g07ZFhbuoZQZsNPc1qJTTbfT7mx { width:18.1875rem;height:10.25rem;top:8.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylP1Lx8EXvDK0IRJ5mSiK1sOggXkU6UO { width:18.125rem;height:5.2rem;top:19.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugzobL86moQz4XefscI3eINMZM4TEGaK { width:18.1875rem;height:10.25rem;top:25.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkTksyuitXU1TKhVtg5IBCPEa5PXbCl { width:18.3125rem;height:5.2rem;top:36.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVL6aFnSKZaWca0OcQxwST95fxm7tB6c { width:18.1875rem;height:10.25rem;top:42.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKvwoflPQS9wCCpWRdHQpDSnlJPSFEHP { width:18.3125rem;height:5.2rem;top:53.1875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4zxEThenUr4TuAQOzuh2gb9DhV8mJvN { width:18.1875rem;height:10.25rem;top:59.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TD4BWryh1vGMdnFu4PBymXv4T6RHAo { width:18.1875rem;height:5.2rem;top:70.375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ekExtCpZkuvOCgwfR0Ia90kRyLcfMZ { width:18.1875rem;height:10.25rem;top:76.325004577638rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwNELeM7cTtIzNng0Xb15S6akewKgAhZ { width:18.625rem;height:5.2rem;top:87.887500762938rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJttTEGiluOBrmKXEB6ZtDfxnNf8yx5G { width:9.875rem;height:1.9375rem;top:94.587501525881rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAIROlbavxgkwVP2dTeidSdASkGRLKM { display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { width:20rem;height:5.2rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { width:7.8125rem;height:7.6875rem;top:9.5859375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { width:6.125rem;height:1.3rem;top:1.25rem;left:6.9375rem;font-size:1rem;display:block; }
 }