.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#050d9e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { border-width: 0; border-radius: 0; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;overflow:visible;position:relative;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:14rem;top:1.71875rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:32.125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.71875rem;left:30.875rem; }
#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q { 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; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q.adaptive-delivery-prevent-bg, #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q.lazyload, #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q.lazyloading { background-image: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container { background-color: transparent; background-image: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container > .video-iframe-container { display: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .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); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row > .video-iframe-container { display: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .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); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container { border-width: 0; border-radius: 0; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q::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; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#EBTDXM31FVy5ep25fkPRN1rxAKs5p80J { 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; }
#R77Q1cwFAhzxvoCJoHEOhE82XTvLeVe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMrsKkWuGhwvzb1dSy922W0rLKbNnu5U { 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; }
#GkAUhXNITDeKVIPXMlVgWGUoElWRlhkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLr4fycmcNk31qXdovoFunpTlRTNaGII { 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; }
#hJutXSxHq8lLTed2lSRq0oWq66lvakEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmstwTWrJokmo8X3Kx9du9P23UciDkoh { 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; }
#s5uspaD9LPFCUfMCymbT5sustBpgSGWZ { 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; }
#tMIT2lmpNq4rSkniaHL3nm6b4L4TKQT8 { 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; }
#n7eURtTAN84Rg9tTTfwpa0JgRSe3S6Av { 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; }
#ncoHIT1Rf4B3550PaduiCLAmcDtNpxxg { 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; }
#TFSUNlKpiv0paB1okbwMRJeSTzRZTTou { 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; }
#qU5BPvd47Zwy9JpKMtoxIGA98KGc4czg { 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; }
#sWAewnOG9FFS82z4rUti9NfnxuE2vV2r { 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; }
#GKs23BzEZlURzZAT6fuwVCznx1pXftAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BE37oQOhSmc5tMZ5B3k6puqTs1E3Oy6I { 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; }
#dwaEwPqR7ebLBiMGWk2Aep7f6730zNZ5 { 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; }
#tfuk2vr2wUAsM2biW75hFUdqbOLigu0O { 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; }
#ofqu43zGrTARNg0PJgwIaxGq6p04ZOrO { 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; }
#T04luJH9RTOUtJXhWIPfpO1ya7BoTPFs { 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; }
#x7D2Tr4tmyNZqLIR8fuoNNMIUxEwMooB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWm4gAsROTX70oJr6z2AvkW8x5Ei2RF7 { 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; }
#yaBGT2v2VPh7enMlLnvc9c61Q0sh18CB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4acc472c-09fc-46cf-924e-2fc73f9fef71/download20250801T103322519.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC.adaptive-delivery-prevent-bg, #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC.lazyload, #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC.lazyloading { background-image: none; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container { border-width: 0; border-radius: 0; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;overflow:visible;position:relative;display:none; }#mJty3QxFMicMeF0uLfhX0lVHEseogmUr { z-index:15003;top:33.3125rem;left:51.0654296875rem;background-color:#18b200;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;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:7.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KyLCiSd3BTq2gAgz4TaFhMBFhylvk9ne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZoo2xO6ytFw8TKXrQ24MRi1mDF51qJB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LmzC7WkslEcCE8cErPgwIIECHe3zhKN4 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:29.375rem;left:1.5625rem;height:0;font-style:normal;display:none; }
#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/a017f6ae-e90c-415b-8cd5-d6bf86801258/01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.adaptive-delivery-prevent-bg, #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.lazyload, #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.lazyloading { background-image: none; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row .container { border-width: 0; border-radius: 0; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;overflow:visible;position:relative;display:none; }#L95OrCeU3B5mt8pGXK2OVGTU36nQbowT { z-index:15003;top:26.8115234375rem;left:20.7529296875rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QMxHNyUrhGVgH1NuonamdVWtTC0grDzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXq0RItJRKvF0Tcxdq5LpE9Vh1vlcPI7 { color:#007aff;display:block;width:29.24925rem;position:absolute;font-family:"archivo black";font-size:5.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.2296009063719rem;left:1.3107643127441rem;height:6.11860625rem;font-style:normal;display:block; }
#zBLc1TZh4FGzuc91ZTbk5z7hMgXDmcU3 { color:#ffffff;display:block;width:7.686625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.728082656861rem;left:1.3107643127441rem;height:1.94970625rem;font-style:normal;display:block; }
#r7At3wNG5Zd3M1dATBHdyDvrWq3BUzCG { color:#00ea8d;display:block;width:33.311625rem;position:absolute;font-family:"archivo black";font-size:4.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.230253100395rem;left:1.3107643127441rem;height:5.76855625rem;font-style:normal;display:block; }
#CFzBy5D8uvMcOTmPc7pRxGBBU2unkGgX { z-index:15003;top:26.7490234375rem;left:1.310546875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #007aff;border-left:0.0625rem solid #007aff;border-right:0.0625rem solid #007aff;border-bottom:0.0625rem solid #007aff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#007aff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:11.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xeh7iww3MsvbPLxJxEwoMl6lJfcs1ZaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUdgtAZN27IaSJrQ99zDdTiCq8prekHU { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"bebas neue";font-size:8.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.4208984375rem;left:4.259765625rem;height:10.724625rem;display:block; }
#H7ro7CXu2LHJkTAWpq1uKGMveqzcQOTz { color:#ffffff;display:block;width:6.9998125rem;position:absolute;font-family:"bebas neue";font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9443359375rem;left:14.5673828125rem;height:3.1685rem;display:block; }
#qsCJLLG9HMCedE7TA4pKJeoUBw2q4a8v { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.0419921875rem;left:14.6298828125rem;height:0.9747875rem;font-style:normal;display:block; }
#HzsbpimFO2xwuk9UfdSwuLJarvLsmXAe { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:32.0166015625rem;left:14.5673828125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gpE7TU9H4XrtVAd2lVIMTrldTdLOrAex { color:#ffffff;display:block;width:2.37413125rem;position:absolute;font-family:"bebas neue";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.034940719604rem;left:2.5043411254883rem;height:2.92480625rem;font-style:normal;display:block; }
#f2RRbs5sEih3axaGIAzoVqkP6VJnHuu0 { color:#007aff;display:block;width:11.4365rem;position:absolute;font-family:"bebas neue";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.732421875rem;left:4.5908203125rem;height:2.2744125rem;display:block; }
#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa { z-index:;position:relative;display:none; }#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa { border-width: 0; border-radius: 0; }#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa > .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; }#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa > .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; }#okFVzUV03wvQGTrMXJPn521kECLeogmF { background-color:#00d0ff;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: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:"roboto condensed";font-size:1.6875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.3740234375rem;left:54.1875rem;display:block; }
#meO3Hbw5cEqf6e1ld4BBuiZLTnCw95nA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6 { 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; }#lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6.adaptive-delivery-prevent-bg, #lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6.lazyload, #lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6.lazyloading { background-image: none; }
#ze3X7H44fu7taF2eHalH2EWyUwRXDnKi { 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; }
#DkcNXUB6Iap6qEz7VT4BWS73zRzeAMZu { 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; }
#EPsHOzeAcni5UIKpIZST4PVhvnnp0DHE { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:26.5615234375rem;left:10.4375rem;height:0.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g16aFnr6SuHaysSg90wHoTZgovHN7Fw1 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"bebas neue";font-size:16rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7919921875rem;left:57.34375rem;height:20.7998125rem;display:block; }
#l2k6VBknrZdLt3HHrtCz0AprddMTyJrA { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"bebas neue";font-size:4.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:63.9375rem;height:6.418rem;display:block; }
#VpMPGcixIB0NN9P2fStBMGcuuld8qZ1b { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"bebas neue";font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:64.875rem;height:2.51855625rem;display:block; }
#nDfUGnbNMsVExiP6J6SwDnr2On9rIaFV { 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; }
#Wzcx7Nw6Cre5tEGyJ7x0B36rDiUu8EaZ { box-sizing:content-box;height:13.0625rem;width:15.25rem;position:absolute;display:block;z-index:15003;background-color:#00d0ff;background-image:none;top:0rem;left:59.625rem;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; }
#nXT0Ee0i96dmXcZgNTtpTvku3litPePg { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:14.2802734375rem;left:64.875rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#me0yz11iwoBQnNyTUkuBry7LM5gvskzC { 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; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { background-color: transparent; background-image: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container > .video-iframe-container { display: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row > .video-iframe-container { display: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .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); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { border-width: 0; border-radius: 0; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ChtTLhQAuWTvcSEs455ayiADE51OIEtz { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5148c833-dcfc-4362-aef0-4a280775127b/3A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:10.5rem;top:4.6250019073486rem;left:10.5625rem;display:block; }#ChtTLhQAuWTvcSEs455ayiADE51OIEtz.adaptive-delivery-prevent-bg, #ChtTLhQAuWTvcSEs455ayiADE51OIEtz.lazyload, #ChtTLhQAuWTvcSEs455ayiADE51OIEtz.lazyloading { background-image: none; }
#p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e00163d-aa8e-41da-b897-6ba28de2e88b/2A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:10.5rem;top:4.625rem;left:31.875rem;display:block; }#p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob.adaptive-delivery-prevent-bg, #p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob.lazyload, #p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob.lazyloading { background-image: none; }
#wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/16e5e852-58ab-4a76-a5f0-6deb5d9e5d85/1A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.9375rem;top:4.2187519073486rem;left:53.5625rem;display:block; }#wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx.adaptive-delivery-prevent-bg, #wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx.lazyload, #wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx.lazyloading { background-image: none; }
#DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/797ac2de-1925-4912-80ae-05de76ac123f/4A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:10.5rem;top:4.5rem;left:0rem;display:none; }#DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ.adaptive-delivery-prevent-bg, #DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ.lazyload, #DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ.lazyloading { background-image: none; }
#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { background-color: transparent; background-image: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { border-width: 0; border-radius: 0; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9411830f-da33-4467-bc59-777e3725a62d/6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.adaptive-delivery-prevent-bg, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyload, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyloading { background-image: none; }
#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/75ff5e50-7120-4468-958c-8f39f1ec2c18/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.adaptive-delivery-prevent-bg, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyload, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyloading { background-image: none; }
#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/b273301c-d7e5-4c3c-9a85-1f9c57cd74f1/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.adaptive-delivery-prevent-bg, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyload, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyloading { background-image: none; }
#KunHCexRxm15AJbQop7FlLbneGWCJaJI { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/6b026d48-7b24-45fa-81bc-2690e8eedbd3/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#KunHCexRxm15AJbQop7FlLbneGWCJaJI.adaptive-delivery-prevent-bg, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyload, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyloading { background-image: none; }
#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { border-width: 0; border-radius: 0; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:url("https://images.assets-landingi.com/uc/15a0ad76-1c57-462b-a9ad-2136ea4574f4/divider2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.adaptive-delivery-prevent-bg, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyload, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyloading { background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { background-color: transparent; background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { border-width: 0; border-radius: 0; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { color:#050d9e;display:block;width:29.875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:18.4375rem;left:40rem;height:12.65625rem;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:.9;letter-spacing:0;top:18.4375rem;left:37.5rem;height:14.0625rem;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.5625rem;font-style:normal;display:block; }
#F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.9375rem;left:37.5rem;display:block; }
#Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThlTcpCUcNi0zs6xUnu7V38gyfezukys { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:22.9375rem;top:9.375rem;left:8.25390625rem;overflow:hidden;display:block; }
#ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { color:#deff00;display:block;width:2.5rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:18.4375rem;left:37.5rem;height:15.46875rem;font-style:normal;display:none; }
#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { background-color: transparent; background-image: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { border-width: 0; border-radius: 0; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/dbaa268a-73ad-47ef-b140-97607c1fe41c/p10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.adaptive-delivery-prevent-bg, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyload, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyloading { background-image: none; }
#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/71017def-e134-4354-8ba3-04b6accac256/thumb_3650_360_300_0_0_crop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.adaptive-delivery-prevent-bg, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyload, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyloading { background-image: none; }
#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/74482651-2385-4146-961d-a6ecd009b9a7/p9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.adaptive-delivery-prevent-bg, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyload, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyloading { background-image: none; }
#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/3da41fad-86d3-4692-84c7-38653f4f07f1/ps4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.adaptive-delivery-prevent-bg, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyload, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyloading { background-image: none; }
#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { color:#050d9e;display:block;width:31.25rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:22rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.0625rem;left:30rem;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/4173d3d1-7935-432d-ada0-eb0374b85b28/LogoBluefitBranco.crop_1343x1003_219,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11rem;top:4.625rem;left:0rem;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.adaptive-delivery-prevent-bg, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyload, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyloading { background-image: none; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:71.75rem; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.703125rem;left:64.375rem;height:1.71875rem;font-style:normal;display:block; }
#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2229bf;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { background-color: transparent; background-image: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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: 0rem 0rem 1.625rem #ff00eb ;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:12.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:62.75rem;display:block; }
#s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.65625rem;left:39.9375rem;height:1.375rem;font-style:normal;display:block; }
#F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { position:absolute;display:block;z-index:15005;background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:72.90625rem;display:block; }
#TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:14rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { 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) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q { display:block; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBTDXM31FVy5ep25fkPRN1rxAKs5p80J { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R77Q1cwFAhzxvoCJoHEOhE82XTvLeVe7 { display:block; }
 }@media only screen and (max-width: 763px) { #HMrsKkWuGhwvzb1dSy922W0rLKbNnu5U { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkAUhXNITDeKVIPXMlVgWGUoElWRlhkQ { display:block; }
 }@media only screen and (max-width: 763px) { #xLr4fycmcNk31qXdovoFunpTlRTNaGII { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJutXSxHq8lLTed2lSRq0oWq66lvakEm { display:block; }
 }@media only screen and (max-width: 763px) { #dmstwTWrJokmo8X3Kx9du9P23UciDkoh { width:1.6875rem;height:1.8125rem;top:17.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uspaD9LPFCUfMCymbT5sustBpgSGWZ { width:8.6875rem;height:8.5625rem;top:16.3125rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMIT2lmpNq4rSkniaHL3nm6b4L4TKQT8 { width:5.3125rem;height:3.5625rem;top:17.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7eURtTAN84Rg9tTTfwpa0JgRSe3S6Av { width:4.75rem;height:1.25rem;top:21rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncoHIT1Rf4B3550PaduiCLAmcDtNpxxg { width:19.5625rem;height:7.6875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSUNlKpiv0paB1okbwMRJeSTzRZTTou { width:8.9375rem;height:9.25rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU5BPvd47Zwy9JpKMtoxIGA98KGc4czg { width:5.625rem;height:10.0625rem;top:19.3125rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWAewnOG9FFS82z4rUti9NfnxuE2vV2r { width:20.5rem;height:5rem;top:26.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKs23BzEZlURzZAT6fuwVCznx1pXftAK { display:block; }
 }@media only screen and (max-width: 763px) { #BE37oQOhSmc5tMZ5B3k6puqTs1E3Oy6I { width:47.75rem;height:0.8125rem;top:34.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwaEwPqR7ebLBiMGWk2Aep7f6730zNZ5 { width:19.5rem;height:7.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuk2vr2wUAsM2biW75hFUdqbOLigu0O { width:12.5rem;height:3.875rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqu43zGrTARNg0PJgwIaxGq6p04ZOrO { width:25.375rem;height:9.6875rem;top:5rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04luJH9RTOUtJXhWIPfpO1ya7BoTPFs { top:16.8125rem;left:0rem;width:18.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7D2Tr4tmyNZqLIR8fuoNNMIUxEwMooB { display:block; }
 }@media only screen and (max-width: 763px) { #HWm4gAsROTX70oJr6z2AvkW8x5Ei2RF7 { top:24.375rem;left:0rem;width:18.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaBGT2v2VPh7enMlLnvc9c61Q0sh18CB { display:block; }
 }@media only screen and (max-width: 763px) { #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC { display:block; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJty3QxFMicMeF0uLfhX0lVHEseogmUr { top:33.3125rem;left:23.5625rem;width:24rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLCiSd3BTq2gAgz4TaFhMBFhylvk9ne { display:block; }
 }@media only screen and (max-width: 763px) { #GZoo2xO6ytFw8TKXrQ24MRi1mDF51qJB { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmzC7WkslEcCE8cErPgwIIECHe3zhKN4 { width:6.6875rem;height:0.8125rem;top:13.5rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y { display:block; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L95OrCeU3B5mt8pGXK2OVGTU36nQbowT { top:26.75rem;left:7.1279296875rem;width:13.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxHNyUrhGVgH1NuonamdVWtTC0grDzP { display:block; }
 }@media only screen and (max-width: 763px) { #JXq0RItJRKvF0Tcxdq5LpE9Vh1vlcPI7 { width:29.1875rem;height:6.0625rem;top:9.1875rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBLc1TZh4FGzuc91ZTbk5z7hMgXDmcU3 { width:7.625rem;height:1.9375rem;top:15.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7At3wNG5Zd3M1dATBHdyDvrWq3BUzCG { width:33.25rem;height:5.75rem;top:18.1875rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFzBy5D8uvMcOTmPc7pRxGBBU2unkGgX { top:26.6875rem;left:0rem;width:18rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeh7iww3MsvbPLxJxEwoMl6lJfcs1ZaS { display:block; }
 }@media only screen and (max-width: 763px) { #PUdgtAZN27IaSJrQ99zDdTiCq8prekHU { width:10.3125rem;height:10.75rem;top:26.375rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7ro7CXu2LHJkTAWpq1uKGMveqzcQOTz { width:6.9375rem;height:3.125rem;top:27.9375rem;left:0.9423828125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCJLLG9HMCedE7TA4pKJeoUBw2q4a8v { width:5.3125rem;height:0.9375rem;top:31rem;left:1.0048828125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsbpimFO2xwuk9UfdSwuLJarvLsmXAe { width:4.4375rem;height:3.5625rem;top:32rem;left:0.9423828125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpE7TU9H4XrtVAd2lVIMTrldTdLOrAex { width:2.3125rem;height:2.875rem;top:28rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RRbs5sEih3axaGIAzoVqkP6VJnHuu0 { width:11.375rem;height:2.25rem;top:35.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa { display:block; }#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okFVzUV03wvQGTrMXJPn521kECLeogmF { width:18.75rem;height:3.9375rem;top:20.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO3Hbw5cEqf6e1ld4BBuiZLTnCw95nA { display:block; }
 }@media only screen and (max-width: 763px) { #lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6 { width:26.6875rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze3X7H44fu7taF2eHalH2EWyUwRXDnKi { 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) { #DkcNXUB6Iap6qEz7VT4BWS73zRzeAMZu { width:30.75rem;height:6.0625rem;top:11rem;left:15.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPsHOzeAcni5UIKpIZST4PVhvnnp0DHE { width:47.75rem;height:0.6875rem;top:26.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g16aFnr6SuHaysSg90wHoTZgovHN7Fw1 { width:7rem;height:20.75rem;top:1.75rem;left:40.75rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2k6VBknrZdLt3HHrtCz0AprddMTyJrA { width:7rem;height:6.375rem;top:6.4375rem;left:40.75rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMPGcixIB0NN9P2fStBMGcuuld8qZ1b { width:9.375rem;height:2.5rem;top:11.9375rem;left:38.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfUGnbNMsVExiP6J6SwDnr2On9rIaFV { width:5.6875rem;height:6rem;top:18.1875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzcx7Nw6Cre5tEGyJ7x0B36rDiUu8EaZ { width:15.25rem;height:13.0625rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXT0Ee0i96dmXcZgNTtpTvku3litPePg { width:8.5625rem;height:0.875rem;top:14.25rem;left:39.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0yz11iwoBQnNyTUkuBry7LM5gvskzC { display:block; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChtTLhQAuWTvcSEs455ayiADE51OIEtz { width:10.5rem;height:9.3125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob { width:10.5rem;height:9.3125rem;top:4.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx { width:10.9375rem;height:8.375rem;top:4.1875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ { width:10.5rem;height:9.3125rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:29.875rem;height:12.625rem;top:18.4375rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:14.0625rem;top:18.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { width:31.5rem;height:4.8125rem;top:0rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:47.75rem;height:14.5625rem;top:1.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:18.5rem;height:4.375rem;top:36.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThlTcpCUcNi0zs6xUnu7V38gyfezukys { width:22.9375rem;height:37.75rem;top:9.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.25rem;top:10.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:31.25rem;height:8.5rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:15.3125rem;height:4.1875rem;top:13.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkryom4WsnAKmmoalsU1Qn73P6daR7td { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:11rem;height:3.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:3.25rem;height:3.25rem;top:4.9375rem;left:44.5rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.6875rem;top:5.6875rem;left:41.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:12.25rem;height:3.4375rem;top:0.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:22.25rem;height:1.375rem;top:1.625rem;left:25.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#050d9e;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:7.125rem;height:2.375rem;top:1.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { width:11.9375rem;height:1.51171875rem;top:2.3125rem;left:8.0625rem;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) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:0.875rem;height:0.875rem;top:1.125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q { display:block; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q { background-color: transparent; background-image: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container > .video-iframe-container { display: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row > .video-iframe-container { display: none; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .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); }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q { border-width: 0; border-radius: 0; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .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; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .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; }#W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container.adaptive-delivery-prevent-bg, #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container.lazyload, #W7wr7FXpp1OLdMkXtZXrLveC0yPK4B8Q > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EBTDXM31FVy5ep25fkPRN1rxAKs5p80J { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R77Q1cwFAhzxvoCJoHEOhE82XTvLeVe7 { display:block; }
 }@media only screen and (max-width: 763px) { #HMrsKkWuGhwvzb1dSy922W0rLKbNnu5U { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkAUhXNITDeKVIPXMlVgWGUoElWRlhkQ { display:block; }
 }@media only screen and (max-width: 763px) { #xLr4fycmcNk31qXdovoFunpTlRTNaGII { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJutXSxHq8lLTed2lSRq0oWq66lvakEm { display:block; }
 }@media only screen and (max-width: 763px) { #dmstwTWrJokmo8X3Kx9du9P23UciDkoh { 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) { #s5uspaD9LPFCUfMCymbT5sustBpgSGWZ { width:2.5rem;height:5.19921875rem;top:20.875rem;left:6.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMIT2lmpNq4rSkniaHL3nm6b4L4TKQT8 { 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) { #n7eURtTAN84Rg9tTTfwpa0JgRSe3S6Av { 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) { #ncoHIT1Rf4B3550PaduiCLAmcDtNpxxg { width:12.4375rem;height:4.6875rem;top:25.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSUNlKpiv0paB1okbwMRJeSTzRZTTou { width:4.3125rem;height:4.4375rem;top:25.9375rem;left:11.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qU5BPvd47Zwy9JpKMtoxIGA98KGc4czg { 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) { #sWAewnOG9FFS82z4rUti9NfnxuE2vV2r { 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) { #GKs23BzEZlURzZAT6fuwVCznx1pXftAK { display:block; }
 }@media only screen and (max-width: 763px) { #BE37oQOhSmc5tMZ5B3k6puqTs1E3Oy6I { 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) { #dwaEwPqR7ebLBiMGWk2Aep7f6730zNZ5 { width:12.4375rem;height:4.75rem;top:21.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuk2vr2wUAsM2biW75hFUdqbOLigu0O { width:7.125rem;height:2.5996125rem;top:27rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqu43zGrTARNg0PJgwIaxGq6p04ZOrO { 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) { #T04luJH9RTOUtJXhWIPfpO1ya7BoTPFs { 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) { #x7D2Tr4tmyNZqLIR8fuoNNMIUxEwMooB { display:block; }
 }@media only screen and (max-width: 763px) { #HWm4gAsROTX70oJr6z2AvkW8x5Ei2RF7 { top:21.5625rem;left:3.8125rem;width:11.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaBGT2v2VPh7enMlLnvc9c61Q0sh18CB { display:block; }
 }@media only screen and (max-width: 763px) { #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC { display:none; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC { border-width: 0; border-radius: 0; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .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; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container { width:20rem;height:18.125rem;background-color:rgba(0,0,0,0.26);background-image:url("https://images.assets-landingi.com/uc/53f22361-e2c5-4c68-8d70-c8cf9fd32c22/download20250801T103412173.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container.adaptive-delivery-prevent-bg, #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container.lazyload, #R9pBeTUEhlQVNKnuXIenNVKEvDLfmxXC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mJty3QxFMicMeF0uLfhX0lVHEseogmUr { top:14.875rem;left:9.1875rem;width:10.8125rem;height:3.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLCiSd3BTq2gAgz4TaFhMBFhylvk9ne { display:block; }
 }@media only screen and (max-width: 763px) { #GZoo2xO6ytFw8TKXrQ24MRi1mDF51qJB { top:14.9375rem;left:0rem;width:8.875rem;height:3.125rem;z-index:15004;background-color:#0c2ddd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6 { top:14.9375rem;left:0.5625rem;width:6.75rem;height:2.75rem;z-index:15005;background-color:#0c2ddd;background-image:url("https://images.assets-landingi.com/uc/ad3e91bc-071e-42ca-b7de-38a3cb270602/capturadetela20250801as103846688cc3b4a5091.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6.adaptive-delivery-prevent-bg, #BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6.lazyload, #BO6SInfEtrQuyb3GBM7tvfpuCZTw4yI6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LmzC7WkslEcCE8cErPgwIIECHe3zhKN4 { width:3.9375rem;height:0.48046875rem;top:17.0751953125rem;left:4.375rem;font-size:0.4375rem;font-weight:400;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/434c27d1-c26b-4a9a-823e-e7c45e771b83/Bluefitcentralpark3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.adaptive-delivery-prevent-bg, #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.lazyload, #tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y.lazyloading { background-image: none; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row .container { border-width: 0; border-radius: 0; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#tRJz55BQRgv2mHTf90vsTZ7UrhzrTo3y > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L95OrCeU3B5mt8pGXK2OVGTU36nQbowT { top:16.625rem;left:11.0625rem;width:8.6875rem;height:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxHNyUrhGVgH1NuonamdVWtTC0grDzP { display:block; }
 }@media only screen and (max-width: 763px) { #JXq0RItJRKvF0Tcxdq5LpE9Vh1vlcPI7 { width:11.0625rem;height:2.2rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zBLc1TZh4FGzuc91ZTbk5z7hMgXDmcU3 { width:7.625rem;height:1.94921875rem;top:7.3874995708463rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7At3wNG5Zd3M1dATBHdyDvrWq3BUzCG { width:12.9373125rem;height:2.6rem;top:9.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFzBy5D8uvMcOTmPc7pRxGBBU2unkGgX { top:16.5625rem;left:0rem;width:10.625rem;height:7.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeh7iww3MsvbPLxJxEwoMl6lJfcs1ZaS { display:block; }
 }@media only screen and (max-width: 763px) { #PUdgtAZN27IaSJrQ99zDdTiCq8prekHU { width:3.81185rem;height:6.01171875rem;top:16.1875rem;left:1.9375rem;font-size:4.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H7ro7CXu2LHJkTAWpq1uKGMveqzcQOTz { width:6.9375rem;height:2.5996125rem;top:16.875rem;left:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCJLLG9HMCedE7TA4pKJeoUBw2q4a8v { width:3.06206875rem;height:0.73046875rem;top:19.0625rem;left:7.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsbpimFO2xwuk9UfdSwuLJarvLsmXAe { width:2.625rem;height:1.236328125rem;top:19.73046875rem;left:7.875rem;font-size:0.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gpE7TU9H4XrtVAd2lVIMTrldTdLOrAex { width:2.3125rem;height:2.6rem;top:16.625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RRbs5sEih3axaGIAzoVqkP6VJnHuu0 { width:8.186875rem;height:1.54296875rem;top:21.9375rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#00baff;display:block; }
 }@media only screen and (max-width: 763px) { #d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa { display:none; }#d3cEWsdzHT6bnuCT8L4XLRg2bM1uvkTa > .row .container { width:20rem;height:41.1875rem;background-color:#0c077c;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okFVzUV03wvQGTrMXJPn521kECLeogmF { width:11.75rem;height:3.5625rem;top:31.2744140625rem;left:4.125rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;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:#00d0ff;background-image:none;color:#ffffff;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #meO3Hbw5cEqf6e1ld4BBuiZLTnCw95nA { display:block; }
 }@media only screen and (max-width: 763px) { #lMPv9Z3vqi9elAhm1ioPXHbhsV8hhSB6 { 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) { #ze3X7H44fu7taF2eHalH2EWyUwRXDnKi { width:18.75rem;height:4.46875rem;top:16.1875rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkcNXUB6Iap6qEz7VT4BWS73zRzeAMZu { width:20rem;height:3.8994125rem;top:19.375rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPsHOzeAcni5UIKpIZST4PVhvnnp0DHE { width:15.4375rem;height:2.47265625rem;top:35.748046875rem;left:2.28125rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g16aFnr6SuHaysSg90wHoTZgovHN7Fw1 { width:3.75rem;height:11.2119375rem;top:21.625rem;left:8.8125rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2k6VBknrZdLt3HHrtCz0AprddMTyJrA { width:2.4375rem;height:2.5996125rem;top:24.375rem;left:12.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMPGcixIB0NN9P2fStBMGcuuld8qZ1b { width:5.8125rem;height:1.8681625rem;top:26.6875rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfUGnbNMsVExiP6J6SwDnr2On9rIaFV { width:4.5rem;height:4.75rem;top:24.099609375rem;left:2.4369419642857rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzcx7Nw6Cre5tEGyJ7x0B36rDiUu8EaZ { 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) { #nXT0Ee0i96dmXcZgNTtpTvku3litPePg { width:7.0625rem;height:0.7558625rem;top:28.3046875rem;left:12.5rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #me0yz11iwoBQnNyTUkuBry7LM5gvskzC { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { background-color: transparent; background-image: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container > .video-iframe-container { display: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row > .video-iframe-container { display: none; }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .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); }#me0yz11iwoBQnNyTUkuBry7LM5gvskzC > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChtTLhQAuWTvcSEs455ayiADE51OIEtz { width:5.6875rem;height:5rem;top:3.0611991882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ItIyTX9w7ldXAfHhUp8P5dHTHoF1ob { width:5.8125rem;height:5.0625rem;top:3.125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0wP4V9VI9eSl0z4wgTFkbbqrNi84Cx { width:5.625rem;height:4.3125rem;top:3.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DblocvudV1yaJrAyyGo3HWiKpL9UrsDQ { width:5.8125rem;height:5.125rem;top:2.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:18.5rem;height:15rem;top:10.05859375rem;left:1.5625rem;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:1.49609375rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:20rem;height:4.375rem;top:4.43359375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:14.4375rem;height:3.75rem;top:27.9951171875rem;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.9375rem;height:16.375rem;top:29.0625rem;left:9.8225026547331rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.25rem;top:10.18359375rem;left:0rem;font-size:1.25rem;z-index:15005;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { background-color:#04ceff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:20rem;height:7.5rem;top:1.357421875rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va6PsSCnQeXZMQW2xE2zsu1VsJfgOXxw { width:15.3125rem;height:4.1875rem;top:10.35546875rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkryom4WsnAKmmoalsU1Qn73P6daR7td { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:6.875rem;height:2.375rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:2rem;height:2rem;top:9.65625rem;left:9rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.1682125rem;top:8.17578125rem;left:6.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:20rem;height:3.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:6.875rem;height:2.0625rem;top:0.41796875rem;left:13.125rem;font-size:0.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:11.625rem;height:0.6875rem;top:1.0625rem;left:1.625rem;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.4375rem;height:0.4375rem;top:0.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { top:0.8125rem;left:0.3125rem;width:1rem;height:1rem;z-index:15006;display:block; }
 }