.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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:1.9375rem;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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sg0uFaJX1omZlvyDX98HlQzmlfbymQ4e { position:absolute;display:block;z-index:15006;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:30.0625rem;width:30.0625rem;top:6rem;left:14.96875rem;overflow:hidden;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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:11.8125rem;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; }#OZlJtmdv5H820CaaBJqKLaZw35mKeb6d { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:13.34375rem;display:block; }
#Uwi1kSawTXTxUuzM6yKvAT6HbTx8yMDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clJt7wkRPeZGvzer1ttXTcRJKLggpRzC { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:30.84375rem;display:block; }
#ewAe4mbSQf3Lnxr0grtPdDSkA9SzBhiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpcsKoeQVHu1pVkRyam2nczlKvwTXLsd { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.46875rem;left:13.34375rem;display:block; }
#ngKVOOnS1zLZfTEsrlrEFuq0FZPXIGkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo12F2xW0mEL80e441066vTaKFAxN6Gy { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.46875rem;left:30.84375rem;display:block; }
#eqiQlxHyTwvrFU00P3eymKUI1XyD4SLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.625rem;width:54.875rem;top:3.34375rem;left:2.5625rem;display:block; }
#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:#ffffff;display:block;width:17rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:21.5rem;height:2.5996125rem;font-style:normal;display:block; }
#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1875rem;left:4.875rem;height:21rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#oXZTssvy1xfoAAidERni5qhxfrfas7hK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5rem;top:11.34375rem;left:2.1875rem;overflow:hidden;display:block; }
#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:46.625rem;top:2.5rem;left:13.375rem;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.46826171875rem;left:13.4375rem;height:2.3999rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.4375rem;left:13.8125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;background-color:#ffd700;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.125rem;width:0.75rem;top:24.1875rem;left:2.5625rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:12.75rem;width:12.75rem;top:8.875rem;left:0rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;background-color:#ffd700;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:4.29345703125rem;left:1.875rem;display:block; }
#zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.5rem;left:13.375rem;height:13.5625rem;font-style:normal;display:block; }#zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM li:before{  }
#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot.adaptive-delivery-prevent-bg, #fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot.lazyload, #fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot.lazyloading { background-image: none; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container { background-color: transparent; background-image: none; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container > .video-iframe-container { display: none; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row > .video-iframe-container { display: none; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .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); }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container { border-width: 0; border-radius: 0; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#MDTf6WLz4SP5XbZpawUh6sBzzhfKTF4F { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.8125rem;width:54.875rem;top:3.34375rem;left:2.5625rem;display:block; }
#tvgm70t48myFyDaf1KHrEG0QITyoo9zP { color:#ffffff;display:block;width:55rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1IF11dX79TlBaOI8hNTMxT5PHwEm2Ve { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.6875rem;left:4.875rem;height:10.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C { position:relative;display:block; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C { background-color: transparent; background-image: none; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row .container > .video-iframe-container { display: none; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row > .video-iframe-container { display: none; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .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); }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C { border-width: 0; border-radius: 0; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .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; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .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:11.8125rem;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; }#CHCah95o9mEqUtEFFPzqDZR8oBrnzUVo { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:13.34375rem;display:block; }
#X8m7v8OS8WfTaXNs69ZTEbRB1NvrcTAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSynIUWxrBiBVlRhNzU3oFXQf3NmckPT { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:30.84375rem;display:block; }
#A6qeDMrNx2dWVufqziiGp9nbkfah9KwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxbgpNv6qiwLsSlnKe8auXavZ7GIK6Re { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.46875rem;left:13.34375rem;display:block; }
#txVcQt49v2Ngz49a991VTFqsvv3D5fpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3CRnKsif6fPz25D7ZNW012AKLb463L7 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;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;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.46875rem;left:30.84375rem;display:block; }
#cNeg6KEWrPHcAwLLVaExLFATQnuLxhIa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mifLxCVxTTl75UBO93EApaIcF6Alba2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z.adaptive-delivery-prevent-bg, #mifLxCVxTTl75UBO93EApaIcF6Alba2Z.lazyload, #mifLxCVxTTl75UBO93EApaIcF6Alba2Z.lazyloading { background-image: none; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container { background-color: transparent; background-image: none; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container > .video-iframe-container { display: none; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row > .video-iframe-container { display: none; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .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); }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container { border-width: 0; border-radius: 0; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#mvWHRnS0k4aeat6ryitaNsP0FElVh67X { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:54.875rem;top:3.34375rem;left:2.5625rem;display:block; }
#FW0dKvDS7BQXw7IiykopfhwF88kEPytq { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.25rem;height:2.5996125rem;font-style:normal;display:block; }
#iE50HH7CsCJcKmugMh2KwxH3sJRVi3ov { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.375rem;left:4.875rem;height:7.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsD0JqZv6uLF06hmonQZJxsDFxEXdlTu { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.5625rem;left:4.875rem;height:6.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.875rem;left:48.4375rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.875rem;left:52.75rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:57.5rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:0rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0uFaJX1omZlvyDX98HlQzmlfbymQ4e { width:30.0625rem;height:30.0625rem;top:6rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZlJtmdv5H820CaaBJqKLaZw35mKeb6d { width:16.6875rem;height:2.875rem;top:2.3125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwi1kSawTXTxUuzM6yKvAT6HbTx8yMDX { display:block; }
 }@media only screen and (max-width: 763px) { #clJt7wkRPeZGvzer1ttXTcRJKLggpRzC { width:16.6875rem;height:2.8125rem;top:2.3125rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewAe4mbSQf3Lnxr0grtPdDSkA9SzBhiq { display:block; }
 }@media only screen and (max-width: 763px) { #vpcsKoeQVHu1pVkRyam2nczlKvwTXLsd { width:16.6875rem;height:2.8125rem;top:6.4375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKVOOnS1zLZfTEsrlrEFuq0FZPXIGkP { display:block; }
 }@media only screen and (max-width: 763px) { #Bo12F2xW0mEL80e441066vTaKFAxN6Gy { width:16.6875rem;height:2.8125rem;top:6.4375rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqiQlxHyTwvrFU00P3eymKUI1XyD4SLq { display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:3.3125rem;left:0rem;width:47.75rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:4.8125rem;left:15.375rem;width:17rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { top:9.1875rem;left:0rem;width:47.75rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:11.3125rem;left:0rem;width:8.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:2.5rem;left:0rem;width:46.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:3.4375rem;left:0rem;width:46.5625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:6.4375rem;left:0rem;width:46.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:24.1875rem;left:0rem;width:0.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:8.875rem;left:0rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:4.25rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM { top:9.5rem;left:0rem;width:46.1875rem;height:13.5625rem;font-size:0.875rem;display:block; }#zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM li:before{  }
 }@media only screen and (max-width: 763px) { #fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot { display:block; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDTf6WLz4SP5XbZpawUh6sBzzhfKTF4F { top:3.3125rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvgm70t48myFyDaf1KHrEG0QITyoo9zP { top:7.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1IF11dX79TlBaOI8hNTMxT5PHwEm2Ve { top:10.6875rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhltCCJATLVOtT6lSGnITWPZfnJrgH9C { display:block; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHCah95o9mEqUtEFFPzqDZR8oBrnzUVo { width:16.6875rem;height:2.8125rem;top:2.3125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8m7v8OS8WfTaXNs69ZTEbRB1NvrcTAm { display:block; }
 }@media only screen and (max-width: 763px) { #GSynIUWxrBiBVlRhNzU3oFXQf3NmckPT { width:16.6875rem;height:2.8125rem;top:2.3125rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6qeDMrNx2dWVufqziiGp9nbkfah9KwQ { display:block; }
 }@media only screen and (max-width: 763px) { #xxbgpNv6qiwLsSlnKe8auXavZ7GIK6Re { width:16.6875rem;height:2.8125rem;top:6.4375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txVcQt49v2Ngz49a991VTFqsvv3D5fpt { display:block; }
 }@media only screen and (max-width: 763px) { #T3CRnKsif6fPz25D7ZNW012AKLb463L7 { width:16.6875rem;height:2.8125rem;top:6.4375rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNeg6KEWrPHcAwLLVaExLFATQnuLxhIa { display:block; }
 }@media only screen and (max-width: 763px) { #mifLxCVxTTl75UBO93EApaIcF6Alba2Z { display:block; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvWHRnS0k4aeat6ryitaNsP0FElVh67X { top:3.3125rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0dKvDS7BQXw7IiykopfhwF88kEPytq { top:4.6875rem;left:18.125rem;width:11.5rem;height:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE50HH7CsCJcKmugMh2KwxH3sJRVi3ov { top:8.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsD0JqZv6uLF06hmonQZJxsDFxEXdlTu { top:22.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.5rem;height:2.5rem;top:1.875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.6rem;top:10.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0uFaJX1omZlvyDX98HlQzmlfbymQ4e { width:20rem;height:20rem;top:13.9121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZlJtmdv5H820CaaBJqKLaZw35mKeb6d { width:16.6875rem;height:2.8125rem;top:8.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwi1kSawTXTxUuzM6yKvAT6HbTx8yMDX { display:block; }
 }@media only screen and (max-width: 763px) { #clJt7wkRPeZGvzer1ttXTcRJKLggpRzC { width:16.6875rem;height:2.8125rem;top:12.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewAe4mbSQf3Lnxr0grtPdDSkA9SzBhiq { display:block; }
 }@media only screen and (max-width: 763px) { #vpcsKoeQVHu1pVkRyam2nczlKvwTXLsd { width:16.6875rem;height:2.8125rem;top:16.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKVOOnS1zLZfTEsrlrEFuq0FZPXIGkP { display:block; }
 }@media only screen and (max-width: 763px) { #Bo12F2xW0mEL80e441066vTaKFAxN6Gy { width:16.6875rem;height:2.8125rem;top:20.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqiQlxHyTwvrFU00P3eymKUI1XyD4SLq { display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:31.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8125rem;height:2.5996125rem;top:3.78125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { width:19.0625rem;height:26.25rem;top:9.40625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:9.375rem;height:9.4375rem;top:19.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:19.375rem;height:2.0996125rem;top:3.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9375rem;height:2.625rem;top:10.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.75rem;height:0.75rem;top:8.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:12.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.75rem;height:0.75rem;top:27.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM { width:20rem;height:22.5625rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:block; }#zHNr7yiHkPfd2uhNXlFgdP26kFrK7tIM li:before{  }
 }@media only screen and (max-width: 763px) { #fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot { display:block; }#fVN6OUvZoDX8KzLta4OWrEz4J2W3h7ot > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDTf6WLz4SP5XbZpawUh6sBzzhfKTF4F { width:20rem;height:31.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvgm70t48myFyDaf1KHrEG0QITyoo9zP { width:16.8125rem;height:5.19921875rem;top:3.78125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1IF11dX79TlBaOI8hNTMxT5PHwEm2Ve { width:19.0625rem;height:13.125rem;top:9.40625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhltCCJATLVOtT6lSGnITWPZfnJrgH9C { display:block; }#AhltCCJATLVOtT6lSGnITWPZfnJrgH9C > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHCah95o9mEqUtEFFPzqDZR8oBrnzUVo { width:16.6875rem;height:2.8125rem;top:8.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8m7v8OS8WfTaXNs69ZTEbRB1NvrcTAm { display:block; }
 }@media only screen and (max-width: 763px) { #GSynIUWxrBiBVlRhNzU3oFXQf3NmckPT { width:16.6875rem;height:2.8125rem;top:12.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6qeDMrNx2dWVufqziiGp9nbkfah9KwQ { display:block; }
 }@media only screen and (max-width: 763px) { #xxbgpNv6qiwLsSlnKe8auXavZ7GIK6Re { width:16.6875rem;height:2.8125rem;top:16.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txVcQt49v2Ngz49a991VTFqsvv3D5fpt { display:block; }
 }@media only screen and (max-width: 763px) { #T3CRnKsif6fPz25D7ZNW012AKLb463L7 { width:16.6875rem;height:2.8125rem;top:20.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNeg6KEWrPHcAwLLVaExLFATQnuLxhIa { display:block; }
 }@media only screen and (max-width: 763px) { #mifLxCVxTTl75UBO93EApaIcF6Alba2Z { display:block; }#mifLxCVxTTl75UBO93EApaIcF6Alba2Z > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvWHRnS0k4aeat6ryitaNsP0FElVh67X { width:20rem;height:31.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0dKvDS7BQXw7IiykopfhwF88kEPytq { width:16.8125rem;height:2.5996125rem;top:3.78125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iE50HH7CsCJcKmugMh2KwxH3sJRVi3ov { width:19.0625rem;height:11.8125rem;top:9.40625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsD0JqZv6uLF06hmonQZJxsDFxEXdlTu { width:20rem;height:10.125rem;top:34.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:7.1123046875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:7.2373046875rem;left:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:7.2373046875rem;left:12.1875rem;font-size:1.3125rem;display:block; }
 }