.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8487e61e-fd58-4ad4-9339-aa92ff18bbe6/littlepluses.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad9d1545-cd0f-402d-8f12-281a1cbf4c2e/imgi_26_traco3.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.08); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.08); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#wCWRVRWIpyQRdNnG0FZOS6UXsDPyhCzS { color:#ffd800;display:block;width:39.3105625rem;position:absolute;font-family:"varela round";font-size:4.1875rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:14.84375rem;left:0rem;height:8.375rem;display:block; }
#oiaQhVSHk2yc0CJHTcwG9XdgNhJOTrBs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6873125rem;width:19.6245625rem;top:0.58268231153488rem;left:0rem;overflow:hidden;display:block; }
#dTCX7Uq4C6yMf7sI9tXDomRgpzmIl7n5 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.125rem solid rgba(0,0,0,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: 0rem 0.375rem 0rem #01b243 ;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:"varela round";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:2.1;overflow:hidden;position:absolute;width:19.375rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#EqqDGgTClwaSzEzXKzvVieTsM0sSaBkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPcktEidJ3QhsOP2vxKTF34SJGTBxRTT { color:#0635c9;display:block;width:29.187rem;position:absolute;font-family:"varela round";font-size:1.75rem;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:22.022705078125rem;left:0rem;height:6.82616875rem;display:block; }
#URZr4aTeAPzsHagm3vpzBpodtOIgeego { box-sizing:content-box;height:1.75rem;width:16.1875rem;position:absolute;display:block;z-index:14994;background-color:#fed902;background-image:none;top:24.561767578125rem;left:-0.43701171875rem;border-top-right-radius:262.5rem;border-bottom-right-radius:262.5rem;border-bottom-left-radius:262.5rem;border-top-left-radius:262.5rem;display:block; }
#w4qbWyGh0wFO4MoDykHgGcevd622EZLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.75rem;left:1.4375rem; }
#TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD { box-sizing:content-box;height:12.5rem;width:15.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2d200715-6842-4aba-94ed-aa16c940bd8b/imgi_9_11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.6875rem;left:45.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD.adaptive-delivery-prevent-bg, #TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD.lazyload, #TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD.lazyloading { background-image: none; }
#ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE { box-sizing:content-box;height:15.5625rem;width:21.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/538f6a39-fbac-4e2e-b146-6f3025fe978b/imgi_17_06.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.84375rem;left:53.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE.adaptive-delivery-prevent-bg, #ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE.lazyload, #ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE.lazyloading { background-image: none; }
#UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM { box-sizing:content-box;height:13.75rem;width:21.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d72fb08e-a262-4134-8cf7-60b85847f9d4/imgi_16_05.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.677734375rem;left:45.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM.adaptive-delivery-prevent-bg, #UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM.lazyload, #UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM.lazyloading { background-image: none; }
#xvTJ0HcabuwObgoI84yTTAhGAuQgxMLz { box-sizing:content-box;height:1.75rem;width:19.625rem;position:absolute;display:block;z-index:14994;background-color:#fed902;background-image:none;top:24.5625rem;left:-0.4375rem;border-top-right-radius:262.5rem;border-bottom-right-radius:262.5rem;border-bottom-left-radius:262.5rem;border-top-left-radius:262.5rem;display:none; }
#xDnlZ1HuJOFyurXFnT9xIf9L1TkSoQSk { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:"varela round";font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:8.09375rem;height:6.3359375rem;text-align:center;text-align-last:center;display:none; }
#euiiCixvAq2gHnuLeIETPdBrvXzPxVle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0635c9;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; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container { background-color: transparent; background-image: none; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container > .video-iframe-container { display: none; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row > .video-iframe-container { display: none; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .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); }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container { border-width: 0; border-radius: 0; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;position:relative;display:block; }#tyrM4gMGEFl2ivMEZvsZ0IlWcAEnSUIP { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:"varela round";font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:8.09375rem;height:6.3378875rem;text-align:center;text-align-last:center;display:block; }
#gT1PKTwLWEMAG1DnzThL3tgdt5wnTln9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35.5rem;width:63.4375rem;top:7.6953125rem;left:5.78125rem;display:block; }
#L3uTNh84TpsM9qpCQ83rTH608eCZExIu { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"varela round";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.25rem;left:25.75rem;display:block; }
#NnGXWStM3E2UAVg0nAKXui0s91PbwiH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czoo77cATK7W91Z0vNRKQTWyvWrwotzs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:75rem;top:30.985240936279rem;left:0rem;overflow:hidden;display:block; }
#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { background-color: transparent; background-image: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container > .video-iframe-container { display: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row > .video-iframe-container { display: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .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); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { border-width: 0; border-radius: 0; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#TF52yhT20tHz9huZ03N1BvbtVfcxudJc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.507080078125rem;left:71.875rem;display:block; }
#qHnhqwkiNLxiGLkdb4d6BcEGpncnrwuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsypOtCxvALm0d2b68muiiISSvsQ3305 { position:absolute;display:block;z-index:15012;border-top:0.375rem solid #5d92ff;border-left:0.375rem solid #5d92ff;border-right:0.375rem solid #5d92ff;border-bottom:0.375rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.0625rem;width:18.25rem;top:4.8198785781861rem;left:2.8743495941162rem;overflow:hidden;display:block; }
#cHgH8ZOsuadmsAWAoi6TFXTn39hEXfs7 { position:absolute;display:block;z-index:15013;border-top:0.375rem solid #5d92ff;border-left:0.375rem solid #5d92ff;border-right:0.375rem solid #5d92ff;border-bottom:0.375rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.999125rem;width:18.4375rem;top:4.8828134536743rem;left:27.932943344116rem;overflow:hidden;display:block; }
#xIoeNfTEFFtuDFTS9TTeROAtxAGos1B8 { position:absolute;display:block;z-index:15014;border-top:0.375rem solid #5d92ff;border-left:0.375rem solid #5d92ff;border-right:0.375rem solid #5d92ff;border-bottom:0.375rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.186875rem;width:18.624125rem;top:4.6940107345581rem;left:52.625871658325rem;overflow:hidden;display:block; }
#Qlhl3eSLDteswS3TEnDToxFyg6Wk4yuM { color:#0635c9;display:block;width:12.5rem;position:absolute;font-family:"varela round";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.199213981628rem;left:6.0959224700928rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8TlZsbSQxG5yDDOsCIQ0gOZ2T81FsE0 { color:#0635c9;display:block;width:12rem;position:absolute;font-family:"varela round";font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.009765625rem;left:31.5rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlWU10ptfWNqRs2CmfxE6XxMGQakft9f { color:#0635c9;display:block;width:9.375rem;position:absolute;font-family:"varela round";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.009765625rem;left:57.6240234375rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4088ff;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; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { background-color: transparent; background-image: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container > .video-iframe-container { display: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row > .video-iframe-container { display: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .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); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { border-width: 0; border-radius: 0; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#oc4TdBmqgT2SBiwr6o53W8wP4OaU4W4r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.507080078125rem;left:71.875rem;display:block; }
#RixpTkfsHuh7PnqqhBGnQUNTKuNLnXBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvflqQstenPzAWQdNAbBoE2ghZeTFev1 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:"varela round";font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0068359375rem;left:43.5625rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#pATgcs6etFL1W73c4H6h1N21me1aShLi { box-sizing:content-box;height:29.375rem;width:40.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a5d63aaa-aa47-41df-8091-317ee6984ed5/imgi_29_Escola_particular_em_Fortaleza.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#pATgcs6etFL1W73c4H6h1N21me1aShLi.adaptive-delivery-prevent-bg, #pATgcs6etFL1W73c4H6h1N21me1aShLi.lazyload, #pATgcs6etFL1W73c4H6h1N21me1aShLi.lazyloading { background-image: none; }
#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#082c87;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; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { background-color: transparent; background-image: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container > .video-iframe-container { display: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row > .video-iframe-container { display: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .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); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { border-width: 0; border-radius: 0; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#FU1OnOVTOZFkgngbCcm5IXv566A0Wn5O { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"varela round";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.375rem;left:47.09375rem;height:4.87305rem;text-align:right;text-align-last:right;display:block; }
#uz51OU5MndUEvOIosz2JxX5J5bGJuWeT { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"font awesome brands";font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8125rem;left:60.875rem;height:3.90014375rem;text-align:right;text-align-last:right;display:block; }
#sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9913803-d58b-4aa5-9dca-89f2b20ef3ec/AF_Logo_Joviniano_RGB171.png");background-position: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.25rem;width:9.0625rem;top:0rem;left:0rem;display:block; }#sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9.adaptive-delivery-prevent-bg, #sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9.lazyload, #sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9.lazyloading { background-image: none; }
#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb { background-color: transparent; background-image: none; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container > .video-iframe-container { display: none; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row > .video-iframe-container { display: none; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .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); }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb { border-width: 0; border-radius: 0; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HCl7WSPUePLa8nlCEErIL6iIZPOlG4xl { background-color:#fed902;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0635c9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:64.5625rem;display:block; }
#osuIE3JiKyo76MKJG3TZk5TywTZkP4uA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXJZuSokIEF7P6xJ2y4OsaxhkH8xqszu { box-sizing:content-box;color:#fed902;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#C5nVN501WoHpe5IqQpHCw0C5hCPONbyc { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#a5aQGf1eFcJD5qFVPsb75SMJBP0QZgSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GebfIp005m4BOsxuOCwdhXZLVS3bGQAz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#iCd9M92rKIzZd3hZ5NHbkyhSR1v3cgdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCWRVRWIpyQRdNnG0FZOS6UXsDPyhCzS { width:39.25rem;height:8.375rem;top:14.8125rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaQhVSHk2yc0CJHTcwG9XdgNhJOTrBs { width:19.5625rem;height:6.6661639351833rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCX7Uq4C6yMf7sI9tXDomRgpzmIl7n5 { width:19.375rem;height:4.3125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqDGgTClwaSzEzXKzvVieTsM0sSaBkd { display:block; }
 }@media only screen and (max-width: 763px) { #WPcktEidJ3QhsOP2vxKTF34SJGTBxRTT { width:29.125rem;height:6.8125rem;top:22rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZr4aTeAPzsHagm3vpzBpodtOIgeego { width:16.1875rem;height:1.75rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qbWyGh0wFO4MoDykHgGcevd622EZLm { width:2.25rem;height:2.25rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD { width:15.75rem;height:12.5rem;top:5.6875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE { width:21.5625rem;height:15.5625rem;top:14.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM { width:21.5625rem;height:13.75rem;top:26.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTJ0HcabuwObgoI84yTTAhGAuQgxMLz { width:19.625rem;height:1.75rem;top:24.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDnlZ1HuJOFyurXFnT9xIf9L1TkSoQSk { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #euiiCixvAq2gHnuLeIETPdBrvXzPxVle { display:block; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyrM4gMGEFl2ivMEZvsZ0IlWcAEnSUIP { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1PKTwLWEMAG1DnzThL3tgdt5wnTln9 { width:47.75rem;height:26.72118226601rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3uTNh84TpsM9qpCQ83rTH608eCZExIu { width:23.5rem;height:4.0625rem;top:48.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnGXWStM3E2UAVg0nAKXui0s91PbwiH2 { display:block; }
 }@media only screen and (max-width: 763px) { #czoo77cATK7W91Z0vNRKQTWyvWrwotzs { width:47.75rem;height:22.362916666667rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qzIrfWspUx6rpalT8eOXBwgsH31TuF { display:block; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF52yhT20tHz9huZ03N1BvbtVfcxudJc { width:3.125rem;height:3.4375rem;top:18.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHnhqwkiNLxiGLkdb4d6BcEGpncnrwuP { display:block; }
 }@media only screen and (max-width: 763px) { #fsypOtCxvALm0d2b68muiiISSvsQ3305 { width:18.25rem;height:13.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgH8ZOsuadmsAWAoi6TFXTn39hEXfs7 { width:18.4375rem;height:12.999125rem;top:4.875rem;left:14.307943344116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIoeNfTEFFtuDFTS9TTeROAtxAGos1B8 { width:18.5625rem;height:13.143241209319rem;top:4.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlhl3eSLDteswS3TEnDToxFyg6Wk4yuM { width:12.5rem;height:4.8125rem;top:19.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TlZsbSQxG5yDDOsCIQ0gOZ2T81FsE0 { width:12rem;height:4.875rem;top:20rem;left:17.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlWU10ptfWNqRs2CmfxE6XxMGQakft9f { width:9.375rem;height:4.875rem;top:20rem;left:38.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 { display:block; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc4TdBmqgT2SBiwr6o53W8wP4OaU4W4r { width:3.125rem;height:3.4375rem;top:18.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RixpTkfsHuh7PnqqhBGnQUNTKuNLnXBU { display:block; }
 }@media only screen and (max-width: 763px) { #OvflqQstenPzAWQdNAbBoE2ghZeTFev1 { width:24.0625rem;height:13rem;top:9rem;left:23.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATgcs6etFL1W73c4H6h1N21me1aShLi { width:40.125rem;height:29.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7qDoluMTFA26mexBwVLo6IQzzPsK6wM { display:block; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU1OnOVTOZFkgngbCcm5IXv566A0Wn5O { width:11.375rem;height:4.75rem;top:2.375rem;left:33.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz51OU5MndUEvOIosz2JxX5J5bGJuWeT { width:14.125rem;height:3.875rem;top:2.8125rem;left:33.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9 { width:9.0625rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb { display:block; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCl7WSPUePLa8nlCEErIL6iIZPOlG4xl { width:5.75rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osuIE3JiKyo76MKJG3TZk5TywTZkP4uA { display:block; }
 }@media only screen and (max-width: 763px) { #tXJZuSokIEF7P6xJ2y4OsaxhkH8xqszu { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nVN501WoHpe5IqQpHCw0C5hCPONbyc { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5aQGf1eFcJD5qFVPsb75SMJBP0QZgSG { display:block; }
 }@media only screen and (max-width: 763px) { #GebfIp005m4BOsxuOCwdhXZLVS3bGQAz { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCd9M92rKIzZd3hZ5NHbkyhSR1v3cgdl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad9d1545-cd0f-402d-8f12-281a1cbf4c2e/imgi_26_traco3.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:34.5104984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCWRVRWIpyQRdNnG0FZOS6UXsDPyhCzS { width:15.3125rem;height:6.5625rem;top:8.3125rem;left:2.34375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiaQhVSHk2yc0CJHTcwG9XdgNhJOTrBs { width:15.375rem;height:4.9375rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCX7Uq4C6yMf7sI9tXDomRgpzmIl7n5 { width:17.9375rem;height:4.25rem;top:23.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqDGgTClwaSzEzXKzvVieTsM0sSaBkd { display:block; }
 }@media only screen and (max-width: 763px) { #WPcktEidJ3QhsOP2vxKTF34SJGTBxRTT { width:16.8115rem;height:7.14355625rem;top:14.874267578125rem;left:1.59423828125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URZr4aTeAPzsHagm3vpzBpodtOIgeego { width:13.0625rem;height:1.75rem;top:16.800537109375rem;left:2.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qbWyGh0wFO4MoDykHgGcevd622EZLm { display:flex;width:2.25rem;height:2.25rem;top:24.5rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #TVvCXkNJ6iuBtWnTI2daDvQcOC0B7pOD { width:15.75rem;height:12.5rem;top:51.125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydoxyFpzgvhmAq5oJXame9EKWxhmzmKE { width:20rem;height:15.5625rem;top:87.94725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpzhDqHqydvPPLIcIt7StfGAfqIsGFPM { width:20rem;height:13.75rem;top:72.94725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvTJ0HcabuwObgoI84yTTAhGAuQgxMLz { width:7rem;height:1.4375rem;top:33.0625rem;left:6.5rem;z-index:14996;border-top-left-radius:262.5rem;border-top-right-radius:262.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDnlZ1HuJOFyurXFnT9xIf9L1TkSoQSk { width:20rem;height:1.13769375rem;top:33.375rem;left:0rem;font-size:0.8125rem;line-height:1.4;color:#0635c9;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #euiiCixvAq2gHnuLeIETPdBrvXzPxVle { display:block; }#euiiCixvAq2gHnuLeIETPdBrvXzPxVle > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyrM4gMGEFl2ivMEZvsZ0IlWcAEnSUIP { width:20rem;height:3.3252rem;top:11.9375rem;left:0rem;font-size:1.1875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gT1PKTwLWEMAG1DnzThL3tgdt5wnTln9 { height:11.1904375rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3uTNh84TpsM9qpCQ83rTH608eCZExIu { width:18.125rem;height:4rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnGXWStM3E2UAVg0nAKXui0s91PbwiH2 { display:block; }
 }@media only screen and (max-width: 763px) { #czoo77cATK7W91Z0vNRKQTWyvWrwotzs { width:20rem;height:9.3661875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qzIrfWspUx6rpalT8eOXBwgsH31TuF { background-color:#ffffff;background-image:none;display:block; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { background-color: transparent; background-image: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container > .video-iframe-container { display: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row > .video-iframe-container { display: none; }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .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); }#E7qzIrfWspUx6rpalT8eOXBwgsH31TuF > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF52yhT20tHz9huZ03N1BvbtVfcxudJc { width:2.5rem;height:2.4375rem;top:12.2578125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHnhqwkiNLxiGLkdb4d6BcEGpncnrwuP { display:block; }
 }@media only screen and (max-width: 763px) { #fsypOtCxvALm0d2b68muiiISSvsQ3305 { width:19.25rem;height:13.75rem;top:3.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgH8ZOsuadmsAWAoi6TFXTn39hEXfs7 { width:19.25rem;height:13.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIoeNfTEFFtuDFTS9TTeROAtxAGos1B8 { width:19.25rem;height:13.625rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlhl3eSLDteswS3TEnDToxFyg6Wk4yuM { width:20rem;height:2.4375rem;top:18.205078125rem;left:0rem;font-size:1.875rem;color:#4088ff;display:block; }
 }@media only screen and (max-width: 763px) { #n8TlZsbSQxG5yDDOsCIQ0gOZ2T81FsE0 { width:20rem;height:2.4375rem;top:38.625rem;left:0rem;font-size:1.875rem;color:#4088ff;display:block; }
 }@media only screen and (max-width: 763px) { #JlWU10ptfWNqRs2CmfxE6XxMGQakft9f { width:20rem;height:2.4375rem;top:59.125rem;left:0rem;font-size:1.875rem;color:#4088ff;display:block; }
 }@media only screen and (max-width: 763px) { #SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 { background-color:#4088ff;background-image:url("https://images.assets-landingi.com/uc/a5d63aaa-aa47-41df-8091-317ee6984ed5/imgi_29_Escola_particular_em_Fortaleza.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6.adaptive-delivery-prevent-bg, #SrG1a9fyWa34mSHfBrvgQkM4zs024dr6.lazyload, #SrG1a9fyWa34mSHfBrvgQkM4zs024dr6.lazyloading { background-image: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { background-color: transparent; background-image: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container > .video-iframe-container { display: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row > .video-iframe-container { display: none; }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .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); }#SrG1a9fyWa34mSHfBrvgQkM4zs024dr6 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc4TdBmqgT2SBiwr6o53W8wP4OaU4W4r { width:2.5rem;height:2.4375rem;top:12.2578125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RixpTkfsHuh7PnqqhBGnQUNTKuNLnXBU { display:block; }
 }@media only screen and (max-width: 763px) { #OvflqQstenPzAWQdNAbBoE2ghZeTFev1 { width:16.3125rem;height:6.4709375rem;top:4.2578125rem;left:1.84375rem;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pATgcs6etFL1W73c4H6h1N21me1aShLi { width:20rem;height:15.875rem;top:19.5703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7qDoluMTFA26mexBwVLo6IQzzPsK6wM { background-color:#0635c9;background-image:none;display:block; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { background-color: transparent; background-image: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container > .video-iframe-container { display: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row > .video-iframe-container { display: none; }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .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); }#y7qDoluMTFA26mexBwVLo6IQzzPsK6wM > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU1OnOVTOZFkgngbCcm5IXv566A0Wn5O { width:20rem;height:5.34375rem;top:9.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #uz51OU5MndUEvOIosz2JxX5J5bGJuWeT { width:14.125rem;height:2.599825rem;top:16.1875rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIqaSSIRix5IEyhE7t8wD2hO8JfcTIv9 { width:5.87456875rem;height:5.9375rem;top:4.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CIvvvZiRvmqKmQvv0hzAieQTaTmCmKfb > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCl7WSPUePLa8nlCEErIL6iIZPOlG4xl { width:4.4375rem;height:1.5rem;top:0.5625rem;left:12.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osuIE3JiKyo76MKJG3TZk5TywTZkP4uA { display:block; }
 }@media only screen and (max-width: 763px) { #tXJZuSokIEF7P6xJ2y4OsaxhkH8xqszu { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C5nVN501WoHpe5IqQpHCw0C5hCPONbyc { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5aQGf1eFcJD5qFVPsb75SMJBP0QZgSG { display:block; }
 }@media only screen and (max-width: 763px) { #GebfIp005m4BOsxuOCwdhXZLVS3bGQAz { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCd9M92rKIzZd3hZ5NHbkyhSR1v3cgdl { display:block; }
 }