.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.5625rem;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.6875rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:4.75rem;left:32.125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { 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:15009;opacity:1;top:4.71875rem;left:51.875rem; }
#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06b09636-f8c4-4811-aa61-335e3d63d388/MKTCampanhadeSetembroApresentaoFranquias1_page0022.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd.adaptive-delivery-prevent-bg, #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd.lazyload, #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd.lazyloading { background-image: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container { background-color: transparent; background-image: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container > .video-iframe-container { display: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row > .video-iframe-container { display: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .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); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container { border-width: 0; border-radius: 0; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bAPduQZk6eiaBUUGCT2inVl0rSsHCOgp { 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; }
#JQmLweHgzTJ4gTs3UEHkHl7T3EMDpn4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVSOB4wN2p5KzBO9xgn7c0kkAI20Okmv { 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; }
#HUgiOwhQob7xiMqA5EVEfDNICd6nHtfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9rUuKsEbLbAkleT4rT38gQRMFL8yieK { 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; }
#FwTGhlwnvfPTR0P5I6TqyWpJwdWlMdo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1tJQmMybPVvxoByh6cAPBznTwtW2znT { 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:block; }
#oV1NHTyUr5B6sc7mrhpZTMsvibfFksd8 { color:#000676;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:6.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.8125rem;height:8.6123125rem;font-style:normal;display:block; }
#tPeNSWvgSbhQil7QQWH1WVql7uInJhtu { color:#000676;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.4375rem;left:11.5rem;height:3.57421875rem;font-style:normal;display:block; }
#TtfsIPLrKrIG3uxAkmcbyA8iWJ945rkB { color:#000676;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:21rem;left:11.75rem;height:1.29980625rem;font-style:normal;display:block; }
#ZPCPETmS8AkhKPTStJCiiUEPzxqVB1Op { box-sizing:content-box;height:7.6875rem;width:19.5625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15036;background-color:#ff5777;background-image:none;top:23.9375rem;left:0rem;display:block; }
#mN4seRAXm9cSgEF6SEIRt1ChP1mCgZlg { position:absolute;display:block;z-index:15037;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.25rem;width:8.9375rem;top:22.3125rem;left:11.5rem;overflow:hidden;display:block; }
#DvFUVIIwvHtc4wG1G6hbBA82WGF3u9a8 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"bebas neue";font-size:7.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:10.07425rem;font-style:normal;display:block; }
#ekF0vh0D243IyHoekiL2ADXxqp5HOlJI { background-color:#2247ab;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:#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:20.5rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.6875rem;left:23.0625rem;display:block; }
#vR8OkxaroQht02N1EOtxpcagf3TIux1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klQSlzs4J0kQRNta5XWH4LF2Miatok9i { 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.82421875rem;font-style:normal;display:block; }
#TWqtCHkn4lowuTJ0dSKih8FABEMnKio3 { box-sizing:content-box;height:7.6875rem;width:19.5rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15017;background-color:#04ceff;background-image:none;top:16.75rem;left:0.0625rem;display:block; }
#hb6ros7ewBAIAK8oeKTUekIrcDTTXB7Z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:26rem;left:1.25rem;height:3.8984375rem;display:block; }
#ngWJ2bLgdnSrt3gDvPiHpBdApQKcAu2G { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:14998;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:9.691375rem;font-style:normal;display:block; }
#w68xTTMWf9Q9maXlS9Db7LAtufnGuFmb { z-index:15003;top:16.8125rem;left:0.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #fea858;border-left:0.125rem solid #fea858;border-right:0.125rem solid #fea858;border-bottom:0.125rem solid #fea858;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fea858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:7.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gcANbBKqzBQVQ8tEOqzVxDOkiwB7DiAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJhThGRJoeOazcK5sLiEtfhGptZQVR1f { z-index:15004;top:24.375rem;left:0.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #fea858;border-left:0.125rem solid #fea858;border-right:0.125rem solid #fea858;border-bottom:0.125rem solid #fea858;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fea858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.7152775rem;height:6.9652775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Cmn6uCSwXVrMTWOMPIdQqISmNcRgv3TI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 { z-index:;position:relative;display:none; }#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 { border-width: 0; border-radius: 0; }#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 > .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; }#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 > .row .container { background-color:#0c077c;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;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; }#pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu { box-sizing:content-box;height:29.1875rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c69edb82-2c97-4489-a5fa-84f8ac26f6c4/download4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu.adaptive-delivery-prevent-bg, #pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu.lazyload, #pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu.lazyloading { background-image: none; }
#SwgFDy89J3kXMN8PWXBXeI4wyulgKil4 { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3740234375rem;left:28.84375rem;height:13.8125rem;display:block; }
#pzTGEd1knZ7LfhvlaNoteoMZQCXUMtTK { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"bebas neue";font-size:4.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0615234375rem;left:28.84375rem;height:6.09375rem;display:block; }
#Z1UGga9q8vCZylNZ87uEdstyyyHxSJEK { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:roboto;font-size:0.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.8740234375rem;left:12.78125rem;height:0.55rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WRsoFvqh1qW43TeRTDJsEQIsfHf3DbTW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6rem;width:5.6875rem;top:18.2490234375rem;left:28.84375rem;overflow:hidden;display:block; }
#KDp4dFTgiiatV3oZI2TEqACIP7hoPyBZ { box-sizing:content-box;height:9.8125rem;width:11.5rem;position:absolute;display:block;z-index:15003;background-color:#00d0ff;background-image:none;top:0rem;left:63.278381642512rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KtniABdFQsN3qAohdpnD8hNvCVoG8UrR { background-color:#ddff00;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.25rem solid #a5be05;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:17.625rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.374219894409rem;left:55.530472755432rem;display:block; }
#ZD1TVi7lat12ylxz7xW9KBCdL42cCQbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv { z-index:;position:relative;display:none; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv { border-width: 0; border-radius: 0; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .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; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .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; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.adaptive-delivery-prevent-bg, #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.lazyload, #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.lazyloading { background-image: none; }#PuEbmwn9vIQ9vyoRfXC5DtbvVdFTnpNy { 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; }
#ewhFsl6T3tqnXBStPnex4UKIGMyyTO8x { background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.28);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.6875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:21.3748125rem;height:5.103948125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.370010375976rem;left:50.248483657837rem;display:block; }
#HGE2Nm5mdeaZcTDyJ6p4VfOretslv4mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiVcGNHaNZl8yRrsuFpzwJltwr3g3iKk { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5694446563721rem;left:47.311197280884rem;height:2.51844375rem;font-style:italic;display:block; }
#cZSidW56skTImrIOv8d8uNdUCDWubFkU { z-index:;position:relative;display:none; }#cZSidW56skTImrIOv8d8uNdUCDWubFkU { border-width: 0; border-radius: 0; }#cZSidW56skTImrIOv8d8uNdUCDWubFkU > .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; }#cZSidW56skTImrIOv8d8uNdUCDWubFkU > .row .container { background-color:#0c077c;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;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; }#LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r { box-sizing:content-box;height:29.1875rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c69edb82-2c97-4489-a5fa-84f8ac26f6c4/download4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r.adaptive-delivery-prevent-bg, #LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r.lazyload, #LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r.lazyloading { background-image: none; }
#du2a7co25zUgGITP482b8s42x2AczZwP { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3740234375rem;left:28.84375rem;height:13.8125rem;display:block; }
#Tv6iezPuTIi4VGS0eadPRVHHT0loVA3q { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"bebas neue";font-size:4.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0615234375rem;left:28.84375rem;height:12.1875rem;display:block; }
#OszwpZP6IVcwROsfplg7krZW71LJIElM { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:roboto;font-size:0.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.8740234375rem;left:12.78125rem;height:0.55rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oKt0wawxFrxTZwBmKcD4OVf7ZfTyTHS5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6rem;width:5.6875rem;top:18.2490234375rem;left:28.84375rem;overflow:hidden;display:block; }
#F1TmiG2DENpINqngrXHssL45fXCRoeuD { box-sizing:content-box;height:9.8125rem;width:11.5rem;position:absolute;display:block;z-index:15003;background-color:#00d0ff;background-image:none;top:0rem;left:63.278381642512rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CqcWy4JpxkTGTc5Ghh1ww35IWASLbDxa { background-color:#ddff00;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.25rem solid #a5be05;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:17.625rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.374219894409rem;left:55.530472755432rem;display:block; }
#DzZBxgU5g3WOgyHTSxqrCBeb1khTUEdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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.2;letter-spacing:0;top:17.5rem;left:40rem;height:22.5rem;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.2;letter-spacing:0;top:17.5rem;left:37.5rem;height:20.625rem;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.4rem;height:4.2875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.8125rem;left:38.75rem;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; }
#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 { 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; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container { background-color: transparent; background-image: none; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container > .video-iframe-container { display: none; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row > .video-iframe-container { display: none; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .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); }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container { border-width: 0; border-radius: 0; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#g3UHvyAvTcUQtZMa34yE738K2tkgIiiL { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/1eadb1e1-4268-4dcf-a8ae-21f57b02d66b/whatsappimage20240924at16001966f329a171a38.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:0rem;display:block; }#g3UHvyAvTcUQtZMa34yE738K2tkgIiiL.adaptive-delivery-prevent-bg, #g3UHvyAvTcUQtZMa34yE738K2tkgIiiL.lazyload, #g3UHvyAvTcUQtZMa34yE738K2tkgIiiL.lazyloading { background-image: none; }
#bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/8ab3af9b-4cfd-4d45-bf39-360dd0a2f55b/whatsappimage20240924at160020266f329a256c88.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; }#bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt.adaptive-delivery-prevent-bg, #bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt.lazyload, #bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt.lazyloading { background-image: none; }
#DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/00960ff0-ea3d-47ce-ba9c-a131d8560282/whatsappimage20240924at160021166f329a337eac.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:37.5rem;display:block; }#DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm.adaptive-delivery-prevent-bg, #DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm.lazyload, #DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm.lazyloading { background-image: none; }
#MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/93b8b2db-612e-4828-8724-a79d3ebe2643/whatsappimage20240924at160020166f329a2544bd.webp");background-position:bottom 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; }#MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms.adaptive-delivery-prevent-bg, #MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms.lazyload, #MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms.lazyloading { background-image: 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:26.8125rem;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/db0d1edc-3516-4916-a230-2b2a9f5722e5/bluefit4064f7083628550.webp");background-position:center left !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/787fb1ef-28a6-4f52-bb79-93dded7700f9/bluefit1964f708323a044.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/c79df0eb-a6f3-426d-9f7d-1541141072ac/bluefit5664f70839be658.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: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/365791d0-136e-404c-a353-e6b667375939/bluefit864f708303fdd8.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:56.25rem;display:block; }#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.adaptive-delivery-prevent-bg, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyload, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyloading { background-image: none; }
#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { background-color:#04ceff;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; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { background-color: transparent; background-image: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container > .video-iframe-container { display: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container { display: none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .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); }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { border-width: 0; border-radius: 0; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;overflow:visible;position:relative;display:block; }#NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.8125rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tD6atbXpt6eKxaekfVyxggrmIbaK8VGB { color:#ffffff;display:block;width:73.75rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.1875rem;left:0.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CHmGTf7Bnk0JhKTA5GASvAc5Uky5DhLF { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0rem;left:19.28125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbsLLdJdLAAPRwJ71IN1Lq87JwVsnEVK { position:absolute;display:block;z-index:15000;background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.5625rem;top:6.4375rem;left:19.21875rem;display:block; }
#PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top 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; }#PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.adaptive-delivery-prevent-bg, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.lazyload, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.lazyloading { background-image: none; } #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection *:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="text"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="email"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="tel"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection textarea:focus-visible { outline: none; } #NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { background-color: transparent; background-image: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container > .video-iframe-container { display: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container { display: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .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); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { border-width: 0; border-radius: 0; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top 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:none; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.adaptive-delivery-prevent-bg, #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.lazyload, #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.lazyloading { background-image: none; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row .container { border-width: 0; border-radius: 0; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#rxm8GlVfk1P79deHttKQbRlRzwa8n2zH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#r1FbZ3cml240mZSKsEVhsQQdUxJftwlQ { position:absolute;display:block;z-index:15001;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:7.8125rem;width:14.125rem;top:0.625rem;left:15.5rem;overflow:hidden;display:block; }
#uV2N0AdPevTww0p2uCH7tdZFy1unAqAK { position:absolute;display:block;z-index:15002;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:7.8125rem;width:14.125rem;top:0.625rem;left:30.4375rem;overflow:hidden;display:block; }
#pq2g9nwGKsoZptREuWn1WCKeKAwEmdZS { position:absolute;display:block;z-index:15003;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:7.8125rem;width:14.125rem;top:0.625rem;left:46.25rem;overflow:hidden;display:block; }
#c4c1MnKXMPRZkpVb9mlkDcJDdTvWiypm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.125rem;top:0.625rem;left:60.875rem;overflow:hidden;display:block; }
#TfaWTzTJEx43vcZ9Em6yz0rHKuvU2Nwq { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.875rem;left:16.53125rem;height:20.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyWrMS8aOq4kf7UX4mnSMzwTsU5QWVVf { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.03125rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KySuxvd4GlSHXyXsV9cq8LJozhEUMKOR { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.875rem;left:31.46875rem;height:15.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSPfFwZ4TfuyEEFU2Qpx8cE8e811emU2 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:47.28125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMRl9OLvPeNhueDPfJrctnE29ZmWU3xA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.875rem;left:61.90625rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E { position:relative;display:none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E { border-width: 0; border-radius: 0; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FrEVwNNHkZcKwVGv0VqLuTVTELWpQ31d { 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:6.0625rem;width:6.0625rem;top:5.4375rem;left:44.0625rem;overflow:hidden;display:none; }
#i1BXbRcbMbgCRyw1JENcfBdsEIz66bTg { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.25rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d245f6e4-93b4-4d2d-ab10-d70c78924e5f/thumb_1782_0_0_0_0_auto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.adaptive-delivery-prevent-bg, #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.lazyload, #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.lazyloading { background-image: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { background-color: transparent; background-image: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container > .video-iframe-container { display: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row > .video-iframe-container { display: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .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); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { border-width: 0; border-radius: 0; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#g53RFBFF0XImNHVtW6Egkgmocp2rXmmL { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:12.4375rem;left:16.75rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK9ZlC17SUHsE23Eycg0fOkd0t8sAvRe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.625rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sws9XuTplTNBHXbwXo6JeF9AselLmkiO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #999999;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:#050d9e;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:17.5rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.875rem;left:28.75rem;display:block; }
#mwMsk09QX595zXXhNpiFDGdI0baOrEBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { 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; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { background-color: transparent; background-image: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container > .video-iframe-container { display: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container { display: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .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); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { border-width: 0; border-radius: 0; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:25.3125rem;left:62.8125rem;overflow:hidden;display:block; }
#vZxUU6sJClQIVRloe1fKzsSehvet7iHL { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.125rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.1875rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { position:absolute;display:block;z-index:15002;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:6.0625rem;width:6.0625rem;top:5.375rem;left:62.8125rem;overflow:hidden;display:block; }
#UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.125rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:25.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.25rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { 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:6.0625rem;width:6.0625rem;top:5.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.25rem;width:29rem;top:1.125rem;left:8.51171875rem;overflow:hidden;display:block; }
#FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { position:absolute;display:block;z-index:14999;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;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:60.125rem;width:59.9375rem;top:-3.1875rem;left:37.4375rem;display:block; }
#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt { background-color:#050d9e;background-image:none;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; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { background-color: transparent; background-image: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container > .video-iframe-container { display: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row > .video-iframe-container { display: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .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); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { border-width: 0; border-radius: 0; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#TOds5vK1F1TEJ39A6ld6utmzxDW7zIRM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.19) ;height:28.6875rem;width:51.125rem;top:5.625rem;left:11.9375rem;display:block; }
#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container { background-color: transparent; background-image: none; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container > .video-iframe-container { display: none; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row > .video-iframe-container { display: none; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .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); }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container { border-width: 0; border-radius: 0; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#RnFQf0TKWixP7RmzOvcTTvOTLMaIMm4T { color:#050d9e;display:block;width:45.9375rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:19.1875rem;left:14.5625rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#P6aX1F7KTG3mDwEudcqyyly3Sxy9ZQmv { background-color:#050d9e;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: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:17.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.3125rem;left:28.75rem;display:block; }
#lQEmTc9WPyI9VlmwrNZbw95NomCGrJGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMBsHerzSOwhi0K5qPKv41forWxwgi6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { background-color: transparent; background-image: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container > .video-iframe-container { display: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row > .video-iframe-container { display: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .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); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { border-width: 0; border-radius: 0; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#OZeS9alfNRCpVpHfu23TmayMfnNu0qFx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8fd6cf1-65af-4894-adab-5dea46ae47d6/134737632_157495629495707_4872943255362647675_n.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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:22.75rem;top:0rem;left:0rem;display:block; }#OZeS9alfNRCpVpHfu23TmayMfnNu0qFx.adaptive-delivery-prevent-bg, #OZeS9alfNRCpVpHfu23TmayMfnNu0qFx.lazyload, #OZeS9alfNRCpVpHfu23TmayMfnNu0qFx.lazyloading { background-image: none; }
#wfkR2rtSzoN2OEG1RSTo7CDopVS1Tgvq { position:absolute;display:block;z-index:15001;background-color:#050d9e;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11rem;width:22.75rem;top:12.5rem;left:0rem;display:block; }
#MWReqTrTGny0Lh0RbecSukzV9Po1g3NW { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:13.75rem;left:2.28125rem;height:6.875rem;font-style:normal;display:block; }
#VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38367d88-85da-4713-92dd-fdc67caf49ac/whybecomalesmillsinstructor.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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:22.75rem;top:0rem;left:26.125rem;display:block; }#VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.adaptive-delivery-prevent-bg, #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.lazyload, #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.lazyloading { background-image: none; }
#f7pqDc6FsuM1qSplMQz4ni6MQK27dQnZ { position:absolute;display:block;z-index:15004;background-color:#050d9e;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11rem;width:22.75rem;top:12.5rem;left:26.125rem;display:block; }
#R7D47vidVifge0POqXuAtpzRmSfV6Obm { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:13.75rem;left:28.4375rem;height:6.875rem;font-style:normal;display:block; }
#wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5bb324a4-b582-45f1-96f0-3e7b1e287a81/134656810_157492539496016_4041493994297727362_n21.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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:22.75rem;top:0rem;left:52.25rem;display:block; }#wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA.adaptive-delivery-prevent-bg, #wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA.lazyload, #wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA.lazyloading { background-image: none; }
#B10GVQGNI8MKkffsqZ3w8aeNOIoEpxrw { position:absolute;display:block;z-index:15007;background-color:#050d9e;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11rem;width:22.75rem;top:12.5rem;left:52.25rem;display:block; }
#pblanmA8zNueBkc2TCD9y2i61zO02r24 { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:13.75rem;left:54.5625rem;height:6.875rem;font-style:normal;display:block; }
#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:34.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:20.1875rem;height:2.84375rem;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:13.17298625rem;height:4.145614375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.3120670318606rem;left:30.843099594116rem;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:4.75rem;width:13.75rem;top:3.75rem;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; }
#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container { background-color: transparent; background-image: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container > .video-iframe-container { display: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row > .video-iframe-container { display: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .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); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container { border-width: 0; border-radius: 0; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#aOCVq8Im842bTEqCBMRHrcFPT9BRZIL9 { background-color:#25d366;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;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Td0pxc5nRUXR03UbIAS4JRZJwVZ69Say { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWBTc8ngrR71V4plnliGTRUuS9XPvSN3 { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#TSrf39yWFJ3ZGuUXF1vNIK1UdPlaypyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2tFzk6FQezF76bKfehVx26aPHtGvB8W { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0635c9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:62.1875rem;display:block; }
#xWrUZJA3fXpBZNk8AQRQqXTCmIp2R6VH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asNxyHgTbeivTLFn72CtAtC9hUDTDXMU { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.1875rem;left:68.375rem;display:block; }
@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.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { width:42.875rem;height:1.375rem;top:4.75rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd { display:block; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAPduQZk6eiaBUUGCT2inVl0rSsHCOgp { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQmLweHgzTJ4gTs3UEHkHl7T3EMDpn4N { display:block; }
 }@media only screen and (max-width: 763px) { #GVSOB4wN2p5KzBO9xgn7c0kkAI20Okmv { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUgiOwhQob7xiMqA5EVEfDNICd6nHtfR { display:block; }
 }@media only screen and (max-width: 763px) { #F9rUuKsEbLbAkleT4rT38gQRMFL8yieK { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwTGhlwnvfPTR0P5I6TqyWpJwdWlMdo4 { display:block; }
 }@media only screen and (max-width: 763px) { #N1tJQmMybPVvxoByh6cAPBznTwtW2znT { width:1.6875rem;height:1.8125rem;top:17.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1NHTyUr5B6sc7mrhpZTMsvibfFksd8 { width:8.6875rem;height:8.5625rem;top:16.3125rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPeNSWvgSbhQil7QQWH1WVql7uInJhtu { width:5.3125rem;height:3.5625rem;top:17.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfsIPLrKrIG3uxAkmcbyA8iWJ945rkB { width:4.75rem;height:1.25rem;top:21rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPCPETmS8AkhKPTStJCiiUEPzxqVB1Op { width:19.5625rem;height:7.6875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4seRAXm9cSgEF6SEIRt1ChP1mCgZlg { width:8.9375rem;height:9.25rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvFUVIIwvHtc4wG1G6hbBA82WGF3u9a8 { width:5.625rem;height:10.0625rem;top:19.3125rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekF0vh0D243IyHoekiL2ADXxqp5HOlJI { width:20.5rem;height:5rem;top:26.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR8OkxaroQht02N1EOtxpcagf3TIux1T { display:block; }
 }@media only screen and (max-width: 763px) { #klQSlzs4J0kQRNta5XWH4LF2Miatok9i { width:47.75rem;height:0.8125rem;top:34.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqtCHkn4lowuTJ0dSKih8FABEMnKio3 { width:19.5rem;height:7.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6ros7ewBAIAK8oeKTUekIrcDTTXB7Z { width:12.5rem;height:3.875rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWJ2bLgdnSrt3gDvPiHpBdApQKcAu2G { width:25.375rem;height:9.6875rem;top:5rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68xTTMWf9Q9maXlS9Db7LAtufnGuFmb { top:16.8125rem;left:0rem;width:18.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcANbBKqzBQVQ8tEOqzVxDOkiwB7DiAL { display:block; }
 }@media only screen and (max-width: 763px) { #VJhThGRJoeOazcK5sLiEtfhGptZQVR1f { top:24.375rem;left:0rem;width:18.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmn6uCSwXVrMTWOMPIdQqISmNcRgv3TI { display:block; }
 }@media only screen and (max-width: 763px) { #fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 { display:none; }#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu { width:26.6875rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwgFDy89J3kXMN8PWXBXeI4wyulgKil4 { width:29.25rem;height:6.875rem;top:6.3125rem;left:15.21875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTGEd1knZ7LfhvlaNoteoMZQCXUMtTK { width:30.75rem;height:6.0625rem;top:11rem;left:15.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UGga9q8vCZylNZ87uEdstyyyHxSJEK { width:47.75rem;height:0.5rem;top:27.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRsoFvqh1qW43TeRTDJsEQIsfHf3DbTW { width:5.6875rem;height:6rem;top:18.1875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDp4dFTgiiatV3oZI2TEqACIP7hoPyBZ { width:11.5rem;height:9.8125rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtniABdFQsN3qAohdpnD8hNvCVoG8UrR { width:17.625rem;height:4rem;top:17.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1TVi7lat12ylxz7xW9KBCdL42cCQbI { display:block; }
 }@media only screen and (max-width: 763px) { #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv { display:none; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PuEbmwn9vIQ9vyoRfXC5DtbvVdFTnpNy { width:44.875rem;height:0.875rem;top:27.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewhFsl6T3tqnXBStPnex4UKIGMyyTO8x { width:21.3125rem;height:5.0625rem;top:20.3125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGE2Nm5mdeaZcTDyJ6p4VfOretslv4mU { display:block; }
 }@media only screen and (max-width: 763px) { #IiVcGNHaNZl8yRrsuFpzwJltwr3g3iKk { width:27.1875rem;height:2.5rem;top:2.5625rem;left:20.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZSidW56skTImrIOv8d8uNdUCDWubFkU { display:none; }#cZSidW56skTImrIOv8d8uNdUCDWubFkU > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r { width:26.6875rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #du2a7co25zUgGITP482b8s42x2AczZwP { width:29.25rem;height:6.875rem;top:6.3125rem;left:15.21875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6iezPuTIi4VGS0eadPRVHHT0loVA3q { width:30.75rem;height:6.0625rem;top:11rem;left:15.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszwpZP6IVcwROsfplg7krZW71LJIElM { width:47.75rem;height:0.5rem;top:27.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKt0wawxFrxTZwBmKcD4OVf7ZfTyTHS5 { width:5.6875rem;height:6rem;top:18.1875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TmiG2DENpINqngrXHssL45fXCRoeuD { width:11.5rem;height:9.8125rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcWy4JpxkTGTc5Ghh1ww35IWASLbDxa { width:17.625rem;height:4rem;top:17.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZBxgU5g3WOgyHTSxqrCBeb1khTUEdo { 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.875rem;height:22.5rem;top:17.5rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:20.625rem;top:17.5rem;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.375rem;height:4.25rem;top:41.8125rem;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:18.75rem;top:10.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 { display:block; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3UHvyAvTcUQtZMa34yE738K2tkgIiiL { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@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) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:block; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { width:47.75rem;height:2.1875rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD6atbXpt6eKxaekfVyxggrmIbaK8VGB { width:47.75rem;height:;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmGTf7Bnk0JhKTA5GASvAc5Uky5DhLF { width:36.4375rem;height:6.25rem;top:0rem;left:5.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbsLLdJdLAAPRwJ71IN1Lq87JwVsnEVK { width:36.5625rem;height:3rem;top:6.4375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection { display:block; } #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection *:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="text"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="email"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="tel"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection textarea:focus-visible { outline: none; } #NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D { display:block; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxm8GlVfk1P79deHttKQbRlRzwa8n2zH { width:14.125rem;height:7.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1FbZ3cml240mZSKsEVhsQQdUxJftwlQ { width:14.125rem;height:7.8125rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV2N0AdPevTww0p2uCH7tdZFy1unAqAK { width:14.125rem;height:7.8125rem;top:0.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2g9nwGKsoZptREuWn1WCKeKAwEmdZS { width:14.125rem;height:7.8125rem;top:0.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4c1MnKXMPRZkpVb9mlkDcJDdTvWiypm { width:14.125rem;height:7.8125rem;top:0.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaWTzTJEx43vcZ9Em6yz0rHKuvU2Nwq { width:12.0625rem;height:20.6875rem;top:8.875rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWrMS8aOq4kf7UX4mnSMzwTsU5QWVVf { width:12.0625rem;height:19.125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySuxvd4GlSHXyXsV9cq8LJozhEUMKOR { width:12.0625rem;height:15.9375rem;top:8.875rem;left:17.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPfFwZ4TfuyEEFU2Qpx8cE8e811emU2 { width:12.0625rem;height:6.375rem;top:8.875rem;left:33.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRl9OLvPeNhueDPfJrctnE29ZmWU3xA { width:12.0625rem;height:11.125rem;top:8.875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E { display:none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FrEVwNNHkZcKwVGv0VqLuTVTELWpQ31d { width:6.0625rem;height:6.0625rem;top:5.4375rem;left:27.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1BXbRcbMbgCRyw1JENcfBdsEIz66bTg { width:12.0625rem;height:6.375rem;top:13.25rem;left:23.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P { display:block; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g53RFBFF0XImNHVtW6Egkgmocp2rXmmL { width:41.5rem;height:4.8125rem;top:12.4375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9ZlC17SUHsE23Eycg0fOkd0t8sAvRe { width:47.75rem;height:3.75rem;top:7.625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sws9XuTplTNBHXbwXo6JeF9AselLmkiO { width:17.5rem;height:4.375rem;top:18.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMsk09QX595zXXhNpiFDGdI0baOrEBh { display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { display:block; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:12.0625rem;height:6.375rem;top:33.125rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:12.0625rem;height:6.375rem;top:13.1875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:6.0625rem;height:6.0625rem;top:5.375rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:12.0625rem;height:6.375rem;top:33.125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:12.0625rem;height:6.375rem;top:13.25rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:6.0625rem;height:6.0625rem;top:5.4375rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:29rem;height:45.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:47.75rem;height:60.125rem;top:-3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt { display:block; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOds5vK1F1TEJ39A6ld6utmzxDW7zIRM { width:47.75rem;height:26.793704156479rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D { display:block; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnFQf0TKWixP7RmzOvcTTvOTLMaIMm4T { width:45.9375rem;height:6.5625rem;top:19.1875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6aX1F7KTG3mDwEudcqyyly3Sxy9ZQmv { width:17.5rem;height:4.375rem;top:27.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQEmTc9WPyI9VlmwrNZbw95NomCGrJGv { display:block; }
 }@media only screen and (max-width: 763px) { #hMBsHerzSOwhi0K5qPKv41forWxwgi6e { display:block; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZeS9alfNRCpVpHfu23TmayMfnNu0qFx { width:22.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfkR2rtSzoN2OEG1RSTo7CDopVS1Tgvq { width:22.75rem;height:11rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWReqTrTGny0Lh0RbecSukzV9Po1g3NW { width:18.1875rem;height:6.875rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND { width:22.75rem;height:12.5rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7pqDc6FsuM1qSplMQz4ni6MQK27dQnZ { width:22.75rem;height:11rem;top:12.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7D47vidVifge0POqXuAtpzRmSfV6Obm { width:18.1875rem;height:6.875rem;top:13.75rem;left:13.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA { width:22.75rem;height:12.5rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B10GVQGNI8MKkffsqZ3w8aeNOIoEpxrw { width:22.75rem;height:11rem;top:12.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblanmA8zNueBkc2TCD9y2i61zO02r24 { width:18.1875rem;height:13.75rem;top:13.75rem;left:29.4375rem;font-size:1.125rem;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:34.4375rem;height:2.8125rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:13.125rem;height:4.125rem;top:9.25rem;left:10.6875rem;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:13.75rem;height:4.75rem;top:3.75rem;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) { #kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH { display:block; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOCVq8Im842bTEqCBMRHrcFPT9BRZIL9 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0pxc5nRUXR03UbIAS4JRZJwVZ69Say { display:block; }
 }@media only screen and (max-width: 763px) { #wWBTc8ngrR71V4plnliGTRUuS9XPvSN3 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSrf39yWFJ3ZGuUXF1vNIK1UdPlaypyu { display:block; }
 }@media only screen and (max-width: 763px) { #C2tFzk6FQezF76bKfehVx26aPHtGvB8W { width:8.0625rem;height:2rem;top:0.6875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWrUZJA3fXpBZNk8AQRQqXTCmIp2R6VH { display:block; }
 }@media only screen and (max-width: 763px) { #asNxyHgTbeivTLFn72CtAtC9hUDTDXMU { width:3.8125rem;height:3.8125rem;top:0.1875rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@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:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:9rem;height:3.125rem;top:1.9375rem;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 right !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) { #t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { width:6.4375rem;height:1.5125875rem;top:3.05078125rem;left:13.5625rem;font-size:0.6875rem;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) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.0625rem;height:1.0625rem;top:1.5rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd { display:block; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd { background-color: transparent; background-image: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container > .video-iframe-container { display: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row > .video-iframe-container { display: none; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .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); }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd { border-width: 0; border-radius: 0; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .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; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container { width:20rem;height:44.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/06b09636-f8c4-4811-aa61-335e3d63d388/MKTCampanhadeSetembroApresentaoFranquias1_page0022.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container.adaptive-delivery-prevent-bg, #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container.lazyload, #Kxa0WpeJqWIyUfM7D0OgLbvaX5k1NIAd > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #bAPduQZk6eiaBUUGCT2inVl0rSsHCOgp { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQmLweHgzTJ4gTs3UEHkHl7T3EMDpn4N { display:block; }
 }@media only screen and (max-width: 763px) { #GVSOB4wN2p5KzBO9xgn7c0kkAI20Okmv { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUgiOwhQob7xiMqA5EVEfDNICd6nHtfR { display:block; }
 }@media only screen and (max-width: 763px) { #F9rUuKsEbLbAkleT4rT38gQRMFL8yieK { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwTGhlwnvfPTR0P5I6TqyWpJwdWlMdo4 { display:block; }
 }@media only screen and (max-width: 763px) { #N1tJQmMybPVvxoByh6cAPBznTwtW2znT { width:1.6875rem;height:1.54296875rem;top:21.5625rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1NHTyUr5B6sc7mrhpZTMsvibfFksd8 { width:2.5rem;height:5.19921875rem;top:20.875rem;left:6.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPeNSWvgSbhQil7QQWH1WVql7uInJhtu { width:3.5rem;height:2.1933625rem;top:21.5625rem;left:11.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfsIPLrKrIG3uxAkmcbyA8iWJ945rkB { width:3.4375rem;height:0.89355625rem;top:23.75rem;left:11.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPCPETmS8AkhKPTStJCiiUEPzxqVB1Op { width:12.4375rem;height:4.6875rem;top:25.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4seRAXm9cSgEF6SEIRt1ChP1mCgZlg { width:4.3125rem;height:4.4375rem;top:25.9375rem;left:11.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DvFUVIIwvHtc4wG1G6hbBA82WGF3u9a8 { width:3.5625rem;height:5.76855625rem;top:23.125rem;left:3.8125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekF0vh0D243IyHoekiL2ADXxqp5HOlJI { width:15.3125rem;height:4.0625rem;top:32.5rem;left:2.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#2247ab;background-image:none;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR8OkxaroQht02N1EOtxpcagf3TIux1T { display:block; }
 }@media only screen and (max-width: 763px) { #klQSlzs4J0kQRNta5XWH4LF2Miatok9i { 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:block; }
 }@media only screen and (max-width: 763px) { #TWqtCHkn4lowuTJ0dSKih8FABEMnKio3 { width:12.4375rem;height:4.75rem;top:21.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6ros7ewBAIAK8oeKTUekIrcDTTXB7Z { width:7.125rem;height:2.5996125rem;top:27rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWJ2bLgdnSrt3gDvPiHpBdApQKcAu2G { width:16.3125rem;height:5.97949375rem;top:13.9375rem;left:1.875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w68xTTMWf9Q9maXlS9Db7LAtufnGuFmb { top:25.9375rem;left:3.8125rem;width:11.9027775rem;height:3.7777775rem;border-top:0.0625rem solid #fea858;border-left:0.0625rem solid #fea858;border-right:0.0625rem solid #fea858;border-bottom:0.0625rem solid #fea858;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcANbBKqzBQVQ8tEOqzVxDOkiwB7DiAL { display:block; }
 }@media only screen and (max-width: 763px) { #VJhThGRJoeOazcK5sLiEtfhGptZQVR1f { top:21.5625rem;left:3.8125rem;width:11.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmn6uCSwXVrMTWOMPIdQqISmNcRgv3TI { display:block; }
 }@media only screen and (max-width: 763px) { #fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 { display:none; }#fneDSqbHdkS4KBnS74nbUxx8adUgHHb4 > .row .container { width:20rem;height:40.9375rem;background-color:#0c077c;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwX8R1BSTUTTO3tvTm3vTuMLchliI0vu { width:20rem;height:14.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwgFDy89J3kXMN8PWXBXeI4wyulgKil4 { width:18.75rem;height:4.46875rem;top:17.412109375rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzTGEd1knZ7LfhvlaNoteoMZQCXUMtTK { width:20rem;height:3.9rem;top:20.78125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UGga9q8vCZylNZ87uEdstyyyHxSJEK { width:15.4375rem;height:1.44375rem;top:35.748046875rem;left:2.28125rem;font-size:0.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRsoFvqh1qW43TeRTDJsEQIsfHf3DbTW { width:4.5rem;height:4.75rem;top:12.662109375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDp4dFTgiiatV3oZI2TEqACIP7hoPyBZ { width:12.5625rem;height:13.25rem;top:4rem;left:3.71875rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(0,208,255,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #KtniABdFQsN3qAohdpnD8hNvCVoG8UrR { width:10.5625rem;height:2.625rem;top:20.061850070953rem;left:8.4353306889531rem;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) { #ZD1TVi7lat12ylxz7xW9KBCdL42cCQbI { display:block; }
 }@media only screen and (max-width: 763px) { #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv { display:none; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv { border-width: 0; border-radius: 0; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .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; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container { width:20rem;height:27.1875rem;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; }#zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.adaptive-delivery-prevent-bg, #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.lazyload, #zrEBCyo4mfm9qf1TB9SbGQkgLWxTrdUv > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PuEbmwn9vIQ9vyoRfXC5DtbvVdFTnpNy { width:19.8730625rem;height:0.7309rem;top:25.957030773163rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewhFsl6T3tqnXBStPnex4UKIGMyyTO8x { width:14.1873125rem;height:3.666235625rem;top:20.588107585907rem;left:2.9058161377907rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.21);box-shadow: none;background-color:#007aff;background-image:none;color:#ffffff;font-size:1.1875rem;font-weight:700;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HGE2Nm5mdeaZcTDyJ6p4VfOretslv4mU { display:block; }
 }@media only screen and (max-width: 763px) { #IiVcGNHaNZl8yRrsuFpzwJltwr3g3iKk { width:20rem;height:1.787325rem;top:13.968099117279rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZSidW56skTImrIOv8d8uNdUCDWubFkU { display:none; }#cZSidW56skTImrIOv8d8uNdUCDWubFkU > .row .container { width:20rem;height:40.9375rem;background-color:#0c077c;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX4ALEgfsfURnpJ6KrPQ9KTCJhBbf90r { width:20rem;height:14.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #du2a7co25zUgGITP482b8s42x2AczZwP { width:18.75rem;height:4.46875rem;top:17.412109375rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6iezPuTIi4VGS0eadPRVHHT0loVA3q { width:20rem;height:3.9rem;top:20.78125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OszwpZP6IVcwROsfplg7krZW71LJIElM { width:15.4375rem;height:1.44375rem;top:35.748046875rem;left:2.28125rem;font-size:0.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKt0wawxFrxTZwBmKcD4OVf7ZfTyTHS5 { width:4.5rem;height:4.75rem;top:12.662109375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TmiG2DENpINqngrXHssL45fXCRoeuD { width:12.5625rem;height:13.25rem;top:4rem;left:3.71875rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(0,208,255,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CqcWy4JpxkTGTc5Ghh1ww35IWASLbDxa { width:10.5625rem;height:2.625rem;top:20.061850070953rem;left:8.4353306889531rem;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) { #DzZBxgU5g3WOgyHTSxqrCBeb1khTUEdo { 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:45.55859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:15rem;height:21.25rem;top:12.154954910278rem;left:1.8750000596046rem;font-size:1.25rem;line-height:1;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.75rem;top:2.6898880004883rem;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:5.37109375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:14.42298625rem;height:3.708333125rem;top:39.057075500488rem;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.375rem;height:15.5rem;top:30.05859375rem;left:11.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:18.75rem;top:12.154949188233rem;left:0rem;font-size:1.25rem;z-index:15005;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 { display:block; }#XTEe3MnT0NBACRJaRU6gXzzEZsETXEK0 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3UHvyAvTcUQtZMa34yE738K2tkgIiiL { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC3eL2ntFqfw73UCrvFoLNgatRbUmmwt { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiAAnZXc8OsREdzZxWVuJQ4yWCBcTHhm { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNZ36kzRTz2MwQ0lGszVZ742zgpTXms { width:10rem;height:10rem;top:10rem;left:0rem;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) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:block; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { width:20rem;height:1.12521875rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD6atbXpt6eKxaekfVyxggrmIbaK8VGB { width:19.0625rem;height:2.25043125rem;top:7.9375rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmGTf7Bnk0JhKTA5GASvAc5Uky5DhLF { width:20rem;height:2.8125rem;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbsLLdJdLAAPRwJ71IN1Lq87JwVsnEVK { width:20rem;height:1.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.adaptive-delivery-prevent-bg, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.lazyload, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection.lazyloading { background-image: none; } #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection *:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="text"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="email"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection input[type="tel"]:focus-visible, #PKSUgiKkSEkmq9TCTmJaOMpPg7VET8aZ.widget-smartsection textarea:focus-visible { outline: none; } #NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { background-color: transparent; background-image: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container > .video-iframe-container { display: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container { display: none; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .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); }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { border-width: 0; border-radius: 0; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtOhqvudWVHztCWb4KVM6zpA7ghmKXZ6 > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.adaptive-delivery-prevent-bg, #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.lazyload, #wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D.lazyloading { background-image: none; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row .container { border-width: 0; border-radius: 0; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOz2uouQz0hR5oxiZTZbgLVoQiRSdy2D > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxm8GlVfk1P79deHttKQbRlRzwa8n2zH { width:9.9375rem;height:5.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1FbZ3cml240mZSKsEVhsQQdUxJftwlQ { width:9.8125rem;height:5.4375rem;top:1.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV2N0AdPevTww0p2uCH7tdZFy1unAqAK { width:10.0625rem;height:5.5rem;top:28.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2g9nwGKsoZptREuWn1WCKeKAwEmdZS { width:9.8125rem;height:5.4375rem;top:47.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4c1MnKXMPRZkpVb9mlkDcJDdTvWiypm { width:9.875rem;height:5.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaWTzTJEx43vcZ9Em6yz0rHKuvU2Nwq { width:9.9375rem;height:18.28125rem;top:7.3125rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWrMS8aOq4kf7UX4mnSMzwTsU5QWVVf { width:9.9375rem;height:16.875rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySuxvd4GlSHXyXsV9cq8LJozhEUMKOR { width:9.9375rem;height:14.0625rem;top:34rem;left:9.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPfFwZ4TfuyEEFU2Qpx8cE8e811emU2 { width:9.9375rem;height:5.625rem;top:53rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRl9OLvPeNhueDPfJrctnE29ZmWU3xA { width:9.9375rem;height:9.84375rem;top:33.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/7ede2fa4-1014-40e8-a577-e33f98e16f6a/Camada0.png");background-position:center right !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E.adaptive-delivery-prevent-bg, #L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E.lazyload, #L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E.lazyloading { background-image: none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container { background-color: transparent; background-image: none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container > .video-iframe-container { display: none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row > .video-iframe-container { display: none; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .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); }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container { border-width: 0; border-radius: 0; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2XTEFa01O7NIExXlXcK7JeWbpZbAO7E > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrEVwNNHkZcKwVGv0VqLuTVTELWpQ31d { width:4.0625rem;height:4.0625rem;top:4.4375rem;left:2.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #i1BXbRcbMbgCRyw1JENcfBdsEIz66bTg { width:9.375rem;height:7.03125rem;top:9.6875rem;left:0rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d245f6e4-93b4-4d2d-ab10-d70c78924e5f/thumb_1782_0_0_0_0_auto.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.adaptive-delivery-prevent-bg, #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.lazyload, #ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P.lazyloading { background-image: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { background-color: transparent; background-image: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container > .video-iframe-container { display: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row > .video-iframe-container { display: none; }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .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); }#ZbZG4nDcfgQ5avh8kz39AI4aRTxayM8P > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g53RFBFF0XImNHVtW6Egkgmocp2rXmmL { width:20rem;height:2.75rem;top:8.0625rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HK9ZlC17SUHsE23Eycg0fOkd0t8sAvRe { width:20rem;height:2rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sws9XuTplTNBHXbwXo6JeF9AselLmkiO { width:15.6875rem;height:3.4375rem;top:11.9375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwMsk09QX595zXXhNpiFDGdI0baOrEBh { display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { background-color:#2229bf;background-image:none;display:block; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { background-color: transparent; background-image: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container > .video-iframe-container { display: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container { display: none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .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); }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:4.0625rem;height:4.0625rem;top:2.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:9.375rem;height:5.625rem;top:7.5rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:9.375rem;height:5.625rem;top:7.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:4.0625rem;height:4.0625rem;top:2.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:9.375rem;height:0;top:20.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:4.0625rem;height:4.0625rem;top:15.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:9.375rem;height:0;top:20.5rem;left:10.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:4.0625rem;height:4.0625rem;top:15.25rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:9.125rem;height:14.3125rem;top:0.90625rem;left:10.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:20rem;height:48.875rem;top:62.2998125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt { background-color:#ffffff;background-image:none;display:block; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { background-color: transparent; background-image: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container > .video-iframe-container { display: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row > .video-iframe-container { display: none; }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .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); }#e1f7N5OxWroBXf6bko3QHDJBJRl5CAlt > .row .container { width:20rem;height:12.610359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOds5vK1F1TEJ39A6ld6utmzxDW7zIRM { height:11.2216875rem;width:20rem;top:1.388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D { display:block; }#hfIy63gbQcvmJoMqqaa0CI1Dx3yPwA2D > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnFQf0TKWixP7RmzOvcTTvOTLMaIMm4T { width:20rem;height:8.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6aX1F7KTG3mDwEudcqyyly3Sxy9ZQmv { width:17.5rem;height:4.375rem;top:11.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQEmTc9WPyI9VlmwrNZbw95NomCGrJGv { display:block; }
 }@media only screen and (max-width: 763px) { #hMBsHerzSOwhi0K5qPKv41forWxwgi6e { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e.adaptive-delivery-prevent-bg, #hMBsHerzSOwhi0K5qPKv41forWxwgi6e.lazyload, #hMBsHerzSOwhi0K5qPKv41forWxwgi6e.lazyloading { background-image: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { background-color: transparent; background-image: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container > .video-iframe-container { display: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row > .video-iframe-container { display: none; }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .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); }#hMBsHerzSOwhi0K5qPKv41forWxwgi6e > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZeS9alfNRCpVpHfu23TmayMfnNu0qFx { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfkR2rtSzoN2OEG1RSTo7CDopVS1Tgvq { width:20rem;height:6.875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWReqTrTGny0Lh0RbecSukzV9Po1g3NW { width:16.6875rem;height:3.7119125rem;top:11.875rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND { width:20rem;height:9.375rem;top:20rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38367d88-85da-4713-92dd-fdc67caf49ac/whybecomalesmillsinstructor.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.adaptive-delivery-prevent-bg, #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.lazyload, #VGu2NuUIlfMdX71ZO3Zzszdhl1L3qSND.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f7pqDc6FsuM1qSplMQz4ni6MQK27dQnZ { width:20rem;height:6.875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7D47vidVifge0POqXuAtpzRmSfV6Obm { width:16.875rem;height:3.7119125rem;top:30.625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZE8LE5TmCxZLHDVnLtKrsnH3CcITIuA { width:20rem;height:9.375rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B10GVQGNI8MKkffsqZ3w8aeNOIoEpxrw { width:20rem;height:6.875rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblanmA8zNueBkc2TCD9y2i61zO02r24 { width:16.875rem;height:3.7119125rem;top:49.375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;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:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:20rem;height:3.5996125rem;top:2.982421875rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:15.29861125rem;height:4.145614375rem;top:9.0201816558837rem;left:2.3491755127907rem;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:16.5625rem;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) { #kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH { background-color: transparent; background-image: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container > .video-iframe-container { display: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row > .video-iframe-container { display: none; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .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); }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH { border-width: 0; border-radius: 0; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .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; }#kqqmrxtTTJfDZP5qbuokSxNw9PMS4mIH > .row .container { width:20rem;height:3.9375rem;background-color:transparent;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:block; } }@media only screen and (max-width: 763px) { #aOCVq8Im842bTEqCBMRHrcFPT9BRZIL9 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0pxc5nRUXR03UbIAS4JRZJwVZ69Say { display:block; }
 }@media only screen and (max-width: 763px) { #wWBTc8ngrR71V4plnliGTRUuS9XPvSN3 { width:3.75rem;height:3.75rem;top:0.1875rem;left:8.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSrf39yWFJ3ZGuUXF1vNIK1UdPlaypyu { display:block; }
 }@media only screen and (max-width: 763px) { #C2tFzk6FQezF76bKfehVx26aPHtGvB8W { width:6.0625rem;height:1.5rem;top:0.5rem;left:10.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWrUZJA3fXpBZNk8AQRQqXTCmIp2R6VH { display:block; }
 }@media only screen and (max-width: 763px) { #asNxyHgTbeivTLFn72CtAtC9hUDTDXMU { width:2.375rem;height:2.375rem;top:0.5rem;left:15.375rem;font-size:1.625rem;z-index:14999;display:block; }
 }