.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#050d9e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { border-width: 0; border-radius: 0; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;overflow:visible;position:relative;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:14rem;top:1.59375rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:33.0625rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.71875rem;left:47.8125rem; }
#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI { z-index:;position:relative;display:none; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI { border-width: 0; border-radius: 0; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/2a8ba034-6be1-4fd5-95eb-39b3d53893a5/1200x62811674e3641a9589.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.adaptive-delivery-prevent-bg, #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.lazyload, #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.lazyloading { background-image: none; }#ZlquET5aTKsT0v0Z0XAiLCItMFuNWVTP { background-color:#ddff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5850525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.748933792114rem;left:53.779294967651rem;display:block; }
#Bg2B1kJgNxWDt63KmKMUUm8QlUhaTSzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/59caa501-48df-41d6-9233-47bab671f615/Desktop11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I.adaptive-delivery-prevent-bg, #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I.lazyload, #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I.lazyloading { background-image: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container { background-color: transparent; background-image: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container > .video-iframe-container { display: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row > .video-iframe-container { display: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .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); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container { border-width: 0; border-radius: 0; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Hk47Dburhyox81kyhGnBbuLA3hRvHDhw { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rHtbdL3VR81MmiDAW952n5TbffmbVcdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqATsulS9wSGrsEoiUT1mTTczTDqzEX2 { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#b1ESvBR2whTEy0SGgTuE7BqR2c8yJOm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trLJkP1HEyvgtZmQtMKu02c4wI79Eqqn { z-index:15003;top:4.375rem;left:31.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JtsgGCs8sM4hJdTqDHVVA2lZLA9WfSvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DluZzNKdTmsvwUEDlW7WhEfPXTNO7yQ1 { color:#000676;display:block;width:1.6875rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2rem;height:1.8681625rem;display:none; }
#W4tb5VLe24W1BWS8CVp3Foa15EWtTMPc { background-color:#00e5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4998125rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.87091422081rem;left:4.873046875rem;display:block; }
#ePweAHCzvnfUUKld7EaRhG0xbMToms9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdJKeWs7fUXkLVhpM4aRWyTPQeUJPFSL { color:#ffffff;display:block;width:62.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:34.5625rem;left:0rem;height:0;font-style:normal;display:none; }
#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW { z-index:;position:relative;display:none; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW { border-width: 0; border-radius: 0; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/f4b8e838-2124-4c03-92f9-d519ae491893/Desktop4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.adaptive-delivery-prevent-bg, #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.lazyload, #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.lazyloading { background-image: none; }#N1wcURO1RgKW1TCzoetUDZOUn23Tanip { color:#ffffff;display:block;width:44.936rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.786458015442rem;left:0rem;height:0.89323125rem;display:block; }
#pIIdowJwUgJFtzOUyxdaszACf5znGXAS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.375rem;left:0.75rem; }
#bm33JToZ2vC5VtPMfcCMr3oJ5XG6scXw { color:#ffffff;display:block;width:18.686rem;position:absolute;font-family:"bebas neue";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:.6;letter-spacing:0;top:1.9375rem;left:2.8125rem;height:0.7877625rem;display:block; }
#Ofo963yDezSJfAXk7n9M9vtsAZofN1O0 { background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.62456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.585504055023rem;left:50.123697280884rem;display:block; }
#vyb6hyVRVO0JITLlWbBF4iCLT5i28CSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flNb6rJFixX94T7zwaTB9bTVgCuMwdTL { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.6866331100464rem;left:46.665582656861rem;height:2.51844375rem;font-style:italic;display:block; }
#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb { background-color:#04053b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row .container { border-width: 0; border-radius: 0; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#KM9yM4vqGfrQUyxRgWHcTx9k5ak3SgvO { background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.085069656372rem;left:2.9991321563721rem;display:block; }
#pgsN1dZusXoOcOaQdkIeWtqffe8uLwK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nms67K9hufzk74TJTP48UOtsSHfC0kkv { color:#ffffff;display:block;width:41.186rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.124567508697rem;left:2.3090286254883rem;height:0.82465rem;font-style:normal;display:none; }
#SQEVxMDmd6E6Ws9h21gbvNDLMJ2BFz6R { color:#ffffff;display:block;width:59.6245625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:33.119576454162rem;left:0rem;height:0.82465rem;font-style:normal;display:block; }
#FSi89TfEKQMKIDg1SF4rMZQ0dUqFkxmV { color:#b524fd;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:3.0625rem;left:6.625rem;height:5.118275rem;font-style:normal;display:block; }
#iu0wqO0MwCtL495ITB880LdnBypg9CoQ { color:#007aff;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:6.375rem;font-weight:700;z-index:15025;line-height:.8;letter-spacing:0;top:8.125rem;left:3rem;height:5.099825rem;font-style:normal;display:block; }
#nhNX3NwkfH6uAtW5LK5qywsQEtlN5ciG { box-sizing:content-box;height:9.5rem;width:21.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;top:14.8125rem;left:3rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.125rem solid #050d9e;border-left:0.125rem solid #050d9e;border-right:0.125rem solid #050d9e;border-bottom:0.125rem solid #050d9e;display:block; }
#WU1r4KTn447hhV8kxNo8m5F9FaN3erVo { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:6rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:14.8125rem;left:7.1875rem;height:7.8005625rem;font-style:normal;display:block; }
#lsHiBVIMC6ez0wFS3kbihmZ3feWLFfyp { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.4375rem;left:5.5rem;height:1.8684875rem;display:block; }
#ECvsBPeahRuR9s1OuuFmakqwdJwAGTGg { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:21rem;left:8.125rem;height:5.19748125rem;font-style:normal;display:block; }
#bmkyMoExL9UGBw0HQsT6ftiOss3lgEfW { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.4375rem;left:15.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#xcNrUlxiDrw70zi8PAyZKNxgDuZcsJ2m { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.75rem;left:15.5625rem;height:2.599825rem;font-style:normal;display:block; }
#INITnlTPPhUgPPQ889kgW73zLNfEUyrI { position:absolute;display:block;z-index:15032;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.4375rem;width:40.25rem;top:0rem;left:34.621201747212rem;overflow:hidden;display:block; }
#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { background-color: transparent; background-image: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container > .video-iframe-container { display: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row > .video-iframe-container { display: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .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); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { border-width: 0; border-radius: 0; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5148c833-dcfc-4362-aef0-4a280775127b/3A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:9.3125rem;width:10.5rem;top:3.75rem;left:12.625rem;display:block; }#qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7.adaptive-delivery-prevent-bg, #qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7.lazyload, #qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7.lazyloading { background-image: none; }
#fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e00163d-aa8e-41da-b897-6ba28de2e88b/2A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:9.3125rem;width:10.5rem;top:3.75rem;left:33.8125rem;display:block; }#fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg.adaptive-delivery-prevent-bg, #fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg.lazyload, #fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg.lazyloading { background-image: none; }
#CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/16e5e852-58ab-4a76-a5f0-6deb5d9e5d85/1A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:8.375rem;width:10.9375rem;top:3.75rem;left:54.875rem;display:block; }#CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs.adaptive-delivery-prevent-bg, #CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs.lazyload, #CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs.lazyloading { background-image: none; }
#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { background-color: transparent; background-image: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .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); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { border-width: 0; border-radius: 0; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9411830f-da33-4467-bc59-777e3725a62d/6.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.adaptive-delivery-prevent-bg, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyload, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyloading { background-image: none; }
#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/75ff5e50-7120-4468-958c-8f39f1ec2c18/8.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.adaptive-delivery-prevent-bg, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyload, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyloading { background-image: none; }
#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/b273301c-d7e5-4c3c-9a85-1f9c57cd74f1/7.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.adaptive-delivery-prevent-bg, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyload, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyloading { background-image: none; }
#KunHCexRxm15AJbQop7FlLbneGWCJaJI { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/6b026d48-7b24-45fa-81bc-2690e8eedbd3/9.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#KunHCexRxm15AJbQop7FlLbneGWCJaJI.adaptive-delivery-prevent-bg, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyload, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyloading { background-image: none; }
#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .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); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { border-width: 0; border-radius: 0; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:url("https://images.assets-landingi.com/uc/15a0ad76-1c57-462b-a9ad-2136ea4574f4/divider2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.adaptive-delivery-prevent-bg, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyload, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyloading { background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { background-color: transparent; background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .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); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { border-width: 0; border-radius: 0; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { color:#050d9e;display:block;width:29.875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:18.4375rem;left:40rem;height:15.625rem;font-style:normal;display:block; }
#KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:18.4375rem;left:37.5rem;height:17.1875rem;font-style:normal;display:block; }
#pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { color:#050d9e;display:block;width:31.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:37.5rem;height:4.8125rem;font-style:normal;display:block; }
#lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:14.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:14.5626875rem;font-style:normal;display:block; }
#F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.625rem;left:37.5rem;display:block; }
#Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThlTcpCUcNi0zs6xUnu7V38gyfezukys { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:23.0625rem;top:9.25rem;left:8.25390625rem;overflow:hidden;display:block; }
#ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { color:#deff00;display:block;width:2.5rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:18.4375rem;left:37.5rem;height:15.46875rem;font-style:normal;display:none; }
#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;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; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { background-color: transparent; background-image: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .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); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { border-width: 0; border-radius: 0; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/dbaa268a-73ad-47ef-b140-97607c1fe41c/p10.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.adaptive-delivery-prevent-bg, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyload, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyloading { background-image: none; }
#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/71017def-e134-4354-8ba3-04b6accac256/thumb_3650_360_300_0_0_crop.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.adaptive-delivery-prevent-bg, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyload, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyloading { background-image: none; }
#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/74482651-2385-4146-961d-a6ecd009b9a7/p9.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.adaptive-delivery-prevent-bg, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyload, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyloading { background-image: none; }
#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/3da41fad-86d3-4692-84c7-38653f4f07f1/ps4.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.adaptive-delivery-prevent-bg, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyload, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyloading { background-image: none; }
#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;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; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .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); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { color:#050d9e;display:block;width:31.25rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:21.8125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.25rem;left:29.8125rem;display:block; }
#Kkryom4WsnAKmmoalsU1Qn73P6daR7td { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { background-color: transparent; background-image: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .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); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { border-width: 0; border-radius: 0; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11rem;top:4.625rem;left:0rem;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.adaptive-delivery-prevent-bg, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyload, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyloading { background-image: none; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:71.75rem; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.703125rem;left:64.375rem;height:1.71875rem;font-style:normal;display:block; }
#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2229bf;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { background-color: transparent; background-image: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .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); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { background-color:transparent;background-image:none;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ddff00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:62.75rem;display:block; }
#s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.65625rem;left:39.9375rem;height:1.375rem;font-style:normal;display:block; }
#F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { position:absolute;display:block;z-index:15005;background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:72.90625rem;display:block; }
#TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:14rem;height:5.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { width:41.9375rem;height:1.375rem;top:4.75rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI { display:none; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZlquET5aTKsT0v0Z0XAiLCItMFuNWVTP { width:14.6875rem;height:3.5625rem;top:26.6875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2B1kJgNxWDt63KmKMUUm8QlUhaTSzS { display:block; }
 }@media only screen and (max-width: 763px) { #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I { display:block; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hk47Dburhyox81kyhGnBbuLA3hRvHDhw { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHtbdL3VR81MmiDAW952n5TbffmbVcdu { display:block; }
 }@media only screen and (max-width: 763px) { #BqATsulS9wSGrsEoiUT1mTTczTDqzEX2 { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1ESvBR2whTEy0SGgTuE7BqR2c8yJOm0 { display:block; }
 }@media only screen and (max-width: 763px) { #trLJkP1HEyvgtZmQtMKu02c4wI79Eqqn { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtsgGCs8sM4hJdTqDHVVA2lZLA9WfSvr { display:block; }
 }@media only screen and (max-width: 763px) { #DluZzNKdTmsvwUEDlW7WhEfPXTNO7yQ1 { width:1.6875rem;height:1.8125rem;top:17.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4tb5VLe24W1BWS8CVp3Foa15EWtTMPc { width:20.4375rem;height:5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePweAHCzvnfUUKld7EaRhG0xbMToms9r { display:block; }
 }@media only screen and (max-width: 763px) { #gdJKeWs7fUXkLVhpM4aRWyTPQeUJPFSL { width:47.75rem;height:0.8125rem;top:34.5625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW { display:none; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N1wcURO1RgKW1TCzoetUDZOUn23Tanip { width:44.875rem;height:0.875rem;top:27.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIIdowJwUgJFtzOUyxdaszACf5znGXAS { width:1.25rem;height:1.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm33JToZ2vC5VtPMfcCMr3oJ5XG6scXw { width:18.625rem;height:0.75rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofo963yDezSJfAXk7n9M9vtsAZofN1O0 { width:21.5625rem;height:4.5625rem;top:19.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyb6hyVRVO0JITLlWbBF4iCLT5i28CSi { display:block; }
 }@media only screen and (max-width: 763px) { #flNb6rJFixX94T7zwaTB9bTVgCuMwdTL { width:27.1875rem;height:2.5rem;top:2.625rem;left:20.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb { display:none; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KM9yM4vqGfrQUyxRgWHcTx9k5ak3SgvO { width:21.5625rem;height:4.625rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsN1dZusXoOcOaQdkIeWtqffe8uLwK2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nms67K9hufzk74TJTP48UOtsSHfC0kkv { width:41.125rem;height:0.8125rem;top:27.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQEVxMDmd6E6Ws9h21gbvNDLMJ2BFz6R { width:47.75rem;height:0.8125rem;top:33.0625rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSi89TfEKQMKIDg1SF4rMZQ0dUqFkxmV { width:16.875rem;height:5.0625rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0wqO0MwCtL495ITB880LdnBypg9CoQ { width:24.0625rem;height:5.0625rem;top:8.125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhNX3NwkfH6uAtW5LK5qywsQEtlN5ciG { width:21.3125rem;height:9.4375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU1r4KTn447hhV8kxNo8m5F9FaN3erVo { width:8.625rem;height:7.8125rem;top:14.8125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHiBVIMC6ez0wFS3kbihmZ3feWLFfyp { width:1.625rem;height:1.8125rem;top:16.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvsBPeahRuR9s1OuuFmakqwdJwAGTGg { width:11.25rem;height:2.5625rem;top:21rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkyMoExL9UGBw0HQsT6ftiOss3lgEfW { width:5.3125rem;height:3.625rem;top:16.4375rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcNrUlxiDrw70zi8PAyZKNxgDuZcsJ2m { width:4.6875rem;height:2.5625rem;top:19.75rem;left:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INITnlTPPhUgPPQ889kgW73zLNfEUyrI { width:40.25rem;height:34.4375rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm { display:block; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7 { width:10.5rem;height:9.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg { width:10.5rem;height:9.3125rem;top:3.75rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs { width:10.9375rem;height:8.375rem;top:3.75rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:29.8125rem;height:15.625rem;top:18.375rem;left:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:17.1875rem;top:18.375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { width:31.5rem;height:4.8125rem;top:0rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:47.75rem;height:14.5625rem;top:1.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:18.5rem;height:4.375rem;top:36.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThlTcpCUcNi0zs6xUnu7V38gyfezukys { width:23.0625rem;height:37.875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.8125rem;top:9.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:31.25rem;height:8.5rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:15.3125rem;height:4.1875rem;top:12.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkryom4WsnAKmmoalsU1Qn73P6daR7td { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:11rem;height:3.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:3.25rem;height:3.25rem;top:4.9375rem;left:44.5rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.6875rem;top:5.6875rem;left:41.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:12.25rem;height:3.4375rem;top:0.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:22.25rem;height:1.375rem;top:1.625rem;left:25.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#050d9e;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) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:7.125rem;height:2.375rem;top:1.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { width:7.75rem;height:1.6495rem;top:2.125rem;left:12.25rem;font-size:0.75rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:0.875rem;height:0.875rem;top:1rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI { display:none; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container { width:20rem;height:26.5625rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9a1c3032-c262-428f-b7e9-7c30a1698a66/960x12001674e3788cfd07.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.adaptive-delivery-prevent-bg, #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.lazyload, #qTaT5MXR0S56Wydu1ugenx3npOJI3XZI > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZlquET5aTKsT0v0Z0XAiLCItMFuNWVTP { width:10.687125rem;height:2.578833125rem;top:21.811964035034rem;left:8.8103688955306rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #a6c000;box-shadow: none;background-color:#ddff00;background-image:none;color:#050d9e;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2B1kJgNxWDt63KmKMUUm8QlUhaTSzS { display:block; }
 }@media only screen and (max-width: 763px) { #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I { display:block; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I { background-color: transparent; background-image: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container > .video-iframe-container { display: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row > .video-iframe-container { display: none; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .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); }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I { border-width: 0; border-radius: 0; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container { width:20rem;height:28.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ced2a585-626e-4afd-8d57-e40726b758e4/Mobile7.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;position:relative;display:block; }#bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container.adaptive-delivery-prevent-bg, #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container.lazyload, #bLDnqk5mzKIAK76RTl9gQTVgmvTOLt5I > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Hk47Dburhyox81kyhGnBbuLA3hRvHDhw { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHtbdL3VR81MmiDAW952n5TbffmbVcdu { display:block; }
 }@media only screen and (max-width: 763px) { #BqATsulS9wSGrsEoiUT1mTTczTDqzEX2 { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1ESvBR2whTEy0SGgTuE7BqR2c8yJOm0 { display:block; }
 }@media only screen and (max-width: 763px) { #trLJkP1HEyvgtZmQtMKu02c4wI79Eqqn { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtsgGCs8sM4hJdTqDHVVA2lZLA9WfSvr { display:block; }
 }@media only screen and (max-width: 763px) { #DluZzNKdTmsvwUEDlW7WhEfPXTNO7yQ1 { width:1.6875rem;height:0;top:21.5625rem;left:4.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4tb5VLe24W1BWS8CVp3Foa15EWtTMPc { width:13.8743125rem;height:4.0625rem;top:14.870383262634rem;left:0.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#00e5ff;background-image:none;color:#2247ab;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePweAHCzvnfUUKld7EaRhG0xbMToms9r { display:block; }
 }@media only screen and (max-width: 763px) { #gdJKeWs7fUXkLVhpM4aRWyTPQeUJPFSL { width:20rem;height:2.0625rem;top:37.75rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW { display:none; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW { border-width: 0; border-radius: 0; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container { width:20rem;height:26.875rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9adf4384-26c8-400e-a850-4e58088eabaa/Mobile2.png");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;position:relative;display:none; }#KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.adaptive-delivery-prevent-bg, #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.lazyload, #KHU8Ka0bvKgzFt3lUxLAOczZxVT9xukW > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #N1wcURO1RgKW1TCzoetUDZOUn23Tanip { width:19.8730625rem;height:0.7309rem;top:26.010200977326rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIIdowJwUgJFtzOUyxdaszACf5znGXAS { width:1.25rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm33JToZ2vC5VtPMfcCMr3oJ5XG6scXw { width:9.8123125rem;height:0.75rem;top:1.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofo963yDezSJfAXk7n9M9vtsAZofN1O0 { width:18.9995625rem;height:4.56163125rem;top:20.706381320953rem;left:0.50021702051162rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#007aff;background-image:none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyb6hyVRVO0JITLlWbBF4iCLT5i28CSi { display:block; }
 }@media only screen and (max-width: 763px) { #flNb6rJFixX94T7zwaTB9bTVgCuMwdTL { width:20rem;height:1.787325rem;top:14.302301883698rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb { display:none; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb { border-width: 0; border-radius: 0; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkgVD8USPiVPT8ZmsKZ7MOgsNi6zQAhb > .row .container { width:20rem;height:35rem;background-color:#04053b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KM9yM4vqGfrQUyxRgWHcTx9k5ak3SgvO { width:14.9370625rem;height:3.18685rem;top:25.693360805511rem;left:2.5303819775581rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#007aff;background-image:none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsN1dZusXoOcOaQdkIeWtqffe8uLwK2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nms67K9hufzk74TJTP48UOtsSHfC0kkv { width:20rem;height:0;top:25.0625rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SQEVxMDmd6E6Ws9h21gbvNDLMJ2BFz6R { width:20rem;height:0.82465rem;top:31.118707180023rem;left:0rem;font-size:0.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSi89TfEKQMKIDg1SF4rMZQ0dUqFkxmV { width:8.3745625rem;height:2.59874375rem;top:18.875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0wqO0MwCtL495ITB880LdnBypg9CoQ { width:7.8125rem;height:2.149525rem;top:21.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhNX3NwkfH6uAtW5LK5qywsQEtlN5ciG { width:9.625rem;height:6.0625rem;top:18.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU1r4KTn447hhV8kxNo8m5F9FaN3erVo { width:4.375rem;height:4.14388125rem;top:18.25rem;left:11.3125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHiBVIMC6ez0wFS3kbihmZ3feWLFfyp { width:1.62435rem;height:1.13606875rem;top:19rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvsBPeahRuR9s1OuuFmakqwdJwAGTGg { width:8.0620625rem;height:1.7871125rem;top:22.375rem;left:10.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkyMoExL9UGBw0HQsT6ftiOss3lgEfW { width:3.56228125rem;height:1.8684875rem;top:19rem;left:15.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcNrUlxiDrw70zi8PAyZKNxgDuZcsJ2m { width:3.56228125rem;height:0.8941rem;top:20.75rem;left:15.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INITnlTPPhUgPPQ889kgW73zLNfEUyrI { width:20rem;height:17.1115625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { background-color: transparent; background-image: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container > .video-iframe-container { display: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row > .video-iframe-container { display: none; }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .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); }#lCltCM7w19gZIBQ3nqFACe0ShzTXwqxm > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRUZ2JT5uVTkt9tp09TMHOq9Jwbc9Hz7 { width:5.6875rem;height:5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrG9lnT8GUbMMDHg7lTbHJZK66FF7vg { width:5.8125rem;height:5.0625rem;top:3.28125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWS4gCpKvhRSKk5uX7hrlXZCe3NaJcxs { width:5.625rem;height:4.3125rem;top:3.40625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .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); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:20rem;height:42.557704345703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:18.5rem;height:14.62270625rem;top:10.05859375rem;left:1.5625rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:0;top:10.18359375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { width:20rem;height:2.74858125rem;top:1.49609375rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:20rem;height:4.375rem;top:4.43359375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:14.4375rem;height:3.75rem;top:27.9326171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThlTcpCUcNi0zs6xUnu7V38gyfezukys { width:9.4375rem;height:15.5rem;top:27.05859375rem;left:11.1484375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.872375rem;top:9.1427955627444rem;left:0rem;font-size:1.25rem;z-index:15005;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { background-color:#04ceff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .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); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:20rem;height:7.5rem;top:1.357421875rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:15.3125rem;height:4.1875rem;top:10.35546875rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkryom4WsnAKmmoalsU1Qn73P6daR7td { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:6.875rem;height:2.375rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:2rem;height:2rem;top:9.65625rem;left:9rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.1684rem;top:8.17578125rem;left:6.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:6.875rem;height:2.0625rem;top:0.41796875rem;left:13.125rem;font-size:0.75rem;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:11.625rem;height:0.6875rem;top:1.0625rem;left:1.625rem;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.4375rem;height:0.4375rem;top:0.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { top:0.8125rem;left:0.3125rem;width:1rem;height:1rem;z-index:15006;display:block; }
 }