.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:transparent;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); }#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/7f09099c-5c2f-4f8f-97b7-8299c0a69331/fundooooooo.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#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); }#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 > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:1148px;width:1200px;position:relative;display:block; }#r2ANQvNL5gNuDxaqmglOJN4btpENTRLc { color:#ffffff;display:block;width:716px;position:absolute;font-family:montserrat;font-size:27px;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:169px;left:242px;height:27px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBlA6GtkyXt3SntFm7Ct6MoP74XK8LAT { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:251px;top:39px;left:474.50003051758px;overflow:hidden;display:block; }
#keedCzA1yZSdSbSbcVSW7IJeTExIZlMT { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:475px;width:475px;top:616px;left:111.5px;overflow:hidden;display:none; }
#XRSU0yD0rlnTdiUlfOJGg9nD7TxLDde1 { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:35px;top:61.5px;left:705.00003051758px;overflow:hidden;display:block; }
#XUOeiu51Rs9yo8SIlvEim3J5WJzI0sPs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffc500;border-left:1px solid #ffc500;border-right:1px solid #ffc500;border-bottom:1px solid #ffc500;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:52px;width:440px;top:221px;left:367px;display:block; }
#AcTRyyRUQyEdGTvTeJzfKyVu9nFeu11q { box-sizing:content-box;color:#d5b446;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:223px;left:387px;display:block; }
#OSXdbmlbHGPhJozKrBzatzEFDLWEkoVL { color:#ffffff;display:block;width:401px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:288px;left:387px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#uauTZPZqsgVVDQU6zGZyTTvJoOhIgI4U { color:#ffffff;display:block;width:338px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:238px;left:437px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cxz7qnNlA2agbD56u5gLTPFkRPvZI1iM { color:#ffffff;display:block;width:738px;position:absolute;font-family:poppins;font-size:26px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:336px;left:240px;height:33.7969px;text-align:center;text-align-last:center;display:block; }
#ZWhqO1MfC40v28hSuH4CFDJoBOVbZQxx { color:#ffffff;display:block;width:845px;position:absolute;font-family:poppins;font-size:42px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:387.78125px;left:165.5px;height:163.7818px;text-align:center;text-align-last:center;display:block; }
#QCAp0Org8gxpBMIBPMoV12WWRfdCOmzf { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #43b7ec, #00ff1c);background-image: -moz-linear-gradient(174deg, #43b7ec, #00ff1c);background-image: -ms-linear-gradient(174deg, #43b7ec, #00ff1c);background-image: -o-linear-gradient(174deg, #43b7ec, #00ff1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b7ec', endColorstr='#00ff1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b7ec', endColorstr='#00ff1c' );";background-image: linear-gradient(174deg, #43b7ec, #00ff1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:551px;top:545.55212402344px;left:330px;display:block; }
#nC4EAFZE3TTUU8hU0u14GzLhy62UP8u4 { box-sizing:content-box;color:#33c11c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:502.55209350586px;left:843.00006103516px;display:block; }
#Fq31hNM0l9Nez5LSxUbhWAUxKMTMlJ62 { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;height:525px;width:451px;top:600px;left:374.50006103516px;overflow:hidden;display:block; }
#O4lMTSMcTQ0DntnLgOodolLRuDtgDVkW { z-index:15114;top:1031px;left:367.00006103516px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fdce, #00ff66);background-image: -moz-linear-gradient(216deg, #00fdce, #00ff66);background-image: -ms-linear-gradient(216deg, #00fdce, #00ff66);background-image: -o-linear-gradient(216deg, #00fdce, #00ff66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdce', endColorstr='#00ff66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdce', endColorstr='#00ff66' );";background-image: linear-gradient(216deg, #00fdce, #00ff66);background-size:auto !important;border-top:1px solid #14dea7;border-left:1px solid #14dea7;border-right:1px solid #14dea7;border-bottom:1px solid #14dea7;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px #00ff1c ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:73px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Fs8SdI5bkVs56fhPmJT1P3hIMatn7o7F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/qxGLqTro/WhatsApp");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:148px;width:149px;top:801px;left:373px;display:block; }#ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX.adaptive-delivery-prevent-bg, #ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX.lazyload, #ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX.lazyloading { background-image: none; }
#kbsVfzOcBSbO64L37SOnO8wZQUkfHztk { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/qxGLqTro/WhatsApp");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:79px;width:80px;top:628px;left:657px;display:block; }#kbsVfzOcBSbO64L37SOnO8wZQUkfHztk.adaptive-delivery-prevent-bg, #kbsVfzOcBSbO64L37SOnO8wZQUkfHztk.lazyload, #kbsVfzOcBSbO64L37SOnO8wZQUkfHztk.lazyloading { background-image: none; }
#fDgSfwuCdPyo6nyBD10WscEevM07QNum { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/qxGLqTro/WhatsApp");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:92px;width:93px;top:801px;left:734px;display:block; }#fDgSfwuCdPyo6nyBD10WscEevM07QNum.adaptive-delivery-prevent-bg, #fDgSfwuCdPyo6nyBD10WscEevM07QNum.lazyload, #fDgSfwuCdPyo6nyBD10WscEevM07QNum.lazyloading { background-image: none; }
#kpIFlLmmve21JpIogb8FNRCKxqliIUqN { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/qxGLqTro/WhatsApp");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:92px;width:93px;top:653px;left:462px;display:block; }#kpIFlLmmve21JpIogb8FNRCKxqliIUqN.adaptive-delivery-prevent-bg, #kpIFlLmmve21JpIogb8FNRCKxqliIUqN.lazyload, #kpIFlLmmve21JpIogb8FNRCKxqliIUqN.lazyloading { background-image: none; }
#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eeba30, #795e0d);background-image: -moz-linear-gradient(180deg, #eeba30, #795e0d);background-image: -ms-linear-gradient(180deg, #eeba30, #795e0d);background-image: -o-linear-gradient(180deg, #eeba30, #795e0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeba30', endColorstr='#795e0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeba30', endColorstr='#795e0d' );";background-image: linear-gradient(180deg, #eeba30, #795e0d);background-size:auto !important;position:relative;display:block; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container { background-color: transparent; background-image: none; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container > .video-iframe-container { display: none; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row > .video-iframe-container { display: none; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .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); }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container { border-width: 0; border-radius: 0; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row > .video-iframe-container {  }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container { font-size:14px;font-family:arial;height:16px;width:1200px;position:relative;display:block; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7f09099c-5c2f-4f8f-97b7-8299c0a69331/fundooooooo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW.adaptive-delivery-prevent-bg, #a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW.lazyload, #a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW.lazyloading { background-image: none; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container { background-color: transparent; background-image: none; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container > .video-iframe-container { display: none; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row > .video-iframe-container { display: none; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .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); }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container { border-width: 0; border-radius: 0; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row > .video-iframe-container {  }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container { font-size:14px;font-family:arial;height:388px;width:1200px;position:relative;display:block; }#wwT5DiVSsOShbTfkwQHv3s8mK1CUruvD { color:#ffffff;display:block;width:356px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:44.1875px;left:153px;height:80.5938px;font-style:normal;display:block; }
#clCAeTk55yO55JqDy55LipivTvQwkvMF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:238px;top:28.6875px;left:527px;overflow:hidden;display:block; }
#yelnwVl6NM3eVTTkzntBH8TPBXgL6of2 { color:#ffffff;display:block;width:508px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:143px;left:153px;height:96px;display:block; }
#NTE2DapTH8IsstiWE0JhIXqu0B1lKqMV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:298px;width:407px;top:44.1875px;left:672px;overflow:hidden;display:block; }
#W2ZHDymxW9kh5Rio4RglVQ6bLu8Av3TK { z-index:15002;top:281px;left:153px;background-color:#7700fd;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:343px;height:69px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tkt96Zd9iSvu79rIN6Ovcl1ecb4bQwuR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w0HZ9htz0G0VXPdTtccOdO24dJs69xHq { color:#ef3535;display:block;width:143px;position:absolute;font-family:"muli black";font-size:11px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16px;left:881px;height:14.2222px;text-align:center;text-align-last:center;display:none; }
#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eeba30, #795e0d);background-image: -moz-linear-gradient(180deg, #eeba30, #795e0d);background-image: -ms-linear-gradient(180deg, #eeba30, #795e0d);background-image: -o-linear-gradient(180deg, #eeba30, #795e0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeba30', endColorstr='#795e0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeba30', endColorstr='#795e0d' );";background-image: linear-gradient(180deg, #eeba30, #795e0d);background-size:auto !important;position:relative;display:block; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container { background-color: transparent; background-image: none; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container > .video-iframe-container { display: none; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row > .video-iframe-container { display: none; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .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); }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container { border-width: 0; border-radius: 0; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row > .video-iframe-container {  }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container { font-size:14px;font-family:arial;height:16px;width:1200px;position:relative;display:block; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container { background-color: transparent; background-image: none; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container > .video-iframe-container { display: none; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row > .video-iframe-container { display: none; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .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); }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container { border-width: 0; border-radius: 0; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row > .video-iframe-container {  }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ANQvNL5gNuDxaqmglOJN4btpENTRLc { width:716px;height:27px;top:169px;left:24px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #vBlA6GtkyXt3SntFm7Ct6MoP74XK8LAT { width:251px;height:95px;top:39px;left:256.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #keedCzA1yZSdSbSbcVSW7IJeTExIZlMT { width:475px;height:475px;top:616px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XRSU0yD0rlnTdiUlfOJGg9nD7TxLDde1 { width:35px;height:50px;top:61px;left:487.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #XUOeiu51Rs9yo8SIlvEim3J5WJzI0sPs { width:440px;height:52px;top:221px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #AcTRyyRUQyEdGTvTeJzfKyVu9nFeu11q { width:50px;height:50px;top:223px;left:169px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OSXdbmlbHGPhJozKrBzatzEFDLWEkoVL { width:401px;height:20px;top:288px;left:169.00006103516px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uauTZPZqsgVVDQU6zGZyTTvJoOhIgI4U { width:338px;height:20px;top:238px;left:219.00006103516px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Cxz7qnNlA2agbD56u5gLTPFkRPvZI1iM { width:738px;height:33px;top:336px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhqO1MfC40v28hSuH4CFDJoBOVbZQxx { width:764px;height:163px;top:387px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QCAp0Org8gxpBMIBPMoV12WWRfdCOmzf { width:551px;height:5px;top:545px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #nC4EAFZE3TTUU8hU0u14GzLhy62UP8u4 { width:50px;height:50px;top:502px;left:625.00006103516px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Fq31hNM0l9Nez5LSxUbhWAUxKMTMlJ62 { width:451px;height:525px;top:600px;left:156.50006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #O4lMTSMcTQ0DntnLgOodolLRuDtgDVkW { top:1031px;left:149.00006103516px;width:466px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8SdI5bkVs56fhPmJT1P3hIMatn7o7F { display:block; }
 }@media only screen and (max-width: 763px) { #ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX { width:149px;height:148px;top:801px;left:155px;display:block; }
 }@media only screen and (max-width: 763px) { #kbsVfzOcBSbO64L37SOnO8wZQUkfHztk { width:80px;height:79px;top:628px;left:439px;display:block; }
 }@media only screen and (max-width: 763px) { #fDgSfwuCdPyo6nyBD10WscEevM07QNum { width:93px;height:92px;top:801px;left:516px;display:block; }
 }@media only screen and (max-width: 763px) { #kpIFlLmmve21JpIogb8FNRCKxqliIUqN { width:93px;height:92px;top:653px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 { display:none; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW { display:block; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwT5DiVSsOShbTfkwQHv3s8mK1CUruvD { width:356px;height:80px;top:44px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #clCAeTk55yO55JqDy55LipivTvQwkvMF { width:238px;height:111px;top:28px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #yelnwVl6NM3eVTTkzntBH8TPBXgL6of2 { width:508px;height:96px;top:143px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NTE2DapTH8IsstiWE0JhIXqu0B1lKqMV { width:407px;height:298px;top:44px;left:357px;display:none; }
 }@media only screen and (max-width: 763px) { #W2ZHDymxW9kh5Rio4RglVQ6bLu8Av3TK { top:281px;left:0px;width:343px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #tkt96Zd9iSvu79rIN6Ovcl1ecb4bQwuR { display:block; }
 }@media only screen and (max-width: 763px) { #w0HZ9htz0G0VXPdTtccOdO24dJs69xHq { width:143px;height:14px;top:16px;left:621px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa { display:block; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y { display:block; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f09099c-5c2f-4f8f-97b7-8299c0a69331/fundooooooo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#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); }#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:320px;height:892px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ANQvNL5gNuDxaqmglOJN4btpENTRLc { width:261px;height:36px;top:109px;left:29.500001907349px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBlA6GtkyXt3SntFm7Ct6MoP74XK8LAT { width:191px;height:72px;top:26px;left:64.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #keedCzA1yZSdSbSbcVSW7IJeTExIZlMT { width:316px;height:316px;top:500.99998474121px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XRSU0yD0rlnTdiUlfOJGg9nD7TxLDde1 { width:30px;height:42px;top:41px;left:245.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #XUOeiu51Rs9yo8SIlvEim3J5WJzI0sPs { width:258px;height:52px;top:164px;left:30.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #AcTRyyRUQyEdGTvTeJzfKyVu9nFeu11q { width:50px;height:50px;top:166px;left:54.000004768372px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OSXdbmlbHGPhJozKrBzatzEFDLWEkoVL { width:320px;height:18.1979px;top:230px;left:0px;font-size:14px;font-family:"montserrat 900";display:block; }
 }@media only screen and (max-width: 763px) { #uauTZPZqsgVVDQU6zGZyTTvJoOhIgI4U { width:190px;height:33.7917px;top:174.09375px;left:86.000004768372px;font-size:13px;font-family:"montserrat 500";display:block; }
 }@media only screen and (max-width: 763px) { #Cxz7qnNlA2agbD56u5gLTPFkRPvZI1iM { width:320px;height:46.7917px;top:265.1875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhqO1MfC40v28hSuH4CFDJoBOVbZQxx { width:320px;height:114.375px;top:327.97916793823px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QCAp0Org8gxpBMIBPMoV12WWRfdCOmzf { width:284px;height:5px;top:439.35417175293px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #nC4EAFZE3TTUU8hU0u14GzLhy62UP8u4 { width:50px;height:50px;top:502px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Fq31hNM0l9Nez5LSxUbhWAUxKMTMlJ62 { width:320px;height:372.5px;top:492px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O4lMTSMcTQ0DntnLgOodolLRuDtgDVkW { top:778.5px;left:17.989583015442px;width:302px;height:73px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8SdI5bkVs56fhPmJT1P3hIMatn7o7F { display:block; }
 }@media only screen and (max-width: 763px) { #ArIrnFlaE4EBN64o7LVQvQTPsXqGCsUX { width:149px;height:148px;top:518px;left:20.000000953674px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kbsVfzOcBSbO64L37SOnO8wZQUkfHztk { width:80px;height:79px;top:731px;left:239.98958301544px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #fDgSfwuCdPyo6nyBD10WscEevM07QNum { width:93px;height:92px;top:724.5px;left:12.000000953674px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kpIFlLmmve21JpIogb8FNRCKxqliIUqN { width:93px;height:92px;top:492px;left:198.50000476837px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 { display:block; }#qhyzmhaWTcsrIIDP2ngKUHvVg9iTxS54 > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW { display:block; }#a7mu4SEyhyZgDBb5flNiwr5Jz49dllhW > .row .container { width:320px;height:424px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwT5DiVSsOShbTfkwQHv3s8mK1CUruvD { width:283px;height:117px;top:11px;left:11px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #clCAeTk55yO55JqDy55LipivTvQwkvMF { width:131px;height:59px;top:80px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #yelnwVl6NM3eVTTkzntBH8TPBXgL6of2 { width:280px;height:147px;top:150px;left:12.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NTE2DapTH8IsstiWE0JhIXqu0B1lKqMV { width:297px;height:216px;top:674px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W2ZHDymxW9kh5Rio4RglVQ6bLu8Av3TK { top:333.1875px;left:19px;width:282px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #tkt96Zd9iSvu79rIN6Ovcl1ecb4bQwuR { display:block; }
 }@media only screen and (max-width: 763px) { #w0HZ9htz0G0VXPdTtccOdO24dJs69xHq { width:143px;height:0;top:2023px;left:105px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa { display:block; }#ieCGoC7fZOGf3n4GEc5lThTTncZgoxTa > .row .container { width:320px;height:16px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y { display:block; }#IGEI2lQTSFaQDmvtofT5X9mSRuk95B9y > .row .container { width:320px;height:405px;position:relative;display:block; } }