.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container { background-color: transparent; background-image: none; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container > .video-iframe-container { display: none; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row > .video-iframe-container { display: none; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .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); }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container { border-width: 0; border-radius: 0; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#mmE8TNFJDk3V5M4UA9OWrtAFy5HUhr64 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:5.25rem;top:1.21875rem;left:27.375rem;overflow:hidden;display:block; }
#CtnznACQbLnHQmZsVrVGef82ySnNUPZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0042;background-image:none;position:relative;display:block; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container { background-color: transparent; background-image: none; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container > .video-iframe-container { display: none; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row > .video-iframe-container { display: none; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .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); }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container { border-width: 0; border-radius: 0; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#WOSHgTQ1XXR4Vz400URoQf78QTSkIvu6 { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:dosis;font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:5.84375rem;left:5.5625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.adaptive-delivery-prevent-bg, #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.lazyload, #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.lazyloading { background-image: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { background-color: transparent; background-image: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container > .video-iframe-container { display: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row > .video-iframe-container { display: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .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); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { border-width: 0; border-radius: 0; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#K1bHPfBEceEB6AXD3mo3CvsmfoHNa463 { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:dosis;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1;letter-spacing:0;top:3.3125rem;left:6.1875rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#t5U1ar96OhD8M5ZXbDhVF5NCPgrXHgEP { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:16.267578125rem;left:14.34375rem;height:7.12403125rem;text-align:center;text-align-last:center;display:block; }
#H73TVVn0TUMVkxNWC3BKfRKHxSNH61Ls { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:3.6875rem;left:48.9375rem;top:12.5625rem;display:block; }
#q28EIrJIXfmgDT1XKmSmTWThEgnheUvC { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:8.8125rem;width:37.0625rem;top:13.9990234375rem;left:11.46875rem;display:block; }
#KH3k6pecZAix7A45gUo3S7eRcS45ANVT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:9.5rem;left:28.375rem;overflow:hidden;display:block; }
#CTpowmeIE44R4bHxwEN1rKxXsnEMdArk { position:absolute;display:block;z-index:99998;background-color:#3200be;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:3rem;width:43.875rem;top:5.8125rem;left:9.3125rem;display:block; }
#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;background-image:none;position:relative;display:block; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container { background-color: transparent; background-image: none; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container > .video-iframe-container { display: none; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row > .video-iframe-container { display: none; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .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); }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container { border-width: 0; border-radius: 0; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .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; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7700fd;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.6325rem;padding-right:0.561875rem;padding-bottom:0.6325rem;padding-left:0.561875rem;display:block;align-items:center;width:3.37125rem;min-width:3.37125rem;height:3.4rem;position:relative;font-family:arial;font-size:2.53rem;font-weight:700;line-height:54.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.395625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.495625rem;height:1.344375rem;position:relative;font-family:arial;font-size:0.94875rem;font-weight:700;line-height:21.51px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:16.5rem;height:6.405rem;padding-top:0.079375rem;padding-right:0.08rem;padding-bottom:0.079375rem;padding-left:0.08rem;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:2.25rem;left:31.5rem;z-index:100000; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #Jm25dw65LTPTEnZ3oDUegSPm6D56cu51 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #UISE0N50qp7xc7xfi9DTAHo9J0CfrNbV { width:auto; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nxOg8QfXCVTAVRbfglRh36QJyhk3WR25 {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #a90fWztqP1RRk03GA03RO34oVGINZvie { display:flex;position:relative;top:0rem;left:0rem; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #G1lNWDgKShKgOElt6uhr1nmwT6XS66IB {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nvANXmGeQGqWuxvtl9yotRMXUGWCNqx1 {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BoonczOrzNI8PAFvC6ixMpgDQ8dqz0u5 { display:flex;position:relative;top:0rem;left:0rem; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #F8TLhXa6XDItPUcNiZk1TC2KtUqqxp2W {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #A7zgV3DoTR5BWqV92ga8pxTdfMm3mFRc {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #ievnS2qiMoSqVhVrnZ1DRtWDtKy9RTxU { display:flex;position:relative;top:0rem;left:0rem; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #xW2yz0TR5Tltt7aA7VhJzawpHII5w5Fg {  }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BrHT42k6hnDMKhmK8xxnlVUHTdvfJmST {  }
#lKVXmnkEbBDUe5mpAVtTDlikVTc5WTLc { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:4.28173828125rem;left:3.9375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container { background-color: transparent; background-image: none; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container > .video-iframe-container { display: none; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row > .video-iframe-container { display: none; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .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); }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container { border-width: 0; border-radius: 0; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container { font-size:0.875rem;font-family:arial;height:118.4375rem;width:60rem;position:relative;display:block; }#bvuDRQMwS4R0zm9zmBP00paX7Znu3Crh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UawWHD4ERRTIHGKZAF499r2Pb5pBTibR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#TLorDc7zoAImInVqqaGnOcOnPygFN000 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:8rem;left:15.34375rem;height:14.87305625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ze58NztEull6Im5tuINDAnetxCGCBNEf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.3125rem;top:2rem;left:28.8125rem;overflow:hidden;display:block; }
#JlpmLWNSRlXPBMf6fO405kTu9whKXn1h { position:absolute;display:block;z-index:99999;background-color:#f3f3f3;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:55.25rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#T0r0t3iTxPx2c8XbBbhwlBqdfX6Ey7MU { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:24.62548828125rem;left:15.34375rem;height:4.8994125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xdueh2MSl3wWRqU2uUKo80dpbiyUeApV { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:31.375rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#biQO8wuOTr4qMEulFT3ktyvEbUNhARlk { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:25rem;width:25rem;top:35.974609375rem;left:17.5rem;overflow:hidden;display:block; }
#x1pZzveQIhOQaHSfggg5RhPwJuQLoIEA { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:63.125rem;left:15.34375rem;height:2.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNqa7l1bL8JHTfKr5PlPnT2ULZB3sRNF { position:absolute;display:block;z-index:100000;background-color:#f3f3f3;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:47.8125rem;width:43.0625rem;top:67.4375rem;left:8.46875rem;display:block; }
#kTE50oKkAGeZkzLT7beqbgJHHn7uMNOE { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:71.4375rem;left:15.34375rem;height:10.41114375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JGRAvNpWtLrodx12dxIxHiOxAGkrqk6W { position:absolute;display:block;z-index:100003;background-color:#680de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:7.0625rem;width:46.6875rem;top:83.5625rem;left:6.65625rem;display:block; }
#GfGXC7PFmy7pOElkD25QL81wXUb2WkwO { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:85.34375rem;left:15.34375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#NS7VyfdDDrK4QP8M9tzgc7Iu5SOJwp4h { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:94.71875rem;left:15.34375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#Vx31PRLBEMI2rf8IFagPOy85DdOB6P6U { position:absolute;display:block;z-index:100003;background-color:#680de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:7.0625rem;width:46.6875rem;top:92.0625rem;left:6.6875rem;display:block; }
#cylSc2yHBoHdOkGkhNKFT7dBpURkJgat { position:absolute;display:block;z-index:100005;background-color:#680de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:7.0625rem;width:46.6875rem;top:101rem;left:6.6875rem;display:block; }
#eFHSfrPMTfiI80wEwdECA52FCtb65b23 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:103.6875rem;left:15.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#B3QkAnEWFAvAKM93H5o9upO6AfO8MwP9 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:110.6875rem;left:15.34375rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container { background-color: transparent; background-image: none; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container > .video-iframe-container { display: none; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row > .video-iframe-container { display: none; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .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); }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container { border-width: 0; border-radius: 0; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#I6anuiyv3qq75pFpv0pBB3CufX1W6FbH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Rg46oPPuiDSS388JlZaipdSoCfgFyhxf { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:12.9990234375rem;left:15.34375rem;height:5.949225rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LtUZoU9mnAo4rqle00SCBDNTxnRi8zSx { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#e9gu8BPp6lxpAuWqyGcTxQwkZ4mH1FHh { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:7.10009765625rem;left:15.34375rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#s266opNrec8aStyxmXZrtmszTX4O3R1N { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:31.375rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZyvVc73bsICpUi7bDmG9aAC3pthDU0ke { position:absolute;display:block;z-index:100003;background-color:#680de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:7.0625rem;width:28.375rem;top:22.125rem;left:15.8125rem;display:block; }
#yOPoWPsM0AtiJsptrKfNHcqs5Kkoazkx { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:24.2685546875rem;left:15.34375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI { position:relative;display:none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI { border-width: 0; border-radius: 0; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#L74NBnW5t2JkCKvbQ1WEKzkXaqSFMudU { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:31.375rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container { background-color: transparent; background-image: none; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container > .video-iframe-container { display: none; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row > .video-iframe-container { display: none; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .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); }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container { border-width: 0; border-radius: 0; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container { font-size:0.875rem;font-family:arial;height:101rem;width:60rem;position:relative;display:block; }#U5LarTWyzKehwCIzW3RiliWRTAKNAfKq { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UDaUzWQ39wfSo32krLVywN1ZgwnfKp6y { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:8rem;left:15.34375rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#g5X4oCmIkRi3NN4TeykK4THEdpKlySID { position:absolute;display:block;z-index:99999;background-color:#f3f3f3;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:48.9375rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#WClh4a0NBQxx3deJXUkDCOm5T6CilnPn { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:12.93798828125rem;left:15.34375rem;height:5.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GyUsu8FDXkEFky2PdXwOXZDD0aveSHZN { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:20.6875rem;left:15.34375rem;height:7.43653125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CrxI7KZlnvpoUmhqm1tioFJD1QoNVNab { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:25rem;width:21.125rem;top:30.162109375rem;left:19.4375rem;overflow:hidden;display:block; }
#F8rcdU1KTaLKFX8eifVIcyLuZAn8ISkn { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:58.125rem;left:15.34375rem;height:4.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpgOhFo3fwnPFThlXz2vicbtDG8VH18y { position:absolute;display:block;z-index:100000;background-color:#f3f3f3;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:19.125rem;width:43.0625rem;top:64.4248046875rem;left:8.46875rem;display:block; }
#o80Pcc72MRTHvUODCh0eHLHShdgN47RT { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:67rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#aXtDT0urELOTcEBqHPqzyToygGlwomQe { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.6875rem;width:21.125rem;top:73.1875rem;left:19.4375rem;overflow:hidden;display:block; }
#AxamHwURKRFfLdMFTprLP20cwhCTbLO5 { display:block;width:37.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:90.8125rem;left:11.40625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container { background-color: transparent; background-image: none; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container > .video-iframe-container { display: none; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row > .video-iframe-container { display: none; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .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); }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container { border-width: 0; border-radius: 0; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#hSgCwXQK4VsMWqeJ7vvrDqN7UWnIZTfp { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#m8R5i5P0iJV70ysnyOTcTz2Lu73TLS9C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#bDB6FUr5ZIfsUhZ7idiAvOfJzhNZEOsZ { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:15.0615234375rem;left:15.34375rem;height:17.847675rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IWXVK5fiOHZ1PzCfy2cx6OBFlETQTqyM { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#h5izH58dEb31pfyclfLFz9X9KaFxTTAE { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:7.41259765625rem;left:15.34375rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy { position:relative;display:none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy { border-width: 0; border-radius: 0; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#M0O4xKqgl2t7btJsqFl4hJxz6iaTdUP1 { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:31.375rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz.adaptive-delivery-prevent-bg, #fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz.lazyload, #fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz.lazyloading { background-image: none; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container { background-color: transparent; background-image: none; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container > .video-iframe-container { display: none; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row > .video-iframe-container { display: none; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .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); }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container { border-width: 0; border-radius: 0; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#p64SnB8tpT00Bs4eGTLny0NTitf2iCoi { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.0625rem;height:9.2607375rem;text-align:right;text-align-last:right;display:block; }
#TV6TnC0vlaFLxElWxOL0m2Pq8qnDeWxN { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:21.625rem;width:21.625rem;top:3.25rem;left:32.1875rem;overflow:hidden;display:block; }
#SR1wg7t21dfIQTc7aHD2MEab0ttMeEbT { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.0625rem;left:11.9375rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#qhfTTtvMfnJNcJ1QnDOkQW7EfkXdoWWR { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:4.25rem;left:6.1875rem;height:3.8994125rem;text-align:right;text-align-last:right;font-style:normal;color:#ffffff;display:block; }
#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c1c1c;background-image:none;position:relative;display:block; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container { background-color: transparent; background-image: none; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container > .video-iframe-container { display: none; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row > .video-iframe-container { display: none; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .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); }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container { border-width: 0; border-radius: 0; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#qiMuNLFeqTTItT27iwT26Nnu3g69tuAM { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#a3eECw0MfrVyTWWJiDFmqXPUsPSE3pEk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:5.0625rem;left:32.125rem;top:0rem;display:none; }
#mFhEuypmttMu6uvh6FgHaB8NSBAEtwNM { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:14.6240234375rem;left:15.34375rem;height:7.43653125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bVQJyPVSG0B5xl37TQPvdXiyL0OTwZqK { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:43.0625rem;top:3.4375rem;left:8.4375rem;display:block; }
#OFwlhq4Wm9yCBSi47BWM2SEvDTuF1PtJ { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:6.91259765625rem;left:15.34375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N03NF3M4oE531KfSUc8TEXUzVQzICSpa { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:26.54248046875rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;color:#ffffff;display:block; }
#Fu6Vc5OTRXW0zQ359SVVquhfvPU8ucqV { position:absolute;display:block;z-index:99999;background-color:#585858;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:7.0625rem;width:32.375rem;top:24.4990234375rem;left:13.5rem;display:block; }
#MfuKky10LWstktN1vCsnnxpZJ768mlNr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container { background-color: transparent; background-image: none; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container > .video-iframe-container { display: none; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row > .video-iframe-container { display: none; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .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); }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container { border-width: 0; border-radius: 0; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#oFJMuhqzfRu01aSz2nMQnFaeykqwmcP3 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SodySVwO0TvaIUFmRNVPrU4SwtXZ1ebt { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:11.25rem;left:15.375rem;height:20.82228125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xvLlr5G2C6fpBuOCTGZxzLGCx0Kc4i04 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:43.0625rem;top:2.5625rem;left:8.5rem;display:block; }
#XGBEA7TkOQyCvQQkhAmGXZ5o5dohKBbP { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:15.375rem;height:1.94970625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#y4dRP1wo5yR2X24MeUbfoJ7igKfa0EHv { z-index:100001;top:36.0625rem;left:13.25rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tbk5yEE6h2PXNGcJ9UvkWLQiVQ18lQz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA { position:relative;display:none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA { border-width: 0; border-radius: 0; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#Esvoz64g2sAlyFH9HDSKO6mfmcnyHJnw { display:block;width:29.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:31.375rem;left:15.34375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ { position:relative;display:none; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ { border-width: 0; border-radius: 0; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#wc4cKI0GpQPWG8UX5TE7RCvbqIrhl40t { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#yQ0nR7GI9S03xTUyHob8cM9KnqqzHBPx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#S1LR4owBKN0rbtJFfaNs5vDpbR1vTsHD { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#DnkfqlUTrPztWTmdzoxkIXTyA71N0RdR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#r5pRxBGMkEphBNOZtBtOtnx80qJiElHh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;height:27.125rem;width:17.125rem;display:none; }
#qBu6uqtdPHIBmJsnPIfGOhMcJvq6Tgv0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:4.5rem;top:23.375rem;left:41.6875rem;display:none; }
#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container { background-color: transparent; background-image: none; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container > .video-iframe-container { display: none; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row > .video-iframe-container { display: none; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .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); }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container { border-width: 0; border-radius: 0; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#vTRK44SyfCyz1UCmwEI5MVmJn1K2e53U { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:7.8125rem;top:2.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#c6ef4iZAx4IAUFgqh16Oh3fvhsvTS5TZ { display:block;width:34.625rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:1.625rem;left:18.0625rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#c0ppS3Wtgsf9RIBT1Cr7VrJnJRZ7tcEo { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.1875rem;left:18.0625rem;display:block; }
#FkbPVt2igV4wT8oWq58NvcekhKbMVELV { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.125rem;left:20rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn { display:block; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmE8TNFJDk3V5M4UA9OWrtAFy5HUhr64 { top:1.1875rem;left:21.25rem;width:5.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtnznACQbLnHQmZsVrVGef82ySnNUPZP { display:block; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOSHgTQ1XXR4Vz400URoQf78QTSkIvu6 { top:5.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 { display:block; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1bHPfBEceEB6AXD3mo3CvsmfoHNa463 { top:3.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5U1ar96OhD8M5ZXbDhVF5NCPgrXHgEP { top:16.25rem;left:8.21875rem;width:32.5625rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H73TVVn0TUMVkxNWC3BKfRKHxSNH61Ls { width:3.6875rem;height:4.5625rem;top:12.5625rem;left:42.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q28EIrJIXfmgDT1XKmSmTWThEgnheUvC { top:13.9375rem;left:5.34375rem;width:37.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH3k6pecZAix7A45gUo3S7eRcS45ANVT { top:9.5rem;left:22.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpowmeIE44R4bHxwEN1rKxXsnEMdArk { top:5.8125rem;left:3.1875rem;width:43.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg { display:block; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .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; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .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; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW { width:13.5rem;height:5.0625rem;display:flex;top:3.3125rem;left:17.125rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #Jm25dw65LTPTEnZ3oDUegSPm6D56cu51 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #UISE0N50qp7xc7xfi9DTAHo9J0CfrNbV {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nxOg8QfXCVTAVRbfglRh36QJyhk3WR25 {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #a90fWztqP1RRk03GA03RO34oVGINZvie { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #G1lNWDgKShKgOElt6uhr1nmwT6XS66IB {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nvANXmGeQGqWuxvtl9yotRMXUGWCNqx1 {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BoonczOrzNI8PAFvC6ixMpgDQ8dqz0u5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #F8TLhXa6XDItPUcNiZk1TC2KtUqqxp2W {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #A7zgV3DoTR5BWqV92ga8pxTdfMm3mFRc {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #ievnS2qiMoSqVhVrnZ1DRtWDtKy9RTxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #xW2yz0TR5Tltt7aA7VhJzawpHII5w5Fg {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BrHT42k6hnDMKhmK8xxnlVUHTdvfJmST {  }
 }@media only screen and (max-width: 763px) { #lKVXmnkEbBDUe5mpAVtTDlikVTc5WTLc { top:4.25rem;left:0rem;width:29.875rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ { display:block; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvuDRQMwS4R0zm9zmBP00paX7Znu3Crh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UawWHD4ERRTIHGKZAF499r2Pb5pBTibR { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLorDc7zoAImInVqqaGnOcOnPygFN000 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze58NztEull6Im5tuINDAnetxCGCBNEf { top:2rem;left:22.6875rem;width:2.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpmLWNSRlXPBMf6fO405kTu9whKXn1h { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:55.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0r0t3iTxPx2c8XbBbhwlBqdfX6Ey7MU { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdueh2MSl3wWRqU2uUKo80dpbiyUeApV { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biQO8wuOTr4qMEulFT3ktyvEbUNhARlk { top:35.9375rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pZzveQIhOQaHSfggg5RhPwJuQLoIEA { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqa7l1bL8JHTfKr5PlPnT2ULZB3sRNF { top:67.4375rem;left:2.34375rem;width:43.0625rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE50oKkAGeZkzLT7beqbgJHHn7uMNOE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGRAvNpWtLrodx12dxIxHiOxAGkrqk6W { top:83.5625rem;left:0.53125rem;width:46.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGXC7PFmy7pOElkD25QL81wXUb2WkwO { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS7VyfdDDrK4QP8M9tzgc7Iu5SOJwp4h { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx31PRLBEMI2rf8IFagPOy85DdOB6P6U { top:92.0625rem;left:0.5625rem;width:46.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cylSc2yHBoHdOkGkhNKFT7dBpURkJgat { top:101rem;left:0.5625rem;width:46.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHSfrPMTfiI80wEwdECA52FCtb65b23 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3QkAnEWFAvAKM93H5o9upO6AfO8MwP9 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz { display:block; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6anuiyv3qq75pFpv0pBB3CufX1W6FbH { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Rg46oPPuiDSS388JlZaipdSoCfgFyhxf { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUZoU9mnAo4rqle00SCBDNTxnRi8zSx { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9gu8BPp6lxpAuWqyGcTxQwkZ4mH1FHh { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s266opNrec8aStyxmXZrtmszTX4O3R1N { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvVc73bsICpUi7bDmG9aAC3pthDU0ke { top:22.125rem;left:9.6875rem;width:28.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOPoWPsM0AtiJsptrKfNHcqs5Kkoazkx { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJK2eWxKs09OF6RPc3szMkBk61hsnKI { display:none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L74NBnW5t2JkCKvbQ1WEKzkXaqSFMudU { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUoVgrde8UzTIESXm63lVS5yESWuWH1Z { display:block; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5LarTWyzKehwCIzW3RiliWRTAKNAfKq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UDaUzWQ39wfSo32krLVywN1ZgwnfKp6y { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5X4oCmIkRi3NN4TeykK4THEdpKlySID { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:48.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClh4a0NBQxx3deJXUkDCOm5T6CilnPn { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyUsu8FDXkEFky2PdXwOXZDD0aveSHZN { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrxI7KZlnvpoUmhqm1tioFJD1QoNVNab { top:30.125rem;left:13.3125rem;width:21.125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rcdU1KTaLKFX8eifVIcyLuZAn8ISkn { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgOhFo3fwnPFThlXz2vicbtDG8VH18y { top:64.375rem;left:2.34375rem;width:43.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o80Pcc72MRTHvUODCh0eHLHShdgN47RT { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXtDT0urELOTcEBqHPqzyToygGlwomQe { top:73.1875rem;left:13.3125rem;width:21.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxamHwURKRFfLdMFTprLP20cwhCTbLO5 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf { display:block; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSgCwXQK4VsMWqeJ7vvrDqN7UWnIZTfp { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #m8R5i5P0iJV70ysnyOTcTz2Lu73TLS9C { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDB6FUr5ZIfsUhZ7idiAvOfJzhNZEOsZ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWXVK5fiOHZ1PzCfy2cx6OBFlETQTqyM { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5izH58dEb31pfyclfLFz9X9KaFxTTAE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy { display:none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0O4xKqgl2t7btJsqFl4hJxz6iaTdUP1 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz { display:block; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p64SnB8tpT00Bs4eGTLny0NTitf2iCoi { top:10.125rem;left:0rem;width:26.1875rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV6TnC0vlaFLxElWxOL0m2Pq8qnDeWxN { top:3.25rem;left:26.0625rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1wg7t21dfIQTc7aHD2MEab0ttMeEbT { top:22.0625rem;left:5.8125rem;width:18.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhfTTtvMfnJNcJ1QnDOkQW7EfkXdoWWR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC { display:block; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiMuNLFeqTTItT27iwT26Nnu3g69tuAM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #a3eECw0MfrVyTWWJiDFmqXPUsPSE3pEk { width:5.0625rem;height:6.375rem;top:0rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFhEuypmttMu6uvh6FgHaB8NSBAEtwNM { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVQJyPVSG0B5xl37TQPvdXiyL0OTwZqK { top:3.4375rem;left:2.3125rem;width:43.0625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFwlhq4Wm9yCBSi47BWM2SEvDTuF1PtJ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N03NF3M4oE531KfSUc8TEXUzVQzICSpa { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu6Vc5OTRXW0zQ359SVVquhfvPU8ucqV { top:24.4375rem;left:7.375rem;width:32.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfuKky10LWstktN1vCsnnxpZJ768mlNr { display:block; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFJMuhqzfRu01aSz2nMQnFaeykqwmcP3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SodySVwO0TvaIUFmRNVPrU4SwtXZ1ebt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvLlr5G2C6fpBuOCTGZxzLGCx0Kc4i04 { top:2.5625rem;left:2.375rem;width:43.0625rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBEA7TkOQyCvQQkhAmGXZ5o5dohKBbP { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dRP1wo5yR2X24MeUbfoJ7igKfa0EHv { top:36.0625rem;left:7.125rem;width:33.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbk5yEE6h2PXNGcJ9UvkWLQiVQ18lQz7 { display:block; }
 }@media only screen and (max-width: 763px) { #HWiCld4iLTczeMhw5EkJz7RTOeedV4gA { display:none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Esvoz64g2sAlyFH9HDSKO6mfmcnyHJnw { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ { display:none; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wc4cKI0GpQPWG8UX5TE7RCvbqIrhl40t { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ0nR7GI9S03xTUyHob8cM9KnqqzHBPx { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #S1LR4owBKN0rbtJFfaNs5vDpbR1vTsHD { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnkfqlUTrPztWTmdzoxkIXTyA71N0RdR { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #r5pRxBGMkEphBNOZtBtOtnx80qJiElHh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBu6uqtdPHIBmJsnPIfGOhMcJvq6Tgv0 { width:4.5625rem;height:5.703125rem;top:23.375rem;left:35.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZURBsxBT6TluDDp1keBlPuDUcfKFbJy { display:none; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vTRK44SyfCyz1UCmwEI5MVmJn1K2e53U { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ef4iZAx4IAUFgqh16Oh3fvhsvTS5TZ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ppS3Wtgsf9RIBT1Cr7VrJnJRZ7tcEo { top:6.1875rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkbPVt2igV4wT8oWq58NvcekhKbMVELV { top:6.125rem;left:13.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn { display:block; }#QLrTTlUi8u6FSsqw2EoBBg65aWdgp3wn > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmE8TNFJDk3V5M4UA9OWrtAFy5HUhr64 { width:3.0625rem;height:1.5625rem;top:0.65625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtnznACQbLnHQmZsVrVGef82ySnNUPZP { display:block; }#CtnznACQbLnHQmZsVrVGef82ySnNUPZP > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOSHgTQ1XXR4Vz400URoQf78QTSkIvu6 { width:20rem;height:2rem;top:4.96875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.adaptive-delivery-prevent-bg, #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.lazyload, #yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2.lazyloading { background-image: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { background-color: transparent; background-image: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container > .video-iframe-container { display: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row > .video-iframe-container { display: none; }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .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); }#yr8Mxsh5IoJtDQORcGETCmlUALSGNSO2 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1bHPfBEceEB6AXD3mo3CvsmfoHNa463 { width:18.1875rem;height:11.25rem;top:3.625rem;left:0.90625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5U1ar96OhD8M5ZXbDhVF5NCPgrXHgEP { width:16.125rem;height:10.5rem;top:22.1875rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H73TVVn0TUMVkxNWC3BKfRKHxSNH61Ls { top:6.4375rem;left:18.213636363636rem;width:1.6875rem;height:2.125rem;z-index:100003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #q28EIrJIXfmgDT1XKmSmTWThEgnheUvC { width:20rem;height:18.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH3k6pecZAix7A45gUo3S7eRcS45ANVT { width:3.25rem;height:3.25rem;top:16.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpowmeIE44R4bHxwEN1rKxXsnEMdArk { width:14.0625rem;height:4.1875rem;top:6.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg { display:block; }#TQ6AOWHU3Py9FBVQQZTyuBQdNSbUTNzg > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .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; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW .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; }
#FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW { width:13.5rem;height:5.0625rem;display:flex;top:8.25rem;left:3.16943359375rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #Jm25dw65LTPTEnZ3oDUegSPm6D56cu51 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #UISE0N50qp7xc7xfi9DTAHo9J0CfrNbV {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nxOg8QfXCVTAVRbfglRh36QJyhk3WR25 {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #a90fWztqP1RRk03GA03RO34oVGINZvie { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #G1lNWDgKShKgOElt6uhr1nmwT6XS66IB {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #nvANXmGeQGqWuxvtl9yotRMXUGWCNqx1 {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BoonczOrzNI8PAFvC6ixMpgDQ8dqz0u5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #F8TLhXa6XDItPUcNiZk1TC2KtUqqxp2W {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #A7zgV3DoTR5BWqV92ga8pxTdfMm3mFRc {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #ievnS2qiMoSqVhVrnZ1DRtWDtKy9RTxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #xW2yz0TR5Tltt7aA7VhJzawpHII5w5Fg {  }
 }@media only screen and (max-width: 763px) { #FsVQRXpgfEGMwcrt7VFrKt2EaUuAGGVW #BrHT42k6hnDMKhmK8xxnlVUHTdvfJmST {  }
 }@media only screen and (max-width: 763px) { #lKVXmnkEbBDUe5mpAVtTDlikVTc5WTLc { width:15rem;height:4rem;top:2.03369140625rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ { display:block; }#TMa3axS0ViLstnTrmbq2ldXNGrVAgffZ > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvuDRQMwS4R0zm9zmBP00paX7Znu3Crh { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UawWHD4ERRTIHGKZAF499r2Pb5pBTibR { top:1.75rem;left:16.5625rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLorDc7zoAImInVqqaGnOcOnPygFN000 { width:17.5rem;height:18rem;top:5.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ze58NztEull6Im5tuINDAnetxCGCBNEf { width:2.3125rem;height:2.1875rem;top:1.75rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpmLWNSRlXPBMf6fO405kTu9whKXn1h { width:20rem;height:38.375rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0r0t3iTxPx2c8XbBbhwlBqdfX6Ey7MU { width:17.4375rem;height:5.25rem;top:24.84375rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xdueh2MSl3wWRqU2uUKo80dpbiyUeApV { width:17.3125rem;height:4.5rem;top:31.65625rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #biQO8wuOTr4qMEulFT3ktyvEbUNhARlk { width:18.1875rem;height:18.1875rem;top:38.28125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pZzveQIhOQaHSfggg5RhPwJuQLoIEA { width:20rem;height:1.75rem;top:59.96875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HNqa7l1bL8JHTfKr5PlPnT2ULZB3sRNF { width:20rem;height:35.5625rem;top:63.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE50oKkAGeZkzLT7beqbgJHHn7uMNOE { width:17.75rem;height:13.5rem;top:65.90625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JGRAvNpWtLrodx12dxIxHiOxAGkrqk6W { width:20rem;height:4.75rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGXC7PFmy7pOElkD25QL81wXUb2WkwO { width:20rem;height:2.125rem;top:82.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NS7VyfdDDrK4QP8M9tzgc7Iu5SOJwp4h { width:20rem;height:1rem;top:87.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Vx31PRLBEMI2rf8IFagPOy85DdOB6P6U { width:20rem;height:2.6875rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cylSc2yHBoHdOkGkhNKFT7dBpURkJgat { width:20rem;height:2.8125rem;top:90.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHSfrPMTfiI80wEwdECA52FCtb65b23 { width:20rem;height:1rem;top:91.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #B3QkAnEWFAvAKM93H5o9upO6AfO8MwP9 { width:18.25rem;height:1.5rem;top:95.9375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz { display:block; }#GQkPDWvnIQZnKSIdxNDwq1JuAk378ACz > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6anuiyv3qq75pFpv0pBB3CufX1W6FbH { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rg46oPPuiDSS388JlZaipdSoCfgFyhxf { width:17.5rem;height:7.5rem;top:14.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LtUZoU9mnAo4rqle00SCBDNTxnRi8zSx { width:20rem;height:38.375rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9gu8BPp6lxpAuWqyGcTxQwkZ4mH1FHh { width:17.4375rem;height:7rem;top:5.65625rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s266opNrec8aStyxmXZrtmszTX4O3R1N { width:17.3125rem;height:6rem;top:31.65625rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvVc73bsICpUi7bDmG9aAC3pthDU0ke { width:20rem;height:4.75rem;top:24.4375rem;left:0rem;background-color:#3c0de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yOPoWPsM0AtiJsptrKfNHcqs5Kkoazkx { width:20rem;height:2rem;top:25.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HCJK2eWxKs09OF6RPc3szMkBk61hsnKI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fc735c89-784b-4849-b70c-809ab8854cce/GYMFREAK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI.adaptive-delivery-prevent-bg, #HCJK2eWxKs09OF6RPc3szMkBk61hsnKI.lazyload, #HCJK2eWxKs09OF6RPc3szMkBk61hsnKI.lazyloading { background-image: none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container { background-color: transparent; background-image: none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container > .video-iframe-container { display: none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row > .video-iframe-container { display: none; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .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); }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container { border-width: 0; border-radius: 0; }#HCJK2eWxKs09OF6RPc3szMkBk61hsnKI > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L74NBnW5t2JkCKvbQ1WEKzkXaqSFMudU { width:17.3125rem;height:1.7998rem;top:17.625rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:.9;z-index:100002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TUoVgrde8UzTIESXm63lVS5yESWuWH1Z { display:block; }#TUoVgrde8UzTIESXm63lVS5yESWuWH1Z > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5LarTWyzKehwCIzW3RiliWRTAKNAfKq { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UDaUzWQ39wfSo32krLVywN1ZgwnfKp6y { width:17.5rem;height:3rem;top:5.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g5X4oCmIkRi3NN4TeykK4THEdpKlySID { width:20rem;height:38.375rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClh4a0NBQxx3deJXUkDCOm5T6CilnPn { width:17.4375rem;height:8.75rem;top:10.21875rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GyUsu8FDXkEFky2PdXwOXZDD0aveSHZN { width:17.3125rem;height:10.5rem;top:20.78125rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CrxI7KZlnvpoUmhqm1tioFJD1QoNVNab { width:15.375rem;height:18.1875rem;top:33.96875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rcdU1KTaLKFX8eifVIcyLuZAn8ISkn { width:20rem;height:5.25rem;top:55.21875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KpgOhFo3fwnPFThlXz2vicbtDG8VH18y { width:20rem;height:19.25rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o80Pcc72MRTHvUODCh0eHLHShdgN47RT { width:17.75rem;height:4.5rem;top:64.4375rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aXtDT0urELOTcEBqHPqzyToygGlwomQe { width:20rem;height:13.905325443787rem;top:70.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxamHwURKRFfLdMFTprLP20cwhCTbLO5 { width:20rem;height:8.75rem;top:87.56103515625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf { display:block; }#Vv8MKxRGD9xogxFTxZP8RbQa6mQgBXMf > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSgCwXQK4VsMWqeJ7vvrDqN7UWnIZTfp { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m8R5i5P0iJV70ysnyOTcTz2Lu73TLS9C { top:9.25rem;left:14.375rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bDB6FUr5ZIfsUhZ7idiAvOfJzhNZEOsZ { width:17.5rem;height:27rem;top:13rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IWXVK5fiOHZ1PzCfy2cx6OBFlETQTqyM { width:20rem;height:38.375rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5izH58dEb31pfyclfLFz9X9KaFxTTAE { width:17.4375rem;height:5.25rem;top:5.65625rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/767cc3a3-5000-47ac-8a26-3e18efdd08c0/Laugh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy.adaptive-delivery-prevent-bg, #EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy.lazyload, #EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy.lazyloading { background-image: none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container { background-color: transparent; background-image: none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container > .video-iframe-container { display: none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row > .video-iframe-container { display: none; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .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); }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container { border-width: 0; border-radius: 0; }#EzGmDT2fZxUTHQMXC7JUmoOlzka0rMMy > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0O4xKqgl2t7btJsqFl4hJxz6iaTdUP1 { width:17.3125rem;height:1.7998rem;top:17.625rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:.9;z-index:100002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz { display:block; }#fiEnNeKk7PxEv1JbnfkITEJyPoNdfObz > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p64SnB8tpT00Bs4eGTLny0NTitf2iCoi { width:20rem;height:10.5rem;top:10.625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV6TnC0vlaFLxElWxOL0m2Pq8qnDeWxN { width:20rem;height:20rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1wg7t21dfIQTc7aHD2MEab0ttMeEbT { width:20rem;height:1.3125rem;top:45.3125rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhfTTtvMfnJNcJ1QnDOkQW7EfkXdoWWR { width:20rem;height:5.25rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC { display:block; }#kbb97lz3T2RXsIvhDT7A9ticZKHrrsTC > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiMuNLFeqTTItT27iwT26Nnu3g69tuAM { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a3eECw0MfrVyTWWJiDFmqXPUsPSE3pEk { top:7.375rem;left:16.5625rem;width:3.4375rem;height:4.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mFhEuypmttMu6uvh6FgHaB8NSBAEtwNM { width:17.5rem;height:12rem;top:11.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bVQJyPVSG0B5xl37TQPvdXiyL0OTwZqK { width:20rem;height:28.0625rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFwlhq4Wm9yCBSi47BWM2SEvDTuF1PtJ { width:17.4375rem;height:3.5rem;top:5.65625rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N03NF3M4oE531KfSUc8TEXUzVQzICSpa { width:16.375rem;height:3.65625rem;top:27.0625rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fu6Vc5OTRXW0zQ359SVVquhfvPU8ucqV { width:17.625rem;height:7.0625rem;top:25.375rem;left:1.1875rem;background-color:#3c0de3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MfuKky10LWstktN1vCsnnxpZJ768mlNr { display:block; }#MfuKky10LWstktN1vCsnnxpZJ768mlNr > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFJMuhqzfRu01aSz2nMQnFaeykqwmcP3 { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SodySVwO0TvaIUFmRNVPrU4SwtXZ1ebt { width:17.5rem;height:27rem;top:12.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xvLlr5G2C6fpBuOCTGZxzLGCx0Kc4i04 { width:20rem;height:42.1875rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBEA7TkOQyCvQQkhAmGXZ5o5dohKBbP { width:17.4375rem;height:3.5rem;top:5.65625rem;left:1.28125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y4dRP1wo5yR2X24MeUbfoJ7igKfa0EHv { top:42.90625rem;left:0rem;width:20rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbk5yEE6h2PXNGcJ9UvkWLQiVQ18lQz7 { display:block; }
 }@media only screen and (max-width: 763px) { #HWiCld4iLTczeMhw5EkJz7RTOeedV4gA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebc5db90-5e43-4899-9d53-745f0c4868f7/DSC0224121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA.adaptive-delivery-prevent-bg, #HWiCld4iLTczeMhw5EkJz7RTOeedV4gA.lazyload, #HWiCld4iLTczeMhw5EkJz7RTOeedV4gA.lazyloading { background-image: none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container { background-color: transparent; background-image: none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container > .video-iframe-container { display: none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row > .video-iframe-container { display: none; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .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); }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container { border-width: 0; border-radius: 0; }#HWiCld4iLTczeMhw5EkJz7RTOeedV4gA > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Esvoz64g2sAlyFH9HDSKO6mfmcnyHJnw { width:17.3125rem;height:1.7998rem;top:22.1875rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:.9;z-index:100002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container { background-color: transparent; background-image: none; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container > .video-iframe-container { display: none; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row > .video-iframe-container { display: none; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .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); }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container { border-width: 0; border-radius: 0; }#QdhRVG4rgEdZy4A5rSPv5GKmvg7LTPsQ > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc4cKI0GpQPWG8UX5TE7RCvbqIrhl40t { width:12.875rem;height:2.875rem;top:3.125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0nR7GI9S03xTUyHob8cM9KnqqzHBPx { top:0rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S1LR4owBKN0rbtJFfaNs5vDpbR1vTsHD { width:20rem;height:6rem;top:8rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.5;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #DnkfqlUTrPztWTmdzoxkIXTyA71N0RdR { top:49.875rem;left:3.75rem;width:12.5rem;height:0.375rem;z-index:100006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r5pRxBGMkEphBNOZtBtOtnx80qJiElHh { top:16.5625rem;left:0.65625rem;width:18.3125rem;height:29.1875rem;z-index:100010;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0rem #6647f6 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qBu6uqtdPHIBmJsnPIfGOhMcJvq6Tgv0 { top:12.5625rem;left:15.65625rem;width:3.75rem;height:4.6875rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mZURBsxBT6TluDDp1keBlPuDUcfKFbJy { display:block; }#mZURBsxBT6TluDDp1keBlPuDUcfKFbJy > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTRK44SyfCyz1UCmwEI5MVmJn1K2e53U { width:7.8125rem;height:3.9375rem;top:2.125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ef4iZAx4IAUFgqh16Oh3fvhsvTS5TZ { width:17.8125rem;height:6.1875rem;top:9.0625rem;left:1.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c0ppS3Wtgsf9RIBT1Cr7VrJnJRZ7tcEo { top:17.8125rem;left:8rem;width:2rem;height:2rem;z-index:100009;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FkbPVt2igV4wT8oWq58NvcekhKbMVELV { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:100010;font-size:1.4375rem;color:#ffffff;display:block; }
 }