.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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66081908-d1e9-44bb-b7c2-d31ed0c19dad/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { 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:4.0625rem;width:14.25rem;top:6.3125rem;left:0rem;overflow:hidden;display:block; }
#A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:13.099609375rem;left:0rem;height:9.8994375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { background-color:#00c530;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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 condensed";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.75rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.1875rem;left:0rem;display:block; }
#ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.0625rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { color:#ffffff;display:block;width:15.187375rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:14997;line-height:1.1;letter-spacing:0;top:7.6240592002869rem;left:17.862701416016rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AxnW85wPKSTkVxbRmgGrh1LKzZakt4zC { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:1.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.25rem;left:61.125rem;display:block; }
#ZIBVNoZXtTyXwPxrG94qfBkqLpOloEHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { box-sizing:content-box;height:4.75rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #cccccc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #cccccc, rgba(0,0,0,0));background-size:auto !important;top:7.013201236725rem;left:16.368633270264rem;display:block; }
#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { background-color: transparent; background-image: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .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); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { border-width: 0; border-radius: 0; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#142445;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; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container { background-color: transparent; background-image: none; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container > .video-iframe-container { display: none; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row > .video-iframe-container { display: none; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .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); }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container { border-width: 0; border-radius: 0; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#Hn4sqfGKknQldlAuvwXpJmCXkkdO0SCN { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.57421875rem;left:0rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGZW4PrmuTvPqgG5rS3XRQagXoszuATV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.82421875rem;left:0rem; }
#sFT1yThtT4lnssO71DM4MSCt01uAJGaU { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.625rem;left:18.75rem;height:4.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2SMecdD4gwk9d5h3WZFqz1emzGe6W9C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:18.75rem; }
#V5EBC3eqRplWTBSVN9VcmHIxHXCaSkun { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.6875rem;left:56.25rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ADoMF1SuRQ7b4GiTnTVbvRCETCHCVKlN { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.625rem;left:37.5rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTnkDC0x4wEmv7FmzeLtfmSFnOA9CqI0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:56.25rem; }
#ENWgwo2fLIHELUzF2F33gc2SuX3lMGI8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:37.5rem; }
#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK { 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; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container { background-color: transparent; background-image: none; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container > .video-iframe-container { display: none; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row > .video-iframe-container { display: none; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .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); }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container { border-width: 0; border-radius: 0; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#WolX3h1g7gQqKunVcCGui1qz11aNG3Ky { color:#142445;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qKMxEEtsF0IZ8RRhuS45Qz9MUvUEStqN { color:#353535;display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13.9375rem;left:0rem;height:7.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2DFE6TXT57wSTRKGVZm8GNeESBnasNv { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd { color:#353535;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.1875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd li:before{  }
#PJS51tDMpy15NdpqqOvgamAGpw1OvJrI { box-sizing:content-box;height:34.875rem;width:31.5rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d0c6749-d482-47c4-b22b-2a406340882b/Whisk_7a83a1c87f.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:43.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#PJS51tDMpy15NdpqqOvgamAGpw1OvJrI.adaptive-delivery-prevent-bg, #PJS51tDMpy15NdpqqOvgamAGpw1OvJrI.lazyload, #PJS51tDMpy15NdpqqOvgamAGpw1OvJrI.lazyloading { background-image: none; }
#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX { position:relative;display:block; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX { background-color: transparent; background-image: none; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row .container > .video-iframe-container { display: none; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row > .video-iframe-container { display: none; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .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); }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX { border-width: 0; border-radius: 0; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .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; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;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; }#qTTAmvnVUW0DVaeGwkMy1XzHzcydoBpo { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.4375rem;left:0rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xG4BnuAKUCxuKDa4V3wiplzKheaVLi8i { position:absolute;display:block;z-index:15007;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:7.1875rem;top:1.818359375rem;left:21.0625rem;overflow:hidden;display:block; }
#R4NvbiOvICcISpW5nrLDb23yGZJck66p { position:absolute;display:block;z-index:15008;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.375rem;width:10.5rem;top:3.4375rem;left:29.3125rem;overflow:hidden;display:block; }
#mJT3krSEVn9Uf4KAhswgsfSRBF4DxFRh { position:absolute;display:block;z-index:15009;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.625rem;width:9rem;top:3.287109375rem;left:42.9375rem;overflow:hidden;display:block; }
#taZy292BBCOpN5QGUNHFIHhS7KVJTohB { position:absolute;display:block;z-index:15010;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:1.625rem;width:9.0625rem;top:4.537109375rem;left:55.25rem;overflow:hidden;display:block; }
#GcR7OOXk7iykHVBTmrthitHGGFqTikFb { position:absolute;display:block;z-index:15008;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:1.375rem;width:7.5rem;top:4.662109375rem;left:67.1875rem;overflow:hidden;display:block; }
#sxqbn2LGI1ZS0n8yCqECvTf82RoDzdsc { position:absolute;display:block;z-index:15009;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:2rem;width:10.875rem;top:11.28125rem;left:17.875rem;overflow:hidden;display:block; }
#vWI6HCoIvB20vsboFdTmtMdmU0XvtmO8 { position:absolute;display:block;z-index:15010;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:1.8125rem;width:9rem;top:11.5rem;left:32.5rem;overflow:hidden;display:block; }
#nOGPnkX20neVQFdTN7qo7enwdRSRVyw9 { position:absolute;display:block;z-index:15011;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:1.25rem;width:10.5625rem;top:11.75rem;left:44.625rem;overflow:hidden;display:block; }
#vZFDZT0ua1gyWBp76VMuxWMW8wlmDSH4 { position:absolute;display:block;z-index:15011;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.625rem;width:4.625rem;top:9.71875rem;left:57.5625rem;overflow:hidden;display:block; }
#yUVLFzlxIM0PzLTSC2PVfGVJAV2hnBWn { position:absolute;display:block;z-index:15012;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:1.625rem;width:10.9375rem;top:11.40625rem;left:64.0625rem;overflow:hidden;display:block; }
#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;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; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container { background-color: transparent; background-image: none; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container > .video-iframe-container { display: none; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row > .video-iframe-container { display: none; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .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); }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container { border-width: 0; border-radius: 0; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#EDCCiiTr4d3XB9JiA4tGQQOkoeUBisqS { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5rem;left:37.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w0Z0oubuLnUtbeXUTfrrhy60sRwe27Tv { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.625rem;left:37.375rem;height:11.39645rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBNTHCu1bwzIsK6ET92ZdlPc0LH3EKhp { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#NntghwBsAerQw14mxGpURfc2S9bHTuDE { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.64453125rem;left:37.375rem;height:12.3105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NntghwBsAerQw14mxGpURfc2S9bHTuDE li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#NntghwBsAerQw14mxGpURfc2S9bHTuDE li:before{  }
#eVsJZTTEqfSzTIpaG5m00feR76B9dT19 { box-sizing:content-box;height:33.75rem;width:35.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c038c18d-c570-4541-af1b-8964b9d8ad90/imgi_4_servicosengenharia.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.375rem;left:-3.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#eVsJZTTEqfSzTIpaG5m00feR76B9dT19.adaptive-delivery-prevent-bg, #eVsJZTTEqfSzTIpaG5m00feR76B9dT19.lazyload, #eVsJZTTEqfSzTIpaG5m00feR76B9dT19.lazyloading { background-image: none; }
#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ { 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; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container { background-color: transparent; background-image: none; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container > .video-iframe-container { display: none; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row > .video-iframe-container { display: none; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .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); }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container { border-width: 0; border-radius: 0; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#afWw9zlxkmX3OsGQ9yxbAQGJZKRgwb4c { color:#142445;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RXM3PZLq19LTI8keI6XZeuWTy4momE5t { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm { position:relative;display:block; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm { background-color: transparent; background-image: none; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row .container > .video-iframe-container { display: none; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row > .video-iframe-container { display: none; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .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); }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm { border-width: 0; border-radius: 0; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .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; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.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; }#lVtFzNeDtlJphV68syioksdA0UCATyNq { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:0rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbMoJvwv2bCecxVqkbT7I1hcGZXumkUQ { color:#021d43;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y361BfFTacM6BOgdhu4tKxGDh8Q4V6Kb { position:absolute;display:block;z-index:15007;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.125rem;width:4.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S5gGX0TlHBvoWO6OS7tPQ9PhIp9MHD2X { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:14rem;height:8.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToDZ2nIzHizPf0Aotc1nRHkq1RrFLa2c { color:#021d43;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:14rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWRXPC0z9NybCvdIXnG49EZX6Vi1uhbi { position:absolute;display:block;z-index:15007;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.125rem;width:4.125rem;top:0rem;left:14rem;overflow:hidden;display:block; }
#ko1XKzQtedzJJKfe93Zs1BNaUEO5yiXr { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:45.5625rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u46HNGnKd2Ga0EsVlBdbfb3tIdCBTE31 { color:#021d43;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:45.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySx8haotwaGPFptTu3iAsBaVBMzppc1d { position:absolute;display:block;z-index:15007;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.125rem;width:4.125rem;top:0rem;left:45.5625rem;overflow:hidden;display:block; }
#IKp7Nqy4tgRMJTe6zFOMRsKHbCrhU22z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:30rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nhFEQFmB0WIDT6lrBCH5lXeRL67yyiuP { color:#021d43;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:30rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SfrhhmeH7goavLlfMlMpFHmwWWDZT5J2 { position:absolute;display:block;z-index:15007;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.125rem;width:4.125rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#BfQdGdRXq1S3omTMnFUv6KeBQuaSvmDu { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:9rem;left:61.5rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gHiS62ALqDGFsGUqvxiC8sTIbzi9OWhq { color:#021d43;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.375rem;left:61.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kT5coFlSuXF3VfNG1s3e0dD58dGohSBa { position:absolute;display:block;z-index:15008;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.3125rem;width:4.3125rem;top:0rem;left:61.5rem;overflow:hidden;display:block; }
#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container { background-color: transparent; background-image: none; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container > .video-iframe-container { display: none; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row > .video-iframe-container { display: none; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .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); }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container { border-width: 0; border-radius: 0; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#pIc9qAnqK1cahJfDvJzydzACzaBDc4Cc { color:#142445;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZiWGKw0ynfkf0In9ZUFAz7NHVDCKSCOL { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container { background-color: transparent; background-image: none; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container > .video-iframe-container { display: none; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row > .video-iframe-container { display: none; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .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); }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container { border-width: 0; border-radius: 0; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#aJ2Wx4OhJJaueUB0JTupWb6mFhWQtwZr { box-sizing:content-box;height:11.5625rem;width:33.75rem;position:absolute;display:block;z-index:15009;background-color:#021d43;background-image:none;top:11.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#LCZbXqOfaxkL1lmriqtUhCfkS6tpyRMA { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.8125rem;left:1.875rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V53oWOfXJIrT6PDH6O81ApIcMW43GobR { color:rgba(255,255,255,0.6);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvfkVwE50KmzHGtiBncpXQ061Uftq2xH { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.875rem;left:1.875rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK { box-sizing:content-box;height:11.625rem;width:33.75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e0a8b2d-ff8f-4049-a15c-b5446022b33f/Containeradaptadocopiar.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK.adaptive-delivery-prevent-bg, #Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK.lazyload, #Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK.lazyloading { background-image: none; }
#QVNJOTQZ1Tx5cqHbKXn4Iny9TkUGVTpF { box-sizing:content-box;height:11.5625rem;width:33.75rem;position:absolute;display:block;z-index:15009;background-color:#021d43;background-image:none;top:11.625rem;left:41.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#G7tZifWJLAyAFQnx7Kgn0lB7XT7B3dRS { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.8125rem;left:43.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hta7SF4anDTz89DoIiL99pI8SmuCySxg { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.875rem;left:43.5625rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MOnk0xCfmWU44fxkgt7SdQA2iZVdefD2 { color:rgba(255,255,255,0.6);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:14.5rem;left:43.5625rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy { box-sizing:content-box;height:11.625rem;width:33.75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/34ff46ab-2a5a-406b-8bb1-4d50391af590/12685d875866194.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:41.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy.adaptive-delivery-prevent-bg, #Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy.lazyload, #Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy.lazyloading { background-image: none; }
#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container { background-color: transparent; background-image: none; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container > .video-iframe-container { display: none; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row > .video-iframe-container { display: none; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .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); }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container { border-width: 0; border-radius: 0; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#d2zkL58V1FPExNM5dOX1Lx9JxOPztkgk { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3xZrHJfaVqJAH1uy9CkUzCXJ28vHERr { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container { background-color: transparent; background-image: none; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container > .video-iframe-container { display: none; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row > .video-iframe-container { display: none; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .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); }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container { border-width: 0; border-radius: 0; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#wAphcMHwTRswVvT1GDdhbtOgMgHZgDwT { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:5.625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBafF54eL6uUpSW8WiD4KTDLM4zmQlQm { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#WQZSqOXCybkwtHL1WTele32TnnsTvNFf { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15009;background-color:#021d43;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yb5TbuxtQsz2dAU8QOseZDTsL8hCzNNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.84375rem;left:0.75rem; }
#EgQqgyZpgKHqf0zTeqaWXpn2vAQzU2uT { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:55.5rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4d6;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; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container { background-color: transparent; background-image: none; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container > .video-iframe-container { display: none; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row > .video-iframe-container { display: none; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .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); }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container { border-width: 0; border-radius: 0; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#GGy7Ssr79egWc0Lg33F27P9KImqd1HrZ { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#AAzG6ATd2BLrmghHuBmvAA2FHsA1ICnC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:34rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WkvSLZrgPCt2XWf3fo0Wmmp1R5EMmH2P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:26.125rem;top:0rem;left:48.875rem;overflow:hidden;display:block; }
#g04c8LSvgK7vpdLKvod3qWe5LF5ndBwb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.6875rem;top:9.3125rem;left:34rem;overflow:hidden;display:block; }
#dvZ519ZgQmskzcc17e5LBHxrz9W4ktEc { position:absolute;display:block;z-index:14999;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:10.3125rem;width:7.75rem;top:9.3125rem;left:41.1875rem;overflow:hidden;display:block; }
#LbcMD140SuilovSpGOh4HURTUQG8v1nm { position:absolute;display:block;z-index:14998;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:10.4375rem;width:15rem;top:0rem;left:34rem;overflow:hidden;display:block; }
#OmeuOmxhRluPG5fc2t2S3X42QLFb482B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#021d43;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; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container { background-color: transparent; background-image: none; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container > .video-iframe-container { display: none; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row > .video-iframe-container { display: none; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .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); }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container { border-width: 0; border-radius: 0; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#uTMAx5hiwCxJmPdmvx3AAJ9Zu1JwyA37 { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdhzBK8t8kUU4ePk72JWwfLgztxzHqsu { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.75rem;left:0rem;height:5.69824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iz88u8yWCJwfdc6hef4DeI0vycaQZbA5 { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE { box-sizing:content-box;height:33.375rem;width:38.3125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bca91df7-82dd-48a1-a328-405aba651ca5/23685d87672bf5e.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.13671875rem;left:36.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.adaptive-delivery-prevent-bg, #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.lazyload, #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.lazyloading { background-image: none; }
#JFHEMpSavZQ2qqTTzZVMbQanfWCm7EIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.125rem;left:0rem; }
#ZfpS6sJnNxoThxUkee6oKmQZU2lvgrLz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.125rem;left:4.375rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiciayufyTM4Z0QIXgROdvU7DRMqN7Z1 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.3125rem;left:4.375rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dT3IosUCPEanoxuZOFgmNLxv1pv28v26 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.25rem;left:0rem; }
#K8oWP5PvssBWZZcbrPk9WtI2BoVJwlOD { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.4375rem;left:4.375rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZJzDUSK8PdU9BuztwkSRwFBHe4dkSu8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:16.4375rem;left:0rem; }
#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;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; }#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK > .row .container { border-width: 0; border-radius: 0; }#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:none; }#IC9Xs8kkHXoXTb4xRwb7UrZHIoKOv31q { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8rem;left:0rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SF83SihyS6zkqpWuo4sFHyD2dFRyCgRo { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXO0ET6XlHT0BNyvOL0z89XqbeFcXS2n { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:18.75rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JEEa0UEeBoscV22F3IKWBIcrCRy7DLxs { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.4375rem;left:18.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VbK3tTyfL3yoLT8qcys3Bkiy5MpfhDZt { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:57.8125rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U4iGtJexn9Q1enUONxlc7S2yLd7ya3MT { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.4375rem;left:57.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c9G140u2hEBtMQ7lONSoalHlgvTg3TsQ { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8rem;left:39.0625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uhrbv5xHUq5KV3cPh0sGTq7Pw8TLpIlC { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:39.0625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { 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; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { background-color: transparent; background-image: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container > .video-iframe-container { display: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container { display: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .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); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { border-width: 0; border-radius: 0; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.0625rem;left:15.15625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2OS1DkzGvfXzIqaa559sN67telZBibS { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.625rem;left:12.5rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { 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:6.9375rem;width:6.9375rem;top:42.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:42.875rem;left:8.3125rem;overflow:hidden;display:block; }
#WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:44.1875rem;left:21.9375rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo { box-sizing:content-box;height:12.5rem;width:24.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f43977a8-92ae-4650-9306-2ce21614f2a1/w2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.1875rem;left:0rem;display:block; }#TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo.adaptive-delivery-prevent-bg, #TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo.lazyload, #TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo.lazyloading { background-image: none; }
#TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#BdRHoUXnlXBfMBGQHDXEqIngLu35f8hJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.6875rem;height:2.4375rem;display:block; }
#oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i { box-sizing:content-box;height:12.5rem;width:24.9375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5943c4c-f100-4af5-af8f-0dbfd2a4552f/imgi_21_servicosengenharia.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.1875rem;left:25rem;display:block; }#oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i.adaptive-delivery-prevent-bg, #oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i.lazyload, #oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i.lazyloading { background-image: none; }
#oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#aQIXvqR9oydGyXB2oSiuXVTk1PQZHQd3 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:26.6875rem;height:2.4375rem;display:block; }
#HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU { box-sizing:content-box;height:12.5rem;width:25rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.1875rem;left:50rem;display:block; }#HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU.adaptive-delivery-prevent-bg, #HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU.lazyload, #HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU.lazyloading { background-image: none; }
#HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#R9o0hfRn1vhsuTEMU7hcaMmKgL0xQCrX { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.875rem;left:51.6875rem;height:2.4375rem;display:block; }
#EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO { box-sizing:content-box;height:12.5rem;width:24.9375rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6dc84834-d5d4-4db4-aef9-39ec557b7bf1/imgi_16_servicosengenharia21.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.75rem;left:0rem;display:block; }#EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO.adaptive-delivery-prevent-bg, #EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO.lazyload, #EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO.lazyloading { background-image: none; }
#EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#tNWEmtwPn8li8brGZAVswZPxVeJ699w2 { box-sizing:content-box;height:12.5rem;width:24.9375rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/261c56b6-faf6-4df4-a5f3-a60b7b94a02f/CapturadeTela20250822as151420.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.75rem;left:25rem;display:block; }#tNWEmtwPn8li8brGZAVswZPxVeJ699w2.adaptive-delivery-prevent-bg, #tNWEmtwPn8li8brGZAVswZPxVeJ699w2.lazyload, #tNWEmtwPn8li8brGZAVswZPxVeJ699w2.lazyloading { background-image: none; }
#tNWEmtwPn8li8brGZAVswZPxVeJ699w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2 { box-sizing:content-box;height:12.5rem;width:25rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdbb8c85-e3c7-426f-8aab-dc545813e147/CapturadeTela20250822as151544.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.75rem;left:50rem;display:block; }#XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2.adaptive-delivery-prevent-bg, #XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2.lazyload, #XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2.lazyloading { background-image: none; }
#XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,173,0.69); }#z9AhifTOu7B6y5LOeFdKq9e1ckCUs3CB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.6875rem;height:2.4375rem;display:block; }
#zToV4fcLLWnEubNOCK5vhUOsPftAOBHu { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:34.4375rem;left:26.6875rem;height:2.4375rem;display:block; }
#faCzIRwEBuCBpELJsSvzikBN3LIiTJaf { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.4375rem;left:51.6875rem;height:2.4375rem;display:block; }
#qcJpe7nDfvUUAwAOTUtZnEIzMFQMO6Bz { position:absolute;display:block;z-index:15017;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.875rem;width:7.125rem;top:42.8125rem;left:12.5rem;overflow:hidden;display:block; }
#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA { 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:none; }#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA > .row .container { border-width: 0; border-radius: 0; }#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:none; }#CwwSPmTP3n2kfWXeWHyTMJ4Uv0wq2VAK { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.0625rem;left:15.15625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4098a11a-c3c6-479b-bd5f-a5737df1a005/obra.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.625rem;left:1.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd.adaptive-delivery-prevent-bg, #ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd.lazyload, #ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd.lazyloading { background-image: none; }
#e1f7b2LqSCcaR4AtBVdrO5rSCSTQLWVJ { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:23rem;left:1.625rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xfbi2mEHoGA8067rgOz9MvzezKDPmT2K { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.625rem;left:12.5rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78580a86-d482-4715-927b-f70b4d25b999/p2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.625rem;left:20.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM.adaptive-delivery-prevent-bg, #kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM.lazyload, #kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM.lazyloading { background-image: none; }
#zNiuKw2DRggaypzwOfpSgcHpFs7QoJyB { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:23rem;left:20.1875rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9a03843-5e8a-4841-af5c-1b9d0ac8ad10/p3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.625rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T.adaptive-delivery-prevent-bg, #Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T.lazyload, #Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T.lazyloading { background-image: none; }
#WQTrsytFJl7bhidMMUce3eeNyGt5bcVp { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23rem;left:38.75rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKV33w1xSVCXswgVF4dwamKgeyPg4zok { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad197d8a-3ab2-44db-8398-78591240994d/p4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.625rem;left:57.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#nKV33w1xSVCXswgVF4dwamKgeyPg4zok.adaptive-delivery-prevent-bg, #nKV33w1xSVCXswgVF4dwamKgeyPg4zok.lazyload, #nKV33w1xSVCXswgVF4dwamKgeyPg4zok.lazyloading { background-image: none; }
#cmKLTz009BGxrAwrTQOd1WEbxbyTTDO6 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:23rem;left:57.3125rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z87nqKsUdsLqMLnAQnh9HOkSWIMWdLMe { 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:6.9375rem;width:6.9375rem;top:34.1875rem;left:6.375rem;overflow:hidden;display:block; }
#dcihubIwJmDLg6qcWgdTbSGgQFqTCdJK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:34.25rem;left:11.125rem;overflow:hidden;display:block; }
#MQqEcuNmgGNH4ETQQZevFb7yRPCN1AQP { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:35.5625rem;left:20.4375rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#021d43;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; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { background-color: transparent; background-image: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container > .video-iframe-container { display: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container { display: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .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); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { border-width: 0; border-radius: 0; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { position:absolute;display:block;z-index:14997;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.5rem;width:12.375rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { color:rgba(255,255,255,0.77);display:block;width:11.625rem;position:absolute;font-family:"open sans condensed";font-size:2.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:7.875rem;left:15.0625rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:7.625rem;left:13.8125rem;display:block; }
#BlH4uT9gBHIw6TyAdhm7oAiBVEaonhs2 { background-color:#00c530;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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 condensed";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.75rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.8125rem;left:58.25rem;display:block; }
#QknddP8PtMETsAonxac7TavWnt8G3Vw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sClxzBTi63e78J4aAEuTJKlGCZFF387G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.537109375rem;left:31.25rem;height:1.4619125rem;display:block; }
#S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.09375rem;left:28.8125rem; }
#S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#qaxt5v4mm6pS4TM31HwiLzKyET3L7Z9y { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:7.5rem;left:27.25rem;display:block; }
#ZElQsd3XVugTHwVrruJTood3fWk9HJs9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.09375rem;left:32.125rem; }
#ZElQsd3XVugTHwVrruJTood3fWk9HJs9 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.09375rem;left:35.25rem; }
#Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.09375rem;left:38.9375rem; }
#GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container { background-color: transparent; background-image: none; }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container > .video-iframe-container { display: none; }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row > .video-iframe-container { display: none; }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .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); }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container { border-width: 0; border-radius: 0; }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { background-color: transparent; background-image: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container > .video-iframe-container { display: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row > .video-iframe-container { display: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .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); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { border-width: 0; border-radius: 0; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .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; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .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.25rem;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; }#H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00e335);background-image: -moz-linear-gradient(90deg, #00b92d, #00e335);background-image: -ms-linear-gradient(90deg, #00b92d, #00e335);background-image: -o-linear-gradient(90deg, #00b92d, #00e335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e335' );";background-image: linear-gradient(90deg, #00b92d, #00e335);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; }
#laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { 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; }
#Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { width:14.25rem;height:4.0625rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:44.375rem;height:9.875rem;top:13.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { width:16.75rem;height:4.375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block; }
 }@media only screen and (max-width: 763px) { #z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { width:45rem;height:4rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { width:15.125rem;height:2.0625rem;top:7.5625rem;left:4.2377014160156rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxnW85wPKSTkVxbRmgGrh1LKzZakt4zC { width:13.875rem;height:1.9375rem;top:2.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBVNoZXtTyXwPxrG94qfBkqLpOloEHw { display:block; }
 }@media only screen and (max-width: 763px) { #QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { width:0.0625rem;height:4.75rem;top:7rem;left:2.7436332702637rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { display:none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPnTNmef88o7cTt7GBKCte02CJPL01Xg { display:block; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn4sqfGKknQldlAuvwXpJmCXkkdO0SCN { width:12.875rem;height:5rem;top:6.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGZW4PrmuTvPqgG5rS3XRQagXoszuATV { width:3.125rem;height:3.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFT1yThtT4lnssO71DM4MSCt01uAJGaU { width:14.1875rem;height:5rem;top:6.625rem;left:9.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2SMecdD4gwk9d5h3WZFqz1emzGe6W9C { width:3.125rem;height:3.125rem;top:2.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5EBC3eqRplWTBSVN9VcmHIxHXCaSkun { width:13.6875rem;height:3.3125rem;top:6.6875rem;left:34.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADoMF1SuRQ7b4GiTnTVbvRCETCHCVKlN { width:10.1875rem;height:3.3125rem;top:6.625rem;left:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnkDC0x4wEmv7FmzeLtfmSFnOA9CqI0 { width:3.125rem;height:3.125rem;top:2.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENWgwo2fLIHELUzF2F33gc2SuX3lMGI8 { width:3.125rem;height:3.125rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK { display:block; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WolX3h1g7gQqKunVcCGui1qz11aNG3Ky { width:35.25rem;height:6.75rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKMxEEtsF0IZ8RRhuS45Qz9MUvUEStqN { width:37.9375rem;height:7.5625rem;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2DFE6TXT57wSTRKGVZm8GNeESBnasNv { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd { width:41.5rem;height:;top:22.1875rem;left:0rem;font-size:1.0625rem;display:block; }#uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd li:before{  }
 }@media only screen and (max-width: 763px) { #PJS51tDMpy15NdpqqOvgamAGpw1OvJrI { width:31.5rem;height:34.875rem;top:3.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVJQRvXILsAFFG0466OmgRw1h6ua5TWX { display:block; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTAmvnVUW0DVaeGwkMy1XzHzcydoBpo { width:16.875rem;height:3.3125rem;top:3.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4BnuAKUCxuKDa4V3wiplzKheaVLi8i { width:7.1875rem;height:6.5625rem;top:1.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NvbiOvICcISpW5nrLDb23yGZJck66p { width:10.5rem;height:4.375rem;top:3.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJT3krSEVn9Uf4KAhswgsfSRBF4DxFRh { width:9rem;height:3.625rem;top:3.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZy292BBCOpN5QGUNHFIHhS7KVJTohB { width:9.0625rem;height:1.625rem;top:4.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcR7OOXk7iykHVBTmrthitHGGFqTikFb { width:7.5rem;height:1.375rem;top:4.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxqbn2LGI1ZS0n8yCqECvTf82RoDzdsc { width:10.875rem;height:2rem;top:11.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWI6HCoIvB20vsboFdTmtMdmU0XvtmO8 { width:9rem;height:1.8125rem;top:11.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOGPnkX20neVQFdTN7qo7enwdRSRVyw9 { width:10.5625rem;height:1.25rem;top:11.75rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZFDZT0ua1gyWBp76VMuxWMW8wlmDSH4 { width:4.625rem;height:4.625rem;top:9.6875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUVLFzlxIM0PzLTSC2PVfGVJAV2hnBWn { width:10.9375rem;height:1.625rem;top:11.375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1T7O3OczOB0FEAetCPohJxtTEGXMk7W { display:block; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDCCiiTr4d3XB9JiA4tGQQOkoeUBisqS { width:34.125rem;height:4.5rem;top:4.5rem;left:13.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Z0oubuLnUtbeXUTfrrhy60sRwe27Tv { width:33.625rem;height:11.375rem;top:10.625rem;left:14.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBNTHCu1bwzIsK6ET92ZdlPc0LH3EKhp { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NntghwBsAerQw14mxGpURfc2S9bHTuDE { width:36.625rem;height:12.25rem;top:22.625rem;left:11.125rem;font-size:1.0625rem;display:block; }#NntghwBsAerQw14mxGpURfc2S9bHTuDE li:before{  }
 }@media only screen and (max-width: 763px) { #eVsJZTTEqfSzTIpaG5m00feR76B9dT19 { width:35.3125rem;height:33.75rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ { display:block; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afWw9zlxkmX3OsGQ9yxbAQGJZKRgwb4c { width:35.0625rem;height:4.5rem;top:7.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXM3PZLq19LTI8keI6XZeuWTy4momE5t { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm { display:block; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVtFzNeDtlJphV68syioksdA0UCATyNq { width:12.3125rem;height:8.375rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMoJvwv2bCecxVqkbT7I1hcGZXumkUQ { width:12.875rem;height:3rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y361BfFTacM6BOgdhu4tKxGDh8Q4V6Kb { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5gGX0TlHBvoWO6OS7tPQ9PhIp9MHD2X { width:13.8125rem;height:8.375rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDZ2nIzHizPf0Aotc1nRHkq1RrFLa2c { width:12.875rem;height:3rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWRXPC0z9NybCvdIXnG49EZX6Vi1uhbi { width:4.125rem;height:4.125rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1XKzQtedzJJKfe93Zs1BNaUEO5yiXr { width:13.5rem;height:9.75rem;top:9rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46HNGnKd2Ga0EsVlBdbfb3tIdCBTE31 { width:10.4375rem;height:3rem;top:5.375rem;left:25.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySx8haotwaGPFptTu3iAsBaVBMzppc1d { width:4.125rem;height:4.125rem;top:0rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKp7Nqy4tgRMJTe6zFOMRsKHbCrhU22z { width:12.5rem;height:8.375rem;top:9rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFEQFmB0WIDT6lrBCH5lXeRL67yyiuP { width:12.875rem;height:3rem;top:5.375rem;left:11rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfrhhmeH7goavLlfMlMpFHmwWWDZT5J2 { width:4.125rem;height:4.125rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfQdGdRXq1S3omTMnFUv6KeBQuaSvmDu { width:11.875rem;height:7rem;top:9rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHiS62ALqDGFsGUqvxiC8sTIbzi9OWhq { width:10.4375rem;height:3rem;top:5.375rem;left:37.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5coFlSuXF3VfNG1s3e0dD58dGohSBa { width:4.3125rem;height:4.3125rem;top:0rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm { display:block; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIc9qAnqK1cahJfDvJzydzACzaBDc4Cc { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWGKw0ynfkf0In9ZUFAz7NHVDCKSCOL { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 { display:block; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJ2Wx4OhJJaueUB0JTupWb6mFhWQtwZr { width:33.75rem;height:11.5625rem;top:11.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCZbXqOfaxkL1lmriqtUhCfkS6tpyRMA { width:20rem;height:1.625rem;top:12.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V53oWOfXJIrT6PDH6O81ApIcMW43GobR { width:15rem;height:1.125rem;top:14.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvfkVwE50KmzHGtiBncpXQ061Uftq2xH { width:18.125rem;height:2.75rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK { width:33.75rem;height:11.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVNJOTQZ1Tx5cqHbKXn4Iny9TkUGVTpF { width:33.75rem;height:11.5625rem;top:11.625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7tZifWJLAyAFQnx7Kgn0lB7XT7B3dRS { width:20rem;height:1.625rem;top:12.8125rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hta7SF4anDTz89DoIiL99pI8SmuCySxg { width:19.625rem;height:4.1875rem;top:16.875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnk0xCfmWU44fxkgt7SdQA2iZVdefD2 { width:15rem;height:1.125rem;top:14.5rem;left:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy { width:33.75rem;height:11.625rem;top:0rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ { display:block; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2zkL58V1FPExNM5dOX1Lx9JxOPztkgk { width:47.75rem;height:3.75rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xZrHJfaVqJAH1uy9CkUzCXJ28vHERr { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 { display:block; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAphcMHwTRswVvT1GDdhbtOgMgHZgDwT { width:47.3125rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBafF54eL6uUpSW8WiD4KTDLM4zmQlQm { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQZSqOXCybkwtHL1WTele32TnnsTvNFf { width:3.875rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb5TbuxtQsz2dAU8QOseZDTsL8hCzNNT { width:2.375rem;height:2.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQqgyZpgKHqf0zTeqaWXpn2vAQzU2uT { width:19.5rem;height:1.125rem;top:2.5rem;left:28.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS { display:block; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGy7Ssr79egWc0Lg33F27P9KImqd1HrZ { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAzG6ATd2BLrmghHuBmvAA2FHsA1ICnC { width:34rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvSLZrgPCt2XWf3fo0Wmmp1R5EMmH2P { width:26.125rem;height:19.625rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04c8LSvgK7vpdLKvod3qWe5LF5ndBwb { width:7.6875rem;height:10.3125rem;top:9.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvZ519ZgQmskzcc17e5LBHxrz9W4ktEc { width:7.75rem;height:10.3125rem;top:9.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbcMD140SuilovSpGOh4HURTUQG8v1nm { width:15rem;height:10.4375rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmeuOmxhRluPG5fc2t2S3X42QLFb482B { display:block; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTMAx5hiwCxJmPdmvx3AAJ9Zu1JwyA37 { width:44.375rem;height:2.25rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhzBK8t8kUU4ePk72JWwfLgztxzHqsu { width:34.375rem;height:5.6875rem;top:7.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz88u8yWCJwfdc6hef4DeI0vycaQZbA5 { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE { width:38.3125rem;height:33.375rem;top:2.125rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFHEMpSavZQ2qqTTzZVMbQanfWCm7EIT { width:3.125rem;height:3.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpS6sJnNxoThxUkee6oKmQZU2lvgrLz { width:16.875rem;height:3.3125rem;top:28.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiciayufyTM4Z0QIXgROdvU7DRMqN7Z1 { width:12.875rem;height:3.3125rem;top:22.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3IosUCPEanoxuZOFgmNLxv1pv28v26 { width:3.125rem;height:3.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8oWP5PvssBWZZcbrPk9WtI2BoVJwlOD { width:17.5625rem;height:3.3125rem;top:16.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZJzDUSK8PdU9BuztwkSRwFBHe4dkSu8 { width:3.125rem;height:3.125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK { display:none; }#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IC9Xs8kkHXoXTb4xRwb7UrZHIoKOv31q { width:15.3125rem;height:1.375rem;top:8rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF83SihyS6zkqpWuo4sFHyD2dFRyCgRo { width:15.25rem;height:2.625rem;top:5.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXO0ET6XlHT0BNyvOL0z89XqbeFcXS2n { width:16.8125rem;height:1.375rem;top:8.0625rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEEa0UEeBoscV22F3IKWBIcrCRy7DLxs { width:17.1875rem;height:2.625rem;top:5.4375rem;left:8.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbK3tTyfL3yoLT8qcys3Bkiy5MpfhDZt { width:16.8125rem;height:1.375rem;top:8.0625rem;left:30.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4iGtJexn9Q1enUONxlc7S2yLd7ya3MT { width:17.1875rem;height:2.625rem;top:5.4375rem;left:30.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9G140u2hEBtMQ7lONSoalHlgvTg3TsQ { width:16.375rem;height:1.375rem;top:8rem;left:20.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhrbv5xHUq5KV3cPh0sGTq7Pw8TLpIlC { width:15.25rem;height:2.625rem;top:5.375rem;left:20.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { display:block; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { width:44.6875rem;height:2.8125rem;top:5.0625rem;left:1.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2OS1DkzGvfXzIqaa559sN67telZBibS { width:47.75rem;height:1.375rem;top:8.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { width:6.9375rem;height:6.9375rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { width:6.9375rem;height:6.9375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { width:47.75rem;height:4.1875rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo { width:24.9375rem;height:12.5rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdRHoUXnlXBfMBGQHDXEqIngLu35f8hJ { width:12.5rem;height:2.4375rem;top:21.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i { width:24.9375rem;height:12.5rem;top:13.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIXvqR9oydGyXB2oSiuXVTk1PQZHQd3 { width:19.0625rem;height:2.4375rem;top:21.875rem;left:13.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU { width:25rem;height:12.5rem;top:13.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o0hfRn1vhsuTEMU7hcaMmKgL0xQCrX { width:19.0625rem;height:2.4375rem;top:21.875rem;left:28.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO { width:24.9375rem;height:12.5rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWEmtwPn8li8brGZAVswZPxVeJ699w2 { width:24.9375rem;height:12.5rem;top:25.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2 { width:25rem;height:12.5rem;top:25.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AhifTOu7B6y5LOeFdKq9e1ckCUs3CB { width:12.5rem;height:2.4375rem;top:34.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToV4fcLLWnEubNOCK5vhUOsPftAOBHu { width:19.0625rem;height:2.4375rem;top:34.4375rem;left:13.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faCzIRwEBuCBpELJsSvzikBN3LIiTJaf { width:19.0625rem;height:2.4375rem;top:34.4375rem;left:28.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJpe7nDfvUUAwAOTUtZnEIzMFQMO6Bz { width:7.125rem;height:6.875rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA { display:none; }#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CwwSPmTP3n2kfWXeWHyTMJ4Uv0wq2VAK { width:44.6875rem;height:2.8125rem;top:5.0625rem;left:1.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd { width:16.0625rem;height:8.8125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1f7b2LqSCcaR4AtBVdrO5rSCSTQLWVJ { width:13.625rem;height:4.4375rem;top:23rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfbi2mEHoGA8067rgOz9MvzezKDPmT2K { width:47.75rem;height:1.375rem;top:8.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM { width:16.0625rem;height:8.8125rem;top:12.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiuKw2DRggaypzwOfpSgcHpFs7QoJyB { width:15.375rem;height:5.9375rem;top:23rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T { width:16.0625rem;height:8.8125rem;top:12.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQTrsytFJl7bhidMMUce3eeNyGt5bcVp { width:16.125rem;height:5.9375rem;top:23rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKV33w1xSVCXswgVF4dwamKgeyPg4zok { width:16.0625rem;height:8.8125rem;top:12.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmKLTz009BGxrAwrTQOd1WEbxbyTTDO6 { width:14.8125rem;height:5.9375rem;top:23rem;left:32.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87nqKsUdsLqMLnAQnh9HOkSWIMWdLMe { width:6.9375rem;height:6.9375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcihubIwJmDLg6qcWgdTbSGgQFqTCdJK { width:6.9375rem;height:6.9375rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQqEcuNmgGNH4ETQQZevFb7yRPCN1AQP { width:47.75rem;height:4.1875rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { display:block; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { width:12.375rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { width:11.625rem;height:3.3125rem;top:7.875rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { width:0.0625rem;height:3.75rem;top:7.625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlH4uT9gBHIw6TyAdhm7oAiBVEaonhs2 { width:16.75rem;height:4.375rem;top:6.8125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #QknddP8PtMETsAonxac7TavWnt8G3Vw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sClxzBTi63e78J4aAEuTJKlGCZFF387G { width:12.5rem;height:1.4375rem;top:17.5rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N { width:2.5625rem;height:2.5625rem;top:8.0625rem;left:15.1875rem;display:block; }
#S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #qaxt5v4mm6pS4TM31HwiLzKyET3L7Z9y { width:0.0625rem;height:3.75rem;top:7.5rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZElQsd3XVugTHwVrruJTood3fWk9HJs9 { width:2.5625rem;height:2.5625rem;top:8.0625rem;left:18.5rem;display:block; }
#ZElQsd3XVugTHwVrruJTood3fWk9HJs9 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib { width:2.5625rem;height:2.5625rem;top:8.0625rem;left:21.625rem;display:block; }
#Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh { width:2.5625rem;height:2.5625rem;top:8.0625rem;left:25.3125rem;display:block; }
#GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block; }
 }@media only screen and (max-width: 763px) { #mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66081908-d1e9-44bb-b7c2-d31ed0c19dad/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { width:11.125rem;height:3.125rem;top:4.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:20rem;height:7.5rem;top:11.1875rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { width:16.9375rem;height:3.75rem;top:29rem;left:1.625rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block; }
 }@media only screen and (max-width: 763px) { #z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { width:19.375rem;height:5.59765625rem;top:20.107421875rem;left:0.3125rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { width:9.874rem;height:0.9619125rem;top:2.6875rem;left:5.0625rem;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AxnW85wPKSTkVxbRmgGrh1LKzZakt4zC { width:10.5rem;height:1.1875rem;top:33.6875rem;left:4.75rem;color:#ffffff;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);font-weight:700;font-style:normal;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBVNoZXtTyXwPxrG94qfBkqLpOloEHw { display:block; }
 }@media only screen and (max-width: 763px) { #QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { width:0.0625rem;height:4.75rem;top:32.165438661194rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { background-color:#d3d4d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { background-color: transparent; background-image: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .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); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { border-width: 0; border-radius: 0; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPnTNmef88o7cTt7GBKCte02CJPL01Xg { display:block; }#GPnTNmef88o7cTt7GBKCte02CJPL01Xg > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn4sqfGKknQldlAuvwXpJmCXkkdO0SCN { width:15.6875rem;height:3.5625rem;top:3.875rem;left:4.3125rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HGZW4PrmuTvPqgG5rS3XRQagXoszuATV { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sFT1yThtT4lnssO71DM4MSCt01uAJGaU { width:17.75rem;height:3.5625rem;top:10.4375rem;left:4.3125rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r2SMecdD4gwk9d5h3WZFqz1emzGe6W9C { display:flex;width:3.125rem;height:3.125rem;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V5EBC3eqRplWTBSVN9VcmHIxHXCaSkun { width:15.6875rem;height:3.5625rem;top:23.5625rem;left:4.3125rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ADoMF1SuRQ7b4GiTnTVbvRCETCHCVKlN { width:15.6875rem;height:3.5625rem;top:17rem;left:4.3125rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pTnkDC0x4wEmv7FmzeLtfmSFnOA9CqI0 { display:flex;width:3.125rem;height:3.125rem;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ENWgwo2fLIHELUzF2F33gc2SuX3lMGI8 { display:flex;width:3.125rem;height:3.125rem;top:17rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK { display:block; }#BVMgCz0PMnGgvGyKZpy6H8tedd3eUTZK > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WolX3h1g7gQqKunVcCGui1qz11aNG3Ky { width:20rem;height:4.5rem;top:13.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qKMxEEtsF0IZ8RRhuS45Qz9MUvUEStqN { width:20rem;height:8.49609375rem;top:19.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #a2DFE6TXT57wSTRKGVZm8GNeESBnasNv { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd { width:20rem;height:16.38575rem;top:28.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }#uyEfcNSILBHGiffPyu5aLHDFwG5RnfFd li:before{  }
 }@media only screen and (max-width: 763px) { #PJS51tDMpy15NdpqqOvgamAGpw1OvJrI { width:20rem;height:9.4375rem;top:2.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVJQRvXILsAFFG0466OmgRw1h6ua5TWX { display:block; }#EVJQRvXILsAFFG0466OmgRw1h6ua5TWX > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTAmvnVUW0DVaeGwkMy1XzHzcydoBpo { width:15.8125rem;height:3.1875rem;top:1.8125rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xG4BnuAKUCxuKDa4V3wiplzKheaVLi8i { width:7.1875rem;height:6.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4NvbiOvICcISpW5nrLDb23yGZJck66p { width:10.5rem;height:4.375rem;top:7.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJT3krSEVn9Uf4KAhswgsfSRBF4DxFRh { width:7.3125rem;height:2.875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZy292BBCOpN5QGUNHFIHhS7KVJTohB { width:9.0625rem;height:1.625rem;top:13.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcR7OOXk7iykHVBTmrthitHGGFqTikFb { width:7.5rem;height:1.375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxqbn2LGI1ZS0n8yCqECvTf82RoDzdsc { width:8.9375rem;height:1.5625rem;top:17.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWI6HCoIvB20vsboFdTmtMdmU0XvtmO8 { width:7.875rem;height:1.5rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOGPnkX20neVQFdTN7qo7enwdRSRVyw9 { width:9.875rem;height:1.0625rem;top:22.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZFDZT0ua1gyWBp76VMuxWMW8wlmDSH4 { width:4.625rem;height:4.625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUVLFzlxIM0PzLTSC2PVfGVJAV2hnBWn { width:10.9375rem;height:1.625rem;top:26.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1T7O3OczOB0FEAetCPohJxtTEGXMk7W { display:block; }#D1T7O3OczOB0FEAetCPohJxtTEGXMk7W > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDCCiiTr4d3XB9JiA4tGQQOkoeUBisqS { width:20rem;height:5.15625rem;top:3.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w0Z0oubuLnUtbeXUTfrrhy60sRwe27Tv { width:20rem;height:13.59375rem;top:10.09375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gBNTHCu1bwzIsK6ET92ZdlPc0LH3EKhp { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NntghwBsAerQw14mxGpURfc2S9bHTuDE { width:20rem;height:18.8730625rem;top:24.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }#NntghwBsAerQw14mxGpURfc2S9bHTuDE li:before{  }
 }@media only screen and (max-width: 763px) { #eVsJZTTEqfSzTIpaG5m00feR76B9dT19 { width:19.6875rem;height:20.8125rem;top:46.4931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ { display:block; }#K3gPbNVTtskhaw80dbXtuWwAwtKtAkzQ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afWw9zlxkmX3OsGQ9yxbAQGJZKRgwb4c { width:17.5625rem;height:5.15625rem;top:3.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RXM3PZLq19LTI8keI6XZeuWTy4momE5t { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm { display:block; }#bOZCItOea2Xh8fwoz6qZskyRHHl5Q0Vm > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVtFzNeDtlJphV68syioksdA0UCATyNq { width:20rem;height:6.375rem;top:7.6484375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TbMoJvwv2bCecxVqkbT7I1hcGZXumkUQ { width:20rem;height:1.6494125rem;top:5.375rem;left:0rem;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y361BfFTacM6BOgdhu4tKxGDh8Q4V6Kb { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5gGX0TlHBvoWO6OS7tPQ9PhIp9MHD2X { width:20rem;height:6.375rem;top:25.4375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ToDZ2nIzHizPf0Aotc1nRHkq1RrFLa2c { width:20rem;height:1.6494125rem;top:23.125rem;left:0rem;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MWRXPC0z9NybCvdIXnG49EZX6Vi1uhbi { width:4.125rem;height:4.125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1XKzQtedzJJKfe93Zs1BNaUEO5yiXr { width:20rem;height:6.375rem;top:61rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u46HNGnKd2Ga0EsVlBdbfb3tIdCBTE31 { width:20rem;height:1.6494125rem;top:58.6875rem;left:0rem;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ySx8haotwaGPFptTu3iAsBaVBMzppc1d { width:4.125rem;height:4.125rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKp7Nqy4tgRMJTe6zFOMRsKHbCrhU22z { width:20rem;height:6.375rem;top:43.1875rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nhFEQFmB0WIDT6lrBCH5lXeRL67yyiuP { width:20rem;height:1.6494125rem;top:40.9375rem;left:0rem;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SfrhhmeH7goavLlfMlMpFHmwWWDZT5J2 { width:4.125rem;height:4.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfQdGdRXq1S3omTMnFUv6KeBQuaSvmDu { width:11.875rem;height:7.96875rem;top:78.73535rem;left:4.0625rem;font-size:1.0625rem;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gHiS62ALqDGFsGUqvxiC8sTIbzi9OWhq { width:10.4375rem;height:3.298825rem;top:74.1875rem;left:4.75rem;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kT5coFlSuXF3VfNG1s3e0dD58dGohSBa { width:4.3125rem;height:4.3125rem;top:68.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm { display:block; }#Irdt8JvmBSlRWnOfDAaPDL6VdAgknfUm > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIc9qAnqK1cahJfDvJzydzACzaBDc4Cc { width:20rem;height:3.4375rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWGKw0ynfkf0In9ZUFAz7NHVDCKSCOL { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 { display:block; }#iRRUv6PyEFivEbVIoQ0aiw6nqJSa4sq5 > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJ2Wx4OhJJaueUB0JTupWb6mFhWQtwZr { width:20rem;height:11.5625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCZbXqOfaxkL1lmriqtUhCfkS6tpyRMA { width:16.75rem;height:1.48730625rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #V53oWOfXJIrT6PDH6O81ApIcMW43GobR { width:15rem;height:1.13671875rem;top:14.375rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #tvfkVwE50KmzHGtiBncpXQ061Uftq2xH { width:15.3125rem;height:4.19824375rem;top:16.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ra9C2b99a6cvy0kQm0ffrDwZ4HDyRMIK { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVNJOTQZ1Tx5cqHbKXn4Iny9TkUGVTpF { width:20rem;height:11.5625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7tZifWJLAyAFQnx7Kgn0lB7XT7B3dRS { width:16.75rem;height:1.48730625rem;top:38.5625rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Hta7SF4anDTz89DoIiL99pI8SmuCySxg { width:16.375rem;height:5.59765625rem;top:41.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #MOnk0xCfmWU44fxkgt7SdQA2iZVdefD2 { width:15rem;height:1.13671875rem;top:40.0625rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Uk6yvmm4nkod8P4rNMOxtbfn3XT9p9Oy { width:20rem;height:11.625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ { display:block; }#Wdspy3ruk1L0oWyTl8AmeAXqG0f3iVNZ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2zkL58V1FPExNM5dOX1Lx9JxOPztkgk { width:20rem;height:10.1953125rem;top:0rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #S3xZrHJfaVqJAH1uy9CkUzCXJ28vHERr { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 { display:block; }#RFPJBbIdoCIwp3nsVrORNZZew5tuvut3 > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAphcMHwTRswVvT1GDdhbtOgMgHZgDwT { width:12.5rem;height:6.9043125rem;top:1.875rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wBafF54eL6uUpSW8WiD4KTDLM4zmQlQm { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WQZSqOXCybkwtHL1WTele32TnnsTvNFf { width:3.875rem;height:3.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb5TbuxtQsz2dAU8QOseZDTsL8hCzNNT { display:flex;width:2.375rem;height:2.375rem;top:2.75rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #EgQqgyZpgKHqf0zTeqaWXpn2vAQzU2uT { width:12.875rem;height:0.73046875rem;top:10.404296875rem;left:5rem;font-size:0.5625rem;text-align:left;text-align-last:left;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS { display:block; }#K9tgcBLLsTDDxJQraJ30w3mwbepPb8bS > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGy7Ssr79egWc0Lg33F27P9KImqd1HrZ { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AAzG6ATd2BLrmghHuBmvAA2FHsA1ICnC { width:20rem;height:11.5439375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvSLZrgPCt2XWf3fo0Wmmp1R5EMmH2P { width:20rem;height:15.0234375rem;top:38.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04c8LSvgK7vpdLKvod3qWe5LF5ndBwb { width:10rem;height:13.4375rem;top:25.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvZ519ZgQmskzcc17e5LBHxrz9W4ktEc { width:10.125rem;height:13.4375rem;top:25.44921875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbcMD140SuilovSpGOh4HURTUQG8v1nm { width:20rem;height:13.875rem;top:11.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmeuOmxhRluPG5fc2t2S3X42QLFb482B { display:block; }#OmeuOmxhRluPG5fc2t2S3X42QLFb482B > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTMAx5hiwCxJmPdmvx3AAJ9Zu1JwyA37 { width:13.6875rem;height:3.4375rem;top:14.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fdhzBK8t8kUU4ePk72JWwfLgztxzHqsu { width:18.5625rem;height:8.496125rem;top:19.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iz88u8yWCJwfdc6hef4DeI0vycaQZbA5 { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE { width:20rem;height:10.5rem;top:2.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bca91df7-82dd-48a1-a328-405aba651ca5/23685d87672bf5e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.adaptive-delivery-prevent-bg, #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.lazyload, #Wx0f6tTJZGbtfoEfW25tJ51haLuUWedE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JFHEMpSavZQ2qqTTzZVMbQanfWCm7EIT { display:flex;width:2.1875rem;height:2.1875rem;top:41.75rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZfpS6sJnNxoThxUkee6oKmQZU2lvgrLz { width:15.6875rem;height:3.1875rem;top:36.0625rem;left:2.9375rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JiciayufyTM4Z0QIXgROdvU7DRMqN7Z1 { width:13.4375rem;height:3.1875rem;top:41.75rem;left:2.9375rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dT3IosUCPEanoxuZOFgmNLxv1pv28v26 { display:flex;width:2.1875rem;height:2.1875rem;top:36.0625rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #K8oWP5PvssBWZZcbrPk9WtI2BoVJwlOD { width:15.6875rem;height:3.1875rem;top:30.375rem;left:3.0625rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xZJzDUSK8PdU9BuztwkSRwFBHe4dkSu8 { display:flex;width:2.1875rem;height:2.1875rem;top:30.375rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK { display:none; }#A8TTT8a0gmwrFcewaLu6OuigFT1GsGTK > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IC9Xs8kkHXoXTb4xRwb7UrZHIoKOv31q { width:20rem;height:1.59375rem;top:5.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SF83SihyS6zkqpWuo4sFHyD2dFRyCgRo { width:20rem;height:2.625rem;top:3.125rem;left:0rem;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eXO0ET6XlHT0BNyvOL0z89XqbeFcXS2n { width:20rem;height:1.59375rem;top:12.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JEEa0UEeBoscV22F3IKWBIcrCRy7DLxs { width:20rem;height:2.625rem;top:10.125rem;left:0rem;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VbK3tTyfL3yoLT8qcys3Bkiy5MpfhDZt { width:20rem;height:1.59375rem;top:26.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U4iGtJexn9Q1enUONxlc7S2yLd7ya3MT { width:20rem;height:2.625rem;top:24.125rem;left:0rem;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c9G140u2hEBtMQ7lONSoalHlgvTg3TsQ { width:20rem;height:1.59375rem;top:19.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uhrbv5xHUq5KV3cPh0sGTq7Pw8TLpIlC { width:20rem;height:2.625rem;top:17.125rem;left:0rem;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { display:block; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { width:20rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { width:13.1875rem;height:3.75rem;top:1.8125rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2OS1DkzGvfXzIqaa559sN67telZBibS { width:20rem;height:2.2734375rem;top:6.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { width:6.9375rem;height:6.9375rem;top:89.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { width:6.9375rem;height:6.9375rem;top:89.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { width:18.4375rem;height:12.59475rem;top:97.9375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvUP8vyTrDTHTysqxRUFTSdVDQ7nXJbo { width:20rem;height:12.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdRHoUXnlXBfMBGQHDXEqIngLu35f8hJ { width:12.5rem;height:2.4375rem;top:19.6875rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXep1OTbhk8NsTRJcH9I9TfWvadovJ4i { width:20rem;height:12.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIXvqR9oydGyXB2oSiuXVTk1PQZHQd3 { width:19.0625rem;height:2.4375rem;top:32.25rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDanKwx4iC3Vq0uhGokiRmVMtaERFGU { width:20rem;height:12.5rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o0hfRn1vhsuTEMU7hcaMmKgL0xQCrX { width:19.0625rem;height:2.4375rem;top:44.8125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXomC6sKVpEG78bXFTGaK2ThZC6UpTtO { width:20rem;height:12.5rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWEmtwPn8li8brGZAVswZPxVeJ699w2 { width:20rem;height:12.5rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkeczFGSKVUI0wWunqfN6ZN9l4JJ3Fy2 { width:20rem;height:12.5rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AhifTOu7B6y5LOeFdKq9e1ckCUs3CB { width:12.5rem;height:2.4375rem;top:57.375rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToV4fcLLWnEubNOCK5vhUOsPftAOBHu { width:19.0625rem;height:2.4375rem;top:69.9375rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faCzIRwEBuCBpELJsSvzikBN3LIiTJaf { width:19.0625rem;height:2.4375rem;top:82.5rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJpe7nDfvUUAwAOTUtZnEIzMFQMO6Bz { width:6.75rem;height:6.5rem;top:89.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA { display:none; }#dTKkOyzP80cZ6rx6aggWDnXEoQiS9UtA > .row .container { width:20rem;height:69.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CwwSPmTP3n2kfWXeWHyTMJ4Uv0wq2VAK { width:13.1875rem;height:3.75rem;top:1.8125rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldd3ZuB72cNuhtA088Vvkh5iTaayLmFd { width:9.6875rem;height:6.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1f7b2LqSCcaR4AtBVdrO5rSCSTQLWVJ { width:8.25rem;height:4.546875rem;top:18.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xfbi2mEHoGA8067rgOz9MvzezKDPmT2K { width:20rem;height:2.2734375rem;top:6.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxneUpTMCbbrPvRSJ1KiBkh77s3nlWXM { width:9.6875rem;height:6.25rem;top:10.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiuKw2DRggaypzwOfpSgcHpFs7QoJyB { width:10.4375rem;height:4.546875rem;top:18.375rem;left:10.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ecr6s41Hg71ITGkzgQAEW3UHsoRqUB7T { width:9.6875rem;height:6.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQTrsytFJl7bhidMMUce3eeNyGt5bcVp { width:9.75rem;height:5.68359375rem;top:32.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKV33w1xSVCXswgVF4dwamKgeyPg4zok { width:9.6875rem;height:6.25rem;top:24.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmKLTz009BGxrAwrTQOd1WEbxbyTTDO6 { width:8.25rem;height:5.68359375rem;top:32.375rem;left:10.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z87nqKsUdsLqMLnAQnh9HOkSWIMWdLMe { width:6.9375rem;height:6.9375rem;top:42.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcihubIwJmDLg6qcWgdTbSGgQFqTCdJK { width:6.9375rem;height:6.9375rem;top:42.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQqEcuNmgGNH4ETQQZevFb7yRPCN1AQP { width:18.4375rem;height:12.59475rem;top:51.1875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { display:block; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { width:10.75rem;height:3.0625rem;top:4.7854175567627rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { width:14.9375rem;height:2.01171875rem;top:15.9140625rem;left:2.53125rem;font-size:1.4375rem;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { width:0.0625rem;height:3.75rem;top:46.4rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlH4uT9gBHIw6TyAdhm7oAiBVEaonhs2 { width:16.75rem;height:4.375rem;top:10.6640625rem;left:1.625rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QknddP8PtMETsAonxac7TavWnt8G3Vw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sClxzBTi63e78J4aAEuTJKlGCZFF387G { width:12.5rem;height:1.4619125rem;top:25.48828125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N { display:flex;width:2.5625rem;height:2.5625rem;top:19.8125rem;left:3.9375rem; }
#S1lT95JDiuEXbd5fcMtcJn9XwZpfmQ0N > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #qaxt5v4mm6pS4TM31HwiLzKyET3L7Z9y { width:0.0625rem;height:3.75rem;top:7.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZElQsd3XVugTHwVrruJTood3fWk9HJs9 { display:flex;width:2.5625rem;height:2.5625rem;top:19.8125rem;left:6.6875rem; }
#ZElQsd3XVugTHwVrruJTood3fWk9HJs9 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib { display:flex;width:2.5625rem;height:2.5625rem;top:19.8125rem;left:9.9375rem; }
#Bdhkq65X0wQWDE44DlnCfhZixlaJH6Ib > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh { display:flex;width:2.5625rem;height:2.5625rem;top:19.8125rem;left:13.5625rem; }
#GQqUTdnW7G5ZOVtB1ZywTWQIG85upExh > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #o6ZFfb4ZRHtShhv1FngDKcbiKkWBTvPR > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block; }
 }@media only screen and (max-width: 763px) { #mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { width:2.625rem;height:2.625rem;top:0rem;left:17.375000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { display:block; }
 }