.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#010d19;background-image:url("https://images.assets-landingi.com/6790t8Pu/pattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#feGJze1HWiZGvcS6NKzxebsTCxR1B79o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .row > .video-iframe-container { display: none; }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .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); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { background-color: transparent; background-image: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container > .video-iframe-container { display: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row > .video-iframe-container { display: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .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); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { border-width: 0; border-radius: 0; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#rcHrBJ3F2bM46GBinrVQTVwz4ufPmVPF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:85.4375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;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:none; }
#dP3o0QtxI73XyTZ74r7NoN34pXyr7lUS { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#Mk5CZTuqiMmgzTTgKadfmzMXQ9WGUTGL { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#u7KaGUTXGP0OO1Tew3N77XrH7QicJ6mg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#Ddnu6OQtSm0Zrd8edXxw1p8IW6yGTX0b { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#JcDrbMJhKBU3g7718T1kn4cSVTR8DTzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5uavvh4WwbVKF107vOeDZ9018aHPxUl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#ZAkJhHrhe9762pxMCEacm5D6rDbmbQzP { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#LL6UTtqFU719R7DIwcmVrBkT2nileOFU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qg01HzcbnK2vptnT0zNJ1VPW1WBu2rGB { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sa42xXbHgtHP4XAPkLKQRMVHzWTisS6D { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#cC2tek63os5DCECe4J3m7NAmkTCTA4Ja { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.869140625rem;left:0rem;height:1.13720625rem;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;text-align:center;text-align-last:center;display:block; }
#J7otyE5vkfc228vEiSTalK5oNUimQ44g { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.869140625rem;left:0rem;height:1.102941125rem;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;text-align:center;text-align-last:center;display:none; }
#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));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;z-index:auto;display:block; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { background-color: transparent; background-image: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container > .video-iframe-container { display: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row > .video-iframe-container { display: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .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); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { border-width: 0; border-radius: 0; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#QccVNT5cZUxntfrWa4ShycvB4gtgoQ9L { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:85.4375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;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:none; }
#QH6Uyub9O5sryBae16KdtbnKzlKhirMP { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#zIqDZqFax1SuppVebtn4D1QcK5rOmkRE { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Pcb8FnQBdPuab7gTiyvAA6c4EPb3ehIN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#TiTn4Zv3I2wJ5Z2FDdLHlIKbfFCDXHcr { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#kPFOtxnoy2ilOKL2gEBaPLxshTM7ohBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEXgo40N42hhhcvsSHQbqokfT1CfdT1p { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#CuVMAhpMxK83tqfTsuqqJ7btBmE4lEgf { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#QcRtN3MX51K71LCrIhcggxrXyTCgnKkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoqfQmqzl6dsgWoVmIGGqLCaqJ1CzXWW { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sUSJh7PUTtLNZzhhbyLtvpiGq2uUOS4D { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/b48fbd73-b482-4682-a92d-c41c363e0e90/rrrr.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.adaptive-delivery-prevent-bg, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyload, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyloading { background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { background-color: transparent; background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .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); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { border-width: 0; border-radius: 0; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { font-size:0.875rem;font-family:arial;height:85rem;width:60rem;position:relative;display:block; }#VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.875rem;left:27.125rem;height:2.4375rem;font-style:normal;display:block; }
#R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:27.125rem;height:5.4433625rem;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; }
#WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.755859375rem;left:27.125rem;height:1.94970625rem;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; }
#MAnb9moJHXB2sF3Tbbaq4l2L1XT7Iz81 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.3154296875rem;left:27.125rem;display:block; }
#Dc1pStlUPBIxatu4eoeAQUxTZZ7SrMxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAHyavUkQNU6NEKBGs7nEJzInuSxR4oK { position:absolute;display:block;z-index:15004;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:17.875rem;width:32.0625rem;top:5.0966796875rem;left:0rem;overflow:hidden;display:block; }
#LRshPu0vIT2PB4nXuRTh1FTpV8t93Jkw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35rem;left:0rem;height:3.8999rem;text-align:left;text-align-last:left;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; }
#aT6U2vlmQIzT1Uwq0bh1bZ7r5ngnJWrp { color:#ffffff;display:block;width:24rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:39.6875rem;left:1.3125rem;height:9rem;text-align:left;text-align-last:left;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; }
#mUdlsN0VheJZz2GMtZu3hIeTReWcs7M0 { position:absolute;display:block;z-index:15008;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:23.3125rem;width:41.875rem;top:35rem;left:18.125rem;overflow:hidden;display:block; }
#cUpmzHhJmGWflcMJDzefTHLs0K61mWJ2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:61.625rem;left:0rem;height:3.8999rem;text-align:right;text-align-last:right;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; }
#iGFi0C5nWfREiwFpgsSxFTchssCp1V9O { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:66.8125rem;left:34.5rem;height:9rem;text-align:right;text-align-last:right;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; }
#DQydpTUKnW614BxL5RGv78xtvylCeTHm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:38.625rem;top:62.21875rem;left:0rem;overflow:hidden;display:block; }
#lBxyCi7L8DsbExgGRhxhNXFu9geyP5xH { position:absolute;display:block;z-index:15003;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:32rem;left:24.03125rem;display:block; }
#Oog8yEXXpdS6H0ZrDnxfZdHL7ikxKST0 { position:absolute;display:block;z-index:15004;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:58.269535064698rem;left:24.03125rem;display:block; }
#UuVd2dnxeMgMy1z0w792cxJVSb7ksIV3 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #f9f6ee;border-left:0.0625rem solid #f9f6ee;border-right:0.0625rem solid #f9f6ee;border-bottom:0.0625rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.375rem;top:0.7529296875rem;left:5.75rem;display:block; }
#MFoWOy0LPr29pTgCHC6wDeGoPm4WLwv6 { position:absolute;display:block;z-index:15005;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:82.125rem;left:28.09375rem;display:none; }
#XkwM50qENe03tq3xTildxQwBmM9Hwd6f { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.3154296875rem;left:27.125rem;display:none; }
#c8OUOT9vJGolAl4sI5lh4GqIT0kLExOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/b48fbd73-b482-4682-a92d-c41c363e0e90/rrrr.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.adaptive-delivery-prevent-bg, #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.lazyload, #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.lazyloading { background-image: none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { background-color: transparent; background-image: none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container > .video-iframe-container { display: none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row > .video-iframe-container { display: none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .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); }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { border-width: 0; border-radius: 0; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:60rem;position:relative;display:block; }#Sv2hdLOmOOC6o0XntaIx1g0FMAAEsAvO { position:absolute;display:block;z-index:15005;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:2rem;left:24.0625rem;display:block; }
#BcnAmR1BIEAn2qxMQxmHq0Fdgz9KPf8G { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;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; }
#mQTRsrmI8aS65Kzk6Myd2OGLDGkscAHE { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:12.5rem;left:12.3125rem;display:block; }
#sZITm5dDV0sJxNk6fBxdyJ47rrnF8Nxi { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:12.5rem;left:32.6875rem;display:block; }
#iB6NXvP1XBPsQEdTWuJGSuAhnLdiucOq { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:12.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BdpIJR4gvuexEzeVVrS9LOuuTcIK791A { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.0625rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9WWo35Hxp8nVgKl8kCU86h7HUWfLegP { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.3125rem;left:14.5625rem;display:block; }
#oTQEo5Hamz7FLAbylGdOaTDg8k0ldMzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgRlaT8qJoWTAginveGpJXA3WSpsyDZs { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.3125rem;left:34.9375rem;display:block; }
#PJ4PyTBKkqTF2MvndTwzhrxheu2gqmXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLGWbOZZufdvLfIM16wvzIgDH33OHSOo { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:18rem;left:10.5rem;display:block; }
#EzdXs3M6uNsHObKe6rX2m3w2TGerq21b { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:18rem;left:30.875rem;display:block; }
#fEQHSFHJFVlDOoAsqVdcHabwfxpHgRFV { position:absolute;display:block;z-index:15006;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:52.375rem;left:24.03125rem;display:block; }
#mEyzyKVqIffW2S34fmoAJEKMEgrvso0u { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:54.625rem;left:0rem;height:3.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:59.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }#DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr li:before{  }
#HmVF6TIeX0WyS8a7H14bn206oK072n9S { position:absolute;display:block;z-index:15005;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:82.125rem;left:28.09375rem;display:none; }
#JV6v3bGevmLON1aUA21ohstUJobEBtvo { position:absolute;display:block;z-index:15015;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:15.5rem;width:13.8125rem;top:13.375rem;left:12.4375rem;overflow:hidden;display:block; }
#nud7KtwvTVwoudJugQtPy9s9eJFOpaoR { position:absolute;display:block;z-index:15016;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:17.375rem;width:16.8125rem;top:12.4375rem;left:31.3125rem;overflow:hidden;display:block; }
#PukbmBKTpcVk8a9PS7T8xcMbThLb7FcW { position:absolute;display:block;z-index:15017;height:2.8125rem;width:3.9375rem;top:47.5625rem;left:1.875rem;display:block; }
#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));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:none; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container { border-width: 0; border-radius: 0; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:none; }#Bshdivu4dg49iEIPzblx43vvuo6kbpTF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:85.4375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;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:none; }
#Qv6zss9VpFmdtRWdSpWTLU7nwAsG4sUP { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#eXXeXJqp7NahWdR1AFxcNw8n0taWQIaQ { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Se7QIDG4ngsaQWRThRdzoEcfwMWcWpf5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#DiVxt89IuxiCpVfBPagrGLMTPb8sAITd { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#Ac6lkKZ9xNlBCwJCi55Pu6KfTW8pZ4fp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgenwD4BT7b0NMQuVQv2yR5hftZ4mBmc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f6ee;border-left:0.1875rem solid #f9f6ee;border-right:0.1875rem solid #f9f6ee;border-bottom:0.1875rem solid #f9f6ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.3125rem;top:98.0625rem;left:10.46875rem;display:none; }
#a13mnBhTtfUuM2pzmxUkrhy7k8BpySw5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:lato;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:114.375rem;left:34.9375rem;display:none; }
#q29qn2n6S8CrznWI4QTd66PTy7agsDLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVQTWb9xQ8xLTxt0ha6lzT2mDua0CAfy { color:#0a8fde;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:111.125rem;left:32.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nvVtF1E2yB3EURxmJdMRcuV9uv6fMyvT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;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:17.3125rem;width:14.0625rem;top:92.5625rem;left:12.28125rem;display:none; }
#KK9lNwS8L9vw60zqKXQCguiazxZlCTlE { 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:33.75rem;width:30.0625rem;display:none; }
#avZMl4MwGZB82VgtT8Z7KSu7RBvmLtSw { 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:33.75rem;width:30.9375rem;display:none; }
#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/b48fbd73-b482-4682-a92d-c41c363e0e90/rrrr.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH.adaptive-delivery-prevent-bg, #tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH.lazyload, #tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH.lazyloading { background-image: none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { border-width: 0; border-radius: 0; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:60rem;position:relative;display:none; }#oasJvx4AH11izaf6kusGywsp9fF7UiE7 { position:absolute;display:block;z-index:15006;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:1.625rem;left:24.0625rem;display:none; }
#KJDyeQBNNxRnTE9OSPORExTSQrMfvKhp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW li:before{  }
#Omx7eFdveyLwP2ZyLysUEkR4SaVaSmXZ { position:absolute;display:block;z-index:15005;background-color:#f9f6ee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:82.125rem;left:28.09375rem;display:none; }
#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050607;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; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { background-color: transparent; background-image: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container > .video-iframe-container { display: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row > .video-iframe-container { display: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .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); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { border-width: 0; border-radius: 0; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#szwN8zfGMJrdVB5VL8xX5TWmCRVf8a8d { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.73300170898438rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B { display:block; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcHrBJ3F2bM46GBinrVQTVwz4ufPmVPF { width:47.75rem;height:;top:85.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP3o0QtxI73XyTZ74r7NoN34pXyr7lUS { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mk5CZTuqiMmgzTTgKadfmzMXQ9WGUTGL { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7KaGUTXGP0OO1Tew3N77XrH7QicJ6mg { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ddnu6OQtSm0Zrd8edXxw1p8IW6yGTX0b { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcDrbMJhKBU3g7718T1kn4cSVTR8DTzx { display:block; }
 }@media only screen and (max-width: 763px) { #G5uavvh4WwbVKF107vOeDZ9018aHPxUl { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAkJhHrhe9762pxMCEacm5D6rDbmbQzP { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL6UTtqFU719R7DIwcmVrBkT2nileOFU { display:block; }
 }@media only screen and (max-width: 763px) { #qg01HzcbnK2vptnT0zNJ1VPW1WBu2rGB { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa42xXbHgtHP4XAPkLKQRMVHzWTisS6D { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cC2tek63os5DCECe4J3m7NAmkTCTA4Ja { width:24.6875rem;height:0;top:23.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7otyE5vkfc228vEiSTalK5oNUimQ44g { width:24.6875rem;height:0;top:23.4375rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw { display:none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QccVNT5cZUxntfrWa4ShycvB4gtgoQ9L { width:47.75rem;height:;top:85.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QH6Uyub9O5sryBae16KdtbnKzlKhirMP { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIqDZqFax1SuppVebtn4D1QcK5rOmkRE { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pcb8FnQBdPuab7gTiyvAA6c4EPb3ehIN { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiTn4Zv3I2wJ5Z2FDdLHlIKbfFCDXHcr { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPFOtxnoy2ilOKL2gEBaPLxshTM7ohBF { display:block; }
 }@media only screen and (max-width: 763px) { #TEXgo40N42hhhcvsSHQbqokfT1CfdT1p { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuVMAhpMxK83tqfTsuqqJ7btBmE4lEgf { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcRtN3MX51K71LCrIhcggxrXyTCgnKkn { display:block; }
 }@media only screen and (max-width: 763px) { #OoqfQmqzl6dsgWoVmIGGqLCaqJ1CzXWW { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUSJh7PUTtLNZzhhbyLtvpiGq2uUOS4D { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { display:block; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { width:9.625rem;height:0;top:13rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { width:26.375rem;height:0;top:15.4375rem;left:19.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { width:24.6875rem;height:0;top:23.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnb9moJHXB2sF3Tbbaq4l2L1XT7Iz81 { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1pStlUPBIxatu4eoeAQUxTZZ7SrMxV { display:block; }
 }@media only screen and (max-width: 763px) { #MAHyavUkQNU6NEKBGs7nEJzInuSxR4oK { top:5.0625rem;left:0rem;width:32.0625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRshPu0vIT2PB4nXuRTh1FTpV8t93Jkw { width:47.75rem;height:;top:35rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6U2vlmQIzT1Uwq0bh1bZ7r5ngnJWrp { width:29.375rem;height:0;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUdlsN0VheJZz2GMtZu3hIeTReWcs7M0 { top:35rem;left:5.875rem;width:41.875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUpmzHhJmGWflcMJDzefTHLs0K61mWJ2 { width:47.75rem;height:;top:61.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGFi0C5nWfREiwFpgsSxFTchssCp1V9O { width:29.375rem;height:0;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQydpTUKnW614BxL5RGv78xtvylCeTHm { top:62.1875rem;left:0rem;width:38.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBxyCi7L8DsbExgGRhxhNXFu9geyP5xH { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oog8yEXXpdS6H0ZrDnxfZdHL7ikxKST0 { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVd2dnxeMgMy1z0w792cxJVSb7ksIV3 { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFoWOy0LPr29pTgCHC6wDeGoPm4WLwv6 { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkwM50qENe03tq3xTildxQwBmM9Hwd6f { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8OUOT9vJGolAl4sI5lh4GqIT0kLExOt { display:block; }
 }@media only screen and (max-width: 763px) { #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M { display:block; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv2hdLOmOOC6o0XntaIx1g0FMAAEsAvO { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcnAmR1BIEAn2qxMQxmHq0Fdgz9KPf8G { width:47.75rem;height:3.8125rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTRsrmI8aS65Kzk6Myd2OGLDGkscAHE { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZITm5dDV0sJxNk6fBxdyJ47rrnF8Nxi { width:14.0625rem;height:17.3125rem;top:0.375rem;left:16.854166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6NXvP1XBPsQEdTWuJGSuAhnLdiucOq { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdpIJR4gvuexEzeVVrS9LOuuTcIK791A { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9WWo35Hxp8nVgKl8kCU86h7HUWfLegP { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQEo5Hamz7FLAbylGdOaTDg8k0ldMzG { display:block; }
 }@media only screen and (max-width: 763px) { #MgRlaT8qJoWTAginveGpJXA3WSpsyDZs { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ4PyTBKkqTF2MvndTwzhrxheu2gqmXR { display:block; }
 }@media only screen and (max-width: 763px) { #vLGWbOZZufdvLfIM16wvzIgDH33OHSOo { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzdXs3M6uNsHObKe6rX2m3w2TGerq21b { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQHSFHJFVlDOoAsqVdcHabwfxpHgRFV { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEyzyKVqIffW2S34fmoAJEKMEgrvso0u { width:47.75rem;height:3.8125rem;top:54.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr { width:47.75rem;height:;top:59.75rem;left:0rem;font-size:0.625rem;display:block; }#DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr li:before{  }
 }@media only screen and (max-width: 763px) { #HmVF6TIeX0WyS8a7H14bn206oK072n9S { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JV6v3bGevmLON1aUA21ohstUJobEBtvo { top:13.375rem;left:6.3125rem;width:13.8125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nud7KtwvTVwoudJugQtPy9s9eJFOpaoR { top:12.4375rem;left:25.1875rem;width:16.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PukbmBKTpcVk8a9PS7T8xcMbThLb7FcW { top:47.5625rem;left:0rem;width:3.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ { display:block; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bshdivu4dg49iEIPzblx43vvuo6kbpTF { width:47.75rem;height:;top:85.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qv6zss9VpFmdtRWdSpWTLU7nwAsG4sUP { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXXeXJqp7NahWdR1AFxcNw8n0taWQIaQ { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se7QIDG4ngsaQWRThRdzoEcfwMWcWpf5 { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiVxt89IuxiCpVfBPagrGLMTPb8sAITd { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ac6lkKZ9xNlBCwJCi55Pu6KfTW8pZ4fp { display:block; }
 }@media only screen and (max-width: 763px) { #EgenwD4BT7b0NMQuVQv2yR5hftZ4mBmc { width:14.9375rem;height:26.4375rem;top:6.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a13mnBhTtfUuM2pzmxUkrhy7k8BpySw5 { width:13.8125rem;height:4.5rem;top:30.1875rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q29qn2n6S8CrznWI4QTd66PTy7agsDLN { display:block; }
 }@media only screen and (max-width: 763px) { #wVQTWb9xQ8xLTxt0ha6lzT2mDua0CAfy { width:14.0625rem;height:0;top:22.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvVtF1E2yB3EURxmJdMRcuV9uv6fMyvT { width:14.0625rem;height:17.3125rem;top:0.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK9lNwS8L9vw60zqKXQCguiazxZlCTlE { width:23.875rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avZMl4MwGZB82VgtT8Z7KSu7RBvmLtSw { width:24.5625rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH { display:none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oasJvx4AH11izaf6kusGywsp9fF7UiE7 { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDyeQBNNxRnTE9OSPORExTSQrMfvKhp { width:47.75rem;height:3.8125rem;top:3.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW { width:20rem;height:;top:7.0625rem;left:0rem;font-size:0.625rem;display:block; }#GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW li:before{  }
 }@media only screen and (max-width: 763px) { #Omx7eFdveyLwP2ZyLysUEkR4SaVaSmXZ { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl { display:block; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwN8zfGMJrdVB5VL8xX5TWmCRVf8a8d { width:47.75rem;height:;top:0.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B { background-color:#010d19;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { background-color: transparent; background-image: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container > .video-iframe-container { display: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row > .video-iframe-container { display: none; }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .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); }#Hv9q82EXuAXbIDRswfbwhKkprhLLBw3B > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcHrBJ3F2bM46GBinrVQTVwz4ufPmVPF { width:20rem;height:0;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #dP3o0QtxI73XyTZ74r7NoN34pXyr7lUS { width:9.75rem;height:12.0625rem;top:5.125rem;left:5.125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Mk5CZTuqiMmgzTTgKadfmzMXQ9WGUTGL { width:9.9375rem;height:0;top:18.0625rem;left:5.03125rem;font-size:1.1875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #u7KaGUTXGP0OO1Tew3N77XrH7QicJ6mg { width:12.3125rem;height:14.25rem;top:10.177734375rem;left:3.65625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Ddnu6OQtSm0Zrd8edXxw1p8IW6yGTX0b { width:9.5625rem;height:2.25rem;top:20.09375rem;left:5.21875rem;z-index:15008;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:none; }
 }@media only screen and (max-width: 763px) { #JcDrbMJhKBU3g7718T1kn4cSVTR8DTzx { display:block; }
 }@media only screen and (max-width: 763px) { #G5uavvh4WwbVKF107vOeDZ9018aHPxUl { width:12.3125rem;height:13.75rem;top:34.9375rem;left:3.875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ZAkJhHrhe9762pxMCEacm5D6rDbmbQzP { width:9.5625rem;height:2.25rem;top:44.625rem;left:5.4375rem;z-index:15012;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:none; }
 }@media only screen and (max-width: 763px) { #LL6UTtqFU719R7DIwcmVrBkT2nileOFU { display:block; }
 }@media only screen and (max-width: 763px) { #qg01HzcbnK2vptnT0zNJ1VPW1WBu2rGB { width:9.9375rem;height:0;top:42.125rem;left:5.25rem;font-size:1.1875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Sa42xXbHgtHP4XAPkLKQRMVHzWTisS6D { width:9.75rem;height:12.0625rem;top:29.4375rem;left:5.3125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cC2tek63os5DCECe4J3m7NAmkTCTA4Ja { width:20rem;height:0;top:0.72150731086731rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #J7otyE5vkfc228vEiSTalK5oNUimQ44g { width:20rem;height:1.4619125rem;top:0.72150731086731rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;font-weight:300;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw { background-color:#010d19;background-image:none;position:relative;z-index:auto;display:block; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { background-color: transparent; background-image: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container > .video-iframe-container { display: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row > .video-iframe-container { display: none; }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .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); }#nm6lNcoLnzldIcsU96MpNRudFJ1Gmpiw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QccVNT5cZUxntfrWa4ShycvB4gtgoQ9L { width:20rem;height:0;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QH6Uyub9O5sryBae16KdtbnKzlKhirMP { width:9.75rem;height:12.0625rem;top:5.125rem;left:5.125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #zIqDZqFax1SuppVebtn4D1QcK5rOmkRE { width:9.9375rem;height:0;top:18.0625rem;left:5.03125rem;font-size:1.1875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Pcb8FnQBdPuab7gTiyvAA6c4EPb3ehIN { width:12.3125rem;height:14.25rem;top:10.177734375rem;left:3.65625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #TiTn4Zv3I2wJ5Z2FDdLHlIKbfFCDXHcr { width:9.5625rem;height:2.25rem;top:20.09375rem;left:5.21875rem;z-index:15008;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:none; }
 }@media only screen and (max-width: 763px) { #kPFOtxnoy2ilOKL2gEBaPLxshTM7ohBF { display:block; }
 }@media only screen and (max-width: 763px) { #TEXgo40N42hhhcvsSHQbqokfT1CfdT1p { width:12.3125rem;height:13.75rem;top:34.9375rem;left:3.875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #CuVMAhpMxK83tqfTsuqqJ7btBmE4lEgf { width:9.5625rem;height:2.25rem;top:44.625rem;left:5.4375rem;z-index:15012;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:none; }
 }@media only screen and (max-width: 763px) { #QcRtN3MX51K71LCrIhcggxrXyTCgnKkn { display:block; }
 }@media only screen and (max-width: 763px) { #OoqfQmqzl6dsgWoVmIGGqLCaqJ1CzXWW { width:9.9375rem;height:0;top:42.125rem;left:5.25rem;font-size:1.1875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #sUSJh7PUTtLNZzhhbyLtvpiGq2uUOS4D { width:9.75rem;height:12.0625rem;top:29.4375rem;left:5.3125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/b48fbd73-b482-4682-a92d-c41c363e0e90/rrrr.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.adaptive-delivery-prevent-bg, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyload, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyloading { background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { background-color: transparent; background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .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); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { border-width: 0; border-radius: 0; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { width:20rem;height:1.05615rem;top:0.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { width:20rem;height:1.54345625rem;top:1.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { width:20rem;height:2.5996125rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MAnb9moJHXB2sF3Tbbaq4l2L1XT7Iz81 { width:7.375rem;height:2.1875rem;top:19.25rem;left:6.3125rem;z-index:15007;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dc1pStlUPBIxatu4eoeAQUxTZZ7SrMxV { display:block; }
 }@media only screen and (max-width: 763px) { #MAHyavUkQNU6NEKBGs7nEJzInuSxR4oK { width:17.8125rem;height:9.6875rem;top:4.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRshPu0vIT2PB4nXuRTh1FTpV8t93Jkw { width:20rem;height:1.54345625rem;top:26.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6U2vlmQIzT1Uwq0bh1bZ7r5ngnJWrp { width:20rem;height:4.6875rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUdlsN0VheJZz2GMtZu3hIeTReWcs7M0 { width:20rem;height:11.1338125rem;top:33.5625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cUpmzHhJmGWflcMJDzefTHLs0K61mWJ2 { width:20rem;height:1.54345625rem;top:46.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGFi0C5nWfREiwFpgsSxFTchssCp1V9O { width:20rem;height:4.6875rem;top:49.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQydpTUKnW614BxL5RGv78xtvylCeTHm { width:20rem;height:11.2295rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBxyCi7L8DsbExgGRhxhNXFu9geyP5xH { width:11.875rem;height:0.0625rem;top:22.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oog8yEXXpdS6H0ZrDnxfZdHL7ikxKST0 { width:11.875rem;height:0.0625rem;top:43.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVd2dnxeMgMy1z0w792cxJVSb7ksIV3 { width:5.3125rem;height:8rem;top:6.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFoWOy0LPr29pTgCHC6wDeGoPm4WLwv6 { width:11.875rem;height:0.0625rem;top:65.248699188231rem;left:4.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XkwM50qENe03tq3xTildxQwBmM9Hwd6f { width:7.375rem;height:2.1875rem;top:19.25rem;left:6.3125rem;z-index:15008;font-size:0.8125rem;background-color:#ffffff;background-image:none;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c8OUOT9vJGolAl4sI5lh4GqIT0kLExOt { display:block; }
 }@media only screen and (max-width: 763px) { #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M { background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/b48fbd73-b482-4682-a92d-c41c363e0e90/rrrr.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.adaptive-delivery-prevent-bg, #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.lazyload, #pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M.lazyloading { background-image: none; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { border-width: 0; border-radius: 0; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMmQndQFhENXQAVlP5Qv2OTl4vPEAZ2M > .row .container { width:20rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sv2hdLOmOOC6o0XntaIx1g0FMAAEsAvO { width:11.875rem;height:0.0625rem;top:11.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcnAmR1BIEAn2qxMQxmHq0Fdgz9KPf8G { width:20rem;height:0;top:122.3408203125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQTRsrmI8aS65Kzk6Myd2OGLDGkscAHE { width:14.0625rem;height:17.3125rem;top:174.0659rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZITm5dDV0sJxNk6fBxdyJ47rrnF8Nxi { width:14.0625rem;height:17.3125rem;top:240.8779296875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB6NXvP1XBPsQEdTWuJGSuAhnLdiucOq { width:14.0625rem;height:0;top:159.0659rem;left:2.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdpIJR4gvuexEzeVVrS9LOuuTcIK791A { width:14.0625rem;height:0;top:205.6909rem;left:2.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9WWo35Hxp8nVgKl8kCU86h7HUWfLegP { width:9.5625rem;height:2.75rem;top:162.3159rem;left:5.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #oTQEo5Hamz7FLAbylGdOaTDg8k0ldMzG { display:block; }
 }@media only screen and (max-width: 763px) { #MgRlaT8qJoWTAginveGpJXA3WSpsyDZs { width:9.5625rem;height:2.75rem;top:208.9409rem;left:5.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #PJ4PyTBKkqTF2MvndTwzhrxheu2gqmXR { display:block; }
 }@media only screen and (max-width: 763px) { #vLGWbOZZufdvLfIM16wvzIgDH33OHSOo { width:17.3125rem;height:26.4375rem;top:146.0034rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzdXs3M6uNsHObKe6rX2m3w2TGerq21b { width:17.3125rem;height:26.4375rem;top:192.6284rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEQHSFHJFVlDOoAsqVdcHabwfxpHgRFV { width:11.875rem;height:0.0625rem;top:239.2534rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEyzyKVqIffW2S34fmoAJEKMEgrvso0u { width:20rem;height:1.5rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr { width:20rem;height:6.125rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }#DWxovMX2f5z9sNzpOPuhiywyTz7gOKCr li:before{  }
 }@media only screen and (max-width: 763px) { #HmVF6TIeX0WyS8a7H14bn206oK072n9S { width:11.875rem;height:0.0625rem;top:23.3125rem;left:4.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JV6v3bGevmLON1aUA21ohstUJobEBtvo { width:9.875rem;height:11.125rem;top:79.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nud7KtwvTVwoudJugQtPy9s9eJFOpaoR { width:10.875rem;height:11.1875rem;top:91.55325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PukbmBKTpcVk8a9PS7T8xcMbThLb7FcW { width:2.936198rem;height:2.123698rem;top:21.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ { background-color:#010d19;background-image:none;display:block; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container { background-color: transparent; background-image: none; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container > .video-iframe-container { display: none; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row > .video-iframe-container { display: none; }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .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); }#OBniDwZ6mAR8MNRpE2t8QIS6P4KOWDuQ > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bshdivu4dg49iEIPzblx43vvuo6kbpTF { width:20rem;height:1.54345625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Qv6zss9VpFmdtRWdSpWTLU7nwAsG4sUP { width:9.75rem;height:12.0625rem;top:5.125rem;left:5.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eXXeXJqp7NahWdR1AFxcNw8n0taWQIaQ { width:9.9375rem;height:1.54345625rem;top:18.0625rem;left:5.03125rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Se7QIDG4ngsaQWRThRdzoEcfwMWcWpf5 { width:12.3125rem;height:14.25rem;top:10.177734375rem;left:3.65625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DiVxt89IuxiCpVfBPagrGLMTPb8sAITd { width:9.5625rem;height:2.25rem;top:20.09375rem;left:5.21875rem;z-index:15008;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:block; }
 }@media only screen and (max-width: 763px) { #Ac6lkKZ9xNlBCwJCi55Pu6KfTW8pZ4fp { display:block; }
 }@media only screen and (max-width: 763px) { #EgenwD4BT7b0NMQuVQv2yR5hftZ4mBmc { width:12.3125rem;height:13.75rem;top:34.9375rem;left:3.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a13mnBhTtfUuM2pzmxUkrhy7k8BpySw5 { width:9.5625rem;height:2.25rem;top:44.625rem;left:5.4375rem;z-index:15012;font-size:0.9375rem;background-color:#f9f6ee;background-image:none;color:#050607;display:block; }
 }@media only screen and (max-width: 763px) { #q29qn2n6S8CrznWI4QTd66PTy7agsDLN { display:block; }
 }@media only screen and (max-width: 763px) { #wVQTWb9xQ8xLTxt0ha6lzT2mDua0CAfy { width:9.9375rem;height:1.54345625rem;top:42.125rem;left:5.25rem;font-size:1.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nvVtF1E2yB3EURxmJdMRcuV9uv6fMyvT { width:9.75rem;height:12.0625rem;top:29.4375rem;left:5.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KK9lNwS8L9vw60zqKXQCguiazxZlCTlE { top:6.75rem;left:6.09375rem;width:7.8125rem;height:8.8125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #avZMl4MwGZB82VgtT8Z7KSu7RBvmLtSw { top:31.59375rem;left:6.0625rem;width:7.875rem;height:8.625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH { background-color:#010d19;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { background-color: transparent; background-image: none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container > .video-iframe-container { display: none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row > .video-iframe-container { display: none; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .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); }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { border-width: 0; border-radius: 0; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkB1bXMJKTQdkZUxgOcBwxUEGDvP2OmH > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oasJvx4AH11izaf6kusGywsp9fF7UiE7 { width:11.875rem;height:0.0625rem;top:2.4817810058594rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDyeQBNNxRnTE9OSPORExTSQrMfvKhp { width:20rem;height:1.54345625rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW { width:20rem;height:;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }#GV1sRVEvTN4gmnlPi1sKvT6CZQnNTSTW li:before{  }
 }@media only screen and (max-width: 763px) { #Omx7eFdveyLwP2ZyLysUEkR4SaVaSmXZ { width:11.875rem;height:0.0625rem;top:23.3125rem;left:4.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl { background-color:#010d19;background-image:none;display:block; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { background-color: transparent; background-image: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container > .video-iframe-container { display: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row > .video-iframe-container { display: none; }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .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); }#rRU13vx0uGw9INLNT1x8JVgHHu3rmPHl > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwN8zfGMJrdVB5VL8xX5TWmCRVf8a8d { width:20rem;height:1.625rem;top:1.1145935058594rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }