.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:#eaeef1;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); }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2349;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; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container { background-color: transparent; background-image: none; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container > .video-iframe-container { display: none; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row > .video-iframe-container { display: none; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .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); }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container { border-width: 0; border-radius: 0; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#w4G6gkFce41Or5VvT0QR4pdHX5feFZZJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:17.25rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#bkzIU5CveTXOLAgV3JRaAxzkKfCXOoa4 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:51.4375rem;height:2.2744125rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#Tb1rfns6Av8bkxS0E7kATVRhfmqVUZfu { position:absolute;display:block;z-index:15002;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:6rem;top:1.125rem;left:69rem;overflow:hidden;display:block; }
#sQETBu5Gx5WlNELyU7isz3tw1D01b938 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2349;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; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container { background-color: transparent; background-image: none; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container > .video-iframe-container { display: none; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row > .video-iframe-container { display: none; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .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); }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container { border-width: 0; border-radius: 0; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#ydTqKFidV65RvVmgbLwUoanBreu2Cn1s { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa156b33-f8f1-412e-9689-1a9aa4a6cdce/download51.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:23.3125rem;top:0.125rem;left:43.9375rem;display:block; }#ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.adaptive-delivery-prevent-bg, #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.lazyload, #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.lazyloading { background-image: none; }
#DJf4GRBzvUw0U9ofq0T1gdZKwbvdSfvR { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.390625rem;left:0rem;height:16.5rem;font-style:normal;display:block; }
#omMrMRZeVbdcuoUpe9q7fUqEE7NPcMoF { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#tGtJWamQnEWFvksO9q4SIUbNBBaXouug { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9719137a-a857-4348-a573-d15dfa2b8565/image.webp");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:36.875rem;width:45.9375rem;top:0.75rem;left:30.69921875rem;display:block; }#tGtJWamQnEWFvksO9q4SIUbNBBaXouug.adaptive-delivery-prevent-bg, #tGtJWamQnEWFvksO9q4SIUbNBBaXouug.lazyload, #tGtJWamQnEWFvksO9q4SIUbNBBaXouug.lazyloading { background-image: none; }
#MKlKHp8QutIR51TMLteZTe8H415BmfUT { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #0f2349);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #0f2349);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #0f2349);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #0f2349);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f2349' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f2349' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #0f2349);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:7.0625rem;top:9.4375rem;left:67.5rem;display:block; }
#iwTDGRoTDFGFDhhqhVPCoc3IeqWrieQK { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f2349, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #0f2349, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #0f2349, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #0f2349, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2349', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2349', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #0f2349, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:14.25rem;top:4.390625rem;left:32.375rem;display:block; }
#BktrVZwWSkGUfx8vLiT6tOHeaUKBocwD { background-color:#0ab94b;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.5625rem solid rgba(0,0,0,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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.9375rem;left:0rem;display:block; }
#eCUJXTSULT19pOxRzaTLm24WMABw8rC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzEbgbI2xThG7VC9L0HIMW5BCpVi69TT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.71875rem;left:0.625rem; }
#dCqbwrmc9tzixr2qcno4Mp2FcCJ2yp33 { position:absolute;display:block;z-index:15003;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:3.25rem;width:7.25rem;top:29rem;left:24.0625rem;overflow:hidden;display:block; }
#CyVbxDhcV1bPufu8d7hNudp5NU3h3E3f { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.3125rem;left:17.9375rem;height:0.89355625rem;font-style:normal;display:block; }
#T4HHZyw2Gu2AUbf2bsDffMM2m28naRtN { color:#ff5c00;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2349;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; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container { background-color: transparent; background-image: none; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container > .video-iframe-container { display: none; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row > .video-iframe-container { display: none; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .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); }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container { border-width: 0; border-radius: 0; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#SDC0f1K3qofrWhOaAOPcxQ0MUw28hzsI { position:absolute;display:block;z-index:14998;background-color:#009cf5;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;height:21.3125rem;width:36.5625rem;top:2.4375rem;left:0rem;display:block; }
#G1aCPVKSwTcmEpvsiSzx3Z3X4fQ8yK2Z { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.296875rem;left:3.03125rem;height:3.25rem;font-style:normal;display:block; }
#RzFpX1NK5W4ddgq3293ZMIIlT9Eb9vhs { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.140625rem;left:3.03125rem;height:5.625rem;font-style:normal;display:block; }
#wwJztLk9eqXmcHC8OUAhS56oK5nudTBv { background-color:#0ab94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(0,0,0,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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.421875rem;left:3.03125rem;display:block; }
#OdWf2TMP8moFMWRkiDWxpm5JcQRnRQHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fd3ZeuwDiKAcCKtABsuSAQxdhTCZzntW { position:absolute;display:block;z-index:14996;background-color:#0030ce;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;height:21.25rem;width:36.5625rem;top:2.5rem;left:38.4375rem;display:block; }
#KRpyKZOJsz1bEiRRURltwGiqK3WdiOKA { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.296875rem;left:41.5rem;height:3.25rem;font-style:normal;display:block; }
#wqW3MmN4fsnCuXEaV3170hKvWTca4EK1 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:7.125rem;left:41.5rem;height:5.625rem;font-style:normal;display:block; }
#gFreN3Oe9E1fDT9IFCTiq15FLHSVFBSI { background-color:#0ab94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(0,0,0,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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.4375rem;left:41.5rem;display:block; }
#CudO183ZyfAtc0JWaL69qpVUJq5ykCC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABllgd7gOMkEtzh7A59J2b5Qg3wrQGBU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.625rem;left:41.5rem; }
#PoX1ikRx43TCs3v02vEKmLLHmMta0PEO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.625rem;left:43.9375rem; }
#mUS5e9LVNhPTZyVPsAOtLDWlRwlEN2x2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.6875rem;left:3.03125rem; }
#MFbb7UmMXIJE41I3EBfbE9g5i29TSvyB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.953125rem;left:3.71875rem; }
#CW06slvQabl07efAhFZgkZStA40zDVcC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.953125rem;left:42.375rem; }
#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2349;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:none; }#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP > .row .container { border-width: 0; border-radius: 0; }#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:none; }#KlGHkC4i7yub0kERW5prcnVXZsc6MVfi { position:absolute;display:block;z-index:14998;background-color:#009cf5;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;height:11.25rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#FyHp64R3xdQ2tgzCV69lviBEosSW4t4q { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.28125rem;height:6.5rem;font-style:normal;display:block; }
#QDTLVuK09UBpJFfowfRbBnn5w7OiTOTz { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.25rem;left:3.09375rem;height:5rem;font-style:normal;display:block; }
#Wa5SMVwbp4Et8ihNiHQHTb38IuoRPRET { background-color:#0ab94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.1875rem;left:59.40625rem;display:block; }
#XEKPqQAKnddu2CUfnFb1aI6DDiCcmcPV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jmu55FS2rBmMALDf0Bi6iZ46EiD6C1WP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.5rem;top:4.65625rem;left:46.84375rem;overflow:hidden;display:block; }
#thrHAJJCTwtVbGbwgq9exD13kG5aV08w { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.427734375rem;left:48.625rem;height:0.89355625rem;font-style:normal;display:block; }
#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq { 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; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container { background-color: transparent; background-image: none; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container > .video-iframe-container { display: none; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row > .video-iframe-container { display: none; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .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); }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container { border-width: 0; border-radius: 0; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8167385d-8723-4902-a280-a90383a2aff7/download52.webp");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:4.5rem;width:11rem;top:3.03125rem;left:64rem;display:block; }#VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM.adaptive-delivery-prevent-bg, #VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM.lazyload, #VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM.lazyloading { background-image: none; }
#nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ccc4b04-a7c6-4e3e-8190-a7680698598d/download54.webp");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:6rem;width:12.9375rem;top:2.3125rem;left:40.1875rem;display:block; }#nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT.adaptive-delivery-prevent-bg, #nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT.lazyload, #nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT.lazyloading { background-image: none; }
#SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c3478214-8e17-46bc-a739-3b3dc57d68cc/download53.webp");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:4.0625rem;width:10.5rem;top:3.25rem;left:53.5625rem;display:block; }#SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO.adaptive-delivery-prevent-bg, #SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO.lazyload, #SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO.lazyloading { background-image: none; }
#QFDmoUNplZew7a63pVoTRCRpPd44eULH { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/efdafd0c-ae44-45d8-81cb-2618d359f782/download55.webp");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:6.5625rem;width:10.9375rem;top:2rem;left:29.3125rem;display:block; }#QFDmoUNplZew7a63pVoTRCRpPd44eULH.adaptive-delivery-prevent-bg, #QFDmoUNplZew7a63pVoTRCRpPd44eULH.lazyload, #QFDmoUNplZew7a63pVoTRCRpPd44eULH.lazyloading { background-image: none; }
#s5cVAoEyJ00rENigsXgc091IMMDmDLAJ { color:#808080;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki { 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; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { background-color: transparent; background-image: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container > .video-iframe-container { display: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row > .video-iframe-container { display: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .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); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { border-width: 0; border-radius: 0; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#bBUZEDREgDonP74ahUeN8HfmRJOSeNa5 { color:#0f2349;display:block;width:43.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:4.4375rem;left:15.90625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ { 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; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { background-color: transparent; background-image: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container > .video-iframe-container { display: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row > .video-iframe-container { display: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .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); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { border-width: 0; border-radius: 0; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e663c63-8e6e-4f13-a790-10d14dee890f/download58.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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.25rem;width:17.0625rem;top:0rem;left:0rem;display:block; }#GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8.adaptive-delivery-prevent-bg, #GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8.lazyload, #GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8.lazyloading { background-image: none; }
#CrlEtyVQA2iq69OA1rrtnC6BFO4nsAaq { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:15.5rem;left:0rem;height:3.0932625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whPulgXv8ylDqVVgiTMKgx0k2gLwn5T8 { color:#0f2349;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:13.5rem;left:0.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dy9HC0HBECaGGFuI33QaVtb0Eb9TX9bE { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:15.5rem;left:19.625rem;height:3.0932625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ffd8018-d6d7-4bc2-9674-ddf7be044aba/download59.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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.25rem;width:17.0625rem;top:0rem;left:19.625rem;display:block; }#M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu.adaptive-delivery-prevent-bg, #M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu.lazyload, #M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu.lazyloading { background-image: none; }
#f45rnTImOozhdDIt1HFLNpuyBW6K7xXC { color:#0f2349;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:13.5rem;left:19.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JS2ZoXIksW7btan4KrUTIKTl2tA8tVwV { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:15.5rem;left:38.3125rem;height:1.8559575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seP711oVNlSo34xVVFkZvuQWN4drlx5s { color:#0f2349;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:13.5rem;left:38.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bc1a5d1-8e5e-4d57-873e-e82abadf5c54/download61.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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.25rem;width:17.0625rem;top:0rem;left:38.3125rem;display:block; }#LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq.adaptive-delivery-prevent-bg, #LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq.lazyload, #LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq.lazyloading { background-image: none; }
#b0Sv0m4ZP5bRaiEirlToTZcXKtA6pzzh { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:15.5rem;left:57.9375rem;height:3.0932625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2m8euAXntXXRD1Hk67RmctLG4y7wN6S { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bbb7b6e-47a3-4f0b-8def-1e4f00d8e0dc/whatsappimage20240307at11061465f871e8042d6.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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.25rem;width:17.0625rem;top:0rem;left:57.9375rem;display:block; }#T2m8euAXntXXRD1Hk67RmctLG4y7wN6S.adaptive-delivery-prevent-bg, #T2m8euAXntXXRD1Hk67RmctLG4y7wN6S.lazyload, #T2m8euAXntXXRD1Hk67RmctLG4y7wN6S.lazyloading { background-image: none; }
#V8sC0Nu2DkcvEnMDSpuelE6VQe97cqyJ { color:#0f2349;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:13.5rem;left:58rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2222a5;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; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container { background-color: transparent; background-image: none; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container > .video-iframe-container { display: none; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row > .video-iframe-container { display: none; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .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); }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container { border-width: 0; border-radius: 0; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fc454983-a4ca-4b1f-9562-c096744ecca1/Ativo1.svg");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:44.4375rem;width:49.375rem;top:-3.9375rem;left:-23.2060546875rem;display:block; }#M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ.adaptive-delivery-prevent-bg, #M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ.lazyload, #M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ.lazyloading { background-image: none; }
#ySnOLd0HvXuGZ2b1ucMN5TZvrzofSW7l { color:#ffffff;display:block;width:36rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.375rem;left:36.53125rem;height:8.75rem;font-style:normal;display:block; }
#tK6FdLHqqZqQwvbbikt8ewtmbGHMUXOO { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:36.53125rem;height:11.25rem;font-style:normal;display:block; }
#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7eef7a82-d44a-452b-b8e0-481ab1d33e53/download64.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.adaptive-delivery-prevent-bg, #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.lazyload, #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.lazyloading { background-image: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { background-color: transparent; background-image: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container > .video-iframe-container { display: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container { display: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .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); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { border-width: 0; border-radius: 0; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy::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; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#Lhu0HZvmssUZ9GLP3lhTIXQN0C9O0f8C { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:9.46875rem;left:16.34375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d05200;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:none; }#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW > .row .container { border-width: 0; border-radius: 0; }#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:none; }#lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/661c312c-454c-4606-853a-dccfcdad0229/imagemcontato801x1024.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:36.5625rem;top:1.4375rem;left:41.4375rem;display:block; }#lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.adaptive-delivery-prevent-bg, #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.lazyload, #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.lazyloading { background-image: none; }
#ST0rdNNsX3r6n7umDtJPhguAfQ6NST5q { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:9.222625rem;font-style:normal;display:block; }
#e8oRF2vfDr1usu21vVpuCAJ1XK2CForN { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.5rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#TsXzTJbgnitc1F9mDSTomGRbbpIqVpdh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.6875rem;top:21.6875rem;left:63.8740234375rem;overflow:hidden;display:block; }
#L8QrVJoHEpeMmPV53LsXc7o1L58R8EgX { 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-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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.875rem;left:0rem;display:block; }
#tg7AoWXHZbPvoeU43Thn4TADh7HvMF7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Duc6n8Nl1LXTVONQ958UZGgblUCCJ0sG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.953125rem;left:3.03125rem;display:none; }
#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f2349, #1100a5);background-image: -moz-linear-gradient(180deg, #0f2349, #1100a5);background-image: -ms-linear-gradient(180deg, #0f2349, #1100a5);background-image: -o-linear-gradient(180deg, #0f2349, #1100a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2349', endColorstr='#1100a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2349', endColorstr='#1100a5' );";background-image: linear-gradient(180deg, #0f2349, #1100a5);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; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container { background-color: transparent; background-image: none; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container > .video-iframe-container { display: none; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row > .video-iframe-container { display: none; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .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); }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container { border-width: 0; border-radius: 0; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b524c585-ae3c-43e9-a6a9-0c6c41342ee9/download62.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:32.3125rem;width:59.25rem;top:0rem;left:-21.75rem;display:block; }#uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH.adaptive-delivery-prevent-bg, #uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH.lazyload, #uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH.lazyloading { background-image: none; }
#yz0PnRKKVS6AplxTQDBhE3cRoWq5mb2t { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.125rem;left:40.6875rem;height:5.5rem;font-style:normal;display:block; }
#FotWA2hLUrghuBXcMoLWbbqEuHAVyttc { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:12.1875rem;left:40.6875rem;height:7.5rem;font-style:normal;display:block; }
#mLq6oqolghkHotMSEBOhsElXf9vGEkox { background-color:#0ab94b;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.25rem;left:40.8125rem;display:block; }
#if3UgGxqUCdsGnE5MFFIXc9P46eumakd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1100a5;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; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container { background-color: transparent; background-image: none; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container > .video-iframe-container { display: none; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row > .video-iframe-container { display: none; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .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); }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container { border-width: 0; border-radius: 0; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#Lb9rL9zXuZXMoehgiWTnTHhHmp62AlyR { position:absolute;display:block;z-index:15005;background-color:#113c8b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.6875rem;width:23.125rem;top:13.125rem;left:0rem;display:block; }
#vD3tlvJiVpbgqig6NdPhMsNfk7f0hyOd { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:14.375rem;left:2.5625rem;height:4.125rem;font-style:normal;display:block; }
#AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/3a5648d2-34fc-41b2-88fa-06d360cd07a0/SenecesitanTECNICOSinstaladoresymantenedores_1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:23.125rem;top:3.3125rem;left:0rem;display:block; }#AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb.adaptive-delivery-prevent-bg, #AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb.lazyload, #AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb.lazyloading { background-image: none; }
#HU6am5DBV6T1IthFEMfmJDbKSmKbqm5r { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.90625rem;left:2.5625rem;height:1.03125rem;font-style:normal;display:block; }
#tfLGTtkEvuHSIhXvKQzdDRP7zu64GIZe { position:absolute;display:block;z-index:15010;background-color:#0f2349;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.625rem;width:23.125rem;top:13.125rem;left:25.9375rem;display:block; }
#Twwy5S9zOKv1ozGQ2an1xgEelhCxfgfH { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:14.375rem;left:28.5rem;height:4.125rem;font-style:normal;display:block; }
#bFgTTsWHgTNfWD3dzwyO4E4IfD3d7Fta { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.9375rem;left:28.5rem;height:1.03125rem;font-style:normal;display:block; }
#xsaubzZupEOatlxTK0gHHQdXAnd4s4f3 { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/76c977c3-7fe3-492f-baa8-cdab6e44a184/7365a19e529848ecbc0d97e9bb8c.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:23.125rem;top:3.3125rem;left:25.9375rem;display:block; }#xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.adaptive-delivery-prevent-bg, #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.lazyload, #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.lazyloading { background-image: none; }
#JGhSczDLsG1xViuSGcFqZq6dzw5P40JT { position:absolute;display:block;z-index:15015;background-color:#2d5980;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.625rem;width:23.125rem;top:13.125rem;left:51.875rem;display:block; }
#bmJ7TPATVMiGXwdNAKtNiDTRg24Ob75L { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:14.375rem;left:54.4375rem;height:4.125rem;font-style:normal;display:block; }
#VakGTk31PicdWlp8TdMxGRTxs1eq7PJ8 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:18.9375rem;left:54.4375rem;height:1.03125rem;font-style:normal;display:block; }
#fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2 { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/11eebf9d-4a7b-4ee5-89d6-9becc32beeb5/instaladortecnicomanutencaoar.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:23.125rem;top:3.3125rem;left:51.875rem;display:block; }#fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.adaptive-delivery-prevent-bg, #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.lazyload, #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.lazyloading { background-image: none; }
#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;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; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container { background-color: transparent; background-image: none; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container > .video-iframe-container { display: none; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row > .video-iframe-container { display: none; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .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); }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container { border-width: 0; border-radius: 0; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6757f6a9-511d-4e6b-b9cf-db477c2c5e16/download65.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:34.25rem;width:36.5rem;top:1.875rem;left:40.5625rem;display:block; }#QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG.adaptive-delivery-prevent-bg, #QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG.lazyload, #QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG.lazyloading { background-image: none; }
#wTPG4pRWHmXbw8BCnaBVimG8pABPLuIT { color:#d05200;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.875rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#pL2OvhFr3OlZPWFP4yvq5qfeNHINengC { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:14.75rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#ZVyfyMaOXG0KeuuMifDGcSOENAHgz0OV { background-color:#0ab94b;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#Iz0ScUu4qSnT3QsemFfHtNuCLPmTNDco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMSlfV3zZP86l10f0BixPx3VHq08ikfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/153b6c90-e7ff-4dfe-ba3b-e0ec345fa0b7/download63.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu.adaptive-delivery-prevent-bg, #uMSlfV3zZP86l10f0BixPx3VHq08ikfu.lazyload, #uMSlfV3zZP86l10f0BixPx3VHq08ikfu.lazyloading { background-image: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { background-color: transparent; background-image: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container > .video-iframe-container { display: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container { display: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .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); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { border-width: 0; border-radius: 0; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu::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; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#mBeD7P8vqqnVBZhZFlhMFIeqTmsdi2AU { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:8.25rem;left:14.53125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2349;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; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container { background-color: transparent; background-image: none; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container > .video-iframe-container { display: none; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row > .video-iframe-container { display: none; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .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); }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container { border-width: 0; border-radius: 0; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#wPgResQRQvq7DiqoIl9Z35Rla9SK3Nvu { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.8125rem;left:23.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gq25gqZt0HkcoCeFbQJpiEhvF5iKZUf8 { background-color:#0ab94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.625rem;left:25.8125rem;display:block; }
#G5kcNu3QB2wiFUdBfHEhCik4EbutIvD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQuZqfU4tXlZrFvv9JdsHM46IctTMk4T { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:14.9375rem;left:17.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFdBEIMWeafs7TvTWWzfirSpKokMSf8C { position:absolute;display:block;z-index:15015;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.5625rem;width:11.1875rem;top:25.8125rem;left:31.90625rem;overflow:hidden;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container { background-color: transparent; background-image: none; }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container > .video-iframe-container { display: none; }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row > .video-iframe-container { display: none; }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .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); }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container { border-width: 0; border-radius: 0; }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc { background-color: transparent; background-image: none; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row .container > .video-iframe-container { display: none; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row > .video-iframe-container { display: none; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .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); }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc { border-width: 0; border-radius: 0; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .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; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .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; }#aZueU3s1BT80ghRFJM3JHH3IvQeHfN6d { background-color:#ff5b00;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:61.625rem;display:block; }
#XIp0kfMPkzWB5GeXAtFv5krlLBswi0pO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqkRfDPnrHCXofR9xPDxfrVls3USXU3S { box-sizing:content-box;color:#ff5b00;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; }
#TTRcKPZqq1LQmc1BvCuhbuVTiUcLQoDR { 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; }
#ekrmTgbsXsxsUgR5uBUvCRNZmpotXHA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3iQtRMCVJ4P6GB0MhoZq5NPqZ5xRUZ1 { 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; }
#JEQhq6nL9LUPFynb5kzDG8PFwFSxa01R { 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) { #J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ { display:block; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4G6gkFce41Or5VvT0QR4pdHX5feFZZJ { width:17.25rem;height:5.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkzIU5CveTXOLAgV3JRaAxzkKfCXOoa4 { width:16.625rem;height:1.298825rem;top:4.375rem;left:31.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1rfns6Av8bkxS0E7kATVRhfmqVUZfu { width:6rem;height:6rem;top:1.125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQETBu5Gx5WlNELyU7isz3tw1D01b938 { display:block; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s { width:23.3125rem;height:36.9375rem;top:0.125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJf4GRBzvUw0U9ofq0T1gdZKwbvdSfvR { width:41.75rem;height:4.125rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omMrMRZeVbdcuoUpe9q7fUqEE7NPcMoF { width:33.875rem;height:3.25rem;top:21.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGtJWamQnEWFvksO9q4SIUbNBBaXouug { width:45.9375rem;height:36.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKlKHp8QutIR51TMLteZTe8H415BmfUT { width:7.0625rem;height:23.6875rem;top:9.4375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTDGRoTDFGFDhhqhVPCoc3IeqWrieQK { width:14.25rem;height:23.6875rem;top:4.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BktrVZwWSkGUfx8vLiT6tOHeaUKBocwD { width:15.875rem;height:3.75rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUJXTSULT19pOxRzaTLm24WMABw8rC2 { display:block; }
 }@media only screen and (max-width: 763px) { #OzEbgbI2xThG7VC9L0HIMW5BCpVi69TT { width:2.0625rem;height:2.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCqbwrmc9tzixr2qcno4Mp2FcCJ2yp33 { width:7.25rem;height:3.25rem;top:29rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyVbxDhcV1bPufu8d7hNudp5NU3h3E3f { width:13.375rem;height:0.73046875rem;top:30.3125rem;left:4.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HHZyw2Gu2AUbf2bsDffMM2m28naRtN { width:33.875rem;height:1.625rem;top:25.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb { display:block; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDC0f1K3qofrWhOaAOPcxQ0MUw28hzsI { width:36.5625rem;height:21.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1aCPVKSwTcmEpvsiSzx3Z3X4fQ8yK2Z { width:29.8125rem;height:3.25rem;top:13.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFpX1NK5W4ddgq3293ZMIIlT9Eb9vhs { width:22.875rem;height:5.625rem;top:7.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwJztLk9eqXmcHC8OUAhS56oK5nudTBv { width:12.375rem;height:2.6875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWf2TMP8moFMWRkiDWxpm5JcQRnRQHm { display:block; }
 }@media only screen and (max-width: 763px) { #fd3ZeuwDiKAcCKtABsuSAQxdhTCZzntW { width:36.5625rem;height:21.25rem;top:2.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpyKZOJsz1bEiRRURltwGiqK3WdiOKA { width:27.125rem;height:3.25rem;top:13.25rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqW3MmN4fsnCuXEaV3170hKvWTca4EK1 { width:24.8125rem;height:5.625rem;top:7.125rem;left:22.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFreN3Oe9E1fDT9IFCTiq15FLHSVFBSI { width:12rem;height:2.6875rem;top:18.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudO183ZyfAtc0JWaL69qpVUJq5ykCC1 { display:block; }
 }@media only screen and (max-width: 763px) { #ABllgd7gOMkEtzh7A59J2b5Qg3wrQGBU { width:1.875rem;height:1.875rem;top:4.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoX1ikRx43TCs3v02vEKmLLHmMta0PEO { width:1.875rem;height:1.875rem;top:4.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUS5e9LVNhPTZyVPsAOtLDWlRwlEN2x2 { width:1.875rem;height:1.875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFbb7UmMXIJE41I3EBfbE9g5i29TSvyB { width:1.625rem;height:1.625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW06slvQabl07efAhFZgkZStA40zDVcC { width:1.625rem;height:1.625rem;top:18.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP { display:block; }#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlGHkC4i7yub0kERW5prcnVXZsc6MVfi { width:47.75rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHp64R3xdQ2tgzCV69lviBEosSW4t4q { width:24.5625rem;height:3.65625rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTLVuK09UBpJFfowfRbBnn5w7OiTOTz { width:13.1875rem;height:5rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5SMVwbp4Et8ihNiHQHTb38IuoRPRET { width:13.125rem;height:2.6875rem;top:6.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKPqQAKnddu2CUfnFb1aI6DDiCcmcPV { display:block; }
 }@media only screen and (max-width: 763px) { #Jmu55FS2rBmMALDf0Bi6iZ46EiD6C1WP { width:12.5rem;height:5.75rem;top:4.625rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thrHAJJCTwtVbGbwgq9exD13kG5aV08w { width:21.1875rem;height:0.73046875rem;top:5.375rem;left:26.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq { display:block; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM { width:11rem;height:4.5rem;top:3rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT { width:12.9375rem;height:6rem;top:2.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO { width:10.5rem;height:4.0625rem;top:3.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFDmoUNplZew7a63pVoTRCRpPd44eULH { width:10.9375rem;height:6.5625rem;top:2rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5cVAoEyJ00rENigsXgc091IMMDmDLAJ { width:30.25rem;height:1.29980625rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki { display:block; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBUZEDREgDonP74ahUeN8HfmRJOSeNa5 { width:43.1875rem;height:1.71875rem;top:4.4375rem;left:2.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ { display:block; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8 { width:17.0625rem;height:12.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlEtyVQA2iq69OA1rrtnC6BFO4nsAaq { width:17.0625rem;height:2.8125rem;top:15.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whPulgXv8ylDqVVgiTMKgx0k2gLwn5T8 { width:16.9375rem;height:1.375rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9HC0HBECaGGFuI33QaVtb0Eb9TX9bE { width:17.0625rem;height:2.8125rem;top:15.5rem;left:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu { width:17.0625rem;height:12.25rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45rnTImOozhdDIt1HFLNpuyBW6K7xXC { width:16.9375rem;height:1.375rem;top:13.5rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS2ZoXIksW7btan4KrUTIKTl2tA8tVwV { width:17.0625rem;height:1.6875rem;top:15.5rem;left:18.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seP711oVNlSo34xVVFkZvuQWN4drlx5s { width:16.9375rem;height:1.375rem;top:13.5rem;left:18.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq { width:17.0625rem;height:12.25rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Sv0m4ZP5bRaiEirlToTZcXKtA6pzzh { width:17.0625rem;height:2.8125rem;top:15.5rem;left:30.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2m8euAXntXXRD1Hk67RmctLG4y7wN6S { width:17.0625rem;height:12.25rem;top:0rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8sC0Nu2DkcvEnMDSpuelE6VQe97cqyJ { width:16.9375rem;height:1.375rem;top:13.5rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L { display:block; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ { width:47.75rem;height:44.4375rem;top:-3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnOLd0HvXuGZ2b1ucMN5TZvrzofSW7l { width:36rem;height:2.5rem;top:7.375rem;left:11.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK6FdLHqqZqQwvbbikt8ewtmbGHMUXOO { width:27.125rem;height:7.03125rem;top:17.375rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy { display:block; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhu0HZvmssUZ9GLP3lhTIXQN0C9O0f8C { width:42.3125rem;height:3rem;top:9.4375rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwwk52va3apo43MX1AAr8lNDT0BTZNZW { display:block; }#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3 { width:36.5625rem;height:30.375rem;top:1.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST0rdNNsX3r6n7umDtJPhguAfQ6NST5q { width:44.8125rem;height:3.75rem;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8oRF2vfDr1usu21vVpuCAJ1XK2CForN { width:36.0625rem;height:2.8125rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXzTJbgnitc1F9mDSTomGRbbpIqVpdh { width:3.6875rem;height:3.25rem;top:21.6875rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8QrVJoHEpeMmPV53LsXc7o1L58R8EgX { width:22.375rem;height:3.75rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg7AoWXHZbPvoeU43Thn4TADh7HvMF7a { display:block; }
 }@media only screen and (max-width: 763px) { #Duc6n8Nl1LXTVONQ958UZGgblUCCJ0sG { width:1.875rem;height:1.875rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J { display:block; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH { width:47.75rem;height:32.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0PnRKKVS6AplxTQDBhE3cRoWq5mb2t { width:25.8125rem;height:5.5rem;top:5.125rem;left:13.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FotWA2hLUrghuBXcMoLWbbqEuHAVyttc { width:29rem;height:5.625rem;top:12.1875rem;left:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLq6oqolghkHotMSEBOhsElXf9vGEkox { width:13.625rem;height:3.3125rem;top:23.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if3UgGxqUCdsGnE5MFFIXc9P46eumakd { display:block; }
 }@media only screen and (max-width: 763px) { #z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK { display:block; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9rL9zXuZXMoehgiWTnTHhHmp62AlyR { width:23.125rem;height:10.6875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3tlvJiVpbgqig6NdPhMsNfk7f0hyOd { width:18.0625rem;height:2.75rem;top:14.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb { width:23.125rem;height:9.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6am5DBV6T1IthFEMfmJDbKSmKbqm5r { width:18.0625rem;height:0.89355625rem;top:18.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfLGTtkEvuHSIhXvKQzdDRP7zu64GIZe { width:23.125rem;height:10.625rem;top:13.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twwy5S9zOKv1ozGQ2an1xgEelhCxfgfH { width:19.0625rem;height:2.75rem;top:14.375rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFgTTsWHgTNfWD3dzwyO4E4IfD3d7Fta { width:18.6875rem;height:0.89355625rem;top:18.9375rem;left:13.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3 { width:23.125rem;height:9.8125rem;top:3.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhSczDLsG1xViuSGcFqZq6dzw5P40JT { width:23.125rem;height:10.625rem;top:13.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmJ7TPATVMiGXwdNAKtNiDTRg24Ob75L { width:19.8125rem;height:1.375rem;top:14.375rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VakGTk31PicdWlp8TdMxGRTxs1eq7PJ8 { width:20.0625rem;height:0.89355625rem;top:18.9375rem;left:27.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2 { width:23.125rem;height:9.8125rem;top:3.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7iUaWCoivv2k2rD5WgZsCUvTT93kagA { display:block; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG { width:36.5rem;height:34.25rem;top:1.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTPG4pRWHmXbw8BCnaBVimG8pABPLuIT { width:37.5625rem;height:6.1875rem;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL2OvhFr3OlZPWFP4yvq5qfeNHINengC { width:42.625rem;height:7.03125rem;top:14.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVyfyMaOXG0KeuuMifDGcSOENAHgz0OV { width:18.75rem;height:3.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz0ScUu4qSnT3QsemFfHtNuCLPmTNDco { display:block; }
 }@media only screen and (max-width: 763px) { #uMSlfV3zZP86l10f0BixPx3VHq08ikfu { display:block; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBeD7P8vqqnVBZhZFlhMFIeqTmsdi2AU { width:45.9375rem;height:3rem;top:8.25rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP { display:block; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPgResQRQvq7DiqoIl9Z35Rla9SK3Nvu { width:28.5625rem;height:1.19921875rem;top:5.8125rem;left:9.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq25gqZt0HkcoCeFbQJpiEhvF5iKZUf8 { width:23.375rem;height:4.25rem;top:8.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kcNu3QB2wiFUdBfHEhCik4EbutIvD0 { display:block; }
 }@media only screen and (max-width: 763px) { #rQuZqfU4tXlZrFvv9JdsHM46IctTMk4T { width:39.75rem;height:1.125rem;top:14.9375rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFdBEIMWeafs7TvTWWzfirSpKokMSf8C { width:11.1875rem;height:3.5625rem;top:25.8125rem;left:18.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc { display:block; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZueU3s1BT80ghRFJM3JHH3IvQeHfN6d { width:8.6875rem;height:2rem;top:0.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIp0kfMPkzWB5GeXAtFv5krlLBswi0pO { display:block; }
 }@media only screen and (max-width: 763px) { #JqkRfDPnrHCXofR9xPDxfrVls3USXU3S { 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) { #TTRcKPZqq1LQmc1BvCuhbuVTiUcLQoDR { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekrmTgbsXsxsUgR5uBUvCRNZmpotXHA0 { display:block; }
 }@media only screen and (max-width: 763px) { #w3iQtRMCVJ4P6GB0MhoZq5NPqZ5xRUZ1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQhq6nL9LUPFynb5kzDG8PFwFSxa01R { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ { display:block; }#J2ErcmfXTr5CgkXOUGTb0bUN3nuBF9CQ > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4G6gkFce41Or5VvT0QR4pdHX5feFZZJ { width:16.25rem;height:4.9375rem;top:1.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkzIU5CveTXOLAgV3JRaAxzkKfCXOoa4 { width:7.625rem;height:1.2998rem;top:7.625rem;left:5.0625rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1rfns6Av8bkxS0E7kATVRhfmqVUZfu { width:2.1875rem;height:2.1875rem;top:6.9375rem;left:12.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQETBu5Gx5WlNELyU7isz3tw1D01b938 { display:block; }#sQETBu5Gx5WlNELyU7isz3tw1D01b938 > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s { width:16.0625rem;height:25.75rem;top:26.5625rem;left:1.96875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa156b33-f8f1-412e-9689-1a9aa4a6cdce/download51.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.adaptive-delivery-prevent-bg, #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.lazyload, #ydTqKFidV65RvVmgbLwUoanBreu2Cn1s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DJf4GRBzvUw0U9ofq0T1gdZKwbvdSfvR { width:20rem;height:8.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #omMrMRZeVbdcuoUpe9q7fUqEE7NPcMoF { width:20rem;height:3.65625rem;top:10.5rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGtJWamQnEWFvksO9q4SIUbNBBaXouug { width:20rem;height:15.3125rem;top:23.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9719137a-a857-4348-a573-d15dfa2b8565/image.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tGtJWamQnEWFvksO9q4SIUbNBBaXouug.adaptive-delivery-prevent-bg, #tGtJWamQnEWFvksO9q4SIUbNBBaXouug.lazyload, #tGtJWamQnEWFvksO9q4SIUbNBBaXouug.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MKlKHp8QutIR51TMLteZTe8H415BmfUT { width:3.875rem;height:13.125rem;top:26.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTDGRoTDFGFDhhqhVPCoc3IeqWrieQK { width:14.25rem;height:23.6875rem;top:49.640625rem;left:1.67578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BktrVZwWSkGUfx8vLiT6tOHeaUKBocwD { width:15.625rem;height:3.75rem;top:18.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUJXTSULT19pOxRzaTLm24WMABw8rC2 { display:block; }
 }@media only screen and (max-width: 763px) { #OzEbgbI2xThG7VC9L0HIMW5BCpVi69TT { display:flex;width:2.0625rem;height:2.0625rem;top:19.5rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #dCqbwrmc9tzixr2qcno4Mp2FcCJ2yp33 { width:7.25rem;height:3.25rem;top:22.875rem;left:8.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyVbxDhcV1bPufu8d7hNudp5NU3h3E3f { width:13.375rem;height:0.73095625rem;top:24.3125rem;left:4.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HHZyw2Gu2AUbf2bsDffMM2m28naRtN { width:13.375rem;height:2.4375rem;top:15.0625rem;left:3.3125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb { display:block; }#p5bPUyaQwg7q6k0bplkAKOkO2Im9uHDb > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDC0f1K3qofrWhOaAOPcxQ0MUw28hzsI { width:20rem;height:18.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1aCPVKSwTcmEpvsiSzx3Z3X4fQ8yK2Z { width:16.3125rem;height:3.65625rem;top:10.912109375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFpX1NK5W4ddgq3293ZMIIlT9Eb9vhs { width:16.4375rem;height:4rem;top:6.4375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwJztLk9eqXmcHC8OUAhS56oK5nudTBv { width:11.6875rem;height:2.6875rem;top:15.818359375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWf2TMP8moFMWRkiDWxpm5JcQRnRQHm { display:block; }
 }@media only screen and (max-width: 763px) { #fd3ZeuwDiKAcCKtABsuSAQxdhTCZzntW { width:20rem;height:18.125rem;top:22.5rem;left:0rem;background-color:#0030ce;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KRpyKZOJsz1bEiRRURltwGiqK3WdiOKA { width:17rem;height:3.65625rem;top:30.625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqW3MmN4fsnCuXEaV3170hKvWTca4EK1 { width:17.5rem;height:4rem;top:26.1875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFreN3Oe9E1fDT9IFCTiq15FLHSVFBSI { width:11.25rem;height:2.6875rem;top:35.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudO183ZyfAtc0JWaL69qpVUJq5ykCC1 { display:block; }
 }@media only screen and (max-width: 763px) { #ABllgd7gOMkEtzh7A59J2b5Qg3wrQGBU { width:1.25rem;height:1.25rem;top:24.3125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoX1ikRx43TCs3v02vEKmLLHmMta0PEO { width:1.25rem;height:1.25rem;top:24.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUS5e9LVNhPTZyVPsAOtLDWlRwlEN2x2 { width:1.25rem;height:1.25rem;top:4.9375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFbb7UmMXIJE41I3EBfbE9g5i29TSvyB { display:flex;width:1.625rem;height:1.625rem;top:16.287109375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #CW06slvQabl07efAhFZgkZStA40zDVcC { display:flex;width:1.625rem;height:1.625rem;top:36.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP { display:none; }#qgc1NW0UPyEzHCDcylnNhWEJPo5PPtrP > .row .container { width:20rem;height:23.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KlGHkC4i7yub0kERW5prcnVXZsc6MVfi { width:20rem;height:17.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyHp64R3xdQ2tgzCV69lviBEosSW4t4q { width:16.3125rem;height:4.875rem;top:6.349609375rem;left:1.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTLVuK09UBpJFfowfRbBnn5w7OiTOTz { width:16.4375rem;height:4rem;top:1.875rem;left:1.78125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5SMVwbp4Et8ihNiHQHTb38IuoRPRET { width:12.4375rem;height:2.6875rem;top:16.537109375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKPqQAKnddu2CUfnFb1aI6DDiCcmcPV { display:block; }
 }@media only screen and (max-width: 763px) { #Jmu55FS2rBmMALDf0Bi6iZ46EiD6C1WP { width:9.75rem;height:4.4375rem;top:12.099609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thrHAJJCTwtVbGbwgq9exD13kG5aV08w { width:16.5rem;height:0.73046875rem;top:12.474609375rem;left:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq { display:block; }#vBwlqE0wn0xt3B7GZEc7MLLs8OObnRlq > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNfSRsLPE1OhJhPVf5n7HmwIOTshsAgM { width:8.625rem;height:3.4375rem;top:9.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtzAryZARFoRJ2RUrnEGpOqFsTV2cFT { width:9.25rem;height:4.375rem;top:4.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ03xqrU83ELTwcJ10Vpnhg89FZ604oO { width:8.5rem;height:3.375rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFDmoUNplZew7a63pVoTRCRpPd44eULH { width:8.1875rem;height:4.8125rem;top:4.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5cVAoEyJ00rENigsXgc091IMMDmDLAJ { width:17.9375rem;height:1.29980625rem;top:2.25rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki { background-color:#f1f3fa;background-image:none;display:block; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { background-color: transparent; background-image: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container > .video-iframe-container { display: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row > .video-iframe-container { display: none; }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .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); }#Q4DozPseoexE1EaTWhnCeDiHNsRm6Oki > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBUZEDREgDonP74ahUeN8HfmRJOSeNa5 { width:20rem;height:1.71875rem;top:2.375rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ { background-color:#f1f3fa;background-image:none;display:block; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { background-color: transparent; background-image: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container > .video-iframe-container { display: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row > .video-iframe-container { display: none; }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .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); }#iCcV7l3DkyT4lXLzw46enmfXf6sVDKVQ > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZZ37c9uWuS8SgrTA0laZe3bC8apHTb8 { width:8.875rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlEtyVQA2iq69OA1rrtnC6BFO4nsAaq { width:8.625rem;height:5rem;top:12rem;left:0rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #whPulgXv8ylDqVVgiTMKgx0k2gLwn5T8 { width:9rem;height:2.75rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9HC0HBECaGGFuI33QaVtb0Eb9TX9bE { width:8.625rem;height:3.75rem;top:12rem;left:11rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #M4pXiT7se27qbUz7Xt26Nvg36ibEzlTu { width:8.875rem;height:8rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45rnTImOozhdDIt1HFLNpuyBW6K7xXC { width:9rem;height:2.75rem;top:8.625rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS2ZoXIksW7btan4KrUTIKTl2tA8tVwV { width:8.625rem;height:2.5rem;top:32.6875rem;left:0rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #seP711oVNlSo34xVVFkZvuQWN4drlx5s { width:9rem;height:2.75rem;top:29.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdAH44bSocU6UCVhG5DEDRa9Cw9InEzq { width:8.875rem;height:8rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Sv0m4ZP5bRaiEirlToTZcXKtA6pzzh { width:8.625rem;height:4.375rem;top:30.875rem;left:11.375rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T2m8euAXntXXRD1Hk67RmctLG4y7wN6S { width:8.875rem;height:8rem;top:20.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8sC0Nu2DkcvEnMDSpuelE6VQe97cqyJ { width:9rem;height:1.375rem;top:29.3125rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L { display:block; }#hoJKefP7IDJTBCgUSWWFGL8ko1NBhk6L > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7gTDWsBwF9y6E7Q2E4CgNcMP4xzRTzJ { width:19.1875rem;height:19.75rem;top:2.6875rem;left:-1.7013888888889rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnOLd0HvXuGZ2b1ucMN5TZvrzofSW7l { width:18.25rem;height:8.25rem;top:8.25rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tK6FdLHqqZqQwvbbikt8ewtmbGHMUXOO { width:20rem;height:8.4375rem;top:18.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7eef7a82-d44a-452b-b8e0-481ab1d33e53/download64.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.adaptive-delivery-prevent-bg, #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.lazyload, #DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy.lazyloading { background-image: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { background-color: transparent; background-image: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container > .video-iframe-container { display: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container { display: none; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .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); }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { border-width: 0; border-radius: 0; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#DUoWT0EV3n6C4ez68ZpKaqO8ZypR3LIy > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhu0HZvmssUZ9GLP3lhTIXQN0C9O0f8C { width:16.25rem;height:9.75rem;top:7.40625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kwwk52va3apo43MX1AAr8lNDT0BTZNZW { display:none; }#Kwwk52va3apo43MX1AAr8lNDT0BTZNZW > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3 { width:10.375rem;height:11.5rem;top:19.9375rem;left:1.34375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14c083ec-4841-4bb4-bc6e-dd829da84837/climatizador_100_litros_zellox_1613_1_28694ebfd87e74db26d2156cdcc1066b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.adaptive-delivery-prevent-bg, #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.lazyload, #lTiVs5UUbkKdLlFMZwOeTTRwLdqkbyv3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ST0rdNNsX3r6n7umDtJPhguAfQ6NST5q { width:20rem;height:9.375rem;top:7.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8oRF2vfDr1usu21vVpuCAJ1XK2CForN { width:20rem;height:4.875rem;top:18.0625rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsXzTJbgnitc1F9mDSTomGRbbpIqVpdh { width:3.1875rem;height:2.8125rem;top:32.6875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8QrVJoHEpeMmPV53LsXc7o1L58R8EgX { width:15.625rem;height:3.75rem;top:25.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg7AoWXHZbPvoeU43Thn4TADh7HvMF7a { display:block; }
 }@media only screen and (max-width: 763px) { #Duc6n8Nl1LXTVONQ958UZGgblUCCJ0sG { width:3.1875rem;height:3.1875rem;top:2.5625rem;left:8.40625rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J { display:block; }#C1wX9DQv3nGrhH2Zr8OKpoZEMTbIyh8J > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWGUyyE3kTT1ERvnfXZhDEpAz4Hh3enH { width:20rem;height:14.3125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0PnRKKVS6AplxTQDBhE3cRoWq5mb2t { width:20rem;height:8.25rem;top:16.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FotWA2hLUrghuBXcMoLWbbqEuHAVyttc { width:20rem;height:8.4375rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLq6oqolghkHotMSEBOhsElXf9vGEkox { width:13.625rem;height:3.3125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if3UgGxqUCdsGnE5MFFIXc9P46eumakd { display:block; }
 }@media only screen and (max-width: 763px) { #z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK { display:block; }#z4faT05Q8SZvENk1nvfL5FFRzmQrqKDK > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9rL9zXuZXMoehgiWTnTHhHmp62AlyR { width:20rem;height:7.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3tlvJiVpbgqig6NdPhMsNfk7f0hyOd { width:14.9375rem;height:2.75rem;top:8.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKI1vtDnc3qgvgqT0zCGHPvJFURF3oQb { width:20rem;height:5.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6am5DBV6T1IthFEMfmJDbKSmKbqm5r { width:17.3125rem;height:0.89355625rem;top:12.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfLGTtkEvuHSIhXvKQzdDRP7zu64GIZe { width:20rem;height:7.8125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twwy5S9zOKv1ozGQ2an1xgEelhCxfgfH { width:14.25rem;height:2.75rem;top:24.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFgTTsWHgTNfWD3dzwyO4E4IfD3d7Fta { width:16.5625rem;height:0.89355625rem;top:27.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3 { width:20rem;height:5.625rem;top:17.5rem;left:0rem;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/76c977c3-7fe3-492f-baa8-cdab6e44a184/7365a19e529848ecbc0d97e9bb8c.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.adaptive-delivery-prevent-bg, #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.lazyload, #xsaubzZupEOatlxTK0gHHQdXAnd4s4f3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JGhSczDLsG1xViuSGcFqZq6dzw5P40JT { width:20rem;height:7.0625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmJ7TPATVMiGXwdNAKtNiDTRg24Ob75L { width:17.4375rem;height:1.375rem;top:39.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VakGTk31PicdWlp8TdMxGRTxs1eq7PJ8 { width:17.9375rem;height:0.89355625rem;top:42.615234375rem;left:1.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2 { width:20rem;height:5.625rem;top:33.125rem;left:0rem;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/11eebf9d-4a7b-4ee5-89d6-9becc32beeb5/instaladortecnicomanutencaoar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.adaptive-delivery-prevent-bg, #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.lazyload, #fFLMvRV8LaegNZam0Iv2qX9DewlHGwN2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e7iUaWCoivv2k2rD5WgZsCUvTT93kagA { display:block; }#e7iUaWCoivv2k2rD5WgZsCUvTT93kagA > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQT0NZd3IA8J8kyzUqBH4TvcyHTEb2NG { width:20rem;height:18.0625rem;top:29.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wTPG4pRWHmXbw8BCnaBVimG8pABPLuIT { width:20rem;height:10.3125rem;top:2.109375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL2OvhFr3OlZPWFP4yvq5qfeNHINengC { width:20rem;height:12.65625rem;top:13.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVyfyMaOXG0KeuuMifDGcSOENAHgz0OV { width:18.25rem;height:3.3125rem;top:27.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz0ScUu4qSnT3QsemFfHtNuCLPmTNDco { display:block; }
 }@media only screen and (max-width: 763px) { #uMSlfV3zZP86l10f0BixPx3VHq08ikfu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/153b6c90-e7ff-4dfe-ba3b-e0ec345fa0b7/download63.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu.adaptive-delivery-prevent-bg, #uMSlfV3zZP86l10f0BixPx3VHq08ikfu.lazyload, #uMSlfV3zZP86l10f0BixPx3VHq08ikfu.lazyloading { background-image: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { background-color: transparent; background-image: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container > .video-iframe-container { display: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container { display: none; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .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); }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { border-width: 0; border-radius: 0; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#uMSlfV3zZP86l10f0BixPx3VHq08ikfu > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBeD7P8vqqnVBZhZFlhMFIeqTmsdi2AU { width:20rem;height:8.125rem;top:6.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP { display:block; }#iH3HS7yv9OBqeUdoMREkTEUshiQoJUeP > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPgResQRQvq7DiqoIl9Z35Rla9SK3Nvu { width:20rem;height:1.19970625rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq25gqZt0HkcoCeFbQJpiEhvF5iKZUf8 { width:19rem;height:3.9375rem;top:7.5625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kcNu3QB2wiFUdBfHEhCik4EbutIvD0 { display:block; }
 }@media only screen and (max-width: 763px) { #rQuZqfU4tXlZrFvv9JdsHM46IctTMk4T { width:20rem;height:1.04980625rem;top:12.6875rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mFdBEIMWeafs7TvTWWzfirSpKokMSf8C { width:13.875rem;height:4.3125rem;top:17.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #XQ58It47KpAugbM6kgxNZwOSmaivaeLC > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ybsC06ZZbVNyU7tWmxs5bhHdLA02XHEc > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZueU3s1BT80ghRFJM3JHH3IvQeHfN6d { width:6.25rem;height:1.5rem;top:0.5625rem;left:10.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIp0kfMPkzWB5GeXAtFv5krlLBswi0pO { display:block; }
 }@media only screen and (max-width: 763px) { #JqkRfDPnrHCXofR9xPDxfrVls3USXU3S { 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) { #TTRcKPZqq1LQmc1BvCuhbuVTiUcLQoDR { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekrmTgbsXsxsUgR5uBUvCRNZmpotXHA0 { display:block; }
 }@media only screen and (max-width: 763px) { #w3iQtRMCVJ4P6GB0MhoZq5NPqZ5xRUZ1 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQhq6nL9LUPFynb5kzDG8PFwFSxa01R { display:block; }
 }