.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,228,229;--color-primary-1:255,167,168;--color-primary-2:255,78,80;--color-primary-3:128,39,40;--color-primary-4:38,12,12;--color-secondary-0:255,239,225;--color-secondary-1:254,200,157;--color-secondary-2:252,145,58;--color-secondary-3:126,73,29;--color-secondary-4:38,22,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/NgX4aIJb/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .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); }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx { position:relative;display:block; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx { background-color: transparent; background-image: none; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row .container > .video-iframe-container { display: none; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row > .video-iframe-container { display: none; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .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); }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx { border-width: 0; border-radius: 0; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .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; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oHyvWiReEEMzcvG1tBk88w9kH4yIZQyD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:19.8125rem;top:0.74609375rem;left:0rem;overflow:hidden;display:block; }
#LbbxhwgQTV7qOV5qIdirO2XeFqy0qvs6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:19.6875rem;top:0.80859375rem;left:20.000003814698rem;overflow:hidden;display:block; }
#kyxVASK3WmUPyz7PoMM0rkkDZH4mxcZ7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:19.9375rem;top:0.87109375rem;left:39.897320733938rem;overflow:hidden;display:block; }
#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM { position:relative;display:block; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM { background-color: transparent; background-image: none; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row .container > .video-iframe-container { display: none; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row > .video-iframe-container { display: none; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .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); }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM { border-width: 0; border-radius: 0; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .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; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ahMJVZiJCOw1yb8vsyCBu1RU33qGGSRM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:19.75rem;top:0.74609375rem;left:0rem;overflow:hidden;display:block; }
#FpZMnTb2W6GyFekcSo0WcHwzoAKhy8mR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:19.8125rem;top:0.80859375rem;left:20.000003814698rem;overflow:hidden;display:block; }
#qzz4mV7w9R2sTvBhPZKuw1cl9VTnR6AU { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:19.75rem;top:0.87109375rem;left:39.897136688233rem;overflow:hidden;display:block; }
#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 { position:relative;display:block; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 { background-color: transparent; background-image: none; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row .container > .video-iframe-container { display: none; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row > .video-iframe-container { display: none; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .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); }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 { border-width: 0; border-radius: 0; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .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; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hECfDiAUTPLBRri3IDayVJ9qvAHRBacy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:60rem;top:7.0625rem;left:0rem;overflow:hidden;display:block; }
#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw { position:relative;display:block; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw { background-color: transparent; background-image: none; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row .container > .video-iframe-container { display: none; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row > .video-iframe-container { display: none; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .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); }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw { border-width: 0; border-radius: 0; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .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; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nMVubu6AVvLu4GS3WRNIDJ4Mi2sTG1kW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:60rem;top:7.0625rem;left:0rem;overflow:hidden;display:block; }
#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP { position:relative;display:block; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP { background-color: transparent; background-image: none; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row .container > .video-iframe-container { display: none; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row > .video-iframe-container { display: none; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .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); }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP { border-width: 0; border-radius: 0; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .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; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wCbXP0nhf41EeQ9xRCRBB3F6Rye4xxd3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:43.3125rem;top:3.0625rem;left:6.8125rem;overflow:hidden;display:block; }
#U2IO2TdW0MySE6ua63d6P796QcHXMtII { position:relative;display:block; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII { background-color: transparent; background-image: none; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row .container > .video-iframe-container { display: none; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row > .video-iframe-container { display: none; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .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); }#U2IO2TdW0MySE6ua63d6P796QcHXMtII { border-width: 0; border-radius: 0; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .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; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n0tavfkaKT1r7r425WfBlVIf71KOxTKh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:33.5rem;top:1.2499980926514rem;left:1.25rem;overflow:hidden;display:block; }
#ThiEqC9T0DgT8P5NTD4QDvpSXzLoB5F9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:34.1875rem;top:22.873697280884rem;left:1.25rem;overflow:hidden;display:block; }
#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo { position:relative;display:block; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo { background-color: transparent; background-image: none; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row .container > .video-iframe-container { display: none; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row > .video-iframe-container { display: none; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .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); }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo { border-width: 0; border-radius: 0; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .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; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iyle284TXRthAT13dKyxkFgs6OdLyR2P { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:42.875rem;top:1.2486953735351rem;left:1.25rem;overflow:hidden;display:block; }
#SUUkSQknFh5JvirngurOZRgo2r6qBUOb { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:37.125rem;top:20.872396469116rem;left:1.25rem;overflow:hidden;display:block; }
#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm { position:relative;display:block; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm { background-color: transparent; background-image: none; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row .container > .video-iframe-container { display: none; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row > .video-iframe-container { display: none; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .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); }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm { border-width: 0; border-radius: 0; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .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; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:73.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X22pbEN27yPtAtC8WtKqev9DAeeIwMhM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:33.4375rem;top:2.0742416381836E-5rem;left:0rem;overflow:hidden;display:block; }
#hMhe8rsq98iWznLo2oFh1CVAFwreBwEH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:33.3125rem;top:24.934916257858rem;left:0rem;overflow:hidden;display:block; }
#FPA5iKun4Z87mWd47npR61Vq8zBCyLQu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:32.5rem;top:51.500002384186rem;left:0rem;overflow:hidden;display:block; }
#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI { position:relative;display:block; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI { background-color: transparent; background-image: none; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row .container > .video-iframe-container { display: none; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row > .video-iframe-container { display: none; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .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); }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI { border-width: 0; border-radius: 0; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .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; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:104.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P3RlpQNXgddsZF88C4SiBPRTlH6kodOm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:32.375rem;top:32.434898376465rem;left:0rem;overflow:hidden;display:block; }
#AxmbCW86LLrsbTfx3TBwdSclnbZkCtwZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:32.75rem;top:1.40234375rem;left:0rem;overflow:hidden;display:block; }
#gfR9cP3Mei1b4mCSlMNLK3HE9GBIxx7I { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:25rem;top:57.6875rem;left:0rem;overflow:hidden;display:block; }
#TWqVJbH9JVuSSERgT6CoMLx6gQQ9g6Jr { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:33.5625rem;top:75.8750038147rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw3N0QlbOSe3P1eeCymRTh165wfPDFHx { display:block; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHyvWiReEEMzcvG1tBk88w9kH4yIZQyD { top:0.6875rem;left:0rem;width:19.8125rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbxhwgQTV7qOV5qIdirO2XeFqy0qvs6 { top:0.75rem;left:13.875003814698rem;width:19.6875rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyxVASK3WmUPyz7PoMM0rkkDZH4mxcZ7 { top:0.8125rem;left:26.9375rem;width:19.9375rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM { display:block; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahMJVZiJCOw1yb8vsyCBu1RU33qGGSRM { top:0.6875rem;left:0rem;width:19.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZMnTb2W6GyFekcSo0WcHwzoAKhy8mR { top:0.75rem;left:13.875003814698rem;width:19.8125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzz4mV7w9R2sTvBhPZKuw1cl9VTnR6AU { top:0.8125rem;left:27.8125rem;width:19.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 { display:block; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hECfDiAUTPLBRri3IDayVJ9qvAHRBacy { top:7.0625rem;left:0rem;width:47.75rem;height:24.969270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw { display:block; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMVubu6AVvLu4GS3WRNIDJ4Mi2sTG1kW { top:7.0625rem;left:0rem;width:47.75rem;height:24.969270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP { display:block; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCbXP0nhf41EeQ9xRCRBB3F6Rye4xxd3 { top:3.0625rem;left:0.6875rem;width:43.3125rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IO2TdW0MySE6ua63d6P796QcHXMtII { display:block; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0tavfkaKT1r7r425WfBlVIf71KOxTKh { top:1.1875rem;left:0rem;width:33.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiEqC9T0DgT8P5NTD4QDvpSXzLoB5F9 { top:22.8125rem;left:0rem;width:34.1875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo { display:block; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyle284TXRthAT13dKyxkFgs6OdLyR2P { top:1.1875rem;left:0rem;width:42.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUUkSQknFh5JvirngurOZRgo2r6qBUOb { top:20.8125rem;left:0rem;width:37.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm { display:block; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X22pbEN27yPtAtC8WtKqev9DAeeIwMhM { top:0rem;left:0rem;width:33.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhe8rsq98iWznLo2oFh1CVAFwreBwEH { top:24.875rem;left:0rem;width:33.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPA5iKun4Z87mWd47npR61Vq8zBCyLQu { top:51.5rem;left:0rem;width:32.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI { display:block; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3RlpQNXgddsZF88C4SiBPRTlH6kodOm { top:32.375rem;left:0rem;width:32.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmbCW86LLrsbTfx3TBwdSclnbZkCtwZ { top:1.375rem;left:0rem;width:32.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfR9cP3Mei1b4mCSlMNLK3HE9GBIxx7I { top:57.6875rem;left:0rem;width:25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqVJbH9JVuSSERgT6CoMLx6gQQ9g6Jr { top:75.875rem;left:0rem;width:33.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iw3N0QlbOSe3P1eeCymRTh165wfPDFHx { display:block; }#iw3N0QlbOSe3P1eeCymRTh165wfPDFHx > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHyvWiReEEMzcvG1tBk88w9kH4yIZQyD { width:19.8125rem;height:35.5625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbxhwgQTV7qOV5qIdirO2XeFqy0qvs6 { width:19.6875rem;height:35.5rem;top:38.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyxVASK3WmUPyz7PoMM0rkkDZH4mxcZ7 { width:19.9375rem;height:35.5rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM { display:block; }#qgSTHnQIKpWWNTtVZ6wJc1MXEh3BpKtM > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahMJVZiJCOw1yb8vsyCBu1RU33qGGSRM { width:19.75rem;height:35.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZMnTb2W6GyFekcSo0WcHwzoAKhy8mR { width:19.8125rem;height:35.3125rem;top:37.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzz4mV7w9R2sTvBhPZKuw1cl9VTnR6AU { width:19.75rem;height:35.25rem;top:74.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 { display:block; }#f4PsmT5EVwJnXQ8OhRPvuHAidNk4C7y4 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hECfDiAUTPLBRri3IDayVJ9qvAHRBacy { width:20rem;height:10.458333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw { display:block; }#oKZp6sFQ4h3yaXHGPe44QcagL3IfyKcw > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMVubu6AVvLu4GS3WRNIDJ4Mi2sTG1kW { width:20rem;height:10.458333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP { display:block; }#CWn8t3l26ehFlK9Jhofk1bReuuoOFKTP > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCbXP0nhf41EeQ9xRCRBB3F6Rye4xxd3 { width:20rem;height:15.238095238095rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IO2TdW0MySE6ua63d6P796QcHXMtII { display:block; }#U2IO2TdW0MySE6ua63d6P796QcHXMtII > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0tavfkaKT1r7r425WfBlVIf71KOxTKh { width:20rem;height:11.380597014925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiEqC9T0DgT8P5NTD4QDvpSXzLoB5F9 { width:20rem;height:11.480804387569rem;top:13.880597014926rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo { display:block; }#LBKNPrEuo0WyHIGJyKEqtQf4siTiWeBo > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyle284TXRthAT13dKyxkFgs6OdLyR2P { width:20rem;height:8.5422740524781rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUUkSQknFh5JvirngurOZRgo2r6qBUOb { width:20rem;height:13.299663299663rem;top:11.042274052478rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm { display:block; }#gP7az4EgDCQQiAkB8Hcnyx3KrGvRmDzm > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X22pbEN27yPtAtC8WtKqev9DAeeIwMhM { width:20rem;height:12.448598130841rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhe8rsq98iWznLo2oFh1CVAFwreBwEH { width:20rem;height:15.572232645403rem;top:14.948598130841rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPA5iKun4Z87mWd47npR61Vq8zBCyLQu { width:20rem;height:13.384615384615rem;top:31.770830776244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI { display:block; }#rO2P9XNBlFQEaJvWVT4qpauBNwSE8GbI > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3RlpQNXgddsZF88C4SiBPRTlH6kodOm { width:20rem;height:11.969111969112rem;top:20.553435114504rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmbCW86LLrsbTfx3TBwdSclnbZkCtwZ { width:20rem;height:18.053435114504rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfR9cP3Mei1b4mCSlMNLK3HE9GBIxx7I { width:20rem;height:4.55rem;top:33.772547083616rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqVJbH9JVuSSERgT6CoMLx6gQQ9g6Jr { width:20rem;height:14.785847299814rem;top:39.572547083616rem;left:0rem;display:block; }
 }