.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28163e;background-image:url("https://images.assets-landingi.com/uc/4aebb328-6779-4099-8270-9445b670dcfd/Module1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI.adaptive-delivery-prevent-bg, #hD8TItCStd4d39VGGzyWzvaZMerk8qOI.lazyload, #hD8TItCStd4d39VGGzyWzvaZMerk8qOI.lazyloading { background-image: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { background-color: transparent; background-image: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container > .video-iframe-container { display: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row > .video-iframe-container { display: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .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); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { border-width: 0; border-radius: 0; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row > .video-iframe-container {  }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#WAJCXHqsfiGTH8U1tiDRivAMwEUNBKQy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:34.25rem;top:21.8125rem;left:1.625rem;overflow:hidden;display:block; }
#afLUdZJxXpa2LGAhA3bdTSTA6kiDLTTR { z-index:100001;top:34.25rem;left:1.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RBNXJtWFr5T50OoyCqcJJUhz8nCtpAO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e6p1fZKqnvS73qu9wBqupdtTWtLWFSrG { z-index:100002;top:34.25rem;left:11.8125rem;background-color:#e3000b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oLNoBcTRlixS3boDtudXDELJapFDmRT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eCHcZC5Q7ZIlDeGdSEyZqRpieMiX0SsP { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.9375rem;left:2rem;height:1.625rem;font-style:normal;display:block; }
#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e6f50d6-a0a2-4206-874a-958eb224dd9c/ezgif22b40a3f147.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU.adaptive-delivery-prevent-bg, #ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU.lazyload, #ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU.lazyloading { background-image: none; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container { background-color: transparent; background-image: none; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container > .video-iframe-container { display: none; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row > .video-iframe-container { display: none; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .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); }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container { border-width: 0; border-radius: 0; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row > .video-iframe-container {  }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#KtweZnqtkfHGsrUi18NxkHKpIsBwyDNt { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:22.5rem;width:40rem;top:5.1562509536743rem;left:31.71249961853rem;display:block; }
#UGE7sXIgP4f1BGaE8sqQz35f8or7ViG4 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:2.9624996185302rem;height:26.1625rem;display:block; }
#wFCELiyiTm787mQRFXFloGhLX3kbLFVO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1094a90-3ef6-4708-8f4f-d3cbc8d0deba/Module3BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO.adaptive-delivery-prevent-bg, #wFCELiyiTm787mQRFXFloGhLX3kbLFVO.lazyload, #wFCELiyiTm787mQRFXFloGhLX3kbLFVO.lazyloading { background-image: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { background-color: transparent; background-image: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.31); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container > .video-iframe-container { display: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.31); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row > .video-iframe-container { display: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .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); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { border-width: 0; border-radius: 0; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row > .video-iframe-container {  }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#CMeRaHBudnaWcQqktIPaqd82yHeQ8MOT { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.625rem;height:4.0625rem;font-style:normal;display:block; }
#p7uGi8ZwrJ7D1gchluC7z58J0TaZrBCo { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.562498092651rem;height:4.0625rem;font-style:normal;display:block; }
#NtQ9uAEw7ntwWNK6coxWWUzJiSokBlcK { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:51.562498092651rem;height:4.0625rem;font-style:normal;display:block; }
#iHxwZFfQIyaB8WTW4GvwwC21yFozwO2w { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.5rem;height:6.3375rem;display:block; }
#HibsQrMFlUnhDXczEFkp0VebhMwaOxBf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:21.3125rem;top:1.125rem;left:1.625rem;overflow:hidden;display:block; }
#fG2e3OgDP6UKWnpkvfxzH3TkTBkyllSb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:21.3125rem;top:1.125rem;left:26.843748092651rem;overflow:hidden;display:block; }
#HxG0DX8fLo5TX7Mv8fz0w1GGKDTkP9y3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:21.3125rem;top:1.125rem;left:51.843748092651rem;overflow:hidden;display:block; }
#wzvOuks2c8LCM4EVARFMWlkXXAZ1Wgcq { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:26.562498092651rem;height:6.3375rem;display:block; }
#ghdlzFSmTEOvVnkkF0TPd5h6myhCP5Bf { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:18.8125rem;left:51.562498092651rem;height:9.50625rem;display:block; }
#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3298c5;background-image:url("https://images.assets-landingi.com/uc/a49e79a6-0d2a-4936-a367-0c10a4d0a638/M4BGgradient.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia.adaptive-delivery-prevent-bg, #bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia.lazyload, #bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia.lazyloading { background-image: none; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container { background-color: transparent; background-image: none; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container > .video-iframe-container { display: none; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row > .video-iframe-container { display: none; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .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); }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container { border-width: 0; border-radius: 0; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row > .video-iframe-container {  }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#VZOetpmhX1etW40R2RdHe3tFRdtVIEtw { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.2500028610229rem;left:12.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VStMZydiplJoac9tBU4N1K9WiCyImWOI { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:25rem;width:25rem;top:11.012499809265rem;left:7.71249961853rem;overflow:hidden;display:block; }
#nnIcAJPW3AKH0Uzobgfpzs1dMTpgyfuT { z-index:100002;top:16rem;left:35.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qSWKBcs9dbzRFTfPzoBiai5kBJBBkREg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uKNgC14tWaQm45lR4CTA7OxNMIMTrnqy { z-index:100003;top:16rem;left:46.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SnyUR9dC0ddoEgUlE71X8ulFiehMgXyd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QqEKhayzQvDkNSAtxMMyQGvMEpdHkmBb { z-index:100003;top:21.5625rem;left:35.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w0bToXKmBnPh888IlSxLdciaeIOndxP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cdO0IlNfFi7ZtSurqhhVTM5qBkckwZBR { z-index:100004;top:21.5625rem;left:46.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vzFIB28AThqzsurOwzyquWv6NosZpkK3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HDqg33W7X7xGzBIcUBNVTOgQt2ZSCtPr { z-index:100005;top:27.25rem;left:35.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rLxpbzh9S27D3Plagx95yQoNd19B6dRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kZ5BLdcrGfy4fVdd8LSGboXlZlaCJrB2 { z-index:100006;top:27.25rem;left:46.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HnthNg8z8vgViKvFKn45xJ16vgoTh3VQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iBubmHsBTD4GxMq7BUpJntT7exzSWQ4D { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:27.249995231628rem;left:58.499998092651rem;overflow:hidden;display:block; }
#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container { background-color: transparent; background-image: none; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container > .video-iframe-container { display: none; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row > .video-iframe-container { display: none; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .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); }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container { border-width: 0; border-radius: 0; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row > .video-iframe-container {  }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#ea9KvPAIi9LvyCsTPsTRvHT5nvlhcpff { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:10.9375rem;height:5.3625rem;display:block; }
#X0LT59uC28HTXG3b3WadhfvkVTfN4cEO { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.375rem;top:5.6875rem;left:5.6875rem;overflow:hidden;display:block; }
#LGoVW0PmRQFJGTLnqBTce7Z9Ti5dbJOW { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:3.3875007629394rem;left:22.46249961853rem;overflow:hidden;display:block; }
#uaHVHzqTdrTIeMZC6UEyKCBWDt2wTADw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:10.25rem;top:3.375rem;left:10.9375rem;overflow:hidden;display:block; }
#MXeTfXAXHU940VlhZcFfuB8O2vK5TArB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:6.0625rem;top:3.375rem;left:22.8125rem;overflow:hidden;display:block; }
#zobagsSsqJ5ZQ6xsKBhhLgfBZAhFk47t { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:10.125rem;top:3.375rem;left:30.8125rem;overflow:hidden;display:block; }
#rkMcaXhLLNsfckdm9JM2Hl4ihFoJuJqs { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.75rem;top:3.375rem;left:42.6875rem;overflow:hidden;display:block; }
#IpJC4Wrg1Xia4L0COICdocaE2m3BfZcm { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:5.875rem;left:57.8125rem;overflow:hidden;display:block; }
#lnihPoEUytxxFS4gTR3UlVs7alEB5Dn1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:5.5rem;left:63.625rem;overflow:hidden;display:block; }
#xcD0aenimQIFATOTA71di8XCfVBZa3OR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container { background-color: transparent; background-image: none; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container > .video-iframe-container { display: none; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row > .video-iframe-container { display: none; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .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); }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container { border-width: 0; border-radius: 0; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row > .video-iframe-container {  }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hD8TItCStd4d39VGGzyWzvaZMerk8qOI { display:block; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAJCXHqsfiGTH8U1tiDRivAMwEUNBKQy { width:34.25rem;height:10.125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afLUdZJxXpa2LGAhA3bdTSTA6kiDLTTR { top:34.25rem;left:0rem;width:8.625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBNXJtWFr5T50OoyCqcJJUhz8nCtpAO7 { display:block; }
 }@media only screen and (max-width: 763px) { #e6p1fZKqnvS73qu9wBqupdtTWtLWFSrG { top:34.25rem;left:0rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLNoBcTRlixS3boDtudXDELJapFDmRT2 { display:block; }
 }@media only screen and (max-width: 763px) { #eCHcZC5Q7ZIlDeGdSEyZqRpieMiX0SsP { width:25.8125rem;height:1.625rem;top:30.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU { display:block; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtweZnqtkfHGsrUi18NxkHKpIsBwyDNt { width:40rem;height:22.5rem;top:5.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE7sXIgP4f1BGaE8sqQz35f8or7ViG4 { width:25.1875rem;height:26.125rem;top:3.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFCELiyiTm787mQRFXFloGhLX3kbLFVO { display:block; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMeRaHBudnaWcQqktIPaqd82yHeQ8MOT { width:21.875rem;height:4.0625rem;top:14.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7uGi8ZwrJ7D1gchluC7z58J0TaZrBCo { width:21.875rem;height:4.0625rem;top:14.1875rem;left:9.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ9uAEw7ntwWNK6coxWWUzJiSokBlcK { width:21.875rem;height:4.0625rem;top:14.1875rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHxwZFfQIyaB8WTW4GvwwC21yFozwO2w { width:20.9375rem;height:6.3125rem;top:18.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibsQrMFlUnhDXczEFkp0VebhMwaOxBf { width:21.3125rem;height:11.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG2e3OgDP6UKWnpkvfxzH3TkTBkyllSb { width:21.3125rem;height:11.9375rem;top:1.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxG0DX8fLo5TX7Mv8fz0w1GGKDTkP9y3 { width:21.3125rem;height:11.9375rem;top:1.125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzvOuks2c8LCM4EVARFMWlkXXAZ1Wgcq { width:20.9375rem;height:6.3125rem;top:18.8125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdlzFSmTEOvVnkkF0TPd5h6myhCP5Bf { width:20.9375rem;height:9.5rem;top:18.8125rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia { display:block; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZOetpmhX1etW40R2RdHe3tFRdtVIEtw { width:47.75rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStMZydiplJoac9tBU4N1K9WiCyImWOI { width:25rem;height:25rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnIcAJPW3AKH0Uzobgfpzs1dMTpgyfuT { top:16rem;left:22.25rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWKBcs9dbzRFTfPzoBiai5kBJBBkREg { display:block; }
 }@media only screen and (max-width: 763px) { #uKNgC14tWaQm45lR4CTA7OxNMIMTrnqy { top:16rem;left:32.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyUR9dC0ddoEgUlE71X8ulFiehMgXyd { display:block; }
 }@media only screen and (max-width: 763px) { #QqEKhayzQvDkNSAtxMMyQGvMEpdHkmBb { top:21.5625rem;left:22.25rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bToXKmBnPh888IlSxLdciaeIOndxP1 { display:block; }
 }@media only screen and (max-width: 763px) { #cdO0IlNfFi7ZtSurqhhVTM5qBkckwZBR { top:21.5625rem;left:32.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFIB28AThqzsurOwzyquWv6NosZpkK3 { display:block; }
 }@media only screen and (max-width: 763px) { #HDqg33W7X7xGzBIcUBNVTOgQt2ZSCtPr { top:27.25rem;left:22.25rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxpbzh9S27D3Plagx95yQoNd19B6dRN { display:block; }
 }@media only screen and (max-width: 763px) { #kZ5BLdcrGfy4fVdd8LSGboXlZlaCJrB2 { top:27.25rem;left:32.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnthNg8z8vgViKvFKn45xJ16vgoTh3VQ { display:block; }
 }@media only screen and (max-width: 763px) { #iBubmHsBTD4GxMq7BUpJntT7exzSWQ4D { width:16.5rem;height:16.5rem;top:27.1875rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0V2FolmblKQhxq9zBulnFQtSMTwxc17 { display:block; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea9KvPAIi9LvyCsTPsTRvHT5nvlhcpff { width:45.9375rem;height:5.3125rem;top:5.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LT59uC28HTXG3b3WadhfvkVTfN4cEO { width:4.375rem;height:5.375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGoVW0PmRQFJGTLnqBTce7Z9Ti5dbJOW { width:0;height:;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHVHzqTdrTIeMZC6UEyKCBWDt2wTADw { width:10.25rem;height:1.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXeTfXAXHU940VlhZcFfuB8O2vK5TArB { width:6.0625rem;height:1.25rem;top:3.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zobagsSsqJ5ZQ6xsKBhhLgfBZAhFk47t { width:10.125rem;height:1.25rem;top:3.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkMcaXhLLNsfckdm9JM2Hl4ihFoJuJqs { width:5.75rem;height:1.25rem;top:3.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJC4Wrg1Xia4L0COICdocaE2m3BfZcm { width:5rem;height:5rem;top:5.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnihPoEUytxxFS4gTR3UlVs7alEB5Dn1 { width:5.6875rem;height:5.6875rem;top:5.5rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcD0aenimQIFATOTA71di8XCfVBZa3OR { display:block; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hD8TItCStd4d39VGGzyWzvaZMerk8qOI { background-color:#28163e;background-image:url("https://images.assets-landingi.com/uc/4aebb328-6779-4099-8270-9445b670dcfd/Module1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI.adaptive-delivery-prevent-bg, #hD8TItCStd4d39VGGzyWzvaZMerk8qOI.lazyload, #hD8TItCStd4d39VGGzyWzvaZMerk8qOI.lazyloading { background-image: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { background-color: transparent; background-image: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container > .video-iframe-container { display: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row > .video-iframe-container { display: none; }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .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); }#hD8TItCStd4d39VGGzyWzvaZMerk8qOI > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAJCXHqsfiGTH8U1tiDRivAMwEUNBKQy { width:20rem;height:5.9125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afLUdZJxXpa2LGAhA3bdTSTA6kiDLTTR { top:12.9125rem;left:5.6875rem;width:8.625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBNXJtWFr5T50OoyCqcJJUhz8nCtpAO7 { display:block; }
 }@media only screen and (max-width: 763px) { #e6p1fZKqnvS73qu9wBqupdtTWtLWFSrG { top:18.22500038147rem;left:5.6875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLNoBcTRlixS3boDtudXDELJapFDmRT2 { display:block; }
 }@media only screen and (max-width: 763px) { #eCHcZC5Q7ZIlDeGdSEyZqRpieMiX0SsP { width:20rem;height:0;top:8.4125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU { display:block; }#ktvca8TVTRIkM7nSlDXQr2pL8iFTKLoU > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtweZnqtkfHGsrUi18NxkHKpIsBwyDNt { height:11.1801875rem;width:19.875rem;top:29.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE7sXIgP4f1BGaE8sqQz35f8or7ViG4 { width:20rem;height:27.4625rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFCELiyiTm787mQRFXFloGhLX3kbLFVO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1094a90-3ef6-4708-8f4f-d3cbc8d0deba/Module3BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO.adaptive-delivery-prevent-bg, #wFCELiyiTm787mQRFXFloGhLX3kbLFVO.lazyload, #wFCELiyiTm787mQRFXFloGhLX3kbLFVO.lazyloading { background-image: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { background-color: transparent; background-image: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.31); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container > .video-iframe-container { display: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.31); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row > .video-iframe-container { display: none; }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .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); }#wFCELiyiTm787mQRFXFloGhLX3kbLFVO > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMeRaHBudnaWcQqktIPaqd82yHeQ8MOT { width:20rem;height:4.0625rem;top:13.014583587646rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7uGi8ZwrJ7D1gchluC7z58J0TaZrBCo { width:20rem;height:4.0625rem;top:38.187499046326rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ9uAEw7ntwWNK6coxWWUzJiSokBlcK { width:20rem;height:4.0625rem;top:64.4061875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHxwZFfQIyaB8WTW4GvwwC21yFozwO2w { width:20rem;height:6.3375rem;top:17.639584541321rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibsQrMFlUnhDXczEFkp0VebhMwaOxBf { width:20rem;height:11.202346041056rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG2e3OgDP6UKWnpkvfxzH3TkTBkyllSb { width:20rem;height:11.202346041056rem;top:26.6020625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxG0DX8fLo5TX7Mv8fz0w1GGKDTkP9y3 { width:20rem;height:11.202346041056rem;top:51.954125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzvOuks2c8LCM4EVARFMWlkXXAZ1Wgcq { width:20rem;height:6.3375rem;top:42.866666793823rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdlzFSmTEOvVnkkF0TPd5h6myhCP5Bf { width:20rem;height:9.50625rem;top:69.28125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia { display:block; }#bh2Tk5KJFRpGSOTS0wWBiLyvRmAL84Ia > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZOetpmhX1etW40R2RdHe3tFRdtVIEtw { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStMZydiplJoac9tBU4N1K9WiCyImWOI { width:19.875rem;height:19.875rem;top:7.7rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnIcAJPW3AKH0Uzobgfpzs1dMTpgyfuT { top:28.75rem;left:0.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWKBcs9dbzRFTfPzoBiai5kBJBBkREg { display:block; }
 }@media only screen and (max-width: 763px) { #uKNgC14tWaQm45lR4CTA7OxNMIMTrnqy { top:28.75rem;left:10.5rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyUR9dC0ddoEgUlE71X8ulFiehMgXyd { display:block; }
 }@media only screen and (max-width: 763px) { #QqEKhayzQvDkNSAtxMMyQGvMEpdHkmBb { top:33.25rem;left:0.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bToXKmBnPh888IlSxLdciaeIOndxP1 { display:block; }
 }@media only screen and (max-width: 763px) { #cdO0IlNfFi7ZtSurqhhVTM5qBkckwZBR { top:33.25rem;left:10.5rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFIB28AThqzsurOwzyquWv6NosZpkK3 { display:block; }
 }@media only screen and (max-width: 763px) { #HDqg33W7X7xGzBIcUBNVTOgQt2ZSCtPr { top:38.0625rem;left:0.875rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxpbzh9S27D3Plagx95yQoNd19B6dRN { display:block; }
 }@media only screen and (max-width: 763px) { #kZ5BLdcrGfy4fVdd8LSGboXlZlaCJrB2 { top:38.0625rem;left:10.5rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnthNg8z8vgViKvFKn45xJ16vgoTh3VQ { display:block; }
 }@media only screen and (max-width: 763px) { #iBubmHsBTD4GxMq7BUpJntT7exzSWQ4D { width:16.5rem;height:16.5rem;top:42.174999237061rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0V2FolmblKQhxq9zBulnFQtSMTwxc17 { display:block; }#I0V2FolmblKQhxq9zBulnFQtSMTwxc17 > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea9KvPAIi9LvyCsTPsTRvHT5nvlhcpff { width:19.25rem;height:12.5125rem;top:14.562496185302rem;left:0.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LT59uC28HTXG3b3WadhfvkVTfN4cEO { width:4.375rem;height:5.375rem;top:7.5000057220456rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGoVW0PmRQFJGTLnqBTce7Z9Ti5dbJOW { width:0;height:;top:3.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHVHzqTdrTIeMZC6UEyKCBWDt2wTADw { width:10.25rem;height:1.25rem;top:1.4999980926514rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXeTfXAXHU940VlhZcFfuB8O2vK5TArB { width:6.0625rem;height:1.25rem;top:1.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zobagsSsqJ5ZQ6xsKBhhLgfBZAhFk47t { width:10.125rem;height:1.25rem;top:4.3749980926514rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkMcaXhLLNsfckdm9JM2Hl4ihFoJuJqs { width:5.75rem;height:1.25rem;top:4.3749980926514rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJC4Wrg1Xia4L0COICdocaE2m3BfZcm { width:5rem;height:5rem;top:28.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnihPoEUytxxFS4gTR3UlVs7alEB5Dn1 { width:5.6875rem;height:5.6875rem;top:28.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcD0aenimQIFATOTA71di8XCfVBZa3OR { display:block; }#xcD0aenimQIFATOTA71di8XCfVBZa3OR > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }