.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:#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5bdc0c5-5e15-439a-80da-79df94d6c4cf/AvonNewVisualIDGradientsRGB.jpg");background-position: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); }#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:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#M1mOg8lyKBZfCFBzF6mTO4Rfw5ylcapI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:31.25rem;top:2.5625rem;left:21.875rem;overflow:hidden;display:block; }
#zTlL5DNni7Rgf9oeNvMWgyXhLI1TAWIx { position:absolute;display:block;z-index:100001;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;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;height:22.25rem;width:48.25rem;top:11.375rem;left:13.375rem;display:block; }
#RmTSMEHoz92c5KePDTg1SnlCFtMDwqW9 { color:#c8009e;display:block;width:37.1875rem;position:absolute;font-family:"zona pro avon";font-size:2.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:18.9375rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9KpScfpQHmeQUHarlR4Al9iSXlnynCi { color:#c8009e;display:block;width:43.6875rem;position:absolute;font-family:"zona pro avon";font-size:1.6875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:20.4619140625rem;left:15.65625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gEPqgxDqWyDEW4T8SA3QRmnQfpmNtFTU { color:#c8009e;display:block;width:37.1875rem;position:absolute;font-family:"zona pro avon";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:24.9375rem;left:18.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wm8kt3f5uk3TmpnOUBhundIbsxIrTQdk { color:#c8009e;display:block;width:5.125rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:41.75rem;left:24.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MFI7XX0BEppkrE6xf9vcxGS89C8F5v9i { color:#c8009e;display:block;width:5.125rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:41.75rem;left:31.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LtCWVWlaeASl4JJW40vwzcF6uDnmqoVu { color:#c8009e;display:block;width:5.125rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:41.75rem;left:38.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F5NtfaEEB68gE8pVg7cUEwR5gDrVT6oh { color:#c8009e;display:block;width:5.125rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:41.75rem;left:45rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dgETGy5UdnERduVyvLIbZptDM25c2ps7 { color:#c8009e;display:block;width:7.4375rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ohU5qIVW0SplTO8hudtBb8geAkh4rb0V { position:absolute;display:block;z-index:100009;background-color:#c0c0c0;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:26.25rem;top:43.1875rem;left:24.4375rem;display:none; }
#LlGCTNePyoeC3W7WeQBh1knFZNIgKSnM { color:#c8009e;display:block;width:7.4375rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:43.5625rem;left:30.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tNNiqSw9LDZTpAUG95qEaEtJlusMExE8 { position:absolute;display:block;z-index:100010;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:0.0625rem;top:43.1875rem;left:30.75rem;display:none; }
#rFFm7bXwfxTI96awaUfErPgUHqDDPT4B { position:absolute;display:block;z-index:100011;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:0.0625rem;top:43.1875rem;left:37.375rem;display:none; }
#Nvm7vlBy954N036zT2soURMofJmJgrb7 { color:#c8009e;display:block;width:7.4375rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:43.5625rem;left:37.125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EHUPkwPyGxXniHZ5sb2bTcvqfp7740sN { color:#c8009e;display:block;width:7.4375rem;position:absolute;font-family:"zona pro avon";font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:43.5625rem;left:43.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iqK5cTNcxL04pFlC5Oo5n7CzZV9AJkSz { position:absolute;display:block;z-index:100012;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:0.0625rem;top:43.1875rem;left:44.3125rem;display:none; }
#NT34d4lhVSFrLGsfGyaf5Ez1HwGoD3aq { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e82f89;border-left:0.0625rem solid #e82f89;border-right:0.0625rem solid #e82f89;border-bottom:0.0625rem solid #e82f89;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(40,40,40,0.5) ;box-sizing:border-box;color:#e82f89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zona pro avon";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:27.4375rem;left:29.1875rem;display:block; }
#gy8D7VC48RcUcUXPBXeaFws73Ll9hxiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.753125rem;padding-right:0.675625rem;padding-bottom:0.753125rem;padding-left:0.675625rem;display:block;align-items:center;width:4.053125rem;min-width:4.053125rem;height:4.04625rem;position:relative;font-family:arial;font-size:3.01125rem;font-weight:400;line-height:64.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-label { background-color:;background-image:none;color:#c8009e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.470625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.404375rem;height:1.599375rem;position:relative;font-family:"zona pro avon";font-size:1.13rem;font-weight:300;line-height:25.59px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:25.5rem;height:7.625rem;padding-top:0.94125rem;padding-right:0.965rem;padding-bottom:0.94125rem;padding-left:0.965rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.62060546875rem;left:23.7841796875rem;z-index:100013;display:none; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #y2fhwPLyPDXA8ZENf2dKSDAeD7y0BGg2 { display:flex;position:relative;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #yTVTbKNHyLqNuEDbJhPAw5XC0VGRCuhy { width:auto; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GOc3vZIvDtvIODZouiFzohXu1e3pdo3T {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #tqJWnciqHrdT8IKiuUh8qtXHGGrdcGI4 { display:flex;position:relative;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #iRu9t98hO8eKNVQNvuzJtP2KNRUxTaAk {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #oGmc5UeK54sIrJCbJlqUzd76kUnQl31x {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #RUy12k3SSd6odgs8IcUy8fNTa4BTGHKX { display:flex;position:relative;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GwfozLFkoHSC8afAlCfNazJOBCrTVrqw {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #bKiSSolSI280kBftWsnUC7XfgzftKHT4 {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #dKN1ruTPN1CbW4df0lxS80eX5r72ostn { display:flex;position:relative;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #rahUCAT8Q65yfeCx4LepJJPEPGQRL365 {  }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m #WsCrFzc43lfQ1uO5BAHCoEPCz0R8kzAc {  }
#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek { position:relative;display:block; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek { background-color: transparent; background-image: none; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row .container > .video-iframe-container { display: none; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row > .video-iframe-container { display: none; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .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); }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek { border-width: 0; border-radius: 0; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row .container > .video-iframe-container {  }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .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:42.4375rem;width:75rem;position:relative;display:block; }#xXpvxGWZNCeoXTATPnSqfNVPzh6hz9vM { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -moz-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -ms-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -o-linear-gradient(180deg, #e82f89, #a82fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82f89', endColorstr='#a82fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82f89', endColorstr='#a82fe8' );";background-image: linear-gradient(180deg, #e82f89, #a82fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;height:2.9375rem;width:20.9375rem;top:2.5rem;left:0.6875rem;display:block; }
#SLHCTTNmBTkUp2vThwwt9E7hFfsF1ekG { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"zona pro avon";font-size:1.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:5.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3NSroge8vecHgZy5TsARomomkEipdcK { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e82f89;border-left:0.0625rem solid #e82f89;border-right:0.0625rem solid #e82f89;border-bottom:0.0625rem solid #e82f89;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(40,40,40,0.5) ;box-sizing:border-box;color:#e82f89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"zona pro avon";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.53125rem;left:10.5rem;display:none; }
#APa6UdVEAnDle2iNy51p3i2MVPrukBJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gyiUsTbysJGKGO2tMxWPml1k30fhMsKR { position:absolute;display:block;z-index:100008;height:22.4375rem;width:40.625rem;top:6.09375rem;left:0rem;display:block; }
#DS0Mq6bJU5cxiFw1Z6b5FBGv3bDO6t0B { position:absolute;display:block;z-index:100007;height:32.875rem;width:36.125rem;top:6.09375rem;left:38.875rem;display:block; }
#W30z6TFeertLm8QsMMCH7pB0Fzt6kP7c { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"zona pro avon";font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.0625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNvRe6ED2dPZaVGUi0fJLQJieRO8s2Bt { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -moz-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -ms-linear-gradient(180deg, #e82f89, #a82fe8);background-image: -o-linear-gradient(180deg, #e82f89, #a82fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82f89', endColorstr='#a82fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82f89', endColorstr='#a82fe8' );";background-image: linear-gradient(180deg, #e82f89, #a82fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;height:1.8125rem;width:13.4375rem;top:3.375rem;left:50.1875rem;display:block; }
#RlApCKiVGDbpX38WvcBl8lfagFOooKUJ { position:absolute;display:block;z-index:100007;height:32.875rem;width:36.125rem;top:5.0625rem;left:38.4375rem;display:none; }
#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG { position:relative;display:none; }#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG { border-width: 0; border-radius: 0; }#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG > .row .container > .video-iframe-container {  }#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG > .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:40.5rem;width:75rem;position:relative;display:none; }#WK29pa6IxKTJnn0zl1CUPMOGocZxO07p { position:absolute;display:block;z-index:100008;height:32.875rem;width:71.25rem;top:2.1875rem;left:1.375rem;display:none; }
#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz { background-color:#333333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container { background-color: transparent; background-image: none; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container > .video-iframe-container { display: none; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row > .video-iframe-container { display: none; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .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); }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container { border-width: 0; border-radius: 0; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row > .video-iframe-container {  }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nQBonsOcl4E7QZDFJqKqDwRG5mBzsqvT { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.9375rem;height:2.11230625rem;display:block; }
#QRcvzqCMRwqAB7ySN0TgD1zIfV6AEElK { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"hsbc bien";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:24.40625rem;height:0.9746125rem;display:block; }
#JRF19a2SHkEVPJ63wegANzI0rrITIRDx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:12.5rem;top:0.9375rem;left:7.9375rem;overflow:hidden;display:block; }
#UrHqZpo9r2UCa85f8ra8xdXGPGAGSq3U { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.125rem;left:44.1875rem;height:2.11230625rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1mOg8lyKBZfCFBzF6mTO4Rfw5ylcapI { top:2.5625rem;left:8.25rem;width:31.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTlL5DNni7Rgf9oeNvMWgyXhLI1TAWIx { top:11.375rem;left:0rem;width:47.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTSMEHoz92c5KePDTg1SnlCFtMDwqW9 { top:13.4375rem;left:5.3125rem;width:37.1875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KpScfpQHmeQUHarlR4Al9iSXlnynCi { top:20.4375rem;left:2.03125rem;width:43.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEPqgxDqWyDEW4T8SA3QRmnQfpmNtFTU { top:24.9375rem;left:5.3125rem;width:37.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm8kt3f5uk3TmpnOUBhundIbsxIrTQdk { top:41.75rem;left:11.0625rem;width:5.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFI7XX0BEppkrE6xf9vcxGS89C8F5v9i { top:41.75rem;left:17.75rem;width:5.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtCWVWlaeASl4JJW40vwzcF6uDnmqoVu { top:41.75rem;left:24.625rem;width:5.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5NtfaEEB68gE8pVg7cUEwR5gDrVT6oh { top:41.75rem;left:31.375rem;width:5.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgETGy5UdnERduVyvLIbZptDM25c2ps7 { top:43.5625rem;left:10rem;width:7.4375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohU5qIVW0SplTO8hudtBb8geAkh4rb0V { top:43.1875rem;left:10.8125rem;width:26.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGCTNePyoeC3W7WeQBh1knFZNIgKSnM { top:43.5625rem;left:16.625rem;width:7.4375rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNNiqSw9LDZTpAUG95qEaEtJlusMExE8 { top:43.1875rem;left:17.125rem;width:0.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFFm7bXwfxTI96awaUfErPgUHqDDPT4B { top:43.1875rem;left:23.75rem;width:0.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvm7vlBy954N036zT2soURMofJmJgrb7 { top:43.5625rem;left:23.5rem;width:7.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUPkwPyGxXniHZ5sb2bTcvqfp7740sN { top:43.5625rem;left:30.3125rem;width:7.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqK5cTNcxL04pFlC5Oo5n7CzZV9AJkSz { top:43.1875rem;left:30.6875rem;width:0.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT34d4lhVSFrLGsfGyaf5Ez1HwGoD3aq { width:16.625rem;height:3rem;top:27.4375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8D7VC48RcUcUXPBXeaFws73Ll9hxiu { display:block; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m { display:flex;width:18rem;height:5.0625rem;top:31.1875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #y2fhwPLyPDXA8ZENf2dKSDAeD7y0BGg2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #yTVTbKNHyLqNuEDbJhPAw5XC0VGRCuhy {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GOc3vZIvDtvIODZouiFzohXu1e3pdo3T {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #tqJWnciqHrdT8IKiuUh8qtXHGGrdcGI4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #iRu9t98hO8eKNVQNvuzJtP2KNRUxTaAk {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #oGmc5UeK54sIrJCbJlqUzd76kUnQl31x {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #RUy12k3SSd6odgs8IcUy8fNTa4BTGHKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GwfozLFkoHSC8afAlCfNazJOBCrTVrqw {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #bKiSSolSI280kBftWsnUC7XfgzftKHT4 {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #dKN1ruTPN1CbW4df0lxS80eX5r72ostn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #rahUCAT8Q65yfeCx4LepJJPEPGQRL365 {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #WsCrFzc43lfQ1uO5BAHCoEPCz0R8kzAc {  }
 }@media only screen and (max-width: 763px) { #muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek { display:block; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXpvxGWZNCeoXTATPnSqfNVPzh6hz9vM { top:2.5rem;left:0rem;width:20.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHCTTNmBTkUp2vThwwt9E7hFfsF1ekG { top:2.9375rem;left:0rem;width:11.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3NSroge8vecHgZy5TsARomomkEipdcK { width:16.625rem;height:3rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APa6UdVEAnDle2iNy51p3i2MVPrukBJo { display:block; }
 }@media only screen and (max-width: 763px) { #gyiUsTbysJGKGO2tMxWPml1k30fhMsKR { top:6.0625rem;left:0rem;width:40.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0Mq6bJU5cxiFw1Z6b5FBGv3bDO6t0B { top:6.0625rem;left:11.625rem;width:36.125rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W30z6TFeertLm8QsMMCH7pB0Fzt6kP7c { top:3.25rem;left:36rem;width:11.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvRe6ED2dPZaVGUi0fJLQJieRO8s2Bt { top:3.375rem;left:34.3125rem;width:13.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlApCKiVGDbpX38WvcBl8lfagFOooKUJ { top:5.0625rem;left:11.625rem;width:36.125rem;height:32.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG { display:block; }#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK29pa6IxKTJnn0zl1CUPMOGocZxO07p { top:2.1875rem;left:0rem;width:47.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz { display:block; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQBonsOcl4E7QZDFJqKqDwRG5mBzsqvT { top:4.125rem;left:0rem;width:21.4375rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRcvzqCMRwqAB7ySN0TgD1zIfV6AEElK { top:7.8125rem;left:10.78125rem;width:26.1875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRF19a2SHkEVPJ63wegANzI0rrITIRDx { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHqZpo9r2UCa85f8ra8xdXGPGAGSq3U { top:4.125rem;left:26.3125rem;width:21.4375rem;height:2rem;font-size:0.6875rem;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:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1mOg8lyKBZfCFBzF6mTO4Rfw5ylcapI { width:12.5rem;height:3.0625rem;top:0.82373046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTlL5DNni7Rgf9oeNvMWgyXhLI1TAWIx { width:20rem;height:15.125rem;top:4.3125rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTSMEHoz92c5KePDTg1SnlCFtMDwqW9 { width:20rem;height:3.57421875rem;top:5.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KpScfpQHmeQUHarlR4Al9iSXlnynCi { width:18.5rem;height:1.3808625rem;top:9.625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEPqgxDqWyDEW4T8SA3QRmnQfpmNtFTU { width:20rem;height:1.05615rem;top:12.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm8kt3f5uk3TmpnOUBhundIbsxIrTQdk { width:3.5625rem;height:1.05615rem;top:23.1875rem;left:0.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFI7XX0BEppkrE6xf9vcxGS89C8F5v9i { width:3.1875rem;height:1.05615rem;top:23.1875rem;left:5.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtCWVWlaeASl4JJW40vwzcF6uDnmqoVu { width:3.25rem;height:1.05615rem;top:23.1875rem;left:10.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5NtfaEEB68gE8pVg7cUEwR5gDrVT6oh { width:2.9375rem;height:1.05615rem;top:23.1875rem;left:16.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgETGy5UdnERduVyvLIbZptDM25c2ps7 { width:5rem;height:4.2246rem;top:24.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohU5qIVW0SplTO8hudtBb8geAkh4rb0V { width:20rem;height:0.0625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlGCTNePyoeC3W7WeQBh1knFZNIgKSnM { width:4.75rem;height:5.28075rem;top:24.625rem;left:5.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNNiqSw9LDZTpAUG95qEaEtJlusMExE8 { width:0.0625rem;height:5.625rem;top:24.25rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFFm7bXwfxTI96awaUfErPgUHqDDPT4B { width:0.0625rem;height:5.625rem;top:24.3125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nvm7vlBy954N036zT2soURMofJmJgrb7 { width:5.6875rem;height:3.16845625rem;top:24.625rem;left:9.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHUPkwPyGxXniHZ5sb2bTcvqfp7740sN { width:4.5rem;height:2.1123rem;top:24.625rem;left:15.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqK5cTNcxL04pFlC5Oo5n7CzZV9AJkSz { width:0.0625rem;height:5.625rem;top:24.25rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT34d4lhVSFrLGsfGyaf5Ez1HwGoD3aq { width:12.3125rem;height:2.375rem;top:14.25rem;left:3.875rem;font-size:1rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(40,40,40,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gy8D7VC48RcUcUXPBXeaFws73Ll9hxiu { display:block; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-number { padding-top:0.428125rem;padding-right:0.379375rem;padding-bottom:0.428125rem;padding-left:0.379375rem;width:2.2775rem;min-width:2.2775rem;height:2.3rem;font-size:1.711875rem;line-height:36.8px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2675rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.03625rem;height:0.909375rem;font-size:0.641875rem;line-height:14.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xFChkTc94tIuwouP6BnNMuaSFzUBS32m { display:flex;width:15.625rem;height:4.375rem;top:11.55517578125rem;left:1.35009765625rem;padding-top:0.805625rem;padding-right:0.836875rem;padding-bottom:0.805625rem;padding-left:0.836875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #y2fhwPLyPDXA8ZENf2dKSDAeD7y0BGg2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #yTVTbKNHyLqNuEDbJhPAw5XC0VGRCuhy {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GOc3vZIvDtvIODZouiFzohXu1e3pdo3T {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #tqJWnciqHrdT8IKiuUh8qtXHGGrdcGI4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #iRu9t98hO8eKNVQNvuzJtP2KNRUxTaAk {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #oGmc5UeK54sIrJCbJlqUzd76kUnQl31x {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #RUy12k3SSd6odgs8IcUy8fNTa4BTGHKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #GwfozLFkoHSC8afAlCfNazJOBCrTVrqw {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #bKiSSolSI280kBftWsnUC7XfgzftKHT4 {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #dKN1ruTPN1CbW4df0lxS80eX5r72ostn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #rahUCAT8Q65yfeCx4LepJJPEPGQRL365 {  }
 }@media only screen and (max-width: 763px) { #xFChkTc94tIuwouP6BnNMuaSFzUBS32m #WsCrFzc43lfQ1uO5BAHCoEPCz0R8kzAc {  }
 }@media only screen and (max-width: 763px) { #muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek { display:block; }#muGo2a9Ut4yaxCrKDBZVStZT0zmlfcek > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXpvxGWZNCeoXTATPnSqfNVPzh6hz9vM { width:12.8125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHCTTNmBTkUp2vThwwt9E7hFfsF1ekG { width:10.6875rem;height:1.70605625rem;top:1.5rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3NSroge8vecHgZy5TsARomomkEipdcK { width:11.5rem;height:2.3125rem;top:16.3125rem;left:4.25rem;font-size:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(40,40,40,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #APa6UdVEAnDle2iNy51p3i2MVPrukBJo { display:block; }
 }@media only screen and (max-width: 763px) { #gyiUsTbysJGKGO2tMxWPml1k30fhMsKR { width:20rem;height:11.5rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0Mq6bJU5cxiFw1Z6b5FBGv3bDO6t0B { width:20rem;height:52.625rem;top:20.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W30z6TFeertLm8QsMMCH7pB0Fzt6kP7c { width:8.3125rem;height:0;top:17.375rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNvRe6ED2dPZaVGUi0fJLQJieRO8s2Bt { width:9.1875rem;height:1.5625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlApCKiVGDbpX38WvcBl8lfagFOooKUJ { width:20rem;height:79.4375rem;top:20.9375rem;left:0rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG { display:block; }#hmLgO5bJKArt0sc00FkSl5WGLbAWaAyG > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK29pa6IxKTJnn0zl1CUPMOGocZxO07p { width:20rem;height:35.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz { display:block; }#cakdRAFptLDxkx7FiqFNZQhZqhoIeGZz > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQBonsOcl4E7QZDFJqKqDwRG5mBzsqvT { width:20rem;height:1.7871125rem;top:3.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRcvzqCMRwqAB7ySN0TgD1zIfV6AEElK { width:20rem;height:0.73095625rem;top:6.8125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRF19a2SHkEVPJ63wegANzI0rrITIRDx { width:9.375rem;height:1.1875rem;top:1.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHqZpo9r2UCa85f8ra8xdXGPGAGSq3U { width:20rem;height:1.7871125rem;top:8.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }