.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/016574e2-fbe2-4f87-b033-27cc8eaacffe/bannersanitiz.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.adaptive-delivery-prevent-bg, #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.lazyload, #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s.lazyloading { background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { background-color: transparent; background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.16); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.16); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { border-width: 0; border-radius: 0; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { color:#000000;display:block;width:32.375rem;position:absolute;font-family:chivo;font-size:4.375rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:18.6875rem;left:0rem;height:11.8125rem;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; }
#S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:32.5625rem;left:2.5625rem;height:;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; }
#xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;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-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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:46.0625rem;left:0rem;display:block; }
#JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/05753886-1fda-4163-bc4e-f690db897788/ippon_200.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:13.9375rem;width:7.875rem;top:1.625rem;left:0rem;display:block; }#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.adaptive-delivery-prevent-bg, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyload, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyloading { background-image: none; }
#pIrGAabrcIVSaympCeh5kB60c0RVZmMX { color:#25d366;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:32.5625rem;left:0rem;height:10rem;font-style:normal;display:block; }
#qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:8.5rem;top:0rem;left:0rem;display:block; }
#q81UQdCAM8Rwr3RmdKaVS4SBwdFfiOSc { color:#25d366;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:32.5625rem;left:0rem;height:10rem;font-style:normal;display:none; }
#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW { position:relative;display:block; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW { background-color: transparent; background-image: none; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row .container > .video-iframe-container { display: none; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row > .video-iframe-container { display: none; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .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); }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW { border-width: 0; border-radius: 0; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#NT01bEnbk8fAu2wVFJ98TfTX0cRLFTAC { position:absolute;display:block;z-index:100000;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:75rem;top:0rem;left:19.59375rem;display:block; }
#hTSG5AJdZEwLig39ZaWU31Ic2XfLrTn1 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:chivo;font-size:2.8125rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:6.0625rem;left:6.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { position:relative;display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { background-color: transparent; background-image: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container > .video-iframe-container { display: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row > .video-iframe-container { display: none; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .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); }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk { border-width: 0; border-radius: 0; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/450284ea-5a9a-45ea-8ec1-e32c0892c1ae/mall.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:9.875rem;top:3.625rem;left:8.125rem;display:block; }#mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.adaptive-delivery-prevent-bg, #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.lazyload, #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP.lazyloading { background-image: none; }
#NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:13.1875rem;left:1.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0d8e5713-e77d-45dc-90bb-f4058823151a/officebuilding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.875rem;top:4.25rem;left:33.5625rem;display:block; }#hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.adaptive-delivery-prevent-bg, #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.lazyload, #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK.lazyloading { background-image: none; }
#zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:13.1875rem;left:26.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8d592f4a-a391-42d4-b09b-52853cf8e75d/clinic1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.875rem;top:4.25rem;left:58.5625rem;display:block; }#ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.adaptive-delivery-prevent-bg, #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.lazyload, #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq.lazyloading { background-image: none; }
#xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:13.1875rem;left:51.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U { position:relative;display:block; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U { background-color: transparent; background-image: none; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row .container > .video-iframe-container { display: none; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row > .video-iframe-container { display: none; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .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); }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U { border-width: 0; border-radius: 0; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2ea12282-514d-48ec-976a-acc7981671b7/car.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:9.875rem;top:2.3125rem;left:8.125rem;display:block; }#OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p.adaptive-delivery-prevent-bg, #OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p.lazyload, #OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p.lazyloading { background-image: none; }
#LI9JrE5iUtCaB7N3dHTX2TRpU0QnVTW3 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:11.875rem;left:1.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a1364b9b-dad3-48d5-8ae2-fee7a5218058/group.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.875rem;top:2.9375rem;left:33.5625rem;display:block; }#OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO.adaptive-delivery-prevent-bg, #OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO.lazyload, #OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO.lazyloading { background-image: none; }
#Toscg7OAHW2MTUsa3b6EayKukPEPDUxS { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:11.875rem;left:26.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1eb19dc1-5296-4420-ba7a-88316421c54e/house2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.875rem;top:2.9375rem;left:58.5625rem;display:block; }#KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT.adaptive-delivery-prevent-bg, #KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT.lazyload, #KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT.lazyloading { background-image: none; }
#aItfkFgx4wTm0GO6AGw5lxSAnXFiSGdx { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:11.875rem;left:51.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5664f739-4e0d-4ede-b3d9-a66f2c4523d0/machbancaccachdieutriviemxoangmuihiennay41.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.adaptive-delivery-prevent-bg, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyload, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyloading { background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { background-color: transparent; background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.72); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.72); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .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); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { border-width: 0; border-radius: 0; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#eDyLVOtCoJx6P7ezNQizDdG6PKCzZvzQ { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:12.75rem;left:9.9375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leLqP2TUdLkRdvEIfyIHPqmzkg6ar54C { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:chivo;font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:10.125rem;left:15.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { background-color: transparent; background-image: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container > .video-iframe-container { display: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row > .video-iframe-container { display: none; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .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); }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { border-width: 0; border-radius: 0; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e4b7eaa4-5f71-4e93-b8b6-d971db295317/coro.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.875rem;width:56.875rem;top:5.125rem;left:30.71875rem;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.adaptive-delivery-prevent-bg, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyload, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyloading { background-image: none; }
#UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:22.8125rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:chivo;font-size:4.375rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:10.0625rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;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-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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:36.6875rem;left:0rem;display:block; }
#ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container { background-color: transparent; background-image: none; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container > .video-iframe-container { display: none; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row > .video-iframe-container { display: none; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .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); }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container { border-width: 0; border-radius: 0; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#NlPSmqluyVsszKetLkltXzmXHNHTrR3L { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6ae3477a-ef6b-4320-81fa-d161f92f3efd/1157052.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.3125rem;left:8.5625rem;display:block; }#NlPSmqluyVsszKetLkltXzmXHNHTrR3L.adaptive-delivery-prevent-bg, #NlPSmqluyVsszKetLkltXzmXHNHTrR3L.lazyload, #NlPSmqluyVsszKetLkltXzmXHNHTrR3L.lazyloading { background-image: none; }
#ErTaOmlsvMaAk9WVdamFPsn7mBvkH2ii { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:19.1875rem;left:1.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAMhHMm2SaLaJ3ZlZ03Qbv6MSAETBhb6 { position:absolute;display:block;z-index:99999;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #25d366 ;height:12.5rem;width:12.5rem;top:4.625rem;left:6.25rem;display:block; }
#rm4PhKesgE1cToEGsuFweb3uWJgym5zs { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:26.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/057c9bb9-0f55-4240-a01c-ffff2f183c58/phonecall1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.8125rem;left:33.5625rem;display:block; }#Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU.adaptive-delivery-prevent-bg, #Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU.lazyload, #Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU.lazyloading { background-image: none; }
#TSTB8EQOe4127IZgGLiFWWRkoyBIwKAk { position:absolute;display:block;z-index:100004;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #25d366 ;height:12.5rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#ulJVUzleHmxmTVMGgcBS7lidUi6vsJaX { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:19.1875rem;left:51.65625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9b0f14f6-4762-4704-ab47-cc81ec4e4d11/pig1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:8.6875rem;top:7.125rem;left:58.15625rem;display:block; }#NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG.adaptive-delivery-prevent-bg, #NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG.lazyload, #NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG.lazyloading { background-image: none; }
#AUm6RPahHIbJuLLgI1No8ipXHPsNrbg9 { position:absolute;display:block;z-index:100009;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #25d366 ;height:12.5rem;width:12.5rem;top:4.75rem;left:56.25rem;display:block; }
#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(21deg, #ec3237, #cc5130);background-image: -moz-linear-gradient(21deg, #ec3237, #cc5130);background-image: -ms-linear-gradient(21deg, #ec3237, #cc5130);background-image: -o-linear-gradient(21deg, #ec3237, #cc5130);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3237', endColorstr='#cc5130' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3237', endColorstr='#cc5130' );";background-image: linear-gradient(21deg, #ec3237, #cc5130);background-size:auto !important;position:relative;display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { background-color: transparent; background-image: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container > .video-iframe-container { display: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row > .video-iframe-container { display: none; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .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); }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { border-width: 0; border-radius: 0; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13071d15-d1db-411b-9a56-26d99a6eee26/purepngcommanmanadultmalemalechildboybeingmens1421526920943c4xhn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.375rem;width:45.6875rem;top:-5.625rem;left:-5.6875rem;display:block; }#TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.adaptive-delivery-prevent-bg, #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.lazyload, #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa.lazyloading { background-image: none; }
#cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:14.125rem;left:37.6875rem;height:5.0625rem;font-style:normal;display:block; }
#mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:chivo;font-size:2.6875rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:5rem;left:37.6875rem;height:9.6738125rem;font-style:normal;display:block; }
#FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:56.5625rem;top:11.25rem;left:16.40625rem;display:block; }
#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:20.625rem;left:35.9375rem;height:;font-style:normal;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
#vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;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-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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:30.3125rem;left:37.6875rem;display:block; }
#dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { position:relative;display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { background-color: transparent; background-image: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container > .video-iframe-container { display: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row > .video-iframe-container { display: none; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .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); }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { border-width: 0; border-radius: 0; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:10.625rem;left:16.84375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { position:relative;display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { background-color: transparent; background-image: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container > .video-iframe-container { display: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row > .video-iframe-container { display: none; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .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); }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { border-width: 0; border-radius: 0; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/473ca0be-24e0-4cd5-89b5-f64fd36289b9/plumbing.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.8125rem;left:8.5625rem;display:block; }#gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.adaptive-delivery-prevent-bg, #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.lazyload, #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7.lazyloading { background-image: none; }
#LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:19.1875rem;left:1.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { position:absolute;display:block;z-index:99999;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:6.25rem;display:block; }
#BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:23.875rem;left:3.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:29.25rem;left:3.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:26.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:23.875rem;left:28.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e5818016-7848-46df-84bf-2b9239e75033/savewater.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.875rem;top:7.8125rem;left:33.5625rem;display:block; }#mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.adaptive-delivery-prevent-bg, #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.lazyload, #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG.lazyloading { background-image: none; }
#I5z14kbOKth84EcxybTmrzC4CtQztoGL { position:absolute;display:block;z-index:100004;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:29.25rem;left:28.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QC34iandq1z1JFEPz187TE86Gyaez4TS { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:19.1875rem;left:54.1875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Y4jEealZ/001_cockroach.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:8.6875rem;top:7.125rem;left:58.15625rem;display:block; }#NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.adaptive-delivery-prevent-bg, #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.lazyload, #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7.lazyloading { background-image: none; }
#czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { position:absolute;display:block;z-index:100009;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ec3237 ;height:12.5rem;width:12.5rem;top:4.75rem;left:56.25rem;display:block; }
#u6Go6wn5drltS9XTflkVrWma5nUft1g5 { color:#ec3237;display:block;width:18.8125rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:29.25rem;left:53.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { color:rgba(255,255,255,0.7);display:block;width:17.75rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:23.875rem;left:53.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQE7pXblqn0kgkEHwW21010P7nxylZOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { background-color: transparent; background-image: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container > .video-iframe-container { display: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row > .video-iframe-container { display: none; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .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); }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { border-width: 0; border-radius: 0; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:27.875rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:20.6875rem;top:5.9375rem;left:32.4375rem;overflow:hidden;display:block; }
#rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:17.6875rem;top:12.5rem;left:32.4375rem;overflow:hidden;display:block; }
#kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:15.4375rem;top:5.625rem;left:52.0625rem;overflow:hidden;display:block; }
#mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:19.3125rem;top:13.125rem;left:52.0625rem;overflow:hidden;display:block; }
#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3fa;background-image:none;position:relative;display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { background-color: transparent; background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .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); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { border-width: 0; border-radius: 0; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:chivo;font-size:3.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:7.6875rem;left:13.625rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:14.875rem;left:17.28125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGHigpJvTz6sWE5KLF29woz8xdFggNTU { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:21.8125rem;left:39.25rem;display:block; }
#IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rxFopwnIameobeNOt1KHMFAgTwOMVcDT { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;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-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:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:21.75rem;left:20.1875rem;display:block; }
#LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RtWmlpNOPimZ97AdLixNxx92siQ1glOn { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:25.75rem;left:16.8125rem;height:3.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XulKt3P9E04SNqxz4v3h5OpRGZuORAic { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6rem;top:36.75rem;left:34.5rem;overflow:hidden;display:block; }
#fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:30.5625rem;left:16.78125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container { background-color: transparent; background-image: none; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container > .video-iframe-container { display: none; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row > .video-iframe-container { display: none; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .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); }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container { border-width: 0; border-radius: 0; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container { background-color: transparent; background-image: none; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container > .video-iframe-container { display: none; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row > .video-iframe-container { display: none; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .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); }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container { border-width: 0; border-radius: 0; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { background-color: transparent; background-image: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container > .video-iframe-container { display: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row > .video-iframe-container { display: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .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); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { border-width: 0; border-radius: 0; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#Rw1sFkHJakhkQuXiTfP3M0rNXKKMOZQe { box-sizing:content-box;color:#ffffff;font-size:1.75rem;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:block;z-index:100013;top:0.875rem;left:50.5625rem;display:block; }
#Wda8mGJfq0LzvHVUUDBPrc1uvC80OxLu { color:rgba(255,255,255,0.7);display:block;width:15.125rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:1.625rem;left:1.6875rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6bh69oCdAXf7A5hRCWc2MAwcZ9ZiKJ1 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:0.90625rem;left:63.25rem;display:block; }
#uldQxaRgp6IewZ3t40szR41TUEtlczUw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:chivo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.375rem;left:52.5625rem;display:block; }
#mnwk2sa4org5cA3b5QlAuo9ML7PkUI3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aizOEZzJbhu9b3nnuVJI0SdHOKPFyf0n { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:4.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0rem;left:60.1875rem;display:none; }
#VhWdqnf7MWvNnZhp5PlDpSThJ73RG1T2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kAcUxKAdl0SrJxtlkmtE2osVEi05sCuZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.4375rem;left:51.875rem;display:none; }
#QMwZexo4QPldp5P0aWHJUTclmlsiJu5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tHHiGuLOdFGJxKJPVSMuOUH8570rWs0o { box-sizing:content-box;color:#ec3237;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.1875rem;left:0rem;display:block; }
#UOz58sMbr64422MQKUalmJ02IuZtlOvw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:chivo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:0.4375rem;left:65.75rem;display:block; }
#L7VSrtu2M7uWTJqEQKpFsm71WKA5xu6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VH8sTgAFLo1WUR37XmTI4S57TLMubIRO { position:absolute;display:block;z-index:100022;background-color:#ec3237;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.625rem;width:0.625rem;top:0.125rem;left:73.875rem;display:block; }
#rEVLCL6RklMK4LqD30IIG5Arb9yTNE6h { position:absolute;display:block;z-index:100011;background-color:#1fbe5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#SJBL8JigShOaXVIsCkRlR0Q22qtsJed7 { color:rgba(255,255,255,0.7);display:block;width:15.125rem;position:absolute;font-family:chivo;font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:1.46875rem;left:33.625rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:32.375rem;height:11.8125rem;top:18.6875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { width:39.9375rem;height:;top:32.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { width:20.5625rem;height:4.3125rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block; }
 }@media only screen and (max-width: 763px) { #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { width:7.875rem;height:13.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrGAabrcIVSaympCeh5kB60c0RVZmMX { width:2.25rem;height:6.859375rem;top:32.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { width:8.5rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81UQdCAM8Rwr3RmdKaVS4SBwdFfiOSc { width:2.25rem;height:8.5rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW { display:block; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT01bEnbk8fAu2wVFJ98TfTX0cRLFTAC { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTSG5AJdZEwLig39ZaWU31Ic2XfLrTn1 { width:47.75rem;height:4.5rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH38Zm3PicDZJv9PXpSczTmV84owEKk { display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { width:9.875rem;height:8.5rem;top:3.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { width:21.6875rem;height:2rem;top:13.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { width:7.875rem;height:7.875rem;top:4.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { width:21.6875rem;height:2rem;top:13.1875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { width:7.875rem;height:7.875rem;top:4.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { width:21.6875rem;height:2rem;top:13.1875rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U { display:block; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p { width:9.875rem;height:8.5rem;top:2.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9JrE5iUtCaB7N3dHTX2TRpU0QnVTW3 { width:21.6875rem;height:2rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO { width:7.875rem;height:7.875rem;top:2.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toscg7OAHW2MTUsa3b6EayKukPEPDUxS { width:21.6875rem;height:2rem;top:11.875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT { width:7.875rem;height:7.875rem;top:2.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItfkFgx4wTm0GO6AGw5lxSAnXFiSGdx { width:21.6875rem;height:2rem;top:11.875rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { display:none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDyLVOtCoJx6P7ezNQizDdG6PKCzZvzQ { width:47.75rem;height:9.375rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leLqP2TUdLkRdvEIfyIHPqmzkg6ar54C { width:43.375rem;height:4.5rem;top:10.125rem;left:2.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { width:47.75rem;height:36.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { width:29.25rem;height:9rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { width:36.3125rem;height:13.125rem;top:10.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { width:14.875rem;height:3.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block; }
 }@media only screen and (max-width: 763px) { #aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP { display:block; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPSmqluyVsszKetLkltXzmXHNHTrR3L { width:7.875rem;height:7.125rem;top:7.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTaOmlsvMaAk9WVdamFPsn7mBvkH2ii { width:21.6875rem;height:4.125rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAMhHMm2SaLaJ3ZlZ03Qbv6MSAETBhb6 { width:12.5rem;height:12.5rem;top:4.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4PhKesgE1cToEGsuFweb3uWJgym5zs { width:21.6875rem;height:4.125rem;top:19.1875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU { width:7.875rem;height:7.125rem;top:7.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTB8EQOe4127IZgGLiFWWRkoyBIwKAk { width:12.5rem;height:12.5rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJVUzleHmxmTVMGgcBS7lidUi6vsJaX { width:21.6875rem;height:3.4375rem;top:19.1875rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG { width:8.6875rem;height:7.875rem;top:7.125rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUm6RPahHIbJuLLgI1No8ipXHPsNrbg9 { width:12.5rem;height:12.5rem;top:4.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { width:45.6875rem;height:44.375rem;top:-5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { width:35.9375rem;height:4.5rem;top:14.125rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { width:33.125rem;height:4.5rem;top:5rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { width:47.75rem;height:0.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { width:35.9375rem;height:;top:20.625rem;left:11.8125rem;font-size:0.9375rem;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
 }@media only screen and (max-width: 763px) { #vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { width:14rem;height:3.4375rem;top:30.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block; }
 }@media only screen and (max-width: 763px) { #ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { width:41.3125rem;height:1.4375rem;top:10.625rem;left:3.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { width:7.875rem;height:7.125rem;top:7.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { width:21.6875rem;height:3.4375rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { width:12.5rem;height:12.5rem;top:4.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { width:17.75rem;height:3rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { width:18.8125rem;height:3.65625rem;top:29.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { width:21.6875rem;height:1.71875rem;top:19.1875rem;left:10.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { width:17.75rem;height:4.5rem;top:23.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { width:7.875rem;height:7.125rem;top:7.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5z14kbOKth84EcxybTmrzC4CtQztoGL { width:12.5rem;height:12.5rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { width:18.8125rem;height:3.65625rem;top:29.25rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC34iandq1z1JFEPz187TE86Gyaez4TS { width:16.625rem;height:1.71875rem;top:19.1875rem;left:31rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { width:8.6875rem;height:7.875rem;top:7.125rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { width:12.5rem;height:12.5rem;top:4.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Go6wn5drltS9XTflkVrWma5nUft1g5 { width:18.8125rem;height:3.65625rem;top:29.25rem;left:28.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { width:17.75rem;height:4.5rem;top:23.875rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE7pXblqn0kgkEHwW21010P7nxylZOZ { display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { width:27.875rem;height:8rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { width:20.6875rem;height:6.1875rem;top:5.9375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { width:17.6875rem;height:6.4375rem;top:12.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { width:15.4375rem;height:6.1875rem;top:5.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { width:19.3125rem;height:5.5rem;top:13.125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { width:47.75rem;height:7.25rem;top:7.6875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { width:40.4375rem;height:3.25rem;top:14.875rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHigpJvTz6sWE5KLF29woz8xdFggNTU { width:14rem;height:3.9375rem;top:21.8125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #rxFopwnIameobeNOt1KHMFAgTwOMVcDT { width:17.5rem;height:4rem;top:21.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block; }
 }@media only screen and (max-width: 763px) { #RtWmlpNOPimZ97AdLixNxx92siQ1glOn { width:41.4375rem;height:2.625rem;top:25.75rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulKt3P9E04SNqxz4v3h5OpRGZuORAic { width:6rem;height:9.0625rem;top:36.75rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { width:41.4375rem;height:3rem;top:30.5625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL { display:block; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k { display:none; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw1sFkHJakhkQuXiTfP3M0rNXKKMOZQe { width:2.5625rem;height:2.5625rem;top:0.875rem;left:36.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wda8mGJfq0LzvHVUUDBPrc1uvC80OxLu { width:15.125rem;height:1.40625rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6bh69oCdAXf7A5hRCWc2MAwcZ9ZiKJ1 { width:2.5rem;height:2.5rem;top:0.875rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldQxaRgp6IewZ3t40szR41TUEtlczUw { width:8.375rem;height:3.4375rem;top:0.375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnwk2sa4org5cA3b5QlAuo9ML7PkUI3z { display:block; }
 }@media only screen and (max-width: 763px) { #aizOEZzJbhu9b3nnuVJI0SdHOKPFyf0n { width:14.8125rem;height:4.5rem;top:0rem;left:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhWdqnf7MWvNnZhp5PlDpSThJ73RG1T2 { display:block; }
 }@media only screen and (max-width: 763px) { #kAcUxKAdl0SrJxtlkmtE2osVEi05sCuZ { width:8.375rem;height:3.4375rem;top:0.4375rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMwZexo4QPldp5P0aWHJUTclmlsiJu5k { display:block; }
 }@media only screen and (max-width: 763px) { #tHHiGuLOdFGJxKJPVSMuOUH8570rWs0o { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOz58sMbr64422MQKUalmJ02IuZtlOvw { width:8.375rem;height:3.4375rem;top:0.4375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7VSrtu2M7uWTJqEQKpFsm71WKA5xu6w { display:block; }
 }@media only screen and (max-width: 763px) { #VH8sTgAFLo1WUR37XmTI4S57TLMubIRO { width:0.625rem;height:0.625rem;top:0.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEVLCL6RklMK4LqD30IIG5Arb9yTNE6h { width:12.5rem;height:3.3125rem;top:0.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJBL8JigShOaXVIsCkRlR0Q22qtsJed7 { width:15.125rem;height:1.40625rem;top:1.4375rem;left:20rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s { background-color:#ffffff;background-image:none;display:block; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { background-color: transparent; background-image: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row > .video-iframe-container { display: none; }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .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); }#IGJwNKa0z7QvEb63lJWv9HcTkbxQct3s > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:19.75rem;height:7.59375rem;top:13rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0avGUGPTSxCqE7heLI4XTBKpJ3t7DC5 { width:18rem;height:9.795875rem;top:21.8125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xum1J6tq7Rckdrpx9FKMQyQoLFhzPwSq { width:9.375rem;height:2.8125rem;top:32.5rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfnGJMlPt0hQTGnHuHKCNLrZ5TJr3Ez { display:block; }
 }@media only screen and (max-width: 763px) { #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2 { width:4.9375rem;height:9.125rem;top:0.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f49c98aa-0c92-4b1c-a8d4-13cc71f5ddb2/Ativo43x80.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.adaptive-delivery-prevent-bg, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyload, #xn4HeeWizSWuf2Lt3r7Wmun0u34CHPz2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pIrGAabrcIVSaympCeh5kB60c0RVZmMX { width:2.25rem;height:0;top:21.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEwiLmvmqlcOi9si6DFdC7lkx16cknS8 { width:8.5rem;height:6.0625rem;top:31.5625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q81UQdCAM8Rwr3RmdKaVS4SBwdFfiOSc { width:2.25rem;height:8.521475rem;top:21.8125rem;left:0rem;font-size:0.875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW { display:block; }#JWJr7zpNyXzRLxOlqlsLVvMPHFL3lOuW > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT01bEnbk8fAu2wVFJ98TfTX0cRLFTAC { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTSG5AJdZEwLig39ZaWU31Ic2XfLrTn1 { width:20rem;height:1.3994125rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH38Zm3PicDZJv9PXpSczTmV84owEKk { display:block; }#pCH38Zm3PicDZJv9PXpSczTmV84owEKk > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDa4pIZTwqaTNlF0znOUbgubJXoXrRiP { width:4.25rem;height:3.6875rem;top:4.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxTOnvX0n2RQmnlDwN4W7byaBQy8PCR { width:12.625rem;height:2rem;top:6.3125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hG7tTUbTMk4hiaJsGqtOHrTIKsc1XrFK { width:4.1875rem;height:4.1875rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITNHWweVmOg4wkDAgTuXZqT4HbxpooM { width:9.1875rem;height:2rem;top:12.53125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahnCDKpmTSceuPpGgN6A5JSoFAqfwyGq { width:4rem;height:4rem;top:18.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTCJBBqFAgwgG83Drgo5JaDRNcSeTWV { width:10.125rem;height:4rem;top:19.3125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U { display:block; }#u2Tfbv9XNKU3kZ1cnx8F0Ubguyhy0m9U > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZ8uzHDw9N7AZWZNFbnzJpryi5uTAZ1p { width:4.25rem;height:3.6875rem;top:2.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9JrE5iUtCaB7N3dHTX2TRpU0QnVTW3 { width:12.625rem;height:2rem;top:4.1875rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OwHLQLmSWqmXBZCSTXLRNmOt8T2GvVuO { width:4.1875rem;height:4.1875rem;top:9.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toscg7OAHW2MTUsa3b6EayKukPEPDUxS { width:9.1875rem;height:2rem;top:10.40625rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KbzXa4kqAmM9GCsa9VXv54IsD9bOMNZT { width:4rem;height:4rem;top:16.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItfkFgx4wTm0GO6AGw5lxSAnXFiSGdx { width:10.125rem;height:2rem;top:17.1875rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5664f739-4e0d-4ede-b3d9-a66f2c4523d0/machbancaccachdieutriviemxoangmuihiennay41.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.adaptive-delivery-prevent-bg, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyload, #En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p.lazyloading { background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { background-color: transparent; background-image: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row > .video-iframe-container { display: none; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .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); }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { border-width: 0; border-radius: 0; }#En1CBtlwhfOVy1t3TJPZeJSxZ24CsJ4p > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDyLVOtCoJx6P7ezNQizDdG6PKCzZvzQ { width:20rem;height:7.875rem;top:7.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leLqP2TUdLkRdvEIfyIHPqmzkg6ar54C { width:20rem;height:3.19921875rem;top:4.55078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 { display:block; }#CaZl6hNunawe4lB2XW0SaD0Gs7JZcZ65 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR { width:19.1875rem;height:12.875rem;top:2.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e4b7eaa4-5f71-4e93-b8b6-d971db295317/coro.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.adaptive-delivery-prevent-bg, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyload, #z6UzB2aaNg0x0M0ILei64ilqrNsVsdiR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UgJDicRR6GJ7Gkdx44I4XRJEVUItdZX1 { width:20rem;height:12rem;top:21.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEgkPEWBo3ET9bmRMmw1oMlBUTl0pkKD { width:20rem;height:3.986325rem;top:17.5625rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDrUJHJuoHsuRfGVf9sVar6d90KZXu8r { width:14rem;height:3.4375rem;top:35.375rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9C02aG04g6aSIGTvT6Hk9hNDOJNfUI { display:block; }
 }@media only screen and (max-width: 763px) { #aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP { display:block; }#aEqTEfSA0LuOUbi6vmeXBXDK138IGgnP > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPSmqluyVsszKetLkltXzmXHNHTrR3L { width:5rem;height:4.5rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTaOmlsvMaAk9WVdamFPsn7mBvkH2ii { width:20rem;height:3.4375rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAMhHMm2SaLaJ3ZlZ03Qbv6MSAETBhb6 { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4PhKesgE1cToEGsuFweb3uWJgym5zs { width:20rem;height:3.4375rem;top:24.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtu0wh3gAkqcNFvc1r4nEcg9sZkGPbCU { width:5rem;height:4.5rem;top:18.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTB8EQOe4127IZgGLiFWWRkoyBIwKAk { width:7.5rem;height:7.5rem;top:16.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJVUzleHmxmTVMGgcBS7lidUi6vsJaX { width:20rem;height:3.4375rem;top:40.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhX5VN3G64FscVfDbeG1PFlgwHqpRAOG { width:5rem;height:4.5rem;top:34.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUm6RPahHIbJuLLgI1No8ipXHPsNrbg9 { width:7.5rem;height:7.5rem;top:32.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR { display:block; }#G8avSFBIl0EdddTNvcpwwZEUB6z1XSyR > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdtBo93vcTepi6P9Ie0nOHHDXo0OMwSa { width:20rem;height:43.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPJwqsnJbgPTiZIslNLP76vmepHXyzBn { width:20rem;height:7.5rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSPD1M7hGAgZin4WmmK9WGtxuaJXixoM { width:20rem;height:9rem;top:3.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpWepXe5ggoSLUPxgTwS0MoCLbNW9dyN { width:20rem;height:0.125rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkD4wmid5bqVuT5RAuQTswDtbty8RzKd { width:20rem;height:10.78125rem;top:20.6875rem;left:0rem;font-size:0.9375rem;display:block; }#LkD4wmid5bqVuT5RAuQTswDtbty8RzKd li:before{  }
 }@media only screen and (max-width: 763px) { #vskxtbCrpDNHGInfAnT2lT5lBf0bsVcv { width:14rem;height:3.4375rem;top:33.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGNP1JrqJC431VD2NhWBC30ChXcDD23 { display:block; }
 }@media only screen and (max-width: 763px) { #ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 { display:block; }#ovP1NyGEsRTymapCp5TdwkEZZ30kEt44 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPwSyrk2iMinC6dd7xRxGXBw4OAlfQUg { width:20rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM { display:block; }#ghW2FRdfgv0mwTyg1JPSsFXKD83q5tLM > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKzKD1wHxUpAwt1q8hF8kLlaCv09OxG7 { width:5rem;height:4.5rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuBa9DUaTJyMaA3wcScTGMGWE7NBx30 { width:20rem;height:3.4375rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhQEoXNokuefrJJGnLdDwEiTrl1dWE { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBaxfDzaZpP1DtVuab7Q4iShCO4unSoD { width:17.75rem;height:3rem;top:12.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSINEmNoqiIiBn3HrvoDICABdBQaGy88 { width:18.8125rem;height:3.65625rem;top:16.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTl6fAQSmPHs1qeBTVVA7JltoiNslREH { width:20rem;height:1.71875rem;top:34rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCI8sGM3c7Df9MqwaeH0BpzuWgMuqiKr { width:17.75rem;height:4.5rem;top:36.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhtI6rrl3ITpPoxDWTabZA3TyDrC3DzG { width:5rem;height:4.5rem;top:27.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5z14kbOKth84EcxybTmrzC4CtQztoGL { width:7.5rem;height:7.5rem;top:25.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyyhEFgZS2tJyVP1laFKwSs5Cveqa7i { width:18.8125rem;height:3.65625rem;top:40.8125rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC34iandq1z1JFEPz187TE86Gyaez4TS { width:20rem;height:1.71875rem;top:58.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxVeRv4p7RSiSo2pgGShQTuHtVrk0U7 { width:5rem;height:4.5rem;top:52.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czCKx3FQmQ1IiireSzlr0QWPk54DEtlJ { width:7.5rem;height:7.5rem;top:50.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Go6wn5drltS9XTflkVrWma5nUft1g5 { width:18.8125rem;height:3.65625rem;top:65.6875rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6wq0ZF6Jr3qD4plqHBA9PBr4KRyeLNo { width:17.75rem;height:4.5rem;top:61.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE7pXblqn0kgkEHwW21010P7nxylZOZ { display:block; }#yQE7pXblqn0kgkEHwW21010P7nxylZOZ > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTdUV6nM6G1FKoNJ8tu2XUOvKJk28nuy { width:20rem;height:5.73925625rem;top:2.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRGuHLn7oqEDPzqyCPagf3mP7l0nvEQ { width:19.4375rem;height:5.625rem;top:29.86328125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3wnTooQdUrcZdu6xGw57wfTDKHcMHm { width:17.6875rem;height:6.4375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZMSA6dHxkkBd73Q8vP4kZayvvPnecD { width:15.4375rem;height:6.1875rem;top:9.4072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAbeAGMAszirnHyU1eGuEDvm3NH6uVu { width:19.3125rem;height:5.5rem;top:23.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21a7a940-b400-42d9-95a5-89fbcfcc4b2c/subtlegrunge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.adaptive-delivery-prevent-bg, #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.lazyload, #dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9.lazyloading { background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { background-color: transparent; background-image: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row > .video-iframe-container { display: none; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .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); }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { border-width: 0; border-radius: 0; }#dDnUMRuRzDeZ90mJgDmLHqPxraBSTma9 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1a4Tci5HskPzrdCr89cnFGEPEktouB4 { width:20rem;height:7.5rem;top:3.5625rem;left:0rem;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #esdkket4HOwVSPHJ0iy7cqJh9uGXA33q { width:17.75rem;height:4.875rem;top:11rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHigpJvTz6sWE5KLF29woz8xdFggNTU { width:14rem;height:3.4375rem;top:23.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8UBgUCwA81LkfE99hKywPJDLgeX7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #rxFopwnIameobeNOt1KHMFAgTwOMVcDT { width:17.5rem;height:3.4375rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGh6iNNZ22bOOzEGhbQZLFML2fHbIHc { display:block; }
 }@media only screen and (max-width: 763px) { #RtWmlpNOPimZ97AdLixNxx92siQ1glOn { width:20rem;height:2.625rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulKt3P9E04SNqxz4v3h5OpRGZuORAic { width:5.375rem;height:8.1875rem;top:40.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIfDXdLPEvkTy77GMNz6EIKEUgTywWx { width:20rem;height:4.5rem;top:32.7705078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL { display:block; }#vMLkOH2o5IbPQU04CWhLi3gnJ2i4LgFL > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k { display:block; }#IWdbTyH5VDaergA6Ka0V7MbT443Z0M7k > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { border-width: 0; border-radius: 0; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { width:20rem;height:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw1sFkHJakhkQuXiTfP3M0rNXKKMOZQe { width:2.125rem;height:2.125rem;top:0.625rem;left:13.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wda8mGJfq0LzvHVUUDBPrc1uvC80OxLu { width:15.125rem;height:0;top:5.3125rem;left:2.4375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6bh69oCdAXf7A5hRCWc2MAwcZ9ZiKJ1 { width:2.5625rem;height:2.5625rem;top:0.59375rem;left:11.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uldQxaRgp6IewZ3t40szR41TUEtlczUw { width:2.75rem;height:3.0625rem;top:0rem;left:14.3125rem;background-color:transparent;background-image:none;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #mnwk2sa4org5cA3b5QlAuo9ML7PkUI3z { display:block; }
 }@media only screen and (max-width: 763px) { #aizOEZzJbhu9b3nnuVJI0SdHOKPFyf0n { width:3.125rem;height:3.125rem;top:0.0625rem;left:17rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;z-index:100019;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"font awesome brands";font-weight:400;font-style:normal;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWdqnf7MWvNnZhp5PlDpSThJ73RG1T2 { display:block; }
 }@media only screen and (max-width: 763px) { #kAcUxKAdl0SrJxtlkmtE2osVEi05sCuZ { width:2.9375rem;height:3.25rem;top:0rem;left:13.53125rem;background-color:transparent;background-image:none;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #QMwZexo4QPldp5P0aWHJUTclmlsiJu5k { display:block; }
 }@media only screen and (max-width: 763px) { #tHHiGuLOdFGJxKJPVSMuOUH8570rWs0o { width:1.9375rem;height:1.9375rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOz58sMbr64422MQKUalmJ02IuZtlOvw { width:8.375rem;height:3.4375rem;top:0.4375rem;left:5.8125rem;background-color:transparent;background-image:none;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #L7VSrtu2M7uWTJqEQKpFsm71WKA5xu6w { display:block; }
 }@media only screen and (max-width: 763px) { #VH8sTgAFLo1WUR37XmTI4S57TLMubIRO { width:0.625rem;height:0.625rem;top:0.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEVLCL6RklMK4LqD30IIG5Arb9yTNE6h { width:12.5rem;height:3.3125rem;top:7.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJBL8JigShOaXVIsCkRlR0Q22qtsJed7 { width:15.125rem;height:0.84375rem;top:1.28125rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }