.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:#ffffff;background-image:none;position:relative;display:block; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:#ffffff;background-image:none;border-top:0rem solid #d5d6d8;border-left:0rem solid #d5d6d8;border-right:0rem solid #d5d6d8;border-bottom:0.0625rem solid #d5d6d8;position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:75rem;height:49.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.1875rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#ZqkCaDBFRksVs3oavmwvAhGJkvLOTpO9 { color:#433c3f;display:block;width:39.1875rem;position:absolute;font-family:"be vietnam pro";font-size:3.75rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:13.1875rem;left:0rem;height:12.375rem;font-style:normal;display:block; }
#z15E7LSMExDUMgzrlEKBar4CbiRgQBT2 { color:rgba(67,60,63,0.7);display:block;width:33.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:26.8125rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#CVhi6IgdMAHfk4IlgR6J7ax5SM6Tuzbt { 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-shadow: 0rem 0rem 1.875rem rgba(37,211,102,0.5) ;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:"be vietnam pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:block; }
#cI7dgHwmm6JmV81gsDe86d6EIodils04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3d845440-24fb-4123-9a49-8ec3b6712821/ipsi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.5rem;width:53.6875rem;top:2.125rem;left:36.591796875rem;display:block; }#Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.adaptive-delivery-prevent-bg, #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.lazyload, #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.lazyloading { background-image: none; }
#sQrNaw3cc8zymNlu51ETbNnTU8PMfKRf { color:#1bb7e6;display:block;width:6.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:5.4619140625rem;left:6rem;height:1.6621125rem;font-style:normal;display:block; }
#p1xlKp3UsDavz4aNipvCEkBerlcCMSlN { color:rgba(67,60,63,0.6);display:block;width:10.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:34.2939453125rem;left:23.125rem;height:1.48730625rem;font-style:normal;display:block; }
#iRVDWldMJLzG3Mbg47GVNLZIJA6mXx1T { color:#433c3f;display:block;width:8.125rem;position:absolute;font-family:cinzel;font-size:3.6875rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:2.06640625rem;left:5.75rem;height:4.0556625rem;font-style:normal;display:block; }
#QWdOIaK8PFeHFOXulTpHZLxzygOlzo3L { color:rgba(67,60,63,0.7);display:block;width:18.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:1.5rem;left:56.5625rem;height:1.04980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UGZKAHgnxUw7TLmbvIazGT6lT5LmQJFg { 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:"be vietnam pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:none; }
#d1NHmw5O8S3PvCH7wSuWs2yW5tuO7Az4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1VS855ntpU50fHTUz9FTiRXMsC69CN3 { color:rgba(67,60,63,0.7);display:block;width:33.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:37.4375rem;left:0rem;height:1.2246125rem;font-style:italic;display:block; }
#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1bb7e6;background-image:none;position:relative;display:block; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container { background-color: transparent; background-image: none; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container > .video-iframe-container { display: none; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row > .video-iframe-container { display: none; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .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); }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container { border-width: 0; border-radius: 0; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#aWlrgxKZJTnOhBh1QRZHEqXWHvTB0cwo { color:#000000;display:block;width:53.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:13.8232421875rem;left:0rem;height:6rem;font-style:normal;display:block; }
#NRsOy0SPBtCiaTJik7wB2bICFOdKbZNm { color:rgba(255,255,255,0.8);display:block;width:18.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:36.875rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i3K8ncHqzcvEihMayG71gnV8He7MqbNz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:3.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.8232421875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfz9TKdDZsiwlycTElwsHx1Sqbe3Dl11 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:29.15625rem;left:26.5625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fOF8nXzQW3QRebXuDxt9WxbDITd6lErV { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:29.15625rem;left:0rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIwcUXv3UwriWes7F1U5L8CDfyWtXuhQ { color:rgba(255,255,255,0.8);display:block;width:19.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:36.875rem;left:26.5625rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdaab838-f037-474e-8966-1ece2ebae2b4/Matiz_Saturacao12.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:36.125rem;width:35.125rem;top:14.875rem;left:46.875rem;display:block; }#GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.adaptive-delivery-prevent-bg, #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.lazyload, #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.lazyloading { background-image: none; }
#oWXLCig4MAIQOdXraL21SUHuLyFRAIcG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005094;background-image:none;position:relative;display:block; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container { background-color: transparent; background-image: none; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container > .video-iframe-container { display: none; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row > .video-iframe-container { display: none; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .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); }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container { border-width: 0; border-radius: 0; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#bOyFx8MKHtENJhyNG99mM69twdMedwsk { color:#ff715c;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:1.3125rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau { position:relative;display:block; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau { background-color: transparent; background-image: none; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row .container > .video-iframe-container { display: none; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row > .video-iframe-container { display: none; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .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); }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau { border-width: 0; border-radius: 0; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#IsoUCPBtfJSP7LUdL7xSWVR0695XbcqG { color:#433c3f;display:block;width:33.8125rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:9.8125rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#GKmS4QMBJ0TPWt11UlTBQrHILkxERagt { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ae9fb8b-0508-49c2-8798-dcf1f0768deb/ipsi31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:32.75rem;top:8rem;left:42.25rem;display:block; }#GKmS4QMBJ0TPWt11UlTBQrHILkxERagt.adaptive-delivery-prevent-bg, #GKmS4QMBJ0TPWt11UlTBQrHILkxERagt.lazyload, #GKmS4QMBJ0TPWt11UlTBQrHILkxERagt.lazyloading { background-image: none; }
#elvL70daElNDIRwvDd5GpOO639Wsricl { color:rgba(67,60,63,0.7);display:block;width:24.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.25rem;left:2.25rem;height:22.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDtK5uGaOygWIQtUuyGLxVt6mWctF90l { color:#1bb7e6;display:block;width:1.25rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:15.25rem;left:0rem;height:20.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jv9cBGbb3INXER1JqoDKcgsG1LMN6gv7 { position:absolute;display:block;z-index:100017;background-color:#1bb7e6;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.25rem;width:0.125rem;top:15.75rem;left:0.4375rem;display:block; }
#EE3tKe2STQlCuO6cXlMT6MFqR3A9yoGu { position:absolute;display:block;z-index:100018;background-color:#1bb7e6;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:5.5625rem;width:0.125rem;top:22.8125rem;left:0.4375rem;display:block; }
#tsgayirtNSupfTpl1aUemSzsX9BwK0HA { position:absolute;display:block;z-index:100019;background-color:#1bb7e6;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:5.5625rem;width:0.125rem;top:29.1875rem;left:0.4375rem;display:block; }
#pBhfEUb0ngZVeicCVNL4qAREKGzzRG5t { color:#1bb7e6;display:block;width:1.25rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:15.25rem;left:0rem;height:20.71875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb { position:relative;display:block; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb { background-color: transparent; background-image: none; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row .container > .video-iframe-container { display: none; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row > .video-iframe-container { display: none; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .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); }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb { border-width: 0; border-radius: 0; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#xmfqdCmKcriODynzCbAFxIdaWkraEWsr { color:#433c3f;display:block;width:33.8125rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:12.5rem;left:36.125rem;height:3.09375rem;font-style:normal;display:block; }
#COoVuPohfg28wq6T4pF1LCEAl9glF2Zg { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/52dbbacd-3ca8-4789-86ba-2f4dfce79696/ipsi61.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.5625rem;width:43.3125rem;top:1.4375rem;left:-12.25rem;display:block; }#COoVuPohfg28wq6T4pF1LCEAl9glF2Zg.adaptive-delivery-prevent-bg, #COoVuPohfg28wq6T4pF1LCEAl9glF2Zg.lazyload, #COoVuPohfg28wq6T4pF1LCEAl9glF2Zg.lazyloading { background-image: none; }
#ikdD30TJxG9kImUQCeGMZqh7qi7XNIxk { color:rgba(67,60,63,0.7);display:block;width:23.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:17.4375rem;left:36.125rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn { position:relative;display:block; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn { background-color: transparent; background-image: none; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row .container > .video-iframe-container { display: none; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row > .video-iframe-container { display: none; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .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); }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn { border-width: 0; border-radius: 0; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#u2CF5WsmkfnuhSw1JvpCu6CtJKrvllqo { color:#433c3f;display:block;width:44.1875rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:7rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ea8cb1d-ca8c-4ac9-9207-3f58524ae5d8/ipsi41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.3125rem;width:41.125rem;top:6.96875rem;left:44.875rem;display:block; }#VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k.adaptive-delivery-prevent-bg, #VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k.lazyload, #VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k.lazyloading { background-image: none; }
#THD5rfkOah0hG4JlRWXkkZTBwtWC8Ig0 { color:rgba(67,60,63,0.7);display:block;width:19.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:12.4375rem;left:1.8125rem;height:28.2588125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yE7T7mSTAhiTN5xmIhJuDdofzqrGyxFR { color:rgba(67,60,63,0.7);display:block;width:18.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:12.4375rem;left:27.6875rem;height:23.79686875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ESGoUT7TSKU96v3ALFPT3PlTFXLZBa16 { color:#1bb7e6;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:12.4375rem;left:0rem;height:23.7969rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WbvG8WErMB0g2Mvt5xOnOTWpWJ1TTGyH { color:#1bb7e6;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;top:12.4375rem;left:25.875rem;height:23.7969rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cx89gHuAGUZk1FhXQhyzDyu0UeMCoyIZ { color:#1bb7e6;display:block;width:1.8125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;top:12.4375rem;left:25.875rem;height:23.7969rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QTTahozF4CWFiAAmllenmgevx1CWXyd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/97YlFPV5/pexels_daniel_xavier_1239291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9.adaptive-delivery-prevent-bg, #QTTahozF4CWFiAAmllenmgevx1CWXyd9.lazyload, #QTTahozF4CWFiAAmllenmgevx1CWXyd9.lazyloading { background-image: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { background-color: transparent; background-image: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,114,91,0.93); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container > .video-iframe-container { display: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,114,91,0.93); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row > .video-iframe-container { display: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .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); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { border-width: 0; border-radius: 0; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#ypm94fIHT0XagX3GvMQyyPN4CgMNwL92 { color:rgba(255,255,255,0.8);display:block;width:59.9375rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:7.75rem;left:7.53125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dblvtoqoMQZCObTrQ9CObi1TWTUqTx6t { 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-shadow: 0rem 0rem 1.875rem rgba(37,211,102,0.5) ;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:"be vietnam pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:15.875rem;left:26.3125rem;display:block; }
#wlqArAhpbVfwb40CehELZbcBPuuOidre { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f2nEF14NeJzGn6cQnkP8mnlBd1M1VIcI { color:rgba(255,255,255,0.7);display:block;width:54.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:20.375rem;left:10.25rem;height:0.9619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z { position:relative;display:block; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z { background-color: transparent; background-image: none; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row .container > .video-iframe-container { display: none; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row > .video-iframe-container { display: none; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .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); }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z { border-width: 0; border-radius: 0; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#TBRxglE6MZTllHOAdRqcR0ZmfVrbzdgF { color:rgba(67,60,63,0.7);display:block;width:18.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:12rem;left:0rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEmO5a7qzFe64edNLnNQy6iRBnSHcbTg { color:#25d366;display:block;width:18.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#lz6xwdlKnV8x1WQZ3TxTxB6rougRv1gb { color:rgba(67,60,63,0.7);display:block;width:18.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:12.125rem;left:28.375rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vPkBJSvwzyUZcwpqvFSpzSHMHoTqhpcX { color:#1bb7e6;display:block;width:18.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:9.5rem;left:28.375rem;height:2.0625rem;font-style:normal;display:block; }
#kRgQxe5o2K9rMEXSowM1ZsAee3rlVPCC { color:rgba(67,60,63,0.7);display:block;width:18.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.6;letter-spacing:0;top:12.125rem;left:56.75rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NLyV4N9tysdehIriD3drpx7eN47ay0e3 { color:#1bb7e6;display:block;width:18.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:9.5rem;left:56.75rem;height:2.0625rem;font-style:normal;display:block; }
#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 { position:relative;display:block; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 { background-color: transparent; background-image: none; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row .container > .video-iframe-container { display: none; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row > .video-iframe-container { display: none; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .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); }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 { border-width: 0; border-radius: 0; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8e2e4;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#mWstEizVpuJxNnDKClSkOJ0KUHRs9GgH { color:rgba(67,60,63,0.7);display:block;width:43.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:7.75rem;left:3.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#inyuqgVtbrtWGK5h8LvoeAMmnubMM7TD { color:#1bb7e6;display:block;width:50rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:4.625rem;left:3.8125rem;height:3.09375rem;font-style:normal;display:block; }
#DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3 { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5e142bec-b7f1-4f65-a97e-848ee66a6693/ipsi5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;top:0rem;left:50.53125rem;display:block; }#DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.adaptive-delivery-prevent-bg, #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.lazyload, #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.lazyloading { background-image: none; }
#oBn8NhLwynfqzLZIbv1EaR2ZsTQ49viz { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.8125rem solid #25d366;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(37,211,102,0.5) ;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:"be vietnam pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:12.875rem;left:3.8125rem;display:block; }
#IRgCS2B8dNk81rZvFdccPqFz9UFBtQBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GlzbEMaMpV3N06FRiBU2NaaL5ruA68fF { background-color:transparent;background-image:none;border-top:0.0625rem solid #012868;border-left:0.0625rem solid #012868;border-right:0.0625rem solid #012868;border-bottom:0.0625rem solid #012868;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:#012868;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:12.875rem;left:21.3125rem;display:block; }
#wVmvco9PDWFqS9RQHWciG6R36Pq7lVJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#okI3Pt7TNQPsUQ0NCDULgKSymRupedLH { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:13.5rem;left:4.875rem;display:block; }
#Mizrq3hRiooIxOaTPGbdnhTsyTH9suTP { background-color:transparent;background-image:none;border-top:0.0625rem solid #012868;border-left:0.0625rem solid #012868;border-right:0.0625rem solid #012868;border-bottom:0.0625rem solid #012868;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:#012868;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:12.875rem;left:21.3125rem;display:none; }
#TtR0KOMmt0b56z4Xaq1a0ga5LDOUeDft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#br4O8Joz5nQ105oEWnpad7JLM0DrpZxi { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.8125rem solid #25d366;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(37,211,102,0.5) ;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:"be vietnam pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:12.875rem;left:3.8125rem;display:none; }
#axxzJnOHeEEHM0v5bwzvpvL18E0WkNQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tiEfveVU4ybUk26RRANk7an4AE16Itc3 { color:rgba(67,60,63,0.7);display:block;width:32.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:7.75rem;left:3.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T55ny7XaEHphs1P4wP7vQ9fRxUFiwFGr { color:rgba(67,60,63,0.7);display:block;width:33.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:37.4375rem;left:0rem;height:1.2246125rem;font-style:italic;display:none; }
#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8n41huOw/white_texture_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012868; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012868; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { border-width: 0; border-radius: 0; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#EvOZVkJd0vllAkgHAJcXTu3auC6mM5bm { position:absolute;display:block;z-index:100006;background-color:#e8e2e4;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:4.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/918675b6-0a6b-46b8-8d6f-d086da6b19e7/ipsi.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:6.0625rem;width:6.375rem;top:11rem;left:0rem;display:block; }#EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz.adaptive-delivery-prevent-bg, #EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz.lazyload, #EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz.lazyloading { background-image: none; }
#kGgMNd4JdATi80UHKxwP0w4D6CqZKh9t { color:#1bb7e6;display:block;width:6.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.9375rem;left:7.5rem;height:1.662325rem;font-style:normal;display:block; }
#qrOL4vMSCydGCe6MBitHdWgwEy3NDrTW { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:cinzel;font-size:3.6875rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:11.5rem;left:7.25rem;height:4.0556625rem;font-style:normal;display:block; }
#VRyLN9TEWODeu9fA3CtKCSL4V5RBfK3b { color:rgba(255,255,255,0.7);display:block;width:32.5rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:14.9375rem;left:42.5rem;height:1.3994125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eadd;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container { background-color: transparent; background-image: none; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container > .video-iframe-container { display: none; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row > .video-iframe-container { display: none; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .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); }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container { border-width: 0; border-radius: 0; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#etxoPocSUGlXDn6ZPXPzZfgJfzizCmh5 { color:rgba(67,60,63,0.9);display:block;width:36.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.1;letter-spacing:0;top:2.09375rem;left:33.78125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JsB2ThsZQTH18MSOEnlKTZClHl5qmrmG { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.71875rem;left:71.25rem;display:block; }
#dwtAR1CQV4Ba4w72fX2rxeLVE5Ufc1Az { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s2utRWGLiZqnHBt3lUFWWXQabHT0woC1 { color:rgba(67,60,63,0.7);display:block;width:40.625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:2.16796875rem;left:0rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeV4mO0b821PRKBWTf3N0GqXMz628tXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8eadd;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container { border-width: 0; border-radius: 0; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#aX9OLdRJTI0hq5m3zhTXrVPFlXRGTV0I { color:rgba(67,60,63,0.9);display:block;width:36.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.1;letter-spacing:0;top:2.09375rem;left:33.78125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QZTlX68hH9mxCPXC61wQiOOifSS4AEXd { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.71875rem;left:71.25rem;display:none; }
#zi6aOe8TJFvLaRZ96PsNwOJ2Vd03HpTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GqmbozlieLrUw4SaXyizQdLGbuVdfMgx { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.71875rem;left:71.25rem;display:none; }
#DU0rvk1hCTNnMXcSiPLxK1vLsHh0HpFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uFh8radSf5AT68E2wd7M598KQvsJCubB { color:rgba(67,60,63,0.7);display:block;width:33.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:37.4375rem;left:0rem;height:1.2246125rem;font-style:italic;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:5.1875rem;height:5.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkCaDBFRksVs3oavmwvAhGJkvLOTpO9 { width:39.1875rem;height:12.375rem;top:13.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z15E7LSMExDUMgzrlEKBar4CbiRgQBT2 { width:33.5625rem;height:3.5rem;top:26.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVhi6IgdMAHfk4IlgR6J7ax5SM6Tuzbt { width:21.0625rem;height:3.4375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI7dgHwmm6JmV81gsDe86d6EIodils04 { display:block; }
 }@media only screen and (max-width: 763px) { #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU { width:47.75rem;height:39.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQrNaw3cc8zymNlu51ETbNnTU8PMfKRf { width:6.25rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1xlKp3UsDavz4aNipvCEkBerlcCMSlN { width:10.25rem;height:1.4375rem;top:34.25rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRVDWldMJLzG3Mbg47GVNLZIJA6mXx1T { width:8.125rem;height:4rem;top:2.0625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdOIaK8PFeHFOXulTpHZLxzygOlzo3L { width:18.4375rem;height:1rem;top:1.5rem;left:29.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGZKAHgnxUw7TLmbvIazGT6lT5LmQJFg { width:21.0625rem;height:3.4375rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1NHmw5O8S3PvCH7wSuWs2yW5tuO7Az4 { display:block; }
 }@media only screen and (max-width: 763px) { #u1VS855ntpU50fHTUz9FTiRXMsC69CN3 { width:33.5625rem;height:1.1875rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo { display:block; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWlrgxKZJTnOhBh1QRZHEqXWHvTB0cwo { width:47.75rem;height:6rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsOy0SPBtCiaTJik7wB2bICFOdKbZNm { width:18.4375rem;height:5.625rem;top:36.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3K8ncHqzcvEihMayG71gnV8He7MqbNz { width:47.75rem;height:4.875rem;top:7.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfz9TKdDZsiwlycTElwsHx1Sqbe3Dl11 { width:19.25rem;height:7.5rem;top:29.125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOF8nXzQW3QRebXuDxt9WxbDITd6lErV { width:18.6875rem;height:7.125rem;top:29.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIwcUXv3UwriWes7F1U5L8CDfyWtXuhQ { width:19.25rem;height:2.8125rem;top:36.875rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz { width:35.125rem;height:36.125rem;top:14.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWXLCig4MAIQOdXraL21SUHuLyFRAIcG { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly { display:block; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOyFx8MKHtENJhyNG99mM69twdMedwsk { width:47.75rem;height:1.4375rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau { display:block; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsoUCPBtfJSP7LUdL7xSWVR0695XbcqG { width:33.8125rem;height:3.0625rem;top:9.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmS4QMBJ0TPWt11UlTBQrHILkxERagt { width:32.75rem;height:32.75rem;top:8rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvL70daElNDIRwvDd5GpOO639Wsricl { width:24.875rem;height:22.3125rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDtK5uGaOygWIQtUuyGLxVt6mWctF90l { width:1.25rem;height:20.6875rem;top:15.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9cBGbb3INXER1JqoDKcgsG1LMN6gv7 { width:0.125rem;height:6.25rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3tKe2STQlCuO6cXlMT6MFqR3A9yoGu { width:0.125rem;height:5.5625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsgayirtNSupfTpl1aUemSzsX9BwK0HA { width:0.125rem;height:5.5625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBhfEUb0ngZVeicCVNL4qAREKGzzRG5t { width:1.25rem;height:18.75rem;top:6rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb { display:block; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmfqdCmKcriODynzCbAFxIdaWkraEWsr { width:33.8125rem;height:3.0625rem;top:12.5rem;left:13.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COoVuPohfg28wq6T4pF1LCEAl9glF2Zg { width:43.3125rem;height:39.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikdD30TJxG9kImUQCeGMZqh7qi7XNIxk { width:23.125rem;height:12.75rem;top:17.4375rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVs1CrW14gdd3LquGNfRPW8Qc28cFArn { display:block; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2CF5WsmkfnuhSw1JvpCu6CtJKrvllqo { width:44.1875rem;height:3.125rem;top:7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k { width:41.125rem;height:35.3125rem;top:6.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THD5rfkOah0hG4JlRWXkkZTBwtWC8Ig0 { width:19.125rem;height:28.25rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE7T7mSTAhiTN5xmIhJuDdofzqrGyxFR { width:18.125rem;height:23.75rem;top:12.4375rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESGoUT7TSKU96v3ALFPT3PlTFXLZBa16 { width:1.8125rem;height:23.75rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbvG8WErMB0g2Mvt5xOnOTWpWJ1TTGyH { width:1.8125rem;height:23.75rem;top:12.4375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx89gHuAGUZk1FhXQhyzDyu0UeMCoyIZ { width:1.8125rem;height:19.6875rem;top:50.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTTahozF4CWFiAAmllenmgevx1CWXyd9 { display:block; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypm94fIHT0XagX3GvMQyyPN4CgMNwL92 { width:47.75rem;height:6rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dblvtoqoMQZCObTrQ9CObi1TWTUqTx6t { width:22.375rem;height:3.4375rem;top:15.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlqArAhpbVfwb40CehELZbcBPuuOidre { display:block; }
 }@media only screen and (max-width: 763px) { #f2nEF14NeJzGn6cQnkP8mnlBd1M1VIcI { width:47.75rem;height:0.9375rem;top:20.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z { display:block; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBRxglE6MZTllHOAdRqcR0ZmfVrbzdgF { width:18.125rem;height:5.5625rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmO5a7qzFe64edNLnNQy6iRBnSHcbTg { width:18.25rem;height:2.0625rem;top:9.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz6xwdlKnV8x1WQZ3TxTxB6rougRv1gb { width:18.125rem;height:5.5625rem;top:12.125rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkBJSvwzyUZcwpqvFSpzSHMHoTqhpcX { width:18.25rem;height:2.0625rem;top:9.5rem;left:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRgQxe5o2K9rMEXSowM1ZsAee3rlVPCC { width:18.125rem;height:5.5625rem;top:12.125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLyV4N9tysdehIriD3drpx7eN47ay0e3 { width:18.25rem;height:2.0625rem;top:9.5rem;left:29.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 { display:block; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWstEizVpuJxNnDKClSkOJ0KUHRs9GgH { width:43.625rem;height:2.0625rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyuqgVtbrtWGK5h8LvoeAMmnubMM7TD { width:47.75rem;height:3.0625rem;top:4.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3 { width:20rem;height:20rem;top:0rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBn8NhLwynfqzLZIbv1EaR2ZsTQ49viz { width:16.125rem;height:3.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgCS2B8dNk81rZvFdccPqFz9UFBtQBm { display:block; }
 }@media only screen and (max-width: 763px) { #GlzbEMaMpV3N06FRiBU2NaaL5ruA68fF { width:16.125rem;height:3.4375rem;top:12.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVmvco9PDWFqS9RQHWciG6R36Pq7lVJw { display:block; }
 }@media only screen and (max-width: 763px) { #okI3Pt7TNQPsUQ0NCDULgKSymRupedLH { width:2.25rem;height:2.25rem;top:13.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mizrq3hRiooIxOaTPGbdnhTsyTH9suTP { width:16.125rem;height:3.4375rem;top:12.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtR0KOMmt0b56z4Xaq1a0ga5LDOUeDft { display:block; }
 }@media only screen and (max-width: 763px) { #br4O8Joz5nQ105oEWnpad7JLM0DrpZxi { width:16.125rem;height:3.4375rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #axxzJnOHeEEHM0v5bwzvpvL18E0WkNQK { display:block; }
 }@media only screen and (max-width: 763px) { #tiEfveVU4ybUk26RRANk7an4AE16Itc3 { width:20rem;height:1.875rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T55ny7XaEHphs1P4wP7vQ9fRxUFiwFGr { width:33.5625rem;height:1.1875rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvOZVkJd0vllAkgHAJcXTu3auC6mM5bm { width:47.75rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz { width:6.375rem;height:6.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgMNd4JdATi80UHKxwP0w4D6CqZKh9t { width:6.25rem;height:1.625rem;top:14.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrOL4vMSCydGCe6MBitHdWgwEy3NDrTW { width:8.125rem;height:4rem;top:11.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRyLN9TEWODeu9fA3CtKCSL4V5RBfK3b { width:32.5rem;height:1.375rem;top:14.9375rem;left:15.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U { display:block; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etxoPocSUGlXDn6ZPXPzZfgJfzizCmh5 { width:36.4375rem;height:1.375rem;top:2.0625rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2ThsZQTH18MSOEnlKTZClHl5qmrmG { width:3.75rem;height:3.75rem;top:0.6875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtAR1CQV4Ba4w72fX2rxeLVE5Ufc1Az { display:block; }
 }@media only screen and (max-width: 763px) { #s2utRWGLiZqnHBt3lUFWWXQabHT0woC1 { width:40.625rem;height:1.1875rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeV4mO0b821PRKBWTf3N0GqXMz628tXm { display:none; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aX9OLdRJTI0hq5m3zhTXrVPFlXRGTV0I { width:14.5625rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlX68hH9mxCPXC61wQiOOifSS4AEXd { width:3.75rem;height:3.75rem;top:0.6875rem;left:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #zi6aOe8TJFvLaRZ96PsNwOJ2Vd03HpTE { display:block; }
 }@media only screen and (max-width: 763px) { #GqmbozlieLrUw4SaXyizQdLGbuVdfMgx { width:3.75rem;height:3.75rem;top:0.6875rem;left:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU0rvk1hCTNnMXcSiPLxK1vLsHh0HpFZ { display:block; }
 }@media only screen and (max-width: 763px) { #uFh8radSf5AT68E2wd7M598KQvsJCubB { width:33.5625rem;height:1.1875rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:41.3125rem;border-top:0rem solid #d5d6d8;border-left:0rem solid #d5d6d8;border-right:0rem solid #d5d6d8;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:2.875rem;height:2.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkCaDBFRksVs3oavmwvAhGJkvLOTpO9 { width:16.25rem;height:6.1875rem;top:18.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z15E7LSMExDUMgzrlEKBar4CbiRgQBT2 { width:16.25rem;height:4.21875rem;top:25.25rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CVhi6IgdMAHfk4IlgR6J7ax5SM6Tuzbt { width:16.9375rem;height:3.4375rem;top:29.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cI7dgHwmm6JmV81gsDe86d6EIodils04 { display:block; }
 }@media only screen and (max-width: 763px) { #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU { width:16.875rem;height:13.6875rem;top:5.1875rem;left:-0.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3d845440-24fb-4123-9a49-8ec3b6712821/ipsi.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:99999;display:block; }#Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.adaptive-delivery-prevent-bg, #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.lazyload, #Iz2EpNaQCZmL3bz2aaFA93zWlRTOuDoU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sQrNaw3cc8zymNlu51ETbNnTU8PMfKRf { width:3.6875rem;height:0.9619125rem;top:4.0625rem;left:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1xlKp3UsDavz4aNipvCEkBerlcCMSlN { width:9.375rem;height:0;top:37.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRVDWldMJLzG3Mbg47GVNLZIJA6mXx1T { width:3.875rem;height:2.19921875rem;top:2.1875rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdOIaK8PFeHFOXulTpHZLxzygOlzo3L { width:6.5625rem;height:1.3984375rem;top:1.0625rem;left:13.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGZKAHgnxUw7TLmbvIazGT6lT5LmQJFg { width:12.4375rem;height:1.375rem;top:31.4375rem;left:0rem;font-size:1.0625rem;z-index:100008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25d366;color:#25d366;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1NHmw5O8S3PvCH7wSuWs2yW5tuO7Az4 { display:block; }
 }@media only screen and (max-width: 763px) { #u1VS855ntpU50fHTUz9FTiRXMsC69CN3 { width:9.875rem;height:0.9375rem;top:33.8125rem;left:0rem;font-size:0.625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo { display:block; }#XNLepkNSUHSlF92JQDwrFIJcxzZm9Jgo > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWlrgxKZJTnOhBh1QRZHEqXWHvTB0cwo { width:16.625rem;height:9.1875rem;top:7.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NRsOy0SPBtCiaTJik7wB2bICFOdKbZNm { width:16.875rem;height:5.25rem;top:42.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i3K8ncHqzcvEihMayG71gnV8He7MqbNz { width:20rem;height:4.3496125rem;top:2.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dfz9TKdDZsiwlycTElwsHx1Sqbe3Dl11 { width:16.5rem;height:6.375rem;top:51.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fOF8nXzQW3QRebXuDxt9WxbDITd6lErV { width:17.5625rem;height:6.375rem;top:35.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rIwcUXv3UwriWes7F1U5L8CDfyWtXuhQ { width:16.8125rem;height:2.625rem;top:58.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz { width:14.875rem;height:15.625rem;top:18.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdaab838-f037-474e-8966-1ece2ebae2b4/Matiz_Saturacao12.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.adaptive-delivery-prevent-bg, #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.lazyload, #GiEly18Wlyh5fQVTrDqrQgpgFLu1ZkCz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oWXLCig4MAIQOdXraL21SUHuLyFRAIcG { top:33.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly { display:block; }#QscVTo5uZM7ltiPi4DUXq4RKfrVdD6Ly > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOyFx8MKHtENJhyNG99mM69twdMedwsk { width:16.4375rem;height:5.94921875rem;top:1.994140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau { display:block; }#T0QPMM9Ab5FHGPHlKgWOaXh5ScTcOxau > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsoUCPBtfJSP7LUdL7xSWVR0695XbcqG { width:20rem;height:2.19921875rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmS4QMBJ0TPWt11UlTBQrHILkxERagt { width:17.5625rem;height:17rem;top:28.51171875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvL70daElNDIRwvDd5GpOO639Wsricl { width:18rem;height:19.6875rem;top:7.32421875rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dDtK5uGaOygWIQtUuyGLxVt6mWctF90l { width:1.25rem;height:0;top:6.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Jv9cBGbb3INXER1JqoDKcgsG1LMN6gv7 { width:0.125rem;height:6.25rem;top:26.66796875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EE3tKe2STQlCuO6cXlMT6MFqR3A9yoGu { width:0.125rem;height:5.5625rem;top:38.66796875rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsgayirtNSupfTpl1aUemSzsX9BwK0HA { width:0.125rem;height:5.5625rem;top:40.98046875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBhfEUb0ngZVeicCVNL4qAREKGzzRG5t { width:1.25rem;height:18.77734375rem;top:7.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:.6;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb { display:block; }#vqJeUsZiFp5eBMvk0WnuqU7OSg7Wbrkb > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmfqdCmKcriODynzCbAFxIdaWkraEWsr { width:20rem;height:2.19921875rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #COoVuPohfg28wq6T4pF1LCEAl9glF2Zg { width:14.9375rem;height:19.25rem;top:13rem;left:2.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikdD30TJxG9kImUQCeGMZqh7qi7XNIxk { width:20rem;height:10.5rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KVs1CrW14gdd3LquGNfRPW8Qc28cFArn { display:block; }#KVs1CrW14gdd3LquGNfRPW8Qc28cFArn > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2CF5WsmkfnuhSw1JvpCu6CtJKrvllqo { width:20rem;height:4.3984375rem;top:18.1171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJc7qJMPXZDMffPhNenJhQMGKOi8Ig0k { width:20rem;height:17.875rem;top:0.2421875rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #THD5rfkOah0hG4JlRWXkkZTBwtWC8Ig0 { width:18.125rem;height:25.3125rem;top:23.8359375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yE7T7mSTAhiTN5xmIhJuDdofzqrGyxFR { width:18.125rem;height:19.6875rem;top:47.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ESGoUT7TSKU96v3ALFPT3PlTFXLZBa16 { width:1.8125rem;height:22.5rem;top:23.8359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WbvG8WErMB0g2Mvt5xOnOTWpWJ1TTGyH { width:1.8125rem;height:0;top:50.4921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Cx89gHuAGUZk1FhXQhyzDyu0UeMCoyIZ { width:1.8125rem;height:19.6875rem;top:47.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #QTTahozF4CWFiAAmllenmgevx1CWXyd9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/97YlFPV5/pexels_daniel_xavier_1239291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9.adaptive-delivery-prevent-bg, #QTTahozF4CWFiAAmllenmgevx1CWXyd9.lazyload, #QTTahozF4CWFiAAmllenmgevx1CWXyd9.lazyloading { background-image: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { background-color: transparent; background-image: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,114,91,0.89); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container > .video-iframe-container { display: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,114,91,0.89); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row > .video-iframe-container { display: none; }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .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); }#QTTahozF4CWFiAAmllenmgevx1CWXyd9 > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypm94fIHT0XagX3GvMQyyPN4CgMNwL92 { width:20rem;height:5.625rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dblvtoqoMQZCObTrQ9CObi1TWTUqTx6t { width:19rem;height:3.4375rem;top:12.75rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlqArAhpbVfwb40CehELZbcBPuuOidre { display:block; }
 }@media only screen and (max-width: 763px) { #f2nEF14NeJzGn6cQnkP8mnlBd1M1VIcI { width:20rem;height:1.13671875rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z { display:block; }#f8RQMAcSmLK9vQTiPJeRqTyWaQVSwE4Z > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBRxglE6MZTllHOAdRqcR0ZmfVrbzdgF { width:18.125rem;height:5.25rem;top:6.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TEmO5a7qzFe64edNLnNQy6iRBnSHcbTg { width:18.25rem;height:1.71875rem;top:4.75rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz6xwdlKnV8x1WQZ3TxTxB6rougRv1gb { width:18.125rem;height:5.25rem;top:17.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vPkBJSvwzyUZcwpqvFSpzSHMHoTqhpcX { width:18.25rem;height:1.71875rem;top:15.6875rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRgQxe5o2K9rMEXSowM1ZsAee3rlVPCC { width:18.125rem;height:5.25rem;top:29.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NLyV4N9tysdehIriD3drpx7eN47ay0e3 { width:18.25rem;height:1.71875rem;top:26.9375rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 { display:block; }#xwKZXcGPstOQ9d0Fp9DIrO5ayTG0AxT1 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWstEizVpuJxNnDKClSkOJ0KUHRs9GgH { width:20rem;height:0;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #inyuqgVtbrtWGK5h8LvoeAMmnubMM7TD { width:20rem;height:4.125rem;top:12.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3 { width:15.0625rem;height:11.4375rem;top:0rem;left:2.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5e142bec-b7f1-4f65-a97e-848ee66a6693/ipsi5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.adaptive-delivery-prevent-bg, #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.lazyload, #DS12qA4h6h3bgVFxCWz0dfawTHTTGlm3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oBn8NhLwynfqzLZIbv1EaR2ZsTQ49viz { width:16.125rem;height:3.4375rem;top:29.125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRgCS2B8dNk81rZvFdccPqFz9UFBtQBm { display:block; }
 }@media only screen and (max-width: 763px) { #GlzbEMaMpV3N06FRiBU2NaaL5ruA68fF { width:16.125rem;height:3.4375rem;top:19.8125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVmvco9PDWFqS9RQHWciG6R36Pq7lVJw { display:block; }
 }@media only screen and (max-width: 763px) { #okI3Pt7TNQPsUQ0NCDULgKSymRupedLH { width:2.25rem;height:2.25rem;top:19.65625rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mizrq3hRiooIxOaTPGbdnhTsyTH9suTP { width:12.4375rem;height:2.6875rem;top:23.75rem;left:3.78125rem;z-index:100011;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtR0KOMmt0b56z4Xaq1a0ga5LDOUeDft { display:block; }
 }@media only screen and (max-width: 763px) { #br4O8Joz5nQ105oEWnpad7JLM0DrpZxi { width:16.125rem;height:3.4375rem;top:19.1875rem;left:1.9375rem;z-index:100010;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axxzJnOHeEEHM0v5bwzvpvL18E0WkNQK { display:block; }
 }@media only screen and (max-width: 763px) { #tiEfveVU4ybUk26RRANk7an4AE16Itc3 { width:20rem;height:1.3125rem;top:29rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:100020;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T55ny7XaEHphs1P4wP7vQ9fRxUFiwFGr { width:9.875rem;height:0.9375rem;top:16.875rem;left:5.0625rem;font-size:0.625rem;line-height:1.5;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { background-color:#34aced;background-image:none;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvOZVkJd0vllAkgHAJcXTu3auC6mM5bm { width:20rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQhG4dFsJmfoaLyUMXFpQruTTzTcL6xz { width:4.4375rem;height:4.25rem;top:8.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgMNd4JdATi80UHKxwP0w4D6CqZKh9t { width:6.25rem;height:1.13671875rem;top:11.3125rem;left:10.8125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qrOL4vMSCydGCe6MBitHdWgwEy3NDrTW { width:8.125rem;height:2.75rem;top:9rem;left:10.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRyLN9TEWODeu9fA3CtKCSL4V5RBfK3b { width:20rem;height:0.9375rem;top:14.611328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U { position:relative;z-index:auto;display:none; }#TqaaVRWfJETp74BnyzRg3e4QHnTdqi2U > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #etxoPocSUGlXDn6ZPXPzZfgJfzizCmh5 { width:20rem;height:1.375rem;top:6.3496125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2ThsZQTH18MSOEnlKTZClHl5qmrmG { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtAR1CQV4Ba4w72fX2rxeLVE5Ufc1Az { display:block; }
 }@media only screen and (max-width: 763px) { #s2utRWGLiZqnHBt3lUFWWXQabHT0woC1 { width:20rem;height:2.44921875rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeV4mO0b821PRKBWTf3N0GqXMz628tXm { position:fixed;z-index:199999;background-color:#25d366;background-image:none;bottom:0rem;left:0rem;right:0rem;display:block; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container { background-color: transparent; background-image: none; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container > .video-iframe-container { display: none; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row > .video-iframe-container { display: none; }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .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); }#BeV4mO0b821PRKBWTf3N0GqXMz628tXm > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX9OLdRJTI0hq5m3zhTXrVPFlXRGTV0I { width:14.5625rem;height:1.16796875rem;top:0.787109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlX68hH9mxCPXC61wQiOOifSS4AEXd { width:2.625rem;height:2.625rem;top:0.1875rem;left:17.375rem;font-size:1.3125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #zi6aOe8TJFvLaRZ96PsNwOJ2Vd03HpTE { display:block; }
 }@media only screen and (max-width: 763px) { #GqmbozlieLrUw4SaXyizQdLGbuVdfMgx { width:20rem;height:3.8125rem;top:0rem;left:0rem;font-size:1.3125rem;z-index:100011;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DU0rvk1hCTNnMXcSiPLxK1vLsHh0HpFZ { display:block; }
 }@media only screen and (max-width: 763px) { #uFh8radSf5AT68E2wd7M598KQvsJCubB { width:9.875rem;height:0.9375rem;top:2.125rem;left:0rem;font-size:0.625rem;line-height:1.5;text-align:left;text-align-last:left;z-index:100008;color:rgba(255,255,255,0.7);display:block; }
 }