.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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container { background-color: transparent; background-image: none; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container > .video-iframe-container { display: none; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row > .video-iframe-container { display: none; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .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); }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container { border-width: 0; border-radius: 0; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#kwRz9TEnirTHxt0NsFWUVeiClGTXfKze { color:#9799aa;display:block;width:70.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:0.306640625rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c34f9c2f-ac09-4751-9921-f24e8fac9d35/banner1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#w2RKbqg8XxGTFUyZg2CHo3TWwxWoTR3P { color:#ffffff;display:block;width:46rem;position:absolute;font-family:"be vietnam pro";font-size:6.25rem;font-weight:700;z-index:99998;line-height:1;letter-spacing:0;top:10.0625rem;left:0rem;height:25rem;font-style:normal;display:block; }
#EuB95Ub6pUmf1K4KbV4ADFTSQlaxATIT { color:#f47934;display:block;width:3.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:31.0625rem;left:33.0625rem;height:1.75rem;font-style:normal;display:block; }
#TEXhETMwNDK5GFJs2HvkshmSH82oICyg { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:31.0625rem;left:35.4375rem;height:1.75rem;font-style:normal;display:block; }
#wkX2oMhChFT7HbGq3H2tN7Qd4EgwAX2Z { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:31.4375rem;left:26.0625rem;height:1.25rem;font-style:normal;display:block; }
#OLCLxDZC84FwiahxvrTPFfV1BQvmC5da { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:33.125rem;left:26.0625rem;height:1.13671875rem;font-style:normal;display:block; }
#s4dO5qeaeRCOnmroEdXmGB3FLFfvJqqB { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0rem 0rem 5.5625rem rgba(255,255,255,0.3) ;height:5rem;width:17.8125rem;top:30.125rem;left:24.5rem;display:block; }
#DR7lWxUAxecZMyDUetcEviRVt5cOySpC { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:7.1875rem;top:32.625rem;left:17.40625rem;display:block; }
#uycVfNKtA3VIILkJoks3MSrRa0rZQU0N { 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;box-shadow: 0rem 0rem 1.4375rem #25d366 ;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:2.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:5.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:42.375rem;display:block; }
#pMTkHT5Jfd0QXGpJpzGTgmiM2cwdlg1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B4xq9ZLXTHLSsCDvTPbGv3X0iqOt4Qz6 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:7.5625rem;top:3.4375rem;left:67.3125rem;overflow:hidden;display:block; }
#DGz2pdEoSegVcu89vTkqoWW5MDyTcJtA { color:#9799aa;display:block;width:12.8125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:3.681640625rem;left:53.75rem;height:1.13671875rem;font-style:normal;display:block; }
#e5IlETOHnohbQJwiA33o8BmWufiQgszZ { color:#25d366;display:block;width:5.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.5625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:35.6875rem;left:42.5rem;height:0.73046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNvMCTCOlG4gCd2hHMws3ffRrmy2KyvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi { position:relative;display:block; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi { background-color: transparent; background-image: none; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row .container > .video-iframe-container { display: none; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row > .video-iframe-container { display: none; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .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); }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi { border-width: 0; border-radius: 0; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .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:42rem;width:75rem;position:relative;display:block; }#OfhagO19qXMxsABT1nZBH4epgI9q86GW { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1738d5f6-8838-46f8-adf0-fc3efb1d0807/ws.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:23.5rem;left:29.4375rem;display:block; }#OfhagO19qXMxsABT1nZBH4epgI9q86GW.adaptive-delivery-prevent-bg, #OfhagO19qXMxsABT1nZBH4epgI9q86GW.lazyload, #OfhagO19qXMxsABT1nZBH4epgI9q86GW.lazyloading { background-image: none; }
#wsb20x4ffXvCNtVOgioskmFEmiWdC2eg { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ff44294b-6b37-41d8-8910-57d237a26062/marina.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.6875rem;top:23.375rem;left:66.1875rem;display:block; }#wsb20x4ffXvCNtVOgioskmFEmiWdC2eg.adaptive-delivery-prevent-bg, #wsb20x4ffXvCNtVOgioskmFEmiWdC2eg.lazyload, #wsb20x4ffXvCNtVOgioskmFEmiWdC2eg.lazyloading { background-image: none; }
#sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/06e3fcfb-82f0-409d-b59e-afca8b2adde8/vozao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.4375rem;top:23.9375rem;left:49.125rem;display:block; }#sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l.adaptive-delivery-prevent-bg, #sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l.lazyload, #sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l.lazyloading { background-image: none; }
#s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3ad39603-37ab-44c1-b8c2-27387cf60004/taty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:6.9375rem;top:23.75rem;left:39.5625rem;display:block; }#s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o.adaptive-delivery-prevent-bg, #s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o.lazyload, #s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o.lazyloading { background-image: none; }
#A4R6OLTwSEgPCZp413bggExZsaR82qXu { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/35d36968-d9c3-4ee1-90ce-3305290095cd/felipao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:5.75rem;top:23.5rem;left:57.375rem;display:block; }#A4R6OLTwSEgPCZp413bggExZsaR82qXu.adaptive-delivery-prevent-bg, #A4R6OLTwSEgPCZp413bggExZsaR82qXu.lazyload, #A4R6OLTwSEgPCZp413bggExZsaR82qXu.lazyloading { background-image: none; }
#UEMuGgbeTPWhst040S0bdXvA1XBVXAU4 { color:#9799aa;display:block;width:43rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:5.75rem;left:29.375rem;height:10.5rem;font-style:normal;display:block; }
#v3x1nW4ouwT2380h1iAgLETXqpp0w0k7 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4fd2d5cd-a6fd-42c5-bc9f-e1d6ea9fa87e/ezgifcomgifmaker2.gif");background-position:bottom 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:40.4375rem;width:24.375rem;top:-9rem;left:0rem;display:block; }#v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.adaptive-delivery-prevent-bg, #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.lazyload, #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.lazyloading { background-image: none; }
#zLX8Ds60NmcgLabBkI8ChoOoJRBcow6g { position:absolute;display:block;z-index:100009;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:8.1875rem;top:25.875rem;left:20.03125rem;display:block; }
#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr { position:relative;display:block; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr { background-color: transparent; background-image: none; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row .container > .video-iframe-container { display: none; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row > .video-iframe-container { display: none; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .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); }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr { border-width: 0; border-radius: 0; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .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:54.3125rem;width:75rem;position:relative;display:block; }#VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c6eba73-c1b7-4f8e-8c0a-fb75c2125149/IMG_2207min.jpg");background-position:center right !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:46.5625rem;width:57.8125rem;top:1.25rem;left:40.0625rem;display:block; }#VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6.adaptive-delivery-prevent-bg, #VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6.lazyload, #VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6.lazyloading { background-image: none; }
#JVT8eGq1DopBJImcqoy0h8h1PqwPGcD6 { color:#808080;display:block;width:13.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:13.75rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#G9h9LqOHvKspSTR36mDkzemJPbRnTatX { color:#9799aa;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:16.0625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#VeKznSVW36v4236sDJKZI75iKOOKUpz0 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bf32a049-01e4-48e7-a085-1224b8d010e5/sailorhat.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:4.0625rem;width:4rem;top:9.1875rem;left:0rem;display:block; }#VeKznSVW36v4236sDJKZI75iKOOKUpz0.adaptive-delivery-prevent-bg, #VeKznSVW36v4236sDJKZI75iKOOKUpz0.lazyload, #VeKznSVW36v4236sDJKZI75iKOOKUpz0.lazyloading { background-image: none; }
#k0VaiIViukoqHMTCoBf1vnK7HaKXXXUm { color:#808080;display:block;width:11.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:30.125rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#nD1WJCs47EcvNbooQyPdbGT0y10tEVZg { color:#9799aa;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:32.4375rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea2156f1-6cd0-4c48-8177-6eb00efb3772/accident.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:4.0625rem;width:4rem;top:25.5625rem;left:0rem;display:block; }#LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry.adaptive-delivery-prevent-bg, #LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry.lazyload, #LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry.lazyloading { background-image: none; }
#B304SRM9Sz0UZIGnVyCqiW66M1HxHZMe { color:#808080;display:block;width:13.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:13.75rem;left:20.125rem;height:1.875rem;font-style:normal;display:block; }
#wV9cigdC7wuS8ln9mvqHFVKspJ5uI6sw { color:#9799aa;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:16.0625rem;left:20.125rem;height:5.25rem;font-style:normal;display:block; }
#Znri5EXwaALVp0Arz9vRA9zRF6cztSXQ { color:#808080;display:block;width:11.875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:30.125rem;left:20.125rem;height:1.875rem;font-style:normal;display:block; }
#mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2682860b-50a2-430d-a806-07363efd545f/profits.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:4.0625rem;width:4rem;top:9.1875rem;left:20.125rem;display:block; }#mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC.adaptive-delivery-prevent-bg, #mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC.lazyload, #mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC.lazyloading { background-image: none; }
#bcVPK5ICCghzW8PpdyGLzJxT4aDcFEpK { color:#9799aa;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:32.4375rem;left:20.125rem;height:5.25rem;font-style:normal;display:block; }
#iA2BCkTQLAP2UvhlPVxonlpisZUxlGth { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b04b9e3b-a29a-4c49-b25c-d751cd1bb5de/imagegallery.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:4.0625rem;width:4rem;top:25.5625rem;left:20.125rem;display:block; }#iA2BCkTQLAP2UvhlPVxonlpisZUxlGth.adaptive-delivery-prevent-bg, #iA2BCkTQLAP2UvhlPVxonlpisZUxlGth.lazyload, #iA2BCkTQLAP2UvhlPVxonlpisZUxlGth.lazyloading { background-image: none; }
#RrAU2nTrAgTR5mHfuQauHwIoJWoT0o6z { color:rgba(202,204,225,0.3);display:block;width:72.5625rem;position:absolute;font-family:"be vietnam pro";font-size:11.875rem;font-weight:700;z-index:100014;line-height:1;letter-spacing:0;top:0rem;left:-9.75rem;height:11.875rem;font-style:normal;display:block; }
#X68r4fGsDmcIdFV07xUNOETGwZhvGHuo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:42.75rem;left:8rem;display:block; }
#WeR1UMTaEF3EZwi47EF72u2v6EPX3ZoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ppZvhIUqC8weLTnfo12MANalHNrTxlUa { position:relative;display:block; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa { background-color: transparent; background-image: none; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row .container > .video-iframe-container { display: none; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row > .video-iframe-container { display: none; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .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); }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa { border-width: 0; border-radius: 0; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .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:13.625rem;width:75rem;position:relative;display:block; }#QvZt0Im4HkI4m03oc15BViqgQxsCOxgB { color:#9799aa;display:block;width:70.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:5.875rem;left:3.6875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNCoUdJzUpW8TQEMFkzA5SFsIVJqVvZ6 { color:#9799aa;display:block;width:3.8125rem;position:absolute;font-family:"be vietnam pro";font-size:3.125rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:4.5rem;left:11.75rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG2NyNo8CESKnGkcogtR9KeverNZdSgN { position:absolute;display:block;z-index:100015;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:31.6875rem;top:6.6875rem;left:-22.3125rem;display:block; }
#pHtfQUZWFwmalpId1TZ50pcAeOy7hZC5 { position:absolute;display:block;z-index:100016;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:32.25rem;top:6.6875rem;left:65.5rem;display:block; }
#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 { position:relative;display:block; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 { background-color: transparent; background-image: none; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row .container > .video-iframe-container { display: none; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row > .video-iframe-container { display: none; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .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); }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 { border-width: 0; border-radius: 0; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .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:18.75rem;width:75rem;position:relative;display:block; }#oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4d1e960-6515-409a-9b7a-9feac8b8da10/WhatsAppImage20211208at22608PM2.jpeg");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:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX.adaptive-delivery-prevent-bg, #oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX.lazyload, #oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX.lazyloading { background-image: none; }
#A3VCxs98cqo653fS1T0cgfcGglOoZ0kb { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e652c4c9-6242-4413-9cd5-c336c97d365b/IMG_2387min.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:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#A3VCxs98cqo653fS1T0cgfcGglOoZ0kb.adaptive-delivery-prevent-bg, #A3VCxs98cqo653fS1T0cgfcGglOoZ0kb.lazyload, #A3VCxs98cqo653fS1T0cgfcGglOoZ0kb.lazyloading { background-image: none; }
#GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3448dd5-1fc9-480d-a27f-5f88c7e6c99d/IMG_8217min.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2.adaptive-delivery-prevent-bg, #GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2.lazyload, #GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2.lazyloading { background-image: none; }
#ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48129242-73a8-4147-8018-703dd494edde/IMG_9315min.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:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa.adaptive-delivery-prevent-bg, #ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa.lazyload, #ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa.lazyloading { background-image: none; }
#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE { position:relative;display:block; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE { background-color: transparent; background-image: none; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row .container > .video-iframe-container { display: none; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row > .video-iframe-container { display: none; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .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); }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE { border-width: 0; border-radius: 0; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .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:18.75rem;width:75rem;position:relative;display:block; }#wxdX88nbarEyPJINSCMnMdXc2GyT7987 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/283f279f-dfe8-484a-937d-ee18183ec1b9/IMG_2203min.jpg");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:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#wxdX88nbarEyPJINSCMnMdXc2GyT7987.adaptive-delivery-prevent-bg, #wxdX88nbarEyPJINSCMnMdXc2GyT7987.lazyload, #wxdX88nbarEyPJINSCMnMdXc2GyT7987.lazyloading { background-image: none; }
#t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa031991-3a19-4959-b98b-24317838aac9/IMG_2217min.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:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK.adaptive-delivery-prevent-bg, #t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK.lazyload, #t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK.lazyloading { background-image: none; }
#woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cff911ee-2ee2-4fa5-baae-349545d5edf1/WhatsAppImage20211208at22608PM1.jpeg");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:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP.adaptive-delivery-prevent-bg, #woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP.lazyload, #woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP.lazyloading { background-image: none; }
#Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eb1bec2-dfab-4b33-b8e3-093ae14b3eea/IMG_8342min.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:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR.adaptive-delivery-prevent-bg, #Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR.lazyload, #Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR.lazyloading { background-image: none; }
#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT { position:relative;display:block; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT { background-color: transparent; background-image: none; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row .container > .video-iframe-container { display: none; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row > .video-iframe-container { display: none; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .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); }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT { border-width: 0; border-radius: 0; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .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:7.625rem;width:75rem;position:relative;display:block; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH { position:relative;display:block; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH { background-color: transparent; background-image: none; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row .container > .video-iframe-container { display: none; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row > .video-iframe-container { display: none; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .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); }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH { border-width: 0; border-radius: 0; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .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:66.25rem;width:75rem;position:relative;display:block; }#v0lkdUhlxXKSApDvda04J0HVOPJ1L3V5 { position:absolute;display:block;z-index:99999;height:36.25rem;width:17.1875rem;top:11.3125rem;left:26.25rem;display:block; }
#zzAOnTUxf4qiCqcpvViO2KbC4MK23OoW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.25rem;top:14rem;left:24.375rem;overflow:hidden;display:block; }
#GSMmKhUTttS0JBTTGPbkRbPlIzxIhPEH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:20.625rem;top:10.25rem;left:24.375rem;overflow:hidden;display:block; }
#T7cKCpOZmTD9fBLmdNUSRo0uigMTCFbX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.0625rem;top:14rem;left:42.9375rem;overflow:hidden;display:block; }
#QboR9SspaXun0DWlKMogdVTqlRaua5He { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:20.625rem;top:44.75rem;left:24.375rem;overflow:hidden;display:block; }
#hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg { position:absolute;display:block;z-index:99998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ab339ff0-97aa-44b8-9e80-60f770b6721d/WhatsAppImage20211208at22608PM3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51.9375rem;width:41.1875rem;top:5.3125rem;left:-6.78125rem;display:block; }#hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg.adaptive-delivery-prevent-bg, #hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg.lazyload, #hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg.lazyloading { background-image: none; }
#n2OxWiSLGfKNsMCqKPN9ZnEWtOitoO1l { color:#808080;display:block;width:26.375rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:18.5rem;left:48.625rem;height:8.4375rem;font-style:normal;display:block; }
#Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ { color:#9799aa;display:block;width:26.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:29.0625rem;left:48.625rem;height:8.4375rem;font-style:normal;display:block; }#Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ li:before{  }
#Ib21iZn6JXG8leyUnqXbBAR206SrxAeB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:39.4375rem;left:48.625rem;display:block; }
#wHe7VTHwhwTENl665QEbBZ3yveX8u5cV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y50hwo6daTKKAu4vhzJLN38scoyyn0Ts { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:2.9375rem;top:6.1875rem;left:40.125rem;overflow:hidden;display:block; }
#NZ8sIJrb26qduey0JN2DgBWrd3CsTZ7i { color:#ed1c24;display:block;width:4.625rem;position:absolute;font-family:"grand hotel";font-size:1.875rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:5.0625rem;left:43.5rem;height:3.75rem;font-style:normal;display:block; }
#Qpw4RwgIFRISTqL06EsJ9QMNy0y0iDOE { color:#25d366;display:block;width:26.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:43.4375rem;left:48.875rem;height:1.3125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#asE3cbltSMlzEacax3QzUTvoTgT2pmg1 { position:absolute;display:block;z-index:99999;height:36.25rem;width:17.1875rem;top:11.3125rem;left:26.25rem;display:none; }
#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx { position:relative;display:block; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx { background-color: transparent; background-image: none; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row .container > .video-iframe-container { display: none; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row > .video-iframe-container { display: none; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .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); }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx { border-width: 0; border-radius: 0; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .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:7rem;width:75rem;position:relative;display:block; }#Z887T2di9lui45z38TgCqG6F4lfygwbB { color:#9799aa;display:block;width:19.0625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:2rem;left:27.0625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A6qsWloThf0sVmKrJBriXtftSTNK8uHF { box-sizing:content-box;color:#f47934;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:2.1875rem;left:46.3125rem;display:block; }
#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p { position:relative;display:block; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p { background-color: transparent; background-image: none; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row .container > .video-iframe-container { display: none; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row > .video-iframe-container { display: none; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .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); }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p { border-width: 0; border-radius: 0; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .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:20.0625rem;width:75rem;position:relative;display:block; }#qlIJJ6xmrAuh0ex32lHUzr6mV1MtNE74 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:9.4375rem;top:0rem;left:43.875rem;overflow:hidden;display:block; }
#THXAhSeH8TO4IEKLM4AsZ7hcT4TIJV14 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:9.3125rem;top:0rem;left:54.8125rem;overflow:hidden;display:block; }
#Nc2bbqRLhFmHCPh2swFEeUuPmTS58hIT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:9.3125rem;top:0rem;left:65.6875rem;overflow:hidden;display:block; }
#yXZ964DkuDeoKurdUT3Ga4QtyIDNviqk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:9.4375rem;top:0rem;left:22.0625rem;overflow:hidden;display:block; }
#puyzscODKNoI3S6oeyR3HeTBixaTcB5N { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:9.375rem;top:0rem;left:32.9375rem;overflow:hidden;display:block; }
#dvOnraelHJqBOtHFn0hbs2OCMGqvbH2S { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:9.3125rem;top:0rem;left:11.125rem;overflow:hidden;display:block; }
#WklF0oJbMOZPaDnO7R2SJS7N3xizwv3q { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:9.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MymPzrSV5M16QfqSavHq37zdA1hwyCfB { position:relative;display:block; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB { background-color: transparent; background-image: none; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row .container > .video-iframe-container { display: none; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row > .video-iframe-container { display: none; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .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); }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB { border-width: 0; border-radius: 0; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .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.625rem;width:75rem;position:relative;display:block; }#uAuR4Ne554WLZwfAESioGZAT5u0Tgnre { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:9.1875rem;top:0rem;left:43.875rem;overflow:hidden;display:block; }
#Lh28H0UdG2LOh9NJZ2RU14hm1g1OSngR { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:9.3125rem;top:0rem;left:54.8125rem;overflow:hidden;display:block; }
#iuQbnQJ83ETB5OHKsaImK4mXP1FB4TkC { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:9.3125rem;top:0rem;left:65.6875rem;overflow:hidden;display:block; }
#CfCtLaHtT64qhUBuJNd5UNOpMFwDgAUD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:9.4375rem;top:0rem;left:22.0625rem;overflow:hidden;display:block; }
#r9xp74F5k402XggZeNc9W3bOmDEG3zxl { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:9.375rem;top:0rem;left:32.9375rem;overflow:hidden;display:block; }
#hQi0P9V98yLr4TFuJBAMD3vgTih1aqf8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:9.1875rem;top:0rem;left:11.125rem;overflow:hidden;display:block; }
#Qp9Txouk41vg1OsNu9T1hh1d9RMqmI29 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:9.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SFdf3QTA8eBM1bRXGfke4J744DHczAUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aa734f4-5420-4149-aada-102e80484110/IMG_2192min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT.adaptive-delivery-prevent-bg, #SFdf3QTA8eBM1bRXGfke4J744DHczAUT.lazyload, #SFdf3QTA8eBM1bRXGfke4J744DHczAUT.lazyloading { background-image: none; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container { background-color: transparent; background-image: none; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.76); }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container > .video-iframe-container { display: none; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.76); }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row > .video-iframe-container { display: none; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .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); }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container { border-width: 0; border-radius: 0; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#JpkuLQH7OyHmOOvSDSGq3vh3Inw7lqT9 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"be vietnam pro";font-size:4.375rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:10.625rem;left:14.3125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfwsAKSr6FL0Np2Ze6UqasW9yXSFRhTu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;box-sizing:border-box;color:#25d366;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:21.25rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:22.375rem;left:26.875rem;display:block; }
#UHAoVrCmbuApq8xcKlJJhGG3iNrgTn3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy { position:relative;display:block; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy { background-color: transparent; background-image: none; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row .container > .video-iframe-container { display: none; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row > .video-iframe-container { display: none; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .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); }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy { border-width: 0; border-radius: 0; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .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:36.625rem;width:75rem;position:relative;display:block; }#lJmqyat4iAiVwpeGoQm3cEpXnPSs6KpK { color:#9799aa;display:block;width:28.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:18.5rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTJJndNacrpmDLzVaRUzfFyczHEPZy0z { color:#f47934;display:block;width:32.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZAfdxuCiCv7eJnCU17OpmDHVH94o356 { color:rgba(202,204,225,0.18);display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:11.875rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:5.625rem;left:-10.0625rem;height:11.875rem;font-style:normal;display:block; }
#kmBTdwyUAHM1nEVKp4tcW8Gg1w4xTBL5 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:34.25rem;top:11.75rem;left:58.4716796875rem;overflow:hidden;display:block; }
#EHVebizqMa75KwBHoBlCU9mT1gshWl1A { color:#25d366;display:block;width:8rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:18.5rem;left:40.3125rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ucyBL65ah6nSouUZHfacOuWqbFeqp8ih { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #f47934;border-left:0.0625rem solid #f47934;border-right:0.0625rem solid #f47934;border-bottom:0.0625rem solid #f47934;height:9.9375rem;width:60.125rem;top:15.9375rem;left:37.625rem;display:block; }
#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B { position:relative;display:block; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B { background-color: transparent; background-image: none; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row .container > .video-iframe-container { display: none; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row > .video-iframe-container { display: none; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .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); }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B { border-width: 0; border-radius: 0; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .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:13.625rem;width:75rem;position:relative;display:block; }#Av1r6CmX5q60x4sx7FyPyoZKiSLb01VR { color:#9799aa;display:block;width:70.75rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:5.875rem;left:3.6875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rREqqcABhh28a4I0lgEiTg9EV8iuP1vL { color:#9799aa;display:block;width:3.8125rem;position:absolute;font-family:"be vietnam pro";font-size:3.125rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:4.5rem;left:11.75rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFcFayeNwGm0C4Xmw8xgCZTb5WAGAeNl { position:absolute;display:block;z-index:100015;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:31.6875rem;top:6.6875rem;left:-22.3125rem;display:block; }
#QIn6N3dWUZnJK4ARgIMEqsMnQUXI01SX { position:absolute;display:block;z-index:100016;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:32.25rem;top:6.6875rem;left:65.5rem;display:block; }
#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,204,225,0.17);background-image:none;position:relative;display:block; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container { background-color: transparent; background-image: none; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container > .video-iframe-container { display: none; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row > .video-iframe-container { display: none; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .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); }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container { border-width: 0; border-radius: 0; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#z4JbWCQfy0wxwA594dawHlT3637mXA9p { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9790e98-307b-41ff-be1f-a10555ff5232/WhatsAppImage20220115at0013211.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.0625rem;width:30.3125rem;top:4.8125rem;left:0rem;display:block; }#z4JbWCQfy0wxwA594dawHlT3637mXA9p.adaptive-delivery-prevent-bg, #z4JbWCQfy0wxwA594dawHlT3637mXA9p.lazyload, #z4JbWCQfy0wxwA594dawHlT3637mXA9p.lazyloading { background-image: none; }
#N0U4mHKnTQvwyKAPemzifEPiZ8rPzubx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:19.9375rem;top:5.34375rem;left:35.71875rem;overflow:hidden;display:block; }
#kDRtrVi617drTIPfhUaO8TDAAcvOaQZv { color:#9799aa;display:block;width:32.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.5625rem;left:36.46875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JTyiAgL06wVDtv56d42n2HeNO8TmHPNe { color:#9799aa;display:block;width:12.3125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:26rem;left:38.46875rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9Fgmv6DC4D8aiIGbQRFlPbxMyvpBkw5 { box-sizing:content-box;color:#9799aa;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:25.8125rem;left:36rem;display:block; }
#b3dyTG1SVWixFAG9GiMAacc0V8srNTrr { color:#9799aa;display:block;width:12.3125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:26.125rem;left:56.8125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KzD9hkJLyf8URPWJ1z56TeT5vAHuc9nP { box-sizing:content-box;color:#9799aa;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:25.9375rem;left:54.375rem;display:block; }
#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ad5b929-b3c6-4111-85cd-29fca301b77f/IMG_8221min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE.adaptive-delivery-prevent-bg, #ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE.lazyload, #ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE.lazyloading { background-image: none; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container { background-color: transparent; background-image: none; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container > .video-iframe-container { display: none; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row > .video-iframe-container { display: none; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .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); }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container { border-width: 0; border-radius: 0; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#gVZcrzX6imHDWIFraZUQvRQyCL85FQAa { color:#f47934;display:block;width:3.5625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:25.5rem;left:23.125rem;height:2.8125rem;font-style:normal;display:block; }
#fQA6ZsR99iUbwWNDTHMWGRq9KsTRoIUZ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:25.5rem;left:26.8125rem;height:2.8125rem;font-style:normal;display:block; }
#C55c8g6AGLJRO4nad0NqgQPuGN0Mvp3N { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:10.25rem;top:24.8125rem;left:41.625rem;overflow:hidden;display:block; }
#G7mbtwir51nvWTZdLOFPQwE0tFUSs660 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"be vietnam pro";font-size:4.375rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:13.3125rem;left:14.28125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffP0LpFuarp7cPXVlh2pmWHb4KUUEc6e { color:#9799aa;display:block;width:32.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:9.5rem;left:21.375rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FccGH6yQZsKyigbpvC1luHNQF12frZgX { box-sizing:content-box;color:#25d366;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:13rem;left:56.09375rem;display:block; }
#ouv9uX2AZvnXbd1q22llbEooFtTX8JLT { 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;box-shadow: 0rem 0rem 1.4375rem #25d366 ;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:2.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:5.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:42.375rem;display:none; }
#Vcszrg8gxKqTrkPuJo2Hfpppkl6RTnFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kbaid2vsGsQFAHQJn77UW21pEIsunFNw { 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;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:2.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:5.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.125rem;left:42.375rem;display:none; }
#cifDPHOQW4rQlg5JpNeqJL5cZ4BcCUeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container { background-color: transparent; background-image: none; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container > .video-iframe-container { display: none; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row > .video-iframe-container { display: none; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .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); }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container { border-width: 0; border-radius: 0; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container { background-color: transparent; background-image: none; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container > .video-iframe-container { display: none; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row > .video-iframe-container { display: none; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .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); }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container { border-width: 0; border-radius: 0; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z { background-color: transparent; background-image: none; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row .container > .video-iframe-container { display: none; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row > .video-iframe-container { display: none; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .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); }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z { border-width: 0; border-radius: 0; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#TQk3Vr9DEml0dkXubVEO2gRlbmoSODf2 { 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:0rem;left:71.25rem;display:block; }
#CRcrKGt3naPzUd47C0JmICkRbs5koxBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tvesd0F9u1A8RT9by5cekaiWFqepJW1F { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TLXel2alRdxe03fTDaGyvAw5PKhF7m77 { display:block; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwRz9TEnirTHxt0NsFWUVeiClGTXfKze { width:47.75rem;height:0.9375rem;top:0.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2RKbqg8XxGTFUyZg2CHo3TWwxWoTR3P { width:46rem;height:25rem;top:10.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuB95Ub6pUmf1K4KbV4ADFTSQlaxATIT { width:3.5625rem;height:1.75rem;top:31.0625rem;left:19.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEXhETMwNDK5GFJs2HvkshmSH82oICyg { width:5.875rem;height:1.75rem;top:31.0625rem;left:21.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkX2oMhChFT7HbGq3H2tN7Qd4EgwAX2Z { width:8.625rem;height:1.25rem;top:31.4375rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCLxDZC84FwiahxvrTPFfV1BQvmC5da { width:15.75rem;height:1.125rem;top:33.125rem;left:12.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4dO5qeaeRCOnmroEdXmGB3FLFfvJqqB { width:17.8125rem;height:5rem;top:30.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7lWxUAxecZMyDUetcEviRVt5cOySpC { width:7.1875rem;height:0.0625rem;top:32.625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uycVfNKtA3VIILkJoks3MSrRa0rZQU0N { width:5.125rem;height:5.125rem;top:30.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTkHT5Jfd0QXGpJpzGTgmiM2cwdlg1O { display:block; }
 }@media only screen and (max-width: 763px) { #B4xq9ZLXTHLSsCDvTPbGv3X0iqOt4Qz6 { width:7.5625rem;height:2.75rem;top:3.4375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGz2pdEoSegVcu89vTkqoWW5MDyTcJtA { width:12.8125rem;height:1.125rem;top:3.625rem;left:34.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5IlETOHnohbQJwiA33o8BmWufiQgszZ { width:5.0625rem;height:0.75rem;top:35.6875rem;left:28.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNvMCTCOlG4gCd2hHMws3ffRrmy2KyvT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi { display:block; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfhagO19qXMxsABT1nZBH4epgI9q86GW { width:6.75rem;height:3.75rem;top:23.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsb20x4ffXvCNtVOgioskmFEmiWdC2eg { width:6.6875rem;height:3.75rem;top:23.375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l { width:5.4375rem;height:2.9375rem;top:23.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o { width:6.9375rem;height:3.8125rem;top:23.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4R6OLTwSEgPCZp413bggExZsaR82qXu { width:5.75rem;height:3.1875rem;top:23.5rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMuGgbeTPWhst040S0bdXvA1XBVXAU4 { width:43rem;height:10.5rem;top:5.75rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7 { width:24.375rem;height:40.4375rem;top:-9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLX8Ds60NmcgLabBkI8ChoOoJRBcow6g { width:8.1875rem;height:0.0625rem;top:25.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr { display:block; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6 { width:47.75rem;height:46.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVT8eGq1DopBJImcqoy0h8h1PqwPGcD6 { width:13.125rem;height:1.875rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9h9LqOHvKspSTR36mDkzemJPbRnTatX { width:13.4375rem;height:5.25rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeKznSVW36v4236sDJKZI75iKOOKUpz0 { width:4rem;height:4.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VaiIViukoqHMTCoBf1vnK7HaKXXXUm { width:11.875rem;height:1.875rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WJCs47EcvNbooQyPdbGT0y10tEVZg { width:13.4375rem;height:5.25rem;top:32.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry { width:4rem;height:4.0625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B304SRM9Sz0UZIGnVyCqiW66M1HxHZMe { width:13.625rem;height:1.875rem;top:13.75rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV9cigdC7wuS8ln9mvqHFVKspJ5uI6sw { width:13.4375rem;height:5.25rem;top:16.0625rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znri5EXwaALVp0Arz9vRA9zRF6cztSXQ { width:11.875rem;height:1.875rem;top:30.125rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC { width:4rem;height:4.0625rem;top:9.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcVPK5ICCghzW8PpdyGLzJxT4aDcFEpK { width:13.4375rem;height:5.25rem;top:32.4375rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2BCkTQLAP2UvhlPVxonlpisZUxlGth { width:4rem;height:4.0625rem;top:25.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAU2nTrAgTR5mHfuQauHwIoJWoT0o6z { width:47.75rem;height:11.875rem;top:0rem;left:0rem;font-size:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68r4fGsDmcIdFV07xUNOETGwZhvGHuo { width:17.5rem;height:3.4375rem;top:42.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeR1UMTaEF3EZwi47EF72u2v6EPX3ZoI { display:block; }
 }@media only screen and (max-width: 763px) { #ppZvhIUqC8weLTnfo12MANalHNrTxlUa { display:block; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvZt0Im4HkI4m03oc15BViqgQxsCOxgB { width:47.75rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNCoUdJzUpW8TQEMFkzA5SFsIVJqVvZ6 { width:3.8125rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2NyNo8CESKnGkcogtR9KeverNZdSgN { width:31.6875rem;height:0.0625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHtfQUZWFwmalpId1TZ50pcAeOy7hZC5 { width:32.25rem;height:0.0625rem;top:6.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 { display:block; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3VCxs98cqo653fS1T0cgfcGglOoZ0kb { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2 { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE { display:block; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxdX88nbarEyPJINSCMnMdXc2GyT7987 { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT { display:block; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH { display:block; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0lkdUhlxXKSApDvda04J0HVOPJ1L3V5 { width:17.1875rem;height:36.25rem;top:11.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzAOnTUxf4qiCqcpvViO2KbC4MK23OoW { width:2.25rem;height:30.75rem;top:14rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMmKhUTttS0JBTTGPbkRbPlIzxIhPEH { width:20.625rem;height:3.8125rem;top:10.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cKCpOZmTD9fBLmdNUSRo0uigMTCFbX { width:2.0625rem;height:30.75rem;top:14rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboR9SspaXun0DWlKMogdVTqlRaua5He { width:20.625rem;height:5.25rem;top:44.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg { width:41.1875rem;height:51.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2OxWiSLGfKNsMCqKPN9ZnEWtOitoO1l { width:26.375rem;height:8.4375rem;top:18.5rem;left:21.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ { width:26.125rem;height:;top:29.0625rem;left:21.625rem;font-size:1.0625rem;display:block; }#Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ li:before{  }
 }@media only screen and (max-width: 763px) { #Ib21iZn6JXG8leyUnqXbBAR206SrxAeB { width:17.5rem;height:3.4375rem;top:39.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHe7VTHwhwTENl665QEbBZ3yveX8u5cV { display:block; }
 }@media only screen and (max-width: 763px) { #y50hwo6daTKKAu4vhzJLN38scoyyn0Ts { width:2.9375rem;height:3.3125rem;top:6.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ8sIJrb26qduey0JN2DgBWrd3CsTZ7i { width:4.625rem;height:1.875rem;top:5.0625rem;left:29.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpw4RwgIFRISTqL06EsJ9QMNy0y0iDOE { width:26.125rem;height:1.3125rem;top:43.4375rem;left:21.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asE3cbltSMlzEacax3QzUTvoTgT2pmg1 { width:17.1875rem;height:36.25rem;top:11.3125rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZd1s7XIhl9DEeDvi6JyS600dVe3URLx { display:block; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z887T2di9lui45z38TgCqG6F4lfygwbB { width:19.0625rem;height:1.875rem;top:2rem;left:13.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6qsWloThf0sVmKrJBriXtftSTNK8uHF { width:1.625rem;height:1.625rem;top:2.1875rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQXi2Xso33WFpOFQWOiTFAChfcKLog1p { display:block; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlIJJ6xmrAuh0ex32lHUzr6mV1MtNE74 { width:9.4375rem;height:15.875rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXAhSeH8TO4IEKLM4AsZ7hcT4TIJV14 { width:9.3125rem;height:15.875rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2bbqRLhFmHCPh2swFEeUuPmTS58hIT { width:9.3125rem;height:15.875rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXZ964DkuDeoKurdUT3Ga4QtyIDNviqk { width:9.4375rem;height:15.875rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puyzscODKNoI3S6oeyR3HeTBixaTcB5N { width:9.375rem;height:15.625rem;top:0rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvOnraelHJqBOtHFn0hbs2OCMGqvbH2S { width:9.3125rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WklF0oJbMOZPaDnO7R2SJS7N3xizwv3q { width:9.375rem;height:15.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MymPzrSV5M16QfqSavHq37zdA1hwyCfB { display:block; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAuR4Ne554WLZwfAESioGZAT5u0Tgnre { width:9.1875rem;height:15.5625rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh28H0UdG2LOh9NJZ2RU14hm1g1OSngR { width:9.3125rem;height:15.5rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQbnQJ83ETB5OHKsaImK4mXP1FB4TkC { width:9.3125rem;height:15.5rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfCtLaHtT64qhUBuJNd5UNOpMFwDgAUD { width:9.4375rem;height:15.625rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9xp74F5k402XggZeNc9W3bOmDEG3zxl { width:9.375rem;height:15.625rem;top:0rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQi0P9V98yLr4TFuJBAMD3vgTih1aqf8 { width:9.1875rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp9Txouk41vg1OsNu9T1hh1d9RMqmI29 { width:9.25rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFdf3QTA8eBM1bRXGfke4J744DHczAUT { display:block; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpkuLQH7OyHmOOvSDSGq3vh3Inw7lqT9 { width:46.4375rem;height:8.75rem;top:10.625rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfwsAKSr6FL0Np2Ze6UqasW9yXSFRhTu { width:21.25rem;height:3.4375rem;top:22.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAoVrCmbuApq8xcKlJJhGG3iNrgTn3i { display:block; }
 }@media only screen and (max-width: 763px) { #Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy { display:block; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJmqyat4iAiVwpeGoQm3cEpXnPSs6KpK { width:28.375rem;height:5.625rem;top:18.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJJndNacrpmDLzVaRUzfFyczHEPZy0z { width:32.25rem;height:2.8125rem;top:14.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZAfdxuCiCv7eJnCU17OpmDHVH94o356 { width:47.75rem;height:11.875rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmBTdwyUAHM1nEVKp4tcW8Gg1w4xTBL5 { width:34.25rem;height:20.875rem;top:11.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVebizqMa75KwBHoBlCU9mT1gshWl1A { width:8rem;height:5.625rem;top:18.5rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucyBL65ah6nSouUZHfacOuWqbFeqp8ih { width:47.625rem;height:9.9375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B { display:block; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Av1r6CmX5q60x4sx7FyPyoZKiSLb01VR { width:47.75rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREqqcABhh28a4I0lgEiTg9EV8iuP1vL { width:3.8125rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFcFayeNwGm0C4Xmw8xgCZTb5WAGAeNl { width:31.6875rem;height:0.0625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIn6N3dWUZnJK4ARgIMEqsMnQUXI01SX { width:32.25rem;height:0.0625rem;top:6.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW { display:block; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4JbWCQfy0wxwA594dawHlT3637mXA9p { width:30.3125rem;height:29.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0U4mHKnTQvwyKAPemzifEPiZ8rPzubx { width:19.9375rem;height:8.0625rem;top:5.3125rem;left:22.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDRtrVi617drTIPfhUaO8TDAAcvOaQZv { width:32.5625rem;height:7.5rem;top:15.5625rem;left:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyiAgL06wVDtv56d42n2HeNO8TmHPNe { width:12.3125rem;height:5.25rem;top:26rem;left:24.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Fgmv6DC4D8aiIGbQRFlPbxMyvpBkw5 { width:1.9375rem;height:1.9375rem;top:25.8125rem;left:22.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3dyTG1SVWixFAG9GiMAacc0V8srNTrr { width:12.3125rem;height:5.25rem;top:26.125rem;left:35.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzD9hkJLyf8URPWJ1z56TeT5vAHuc9nP { width:1.6875rem;height:1.6875rem;top:25.9375rem;left:40.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE { display:block; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVZcrzX6imHDWIFraZUQvRQyCL85FQAa { width:3.5625rem;height:2.8125rem;top:25.5rem;left:9.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQA6ZsR99iUbwWNDTHMWGRq9KsTRoIUZ { width:5.875rem;height:2.8125rem;top:25.5rem;left:13.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55c8g6AGLJRO4nad0NqgQPuGN0Mvp3N { width:10.25rem;height:3.625rem;top:24.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mbtwir51nvWTZdLOFPQwE0tFUSs660 { width:46.4375rem;height:4.375rem;top:13.3125rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffP0LpFuarp7cPXVlh2pmWHb4KUUEc6e { width:32.25rem;height:2.8125rem;top:9.5rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FccGH6yQZsKyigbpvC1luHNQF12frZgX { width:5rem;height:5rem;top:13rem;left:42.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouv9uX2AZvnXbd1q22llbEooFtTX8JLT { width:5.125rem;height:5.125rem;top:30.125rem;left:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vcszrg8gxKqTrkPuJo2Hfpppkl6RTnFZ { display:block; }
 }@media only screen and (max-width: 763px) { #kbaid2vsGsQFAHQJn77UW21pEIsunFNw { width:5.125rem;height:5.125rem;top:30.125rem;left:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cifDPHOQW4rQlg5JpNeqJL5cZ4BcCUeb { display:block; }
 }@media only screen and (max-width: 763px) { #ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg { display:block; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg { display:none; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z { display:block; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQk3Vr9DEml0dkXubVEO2gRlbmoSODf2 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcrKGt3naPzUd47C0JmICkRbs5koxBu { display:block; }
 }@media only screen and (max-width: 763px) { #tvesd0F9u1A8RT9by5cekaiWFqepJW1F { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TLXel2alRdxe03fTDaGyvAw5PKhF7m77 { position:relative;z-index:auto;display:none; }#TLXel2alRdxe03fTDaGyvAw5PKhF7m77 > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kwRz9TEnirTHxt0NsFWUVeiClGTXfKze { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c34f9c2f-ac09-4751-9921-f24e8fac9d35/banner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2RKbqg8XxGTFUyZg2CHo3TWwxWoTR3P { width:14.4375rem;height:9.75rem;top:9rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuB95Ub6pUmf1K4KbV4ADFTSQlaxATIT { width:3.5625rem;height:1.25rem;top:20.9375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEXhETMwNDK5GFJs2HvkshmSH82oICyg { width:5.875rem;height:1.25rem;top:20.9375rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkX2oMhChFT7HbGq3H2tN7Qd4EgwAX2Z { width:4.9375rem;height:0.875rem;top:21.1875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCLxDZC84FwiahxvrTPFfV1BQvmC5da { width:12.125rem;height:0.8125rem;top:27.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4dO5qeaeRCOnmroEdXmGB3FLFfvJqqB { width:11.6875rem;height:2.9375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR7lWxUAxecZMyDUetcEviRVt5cOySpC { width:7.1875rem;height:0.0625rem;top:5.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uycVfNKtA3VIILkJoks3MSrRa0rZQU0N { width:3.0625rem;height:3.0625rem;top:20rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTkHT5Jfd0QXGpJpzGTgmiM2cwdlg1O { display:block; }
 }@media only screen and (max-width: 763px) { #B4xq9ZLXTHLSsCDvTPbGv3X0iqOt4Qz6 { width:4.0625rem;height:1.4375rem;top:2.1435546875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGz2pdEoSegVcu89vTkqoWW5MDyTcJtA { width:12.8125rem;height:0.9746125rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5IlETOHnohbQJwiA33o8BmWufiQgszZ { width:3.9375rem;height:1.4609375rem;top:23.625rem;left:11.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNvMCTCOlG4gCd2hHMws3ffRrmy2KyvT { top:34.375rem;left:0rem;width:2.3125rem;height:2.3125rem;z-index:100010;color:#f47934;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi { display:block; }#dPE8n6CLH2eqm5WxeaHAMrWa4tmqeZTi > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfhagO19qXMxsABT1nZBH4epgI9q86GW { width:4.875rem;height:2.6875rem;top:15.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsb20x4ffXvCNtVOgioskmFEmiWdC2eg { width:5rem;height:2.75rem;top:35rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sku61i9OuTpTDTlmPv5vZXDcoOo1Jv3l { width:3.875rem;height:2.0625rem;top:25.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9QR5Q5G6BJXGDdCvvZT76vVs7fa067o { width:5.0625rem;height:2.75rem;top:20.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4R6OLTwSEgPCZp413bggExZsaR82qXu { width:4.4375rem;height:2.4375rem;top:29.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMuGgbeTPWhst040S0bdXvA1XBVXAU4 { width:15.75rem;height:8.92383125rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7 { width:11.4375rem;height:22.625rem;top:15.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4fd2d5cd-a6fd-42c5-bc9f-e1d6ea9fa87e/ezgifcomgifmaker2.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.adaptive-delivery-prevent-bg, #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.lazyload, #v3x1nW4ouwT2380h1iAgLETXqpp0w0k7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zLX8Ds60NmcgLabBkI8ChoOoJRBcow6g { width:8.1875rem;height:0.0625rem;top:70.0546875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr { display:block; }#o03b4aI1sbQ8u1WfhX91WiBg4CZ0eKSr > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX7FFi4EnLsDDFexQc3ndyHP4spo9kF6 { width:17.125rem;height:11rem;top:54.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVT8eGq1DopBJImcqoy0h8h1PqwPGcD6 { width:13.125rem;height:1.875rem;top:2.3125rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9h9LqOHvKspSTR36mDkzemJPbRnTatX { width:17.5rem;height:3.9375rem;top:4.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeKznSVW36v4236sDJKZI75iKOOKUpz0 { width:4rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VaiIViukoqHMTCoBf1vnK7HaKXXXUm { width:11.875rem;height:1.875rem;top:27.4375rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WJCs47EcvNbooQyPdbGT0y10tEVZg { width:17.0625rem;height:3.9375rem;top:29.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNps4wWmyk0cFKUzkOtVtZhfXQd3qMry { width:4rem;height:4.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B304SRM9Sz0UZIGnVyCqiW66M1HxHZMe { width:13.625rem;height:1.875rem;top:14.875rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV9cigdC7wuS8ln9mvqHFVKspJ5uI6sw { width:17.1875rem;height:3.9375rem;top:16.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znri5EXwaALVp0Arz9vRA9zRF6cztSXQ { width:11.875rem;height:1.875rem;top:40.375rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzL1OOCgGnncTL5FTG5ko2Hs5RLykAC { width:4rem;height:4.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcVPK5ICCghzW8PpdyGLzJxT4aDcFEpK { width:16.75rem;height:3.9375rem;top:42.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2BCkTQLAP2UvhlPVxonlpisZUxlGth { width:4rem;height:4.0625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAU2nTrAgTR5mHfuQauHwIoJWoT0o6z { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #X68r4fGsDmcIdFV07xUNOETGwZhvGHuo { width:17.5rem;height:3.4375rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeR1UMTaEF3EZwi47EF72u2v6EPX3ZoI { display:block; }
 }@media only screen and (max-width: 763px) { #ppZvhIUqC8weLTnfo12MANalHNrTxlUa { display:block; }#ppZvhIUqC8weLTnfo12MANalHNrTxlUa > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvZt0Im4HkI4m03oc15BViqgQxsCOxgB { width:20rem;height:3.1875rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNCoUdJzUpW8TQEMFkzA5SFsIVJqVvZ6 { width:3.8125rem;height:3rem;top:0rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2NyNo8CESKnGkcogtR9KeverNZdSgN { width:20rem;height:0.0625rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHtfQUZWFwmalpId1TZ50pcAeOy7hZC5 { width:20rem;height:0.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 { display:block; }#Qc3fPRWS8M55dlQvcWE7qAWgzKiIi0z6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ3ckvQClZ7a3yRKP9o0RFrc7OLpkcAX { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3VCxs98cqo653fS1T0cgfcGglOoZ0kb { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtR5Vfmv5rUdQCxd17zGnkMKnIV6kZ2 { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghaP6zwNRrloAl3P01E3V4cWfB1Eczsa { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE { display:block; }#UxvrrXNMiaTLpS6ty1Tx009nCuxbOatE > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxdX88nbarEyPJINSCMnMdXc2GyT7987 { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ndwwnTZZ3BgiUszgtK3AC0mcHFUnZK { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #woucvMLLrTtXfHJqSk4lHbXlRPgzzOPP { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lib5e7bHmKgoNw8MqgKhyp7FmunEXZOR { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT { display:block; }#IwZh9ZrEVvNTncwlFlzNrFxgcrPrvaVT > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH { display:block; }#nHPpqlHCyEoJLzIzwky4nEuvfBSwZacH > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0lkdUhlxXKSApDvda04J0HVOPJ1L3V5 { width:17.1875rem;height:35.875rem;top:4.5625rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzAOnTUxf4qiCqcpvViO2KbC4MK23OoW { width:2.1875rem;height:29.875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMmKhUTttS0JBTTGPbkRbPlIzxIhPEH { width:19.9375rem;height:3.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cKCpOZmTD9fBLmdNUSRo0uigMTCFbX { width:2rem;height:29.8125rem;top:7.1875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboR9SspaXun0DWlKMogdVTqlRaua5He { width:19.9375rem;height:5.0625rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ92SrLsnsTv3XZODWNhhwgVPm9GCdg { width:20rem;height:51.9375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2OxWiSLGfKNsMCqKPN9ZnEWtOitoO1l { width:20rem;height:4rem;top:45.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ { width:20rem;height:7.3125rem;top:51.0625rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }#Whn0JTWLgL0v0JV2OdtlcD1MtdKuXQtQ li:before{  }
 }@media only screen and (max-width: 763px) { #Ib21iZn6JXG8leyUnqXbBAR206SrxAeB { width:17.5rem;height:3.4375rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHe7VTHwhwTENl665QEbBZ3yveX8u5cV { display:block; }
 }@media only screen and (max-width: 763px) { #y50hwo6daTKKAu4vhzJLN38scoyyn0Ts { width:1.875rem;height:2.125rem;top:0.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ8sIJrb26qduey0JN2DgBWrd3CsTZ7i { width:4.625rem;height:1.875rem;top:0rem;left:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpw4RwgIFRISTqL06EsJ9QMNy0y0iDOE { width:20rem;height:1.125rem;top:64.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asE3cbltSMlzEacax3QzUTvoTgT2pmg1 { width:17.1875rem;height:35.4375rem;top:4.4375rem;left:1.40625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #zZd1s7XIhl9DEeDvi6JyS600dVe3URLx { display:block; }#zZd1s7XIhl9DEeDvi6JyS600dVe3URLx > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z887T2di9lui45z38TgCqG6F4lfygwbB { width:17.875rem;height:1.59375rem;top:2.8125rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6qsWloThf0sVmKrJBriXtftSTNK8uHF { width:1.375rem;height:1.375rem;top:2.9375rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQXi2Xso33WFpOFQWOiTFAChfcKLog1p { display:block; }#UQXi2Xso33WFpOFQWOiTFAChfcKLog1p > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlIJJ6xmrAuh0ex32lHUzr6mV1MtNE74 { width:9.4375rem;height:15.875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXAhSeH8TO4IEKLM4AsZ7hcT4TIJV14 { width:9.3125rem;height:15.875rem;top:35.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2bbqRLhFmHCPh2swFEeUuPmTS58hIT { width:9.3125rem;height:15.875rem;top:18rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXZ964DkuDeoKurdUT3Ga4QtyIDNviqk { width:9.4375rem;height:15.875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puyzscODKNoI3S6oeyR3HeTBixaTcB5N { width:9.375rem;height:15.625rem;top:18.125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvOnraelHJqBOtHFn0hbs2OCMGqvbH2S { width:9.3125rem;height:15.875rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WklF0oJbMOZPaDnO7R2SJS7N3xizwv3q { width:9.375rem;height:15.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MymPzrSV5M16QfqSavHq37zdA1hwyCfB { display:block; }#MymPzrSV5M16QfqSavHq37zdA1hwyCfB > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAuR4Ne554WLZwfAESioGZAT5u0Tgnre { width:9.1875rem;height:15.5625rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh28H0UdG2LOh9NJZ2RU14hm1g1OSngR { width:9.3125rem;height:15.5rem;top:35.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuQbnQJ83ETB5OHKsaImK4mXP1FB4TkC { width:9.3125rem;height:15.5rem;top:58.1875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfCtLaHtT64qhUBuJNd5UNOpMFwDgAUD { width:9.4375rem;height:15.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9xp74F5k402XggZeNc9W3bOmDEG3zxl { width:9.375rem;height:15.625rem;top:17.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQi0P9V98yLr4TFuJBAMD3vgTih1aqf8 { width:9.1875rem;height:15.5rem;top:0rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp9Txouk41vg1OsNu9T1hh1d9RMqmI29 { width:9.25rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFdf3QTA8eBM1bRXGfke4J744DHczAUT { display:block; }#SFdf3QTA8eBM1bRXGfke4J744DHczAUT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpkuLQH7OyHmOOvSDSGq3vh3Inw7lqT9 { width:20rem;height:3.125rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfwsAKSr6FL0Np2Ze6UqasW9yXSFRhTu { width:17.5rem;height:3.4375rem;top:9.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAoVrCmbuApq8xcKlJJhGG3iNrgTn3i { display:block; }
 }@media only screen and (max-width: 763px) { #Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy { display:block; }#Dcbk1vzvAii9NTQfKakI0otGdtEiA8yy > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJmqyat4iAiVwpeGoQm3cEpXnPSs6KpK { width:20rem;height:4.4619125rem;top:12rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hTJJndNacrpmDLzVaRUzfFyczHEPZy0z { width:20rem;height:4.125rem;top:6.75rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KZAfdxuCiCv7eJnCU17OpmDHVH94o356 { width:20rem;height:0.875rem;top:5.0625rem;left:0rem;font-size:0.875rem;color:rgba(202,204,225,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #kmBTdwyUAHM1nEVKp4tcW8Gg1w4xTBL5 { width:11.5rem;height:7rem;top:17.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVebizqMa75KwBHoBlCU9mT1gshWl1A { width:8rem;height:5.625rem;top:22.25rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucyBL65ah6nSouUZHfacOuWqbFeqp8ih { width:13.5rem;height:9.9375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B { display:block; }#W6EZ7VPMJc3lE4qqPCsP9tpJa4SVPg0B > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Av1r6CmX5q60x4sx7FyPyoZKiSLb01VR { width:20rem;height:3.1875rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREqqcABhh28a4I0lgEiTg9EV8iuP1vL { width:3.8125rem;height:3rem;top:1.8125rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFcFayeNwGm0C4Xmw8xgCZTb5WAGAeNl { width:20rem;height:0.0625rem;top:2.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIn6N3dWUZnJK4ARgIMEqsMnQUXI01SX { width:20rem;height:0.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW { display:block; }#Ans49dsvG7TxL7Z26wI5QBCwTlfseDpW > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4JbWCQfy0wxwA594dawHlT3637mXA9p { width:20rem;height:18.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0U4mHKnTQvwyKAPemzifEPiZ8rPzubx { width:9.8125rem;height:3.9375rem;top:20.1875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDRtrVi617drTIPfhUaO8TDAAcvOaQZv { width:20rem;height:7.4365rem;top:25.9375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JTyiAgL06wVDtv56d42n2HeNO8TmHPNe { width:12.3125rem;height:4.5rem;top:35.5rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Fgmv6DC4D8aiIGbQRFlPbxMyvpBkw5 { width:1.9375rem;height:1.9375rem;top:35.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3dyTG1SVWixFAG9GiMAacc0V8srNTrr { width:12.3125rem;height:4.5rem;top:43.0625rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzD9hkJLyf8URPWJ1z56TeT5vAHuc9nP { width:1.6875rem;height:1.6875rem;top:42.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE { display:block; }#ebu4L79nOwfN9N0gLNr1J8bGCKzszJzE > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVZcrzX6imHDWIFraZUQvRQyCL85FQAa { width:3.5625rem;height:2rem;top:4.6875rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQA6ZsR99iUbwWNDTHMWGRq9KsTRoIUZ { width:5.875rem;height:2rem;top:4.6875rem;left:8.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55c8g6AGLJRO4nad0NqgQPuGN0Mvp3N { width:10.25rem;height:3.625rem;top:27.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mbtwir51nvWTZdLOFPQwE0tFUSs660 { width:20rem;height:0.875rem;top:20.9375rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ffP0LpFuarp7cPXVlh2pmWHb4KUUEc6e { width:20rem;height:1.59375rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FccGH6yQZsKyigbpvC1luHNQF12frZgX { width:2.625rem;height:2.625rem;top:11rem;left:2.375rem;font-size:1.8125rem;z-index:100017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ouv9uX2AZvnXbd1q22llbEooFtTX8JLT { width:16.8125rem;height:3.875rem;top:10.4375rem;left:1.625rem;font-size:1.0625rem;z-index:100007;font-family:"be vietnam pro";font-weight:700;font-style:normal;border-top:0;border-left:2.1875rem solid #25d366;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vcszrg8gxKqTrkPuJo2Hfpppkl6RTnFZ { display:block; }
 }@media only screen and (max-width: 763px) { #kbaid2vsGsQFAHQJn77UW21pEIsunFNw { width:16.8125rem;height:3.875rem;top:15.9375rem;left:1.59375rem;font-size:1.0625rem;z-index:100008;font-family:"be vietnam pro";font-weight:300;font-style:normal;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cifDPHOQW4rQlg5JpNeqJL5cZ4BcCUeb { display:block; }
 }@media only screen and (max-width: 763px) { #ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg { display:block; }#ZXN07dlUqxE3bb2Je3Mdm93Kz00swDIg > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg { display:block; }#zTPaHLmTgibGTkSG4kTgggWk0T7aDbXg > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GEHu72FSEtWwmtNTQiP98hen0i2WWs3Z > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQk3Vr9DEml0dkXubVEO2gRlbmoSODf2 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcrKGt3naPzUd47C0JmICkRbs5koxBu { display:block; }
 }@media only screen and (max-width: 763px) { #tvesd0F9u1A8RT9by5cekaiWFqepJW1F { top:0.125rem;left:19.3125rem;width:0.4375rem;height:0.4375rem;z-index:100018;background-color:#f47934;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }