.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e0b52c6-fc09-4697-b696-82d604cace2b/download_56.webp");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#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); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { position:relative;display:none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { border-width: 0; border-radius: 0; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb { background-color:rgba(64,84,102,0.01);background-image:url("https://images.assets-landingi.com/uc/39d9017d-3dc4-4714-802f-12b0b7b65168/jermaine_bgpic.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb.adaptive-delivery-prevent-bg, #S6WKBG1pEzXZUocRGhSauy6DigFT0PPb.lazyload, #S6WKBG1pEzXZUocRGhSauy6DigFT0PPb.lazyloading { background-image: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { background-color: transparent; background-image: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container > .video-iframe-container { display: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row > .video-iframe-container { display: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .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); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { border-width: 0; border-radius: 0; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;overflow:visible;position:relative;display:block; }#EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { color:#344b6d;display:block;width:52.3125rem;position:absolute;font-family:"bree serif";font-size:3.4375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:0rem;left:1.9375rem;height:7.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { color:#020202;display:block;width:26.875rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.8583984375rem;left:12.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { position:absolute;display:block;z-index:14997;height:21.75rem;width:38.7491875rem;top:23.759763717651rem;left:33.716014862061rem;display:none; }
#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2151aa);background-image: -moz-linear-gradient(180deg, #000000, #2151aa);background-image: -ms-linear-gradient(180deg, #000000, #2151aa);background-image: -o-linear-gradient(180deg, #000000, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );";background-image: linear-gradient(180deg, #000000, #2151aa);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { background-color: transparent; background-image: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .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); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { border-width: 0; border-radius: 0; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-form-header {  }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { display:block;width:25.0625rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:25.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:25.0625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:25.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:18rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#020202;line-height:1;box-sizing:border-box;font-family:"bree serif";font-weight:400;text-align:center;text-align-last:center;font-size:1.6875rem;background-color:#ffff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-moz-placeholder { font-size:1.25rem;font-family:"bree serif";color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-moz-placeholder { font-size:1.25rem;font-family:"bree serif";color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-ms-input-placeholder { font-size:1.25rem;font-family:"bree serif";color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-webkit-input-placeholder { font-size:1.25rem;font-family:"bree serif";color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:68.625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:11.84375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:first-of-type{padding-top:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:last-of-type{padding-bottom:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.25rem;top:0.84375011920931rem;z-index:15009;position:absolute; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:25.6875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.25rem;top:0.84375011920931rem;z-index:15009;position:absolute; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { position:relative;display:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { position:relative;display:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 { position:relative;z-index:2; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi { position:relative; }
#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f332db-50db-4d73-8b2d-bf74cad447a9/Jermaine_Lewis_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.adaptive-delivery-prevent-bg, #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.lazyload, #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.lazyloading { background-image: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { background-color: transparent; background-image: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container > .video-iframe-container { display: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container { display: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .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); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { border-width: 0; border-radius: 0; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #2151aa, #000000);background-image: -moz-linear-gradient(top, #2151aa, #000000);background-image: -ms-linear-gradient(top, #2151aa, #000000);background-image: -o-linear-gradient(top, #2151aa, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #2151aa, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container { background-color: transparent; background-image: none; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container > .video-iframe-container { display: none; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row > .video-iframe-container { display: none; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .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); }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container { border-width: 0; border-radius: 0; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.625rem solid #9e9e9e;border-left:0.625rem solid #9e9e9e;border-right:0.625rem solid #9e9e9e;border-bottom:0.625rem solid #9e9e9e;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875rem;left:8.25rem;display:block; }
#V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:50rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.9375rem;left:10.4375rem; }
#oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6rem;left:60.531253814698rem; }
#xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.625rem solid #9e9e9e;border-left:0.625rem solid #9e9e9e;border-right:0.625rem solid #9e9e9e;border-bottom:0.625rem solid #9e9e9e;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875rem;left:58.25rem;display:block; }
#twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { color:#dcdcc7;display:block;width:19rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5rem;left:3rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { color:#dcdcc7;display:block;width:21.75rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.500000476837rem;left:51.625003814698rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.250000476837rem;left:25.000003814698rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { color:#dcdcc7;display:block;width:19.625rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.3125rem;left:27.687503814698rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsoVENiz8AfOI4CuepPHuET27glzzCaQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.625rem solid #9e9e9e;border-left:0.625rem solid #9e9e9e;border-right:0.625rem solid #9e9e9e;border-bottom:0.625rem solid #9e9e9e;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875004768372rem;left:33.218753814698rem;display:block; }
#LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.1250004768372rem;left:35.656253814698rem; }
#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74f332db-50db-4d73-8b2d-bf74cad447a9/Jermaine_Lewis_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.adaptive-delivery-prevent-bg, #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.lazyload, #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.lazyloading { background-image: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { background-color: transparent; background-image: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container > .video-iframe-container { display: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container { display: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .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); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { border-width: 0; border-radius: 0; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e23236c5-a52c-473e-b87a-46de6491aac6/clouds_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.adaptive-delivery-prevent-bg, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyload, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyloading { background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { background-color: transparent; background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,199,0.42); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,199,0.42); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .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); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { border-width: 0; border-radius: 0; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:75rem;position:relative;display:block; }#TawQRJhPLILbc4krWBNvyFsmAD5gS8If { background-color:transparent;background-image: -webkit-linear-gradient(top, #2151aa, #000000);background-image: -moz-linear-gradient(top, #2151aa, #000000);background-image: -ms-linear-gradient(top, #2151aa, #000000);background-image: -o-linear-gradient(top, #2151aa, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #2151aa, #000000);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: none;box-sizing:border-box;color:#dcdcc7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.874375rem;height:3.06185rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:54.5625rem;left:30.5625rem;display:block; }
#vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { color:#dcdcc7;display:block;width:19.3125rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.312499523163rem;left:12.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2151aa);background-image: -moz-linear-gradient(180deg, #000000, #2151aa);background-image: -ms-linear-gradient(180deg, #000000, #2151aa);background-image: -o-linear-gradient(180deg, #000000, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );";background-image: linear-gradient(180deg, #000000, #2151aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:42.8125rem;width:57.3125rem;top:3.6875rem;left:8.875rem;display:block; }
#Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { color:#dcdcc7;display:block;width:26.8125rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.750001907349rem;height:36.54513125rem;font-style:normal;display:block; }
#rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { color:#3a3234;display:block;width:49.75rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.375rem;left:12.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67559d9c-dcc9-46c1-b62e-462723829c79/Jermaine_Lewis_profile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99) ;height:16.6875rem;width:16.6875rem;top:6.5625rem;left:14.25rem;display:block; }#Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.adaptive-delivery-prevent-bg, #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.lazyload, #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.lazyloading { background-image: none; }
#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74f332db-50db-4d73-8b2d-bf74cad447a9/Jermaine_Lewis_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.adaptive-delivery-prevent-bg, #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.lazyload, #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.lazyloading { background-image: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { background-color: transparent; background-image: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container > .video-iframe-container { display: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container { display: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .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); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { border-width: 0; border-radius: 0; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container { background-color: transparent; background-image: none; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container > .video-iframe-container { display: none; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row > .video-iframe-container { display: none; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .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); }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container { border-width: 0; border-radius: 0; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#WmtaKblDvzimcBLn5a6o5BUE9QRlzme2 { color:#dcdcc7;display:block;width:32.875rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.068576335907rem;left:21.0625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #2151aa);background-image: -moz-linear-gradient(top, #000000, #2151aa);background-image: -ms-linear-gradient(top, #000000, #2151aa);background-image: -o-linear-gradient(top, #000000, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #000000, #2151aa);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container { background-color: transparent; background-image: none; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container > .video-iframe-container { display: none; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row > .video-iframe-container { display: none; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .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); }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container { border-width: 0; border-radius: 0; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#Q9qoEggnTsQNBZTakeMhBcm7udoMMvOh { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(top, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(top, #dcdcc7, #2151aa);background-image: -o-linear-gradient(top, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #dcdcc7, #2151aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:19rem;top:1rem;left:3rem;display:block; }
#VCP8ESIBzrsQrAhOByezffVIWJf4bG6D { position:absolute;display:block;z-index:15001;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/UOYnifhC/Agape.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:6.25rem;display:block; }#VCP8ESIBzrsQrAhOByezffVIWJf4bG6D.adaptive-delivery-prevent-bg, #VCP8ESIBzrsQrAhOByezffVIWJf4bG6D.lazyload, #VCP8ESIBzrsQrAhOByezffVIWJf4bG6D.lazyloading { background-image: none; }
#O4OowoTewN5fEy4ZT7Eyp8ffvdKLAZyE { color:#dcdcc7;display:block;width:18.8745rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.15966796875rem;left:3.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LP7OxetzIWlnglVihPwtcGanNqvMCBTR { color:#dcdcc7;display:block;width:16.3125rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5595703125rem;left:4.34375rem;height:4.38541875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyHTXlqgsTWxl4xkwRGbTehX0aQNkGKh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(top, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(top, #dcdcc7, #2151aa);background-image: -o-linear-gradient(top, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #dcdcc7, #2151aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:23.625rem;top:1rem;left:25.6875rem;display:block; }
#op4p9lPVTpNc760dtkcVElLTBT5FaEUx { color:#dcdcc7;display:block;width:21.375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.1845703125rem;left:26.8125rem;height:8.7708125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5EigqtQfWUvpuvNv3cieokUWgINvVIU { color:#dcdcc7;display:block;width:18.8745rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:31.3505859375rem;left:28.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb { position:absolute;display:block;z-index:15006;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/uc/924bb785-5e36-4eba-b056-d106f1aa0c74/Lorena2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:31.25rem;display:block; }#Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb.adaptive-delivery-prevent-bg, #Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb.lazyload, #Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb.lazyloading { background-image: none; }
#rzR7fBJFlL74DEnsAU4AeKt8R8z6PFqt { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(top, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(top, #dcdcc7, #2151aa);background-image: -o-linear-gradient(top, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #dcdcc7, #2151aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:19rem;top:1rem;left:53rem;display:block; }
#f6Ks1XAgD1TRNM2MZaMLyDIzzxpwadCQ { color:#dcdcc7;display:block;width:18rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.5595703125rem;left:53.5rem;height:5.847225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McsfpurFDnEZ2gL30SbKRERD36lJJHQ4 { color:#dcdcc7;display:block;width:18.875rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.15869140625rem;left:53.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG { position:absolute;display:block;z-index:15011;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/uc/abec6e86-2da6-4d7f-978d-17a50d6ec027/Temi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:4.6875rem;left:56.25rem;display:block; }#L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.adaptive-delivery-prevent-bg, #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.lazyload, #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.lazyloading { background-image: none; }
#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2151aa, #252523);background-image: -moz-linear-gradient(180deg, #2151aa, #252523);background-image: -ms-linear-gradient(180deg, #2151aa, #252523);background-image: -o-linear-gradient(180deg, #2151aa, #252523);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#252523' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#252523' );";background-image: linear-gradient(180deg, #2151aa, #252523);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { background-color: transparent; background-image: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .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); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { border-width: 0; border-radius: 0; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { color:#dcdcc7;display:block;width:18.125rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:28.4375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { z-index:15002;top:2.28125rem;left:50rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#dcdcc7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { display:none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S6WKBG1pEzXZUocRGhSauy6DigFT0PPb { display:block; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { width:47.75rem;height:7.5625rem;top:0rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { width:26.875rem;height:;top:9.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { top:23.75rem;left:9.0625rem;width:38.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { display:block; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { width:41.625rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { width:6.46875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:14.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH {display:inline-block;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { display:block; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { display:block; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi {  }
 }@media only screen and (max-width: 763px) { #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { display:block; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VW2VLZb1ATmPTducwohhgmgKuEXWnXqA { display:block; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { top:5.9375rem;left:5.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { top:6rem;left:37.718753814698rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SsoVENiz8AfOI4CuepPHuET27glzzCaQ { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:19.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { top:6.125rem;left:21.968753814698rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { display:block; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TawQRJhPLILbc4krWBNvyFsmAD5gS8If { width:13.8125rem;height:3rem;top:54.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block; }
 }@media only screen and (max-width: 763px) { #lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { width:19.3125rem;height:1.9375rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { top:3.6875rem;left:0rem;width:47.75rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { top:6.5625rem;left:20.9375rem;width:26.8125rem;height:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { top:49.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { top:6.5625rem;left:0.625rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { display:block; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg { display:block; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmtaKblDvzimcBLn5a6o5BUE9QRlzme2 { top:2.0625rem;left:7.4375rem;width:32.875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU { display:block; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9qoEggnTsQNBZTakeMhBcm7udoMMvOh { width:19rem;height:31.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCP8ESIBzrsQrAhOByezffVIWJf4bG6D { width:12.5rem;height:12.5rem;top:4.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OowoTewN5fEy4ZT7Eyp8ffvdKLAZyE { width:18.8125rem;height:1.4375rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP7OxetzIWlnglVihPwtcGanNqvMCBTR { width:16.3125rem;height:4.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyHTXlqgsTWxl4xkwRGbTehX0aQNkGKh { width:23.625rem;height:34.75rem;top:1rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4p9lPVTpNc760dtkcVElLTBT5FaEUx { width:21.375rem;height:8.75rem;top:20.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5EigqtQfWUvpuvNv3cieokUWgINvVIU { width:18.8125rem;height:1.4375rem;top:31.3125rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb { width:12.5rem;height:12.5rem;top:4.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzR7fBJFlL74DEnsAU4AeKt8R8z6PFqt { width:19rem;height:31.75rem;top:1rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Ks1XAgD1TRNM2MZaMLyDIzzxpwadCQ { width:18rem;height:5.8125rem;top:19.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsfpurFDnEZ2gL30SbKRERD36lJJHQ4 { width:18.875rem;height:1.4375rem;top:27.125rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG { width:12.5rem;height:12.5rem;top:4.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { display:block; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { top:2.125rem;left:13.625rem;width:18.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { top:2.25rem;left:22.625rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2151aa;background-image:none;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); } }@media only screen and (max-width: 763px) { #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { background-color:#2151aa;background-image:url("https://images.assets-landingi.com/uc/39d9017d-3dc4-4714-802f-12b0b7b65168/jermaine_bgpic.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.adaptive-delivery-prevent-bg, #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.lazyload, #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.lazyloading { background-image: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { background-color: transparent; background-image: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container > .video-iframe-container { display: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container { display: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .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); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { border-width: 0; border-radius: 0; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6WKBG1pEzXZUocRGhSauy6DigFT0PPb { background-color:transparent;background-image: -webkit-linear-gradient(top, #2151aa, #020202);background-image: -moz-linear-gradient(top, #2151aa, #020202);background-image: -ms-linear-gradient(top, #2151aa, #020202);background-image: -o-linear-gradient(top, #2151aa, #020202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#020202' );";background-image: linear-gradient(to bottom, #2151aa, #020202);background-size:contain !important;display:block; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { background-color: transparent; background-image: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container > .video-iframe-container { display: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row > .video-iframe-container { display: none; }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .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); }#S6WKBG1pEzXZUocRGhSauy6DigFT0PPb > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { width:20rem;height:6.5234375rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;color:#dcdcc7;font-family:"bree serif";display:block; }
 }@media only screen and (max-width: 763px) { #wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { width:20rem;height:4.2734375rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { width:20rem;height:21.75rem;top:74.812110900881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2151aa);background-image: -moz-linear-gradient(180deg, #000000, #2151aa);background-image: -ms-linear-gradient(180deg, #000000, #2151aa);background-image: -o-linear-gradient(180deg, #000000, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2151aa' );";background-image: linear-gradient(180deg, #000000, #2151aa);background-size:auto !important;display:block; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { background-color: transparent; background-image: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .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); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.875rem;font-size:0.9375rem;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.9375rem;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { width:16.875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-button { width:16.875rem;height:4.1875rem;line-height:1;font-size:1.375rem;overflow:hidden;background-color:#ffff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#020202; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-moz-placeholder { font-size:1.125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-moz-placeholder { font-size:1.125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-ms-input-placeholder { font-size:1.125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { width:16.125rem;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.1; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { width:7.75rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container { padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.0625rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:first-of-type{padding-top:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:last-of-type{padding-bottom:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { width:17.6875rem;height:auto;top:0.255859375rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:17.5rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH {display:inline-block;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { width:17.6875rem;height:auto;top:0.255859375rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi {  }
 }@media only screen and (max-width: 763px) { #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { display:block; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VW2VLZb1ATmPTducwohhgmgKuEXWnXqA { display:block; }#VW2VLZb1ATmPTducwohhgmgKuEXWnXqA > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { width:3rem;height:3rem;top:2.5625rem;left:7.875rem;border-top:0.3125rem solid #9e9e9e;border-left:0.3125rem solid #9e9e9e;border-right:0.3125rem solid #9e9e9e;border-bottom:0.3125rem solid #9e9e9e;display:block; }
 }@media only screen and (max-width: 763px) { #V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { width:20rem;height:1.86865rem;top:6.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { width:20rem;height:1.86865rem;top:20.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:"bree serif";display:block; }
 }@media only screen and (max-width: 763px) { #Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { display:flex;width:1.81213125rem;height:1.81213125rem;top:3.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { display:flex;width:1.8125rem;height:1.8125rem;top:16.9375rem;left:9.0625rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { width:3rem;height:3rem;top:16.0625rem;left:8.1875rem;border-top:0.3125rem solid #9e9e9e;border-left:0.3125rem solid #9e9e9e;border-right:0.3125rem solid #9e9e9e;border-bottom:0.3125rem solid #9e9e9e;display:block; }
 }@media only screen and (max-width: 763px) { #twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { width:20rem;height:2.59895625rem;top:9.4990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { width:20rem;height:3.8984375rem;top:23.498046875rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { width:20rem;height:1.86865rem;top:36.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:"bree serif";display:block; }
 }@media only screen and (max-width: 763px) { #o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { width:20rem;height:2.59895625rem;top:38.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsoVENiz8AfOI4CuepPHuET27glzzCaQ { width:3rem;height:3rem;top:32.0625rem;left:8.125rem;border-top:0.3125rem solid #9e9e9e;border-left:0.3125rem solid #9e9e9e;border-right:0.3125rem solid #9e9e9e;border-bottom:0.3125rem solid #9e9e9e;display:block; }
 }@media only screen and (max-width: 763px) { #LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { display:flex;width:1.8125rem;height:1.8125rem;top:32.9375rem;left:9rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { display:none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e23236c5-a52c-473e-b87a-46de6491aac6/clouds_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.adaptive-delivery-prevent-bg, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyload, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyloading { background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { background-color: transparent; background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,199,0.35); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,199,0.35); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .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); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TawQRJhPLILbc4krWBNvyFsmAD5gS8If { width:13.87425rem;height:3.06171875rem;top:72.188282012938rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block; }
 }@media only screen and (max-width: 763px) { #lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { width:20rem;height:1.787325rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { width:20rem;height:60.0625rem;top:2.3767356872559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { width:18.25rem;height:36.38545rem;top:23.625000953674rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { width:18.4375rem;height:5.19791875rem;top:64.376735687256rem;left:0.78038197755812rem;font-size:1rem;color:#dcdcc7;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { width:14.75rem;height:14.75rem;top:4.8544921875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { display:none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg { display:block; }#g8AqCPOxNGZdFlG0yiBrQ1wZBA1JXeTg > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmtaKblDvzimcBLn5a6o5BUE9QRlzme2 { width:20rem;height:2.03125rem;top:1.2873268127441rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU { display:block; }#gxFx7LClcUTrhaFtUs6t7nVBNK1E6TyU > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9qoEggnTsQNBZTakeMhBcm7udoMMvOh { width:19rem;height:18.5rem;top:0.625rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(179deg, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(179deg, #dcdcc7, #2151aa);background-image: -o-linear-gradient(179deg, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(179deg, #dcdcc7, #2151aa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VCP8ESIBzrsQrAhOByezffVIWJf4bG6D { width:7.5rem;height:7.5rem;top:2.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OowoTewN5fEy4ZT7Eyp8ffvdKLAZyE { width:18.875rem;height:1.29948125rem;top:16.13671875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP7OxetzIWlnglVihPwtcGanNqvMCBTR { width:16.625rem;height:3.8984375rem;top:11.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XyHTXlqgsTWxl4xkwRGbTehX0aQNkGKh { width:19rem;height:22.625rem;top:19.875rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(top, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(top, #dcdcc7, #2151aa);background-image: -o-linear-gradient(top, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #dcdcc7, #2151aa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #op4p9lPVTpNc760dtkcVElLTBT5FaEUx { width:17.75rem;height:9.096375rem;top:30.7607421875rem;left:1.125rem;text-align:center;text-align-last:center;color:#dcdcc7;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t5EigqtQfWUvpuvNv3cieokUWgINvVIU { width:18.874125rem;height:1.29948125rem;top:40.496513366699rem;left:0.56076389551162rem;text-align:center;text-align-last:center;font-size:1rem;color:#dcdcc7;display:block; }
 }@media only screen and (max-width: 763px) { #Cb13p8mSbTdtnFbuxpbaZJb4hQatGASb { width:7.5rem;height:7.5rem;top:22.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzR7fBJFlL74DEnsAU4AeKt8R8z6PFqt { width:19rem;height:18.5rem;top:43.3125rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcdcc7, #2151aa);background-image: -moz-linear-gradient(top, #dcdcc7, #2151aa);background-image: -ms-linear-gradient(top, #dcdcc7, #2151aa);background-image: -o-linear-gradient(top, #dcdcc7, #2151aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcc7', endColorstr='#2151aa' );";background-image: linear-gradient(to bottom, #dcdcc7, #2151aa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #f6Ks1XAgD1TRNM2MZaMLyDIzzxpwadCQ { width:17.125rem;height:3.8984375rem;top:53.500000849366rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #McsfpurFDnEZ2gL30SbKRERD36lJJHQ4 { width:18.875rem;height:1.29948125rem;top:59.0625rem;left:0.56163197755814rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG { width:7.5rem;height:7.5rem;top:44.8125rem;left:6.25rem;background-color:#13a6fb;background-image:url("https://images.assets-landingi.com/uc/abec6e86-2da6-4d7f-978d-17a50d6ec027/Temi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.adaptive-delivery-prevent-bg, #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.lazyload, #L47VhlNoGZ3TEIT63GO4qvQZXXh0JMzG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2151aa, #000000);background-image: -moz-linear-gradient(180deg, #2151aa, #000000);background-image: -ms-linear-gradient(180deg, #2151aa, #000000);background-image: -o-linear-gradient(180deg, #2151aa, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2151aa', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2151aa, #000000);background-size:auto !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; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { background-color: transparent; background-image: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .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); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { border-width: 0; border-radius: 0; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { width:20rem;height:2.2743rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { width:19.9375rem;height:2.2744125rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { top:7.1875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block; }
 }