.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00000b, #000000);background-image: -moz-linear-gradient(180deg, #00000b, #000000);background-image: -ms-linear-gradient(180deg, #00000b, #000000);background-image: -o-linear-gradient(180deg, #00000b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000b', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00000b, #000000);background-size:contain !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020a13;background-image:url("https://images.assets-landingi.com/uc/5d84401b-e14e-4cff-9c08-64640f57ae50/bnm.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl.adaptive-delivery-prevent-bg, #AW6igq599H1T5WI7feEK3A7FfTz9VUZl.lazyload, #AW6igq599H1T5WI7feEK3A7FfTz9VUZl.lazyloading { background-image: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { background-color: transparent; background-image: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container > .video-iframe-container { display: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container { display: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .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); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { border-width: 0; border-radius: 0; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { font-size:0.875rem;font-family:arial;height:142.5625rem;width:75rem;position:relative;display:block; }#PTLnKWSemTOlgGRbm8wBuztfnLqJ77MT { 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:17.1235rem;width:34.1861875rem;top:23.871528625488rem;left:23.183597564698rem;overflow:hidden;display:block; }
#JsWyIRCf3ZvbHpbWeFZflqTulhJyliXi { color:#e5d3d3;display:block;width:67.810625rem;position:absolute;font-family:"st ryde";font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:48.372395515442rem;left:4.4954433441162rem;height:11.046rem;text-align:justify;text-align-last:initial;display:block; }
#nbSq6DHy56l3w4PbVTQoWMpU1fJQxTvp { color:#e5d3d3;display:block;width:45.8094375rem;position:absolute;font-family:"st ryde";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.873914241791rem;left:15.496963500976rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#rzXC0XPUiVdDw9DusqRRrLfuSGTGDGQb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:22.2471875rem;top:96.934688568113rem;left:45.247398376465rem;overflow:hidden;display:block; }
#JGVxHcUC5WCKSAxersLiAzRQOf6nrNQt { color:#f4e2e2;display:block;width:27.9373125rem;position:absolute;font-family:"st ryde";font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:70.061851501462rem;left:4.4954433441162rem;height:15.92011875rem;text-align:justify;text-align-last:initial;display:block; }
#Otb9vXL19B7uBaCdWi9ulIrnDx7nmkta { color:#f4e2e2;display:block;width:26.436625rem;position:absolute;font-family:"st ryde";font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:104.12218284607rem;left:43.153213500976rem;height:11.37155625rem;text-align:justify;text-align-last:initial;display:block; }
#RC0a0wBiUSGSwOID7i7RAmgyifTUhRrh { z-index:15005;top:89.034297943113rem;left:9.7439250946044rem;background-color:#099dd3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.8107625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p4M1oO8t1XyQ07azKcZgLSNfM8wgbdgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vS7SZt4Ti1irq7b7bcfQq0sbWzuF5V2o { z-index:15006;top:118.52973556519rem;left:49.339195251465rem;background-color:#867732;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.8107625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#io2dOPk0mJzPblRyEsUVpRox2905im2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3TJkaKeLPyVNS89S4XG6cqFkdqzKp0s { 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:18.9375rem;width:20.4375rem;top:0.93750005960463rem;left:28.184680938721rem;overflow:hidden;display:block; }
#Bm1SgCEROTF6mFVZ3anlxt6AQa2MOuKl { color:#e5d3d3;display:block;width:45.8094375rem;position:absolute;font-family:"st ryde";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.373046875rem;left:15.498046875rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#X3fycxImXRXTfRPoObckKeB5RG5kadnf { color:#e5d3d3;display:block;width:45.8735rem;position:absolute;font-family:"st ryde";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:134.12218093872rem;left:17.339412689209rem;height:3.24978125rem;text-align:justify;text-align-last:initial;display:block; }
#yA339tgqkOteTCGiSL7NEIBDEiVpNnEb { color:#000000;display:block;width:28.2486875rem;position:absolute;font-family:"st ryde";font-size:3rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:64.123266220094rem;left:4.4954433441162rem;height:3.8997375rem;display:block; }
#pTv7MtTguhu94GChngHcTm4FFRTh4ueW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.3125rem;width:38rem;top:66.770843505863rem;left:35.000003814698rem;display:block; }
#GPD3wRWdeTMk4p2FopQLDoSezSTuItbc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.311875rem;width:37.999125rem;top:99.151481628419rem;left:1.3747844696045rem;display:block; }
#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container { border-width: 0; border-radius: 0; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:none; }#AoLwFRuqnXPcZkDt48655fpJWl34nwPo { position:absolute;display:block;z-index:15021;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:4.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#kyay96Fo3IbHmBduarXgJITMGFWILXSQ { color:#000000;display:block;width:20.499rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:15rem;height:3.89795625rem;display:block; }
#FFd1gAf4V8ac0CETRzD7UZQdduKLIdDk { position:absolute;display:block;z-index:15010;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:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#OMMTKvFJA0uuShfuEGth24FR7vwKMc0u { position:absolute;display:block;z-index:15011;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:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#ByV8HDfv2T53r020ieDQUDGu5c3u7toH { position:absolute;display:block;z-index:15012;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:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#wuUu1UJo70OPdgxMooJVHywFn9Ex9FGl { position:absolute;display:block;z-index:15013;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:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#T0d0TaCT3xmZqoA40Bmzc4OcgFC6gPBr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#MTVw7s5ZdC0a0mQvcLpeT8w044buuUTD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#oxbBFLgN1SvcNJBIlz9fb4WTFcHiqRi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJVis2eEWt3Upane5MFTpLAZEVqNOlfo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa043, #ff6720);background-image: -moz-linear-gradient(180deg, #ffa043, #ff6720);background-image: -ms-linear-gradient(180deg, #ffa043, #ff6720);background-image: -o-linear-gradient(180deg, #ffa043, #ff6720);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );";background-image: linear-gradient(180deg, #ffa043, #ff6720);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#bi3bp8RJgrR7t6RlQLb9BMs8WkPH7yFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ot3uNrsso5mUDHG95ald7QvTc48Bpp25 { background-color:#197d30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eafaee;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#kMpOrwbwCu5OMp3dQlPZbcgiEvbDw4Iw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTcFX3MKGMdh3vrl0bWL8h0KBQPO9dwx { background-color:#e63880;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#qAhkP4CGU68gD73a9rMqgHOo4b2NrlFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfUIspVZVVCRk3liE3Dcx4fArdIu5BTB { background-color:#710cc3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#KfTJxBbgfqiK2qVUxFSGpfNqc0gzJVfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0T7ykDi7HeOhNhluvivMqOPO188AsbW { background-color:#36a29b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#RGLRwV8iux8GTZhwBzhL84JWuNlJBTVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l55qU19U3OGNTTnQ0AQenob8XhfTEvoJ { background-color:#1419cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1904296875rem;left:53.86962890625rem;display:block; }
#nKdGFyuiPBRPqLP1IGgml2fuwy0cpQqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZQ3e8h5GimCyDcM8oe6Bout0gxCi7tk { background-color:#dc510c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#W92OUqzIRJfedZvUK2o2VITvb2hPax4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJK005mFlSQZIibV295fSvtBx7MfgHzV { background-color:#f4425b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#QiZWK9tcCPXJ5KVHemymRkvgp5z54yTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMkbOO0QpKLWXWbWudKfyluk965LTcpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(23,23,65,0.8);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; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { border-width: 0; border-radius: 0; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { color:#202020;display:block;width:38.875rem;position:absolute;font-family:"st ryde";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#cq4E5s4mEJlCphndWvNdS7B08ThEd55X { position:absolute;display:block;z-index:15010;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:1.875rem;width:1.875rem;top:1.3125rem;left:34.6875rem;overflow:hidden;display:block; }
#QTi13vA0PJ8kNamy5TLAcImzcKH6ZxpW { position:absolute;display:block;z-index:15011;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:1.875rem;width:1.875rem;top:1.3125rem;left:37.25rem;overflow:hidden;display:block; }
#CUx3Q7nzFTKaiR1tWzewvABxXyJR6JT9 { position:absolute;display:block;z-index:15012;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:1.875rem;width:1.875rem;top:1.3125rem;left:39.75rem;overflow:hidden;display:block; }
#vvEIWi0uKWbQ9NThOCWQKc1oZxau107i { position:absolute;display:block;z-index:15013;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:1.875rem;width:1.875rem;top:1.3125rem;left:42.25rem;overflow:hidden;display:block; }
#orr0ser2kyTI2cbtGdkgxGVRxEuUfqIm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:1.3125rem;left:44.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AW6igq599H1T5WI7feEK3A7FfTz9VUZl { display:block; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTLnKWSemTOlgGRbm8wBuztfnLqJ77MT { top:23.8125rem;left:9.5585975646975rem;width:34.125rem;height:17.09285182795rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWyIRCf3ZvbHpbWeFZflqTulhJyliXi { top:48.3125rem;left:0rem;width:47.75rem;height:11rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbSq6DHy56l3w4PbVTQoWMpU1fJQxTvp { top:41.8125rem;left:1.8719635009766rem;width:45.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXC0XPUiVdDw9DusqRRrLfuSGTGDGQb { top:96.875rem;left:25.5625rem;width:22.1875rem;height:4.6749237965473rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVxHcUC5WCKSAxersLiAzRQOf6nrNQt { top:70rem;left:0rem;width:27.875rem;height:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otb9vXL19B7uBaCdWi9ulIrnDx7nmkta { top:104.0625rem;left:21.375rem;width:26.375rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC0a0wBiUSGSwOID7i7RAmgyifTUhRrh { top:89rem;left:0rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4M1oO8t1XyQ07azKcZgLSNfM8wgbdgV { display:block; }
 }@media only screen and (max-width: 763px) { #vS7SZt4Ti1irq7b7bcfQq0sbWzuF5V2o { top:118.5rem;left:33.6875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #io2dOPk0mJzPblRyEsUVpRox2905im2l { display:block; }
 }@media only screen and (max-width: 763px) { #c3TJkaKeLPyVNS89S4XG6cqFkdqzKp0s { top:0.9375rem;left:14.559680938721rem;width:20.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm1SgCEROTF6mFVZ3anlxt6AQa2MOuKl { top:17.3125rem;left:1.873046875rem;width:45.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3fycxImXRXTfRPoObckKeB5RG5kadnf { top:134.0625rem;left:1.9375rem;width:45.8125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA339tgqkOteTCGiSL7NEIBDEiVpNnEb { top:64.0625rem;left:0rem;width:28.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTv7MtTguhu94GChngHcTm4FFRTh4ueW { top:66.75rem;left:7.75rem;width:38rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPD3wRWdeTMk4p2FopQLDoSezSTuItbc { top:99.125rem;left:0rem;width:37.9375rem;height:21.27731251213rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC { display:none; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AoLwFRuqnXPcZkDt48655fpJWl34nwPo { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyay96Fo3IbHmBduarXgJITMGFWILXSQ { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFd1gAf4V8ac0CETRzD7UZQdduKLIdDk { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMTKvFJA0uuShfuEGth24FR7vwKMc0u { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByV8HDfv2T53r020ieDQUDGu5c3u7toH { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUu1UJo70OPdgxMooJVHywFn9Ex9FGl { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0d0TaCT3xmZqoA40Bmzc4OcgFC6gPBr { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVw7s5ZdC0a0mQvcLpeT8w044buuUTD { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxbBFLgN1SvcNJBIlz9fb4WTFcHiqRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #GJVis2eEWt3Upane5MFTpLAZEVqNOlfo { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi3bp8RJgrR7t6RlQLb9BMs8WkPH7yFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ot3uNrsso5mUDHG95ald7QvTc48Bpp25 { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpOrwbwCu5OMp3dQlPZbcgiEvbDw4Iw { display:block; }
 }@media only screen and (max-width: 763px) { #xTcFX3MKGMdh3vrl0bWL8h0KBQPO9dwx { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAhkP4CGU68gD73a9rMqgHOo4b2NrlFQ { display:block; }
 }@media only screen and (max-width: 763px) { #rfUIspVZVVCRk3liE3Dcx4fArdIu5BTB { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfTJxBbgfqiK2qVUxFSGpfNqc0gzJVfR { display:block; }
 }@media only screen and (max-width: 763px) { #a0T7ykDi7HeOhNhluvivMqOPO188AsbW { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGLRwV8iux8GTZhwBzhL84JWuNlJBTVK { display:block; }
 }@media only screen and (max-width: 763px) { #l55qU19U3OGNTTnQ0AQenob8XhfTEvoJ { width:11.25rem;height:2.5rem;top:9.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdGFyuiPBRPqLP1IGgml2fuwy0cpQqf { display:block; }
 }@media only screen and (max-width: 763px) { #fZQ3e8h5GimCyDcM8oe6Bout0gxCi7tk { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W92OUqzIRJfedZvUK2o2VITvb2hPax4M { display:block; }
 }@media only screen and (max-width: 763px) { #TJK005mFlSQZIibV295fSvtBx7MfgHzV { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZWK9tcCPXJ5KVHemymRkvgp5z54yTy { display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4E5s4mEJlCphndWvNdS7B08ThEd55X { top:1.3125rem;left:21.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTi13vA0PJ8kNamy5TLAcImzcKH6ZxpW { top:1.3125rem;left:23.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUx3Q7nzFTKaiR1tWzewvABxXyJR6JT9 { top:1.3125rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvEIWi0uKWbQ9NThOCWQKc1oZxau107i { top:1.3125rem;left:28.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orr0ser2kyTI2cbtGdkgxGVRxEuUfqIm { top:1.3125rem;left:31.0625rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AW6igq599H1T5WI7feEK3A7FfTz9VUZl { background-color:#000202;background-image:url("https://images.assets-landingi.com/uc/5d84401b-e14e-4cff-9c08-64640f57ae50/bnm.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;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; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl.adaptive-delivery-prevent-bg, #AW6igq599H1T5WI7feEK3A7FfTz9VUZl.lazyload, #AW6igq599H1T5WI7feEK3A7FfTz9VUZl.lazyloading { background-image: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { background-color: transparent; background-image: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container > .video-iframe-container { display: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container { display: none; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .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); }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { border-width: 0; border-radius: 0; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AW6igq599H1T5WI7feEK3A7FfTz9VUZl > .row .container { width:20rem;height:144.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTLnKWSemTOlgGRbm8wBuztfnLqJ77MT { width:19.9995rem;height:10.0825rem;top:11.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWyIRCf3ZvbHpbWeFZflqTulhJyliXi { width:19.9980625rem;height:14.9479375rem;top:29.8564453125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbSq6DHy56l3w4PbVTQoWMpU1fJQxTvp { width:19.9978125rem;height:7.796225rem;top:22.127822875976rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzXC0XPUiVdDw9DusqRRrLfuSGTGDGQb { width:19.9978125rem;height:4.2089875rem;top:95.192064285281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVxHcUC5WCKSAxersLiAzRQOf6nrNQt { width:19.9978125rem;height:20.46874375rem;top:51.809898376465rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Otb9vXL19B7uBaCdWi9ulIrnDx7nmkta { width:19.9978125rem;height:13.64580625rem;top:100.36242103577rem;left:0.0021701455116272rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RC0a0wBiUSGSwOID7i7RAmgyifTUhRrh { top:86.184902191162rem;left:2.9687500596046rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4M1oO8t1XyQ07azKcZgLSNfM8wgbdgV { display:block; }
 }@media only screen and (max-width: 763px) { #vS7SZt4Ti1irq7b7bcfQq0sbWzuF5V2o { top:135.49697113037rem;left:3.6230471730233rem;width:14.0625rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #io2dOPk0mJzPblRyEsUVpRox2905im2l { display:block; }
 }@media only screen and (max-width: 763px) { #c3TJkaKeLPyVNS89S4XG6cqFkdqzKp0s { width:5.43728125rem;height:5.06185rem;top:2.373046875rem;left:7.9340279698375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm1SgCEROTF6mFVZ3anlxt6AQa2MOuKl { width:19.9995rem;height:5.1974875rem;top:8.24853515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3fycxImXRXTfRPoObckKeB5RG5kadnf { width:19.9978125rem;height:5.19748125rem;top:115.37218666077rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yA339tgqkOteTCGiSL7NEIBDEiVpNnEb { width:16.875rem;height:2.59874375rem;top:46.942276000976rem;left:2.2167969346046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTv7MtTguhu94GChngHcTm4FFRTh4ueW { height:11.216375rem;width:20rem;top:73.296445846556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPD3wRWdeTMk4p2FopQLDoSezSTuItbc { height:11.216375rem;width:20rem;top:122.03559875488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container { background-color: transparent; background-image: none; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container > .video-iframe-container { display: none; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row > .video-iframe-container { display: none; }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .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); }#tLyTsh0rGPrPmgno7mpm3p5VnENJNXLC > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoLwFRuqnXPcZkDt48655fpJWl34nwPo { width:10.6230625rem;height:3.9360375rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyay96Fo3IbHmBduarXgJITMGFWILXSQ { width:9.75rem;height:5.2463125rem;top:6.4360375rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FFd1gAf4V8ac0CETRzD7UZQdduKLIdDk { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMMTKvFJA0uuShfuEGth24FR7vwKMc0u { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByV8HDfv2T53r020ieDQUDGu5c3u7toH { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuUu1UJo70OPdgxMooJVHywFn9Ex9FGl { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0d0TaCT3xmZqoA40Bmzc4OcgFC6gPBr { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTVw7s5ZdC0a0mQvcLpeT8w044buuUTD { width:7.2480625rem;height:1.4370125rem;top:12.9287125rem;left:6.375rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oxbBFLgN1SvcNJBIlz9fb4WTFcHiqRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #GJVis2eEWt3Upane5MFTpLAZEVqNOlfo { width:8.1855625rem;height:1.875rem;top:15.615725rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi3bp8RJgrR7t6RlQLb9BMs8WkPH7yFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ot3uNrsso5mUDHG95ald7QvTc48Bpp25 { width:7.1850625rem;height:1.5rem;top:18.740725rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpOrwbwCu5OMp3dQlPZbcgiEvbDw4Iw { display:block; }
 }@media only screen and (max-width: 763px) { #xTcFX3MKGMdh3vrl0bWL8h0KBQPO9dwx { width:7.6230625rem;height:1.4370125rem;top:21.490725rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAhkP4CGU68gD73a9rMqgHOo4b2NrlFQ { display:block; }
 }@media only screen and (max-width: 763px) { #rfUIspVZVVCRk3liE3Dcx4fArdIu5BTB { width:7.0605625rem;height:1.374025rem;top:24.1777375rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfTJxBbgfqiK2qVUxFSGpfNqc0gzJVfR { display:block; }
 }@media only screen and (max-width: 763px) { #a0T7ykDi7HeOhNhluvivMqOPO188AsbW { width:7.5600625rem;height:1.5rem;top:26.8017625rem;left:6.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RGLRwV8iux8GTZhwBzhL84JWuNlJBTVK { display:block; }
 }@media only screen and (max-width: 763px) { #l55qU19U3OGNTTnQ0AQenob8XhfTEvoJ { width:7.3725625rem;height:1.4370125rem;top:32.238775rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdGFyuiPBRPqLP1IGgml2fuwy0cpQqf { display:block; }
 }@media only screen and (max-width: 763px) { #fZQ3e8h5GimCyDcM8oe6Bout0gxCi7tk { width:7.875rem;height:1.186525rem;top:34.9257875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W92OUqzIRJfedZvUK2o2VITvb2hPax4M { display:block; }
 }@media only screen and (max-width: 763px) { #TJK005mFlSQZIibV295fSvtBx7MfgHzV { width:7.6230625rem;height:1.4370125rem;top:29.5517625rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZWK9tcCPXJ5KVHemymRkvgp5z54yTy { display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { background-color:rgba(23,23,65,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { width:17.4975625rem;height:4.196775rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq4E5s4mEJlCphndWvNdS7B08ThEd55X { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTi13vA0PJ8kNamy5TLAcImzcKH6ZxpW { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUx3Q7nzFTKaiR1tWzewvABxXyJR6JT9 { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvEIWi0uKWbQ9NThOCWQKc1oZxau107i { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #orr0ser2kyTI2cbtGdkgxGVRxEuUfqIm { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }