.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc { position:relative;display:none; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc { border-width: 0; border-radius: 0; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ObWRPIKsMtW1xCyLhl8vQE44LFP0rwOT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.25rem;display:none; }
#e9Nlfv5TN3uJepEHBXDZTqwT9xHoBd6O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.875rem;left:7.6875rem;display:none; }
#oSxTaZEvt2ko3HHwVbGUenUiLR8kTeGb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hDe2nwb3aoCSEnvkuGXctFZ3CWKrmpZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.adaptive-delivery-prevent-bg, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyload, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyloading { background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { background-color: transparent; background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { border-width: 0; border-radius: 0; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { color:#424242;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.873756408691rem;left:3.9985790252686rem;height:10.240875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { 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.0625rem solid #424242;border-left:0.0625rem solid #424242;border-right:0.0625rem solid #424242;border-bottom:0.0625rem solid #424242;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1868125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.372867584229rem;left:3.9976921081543rem;display:none; }
#J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRafonVOkewVLiIFbWEtcvC681Aevc4S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:none; }
#qKpLKtk7FEPsqNTu4Xv1gutgVZoCTIEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.3125rem;width:43.9375rem;display:none; }
#ixVLwSdScyupgFkgXEHmLirBBMmDImeG { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qn6h8unM9oup2gdSTptWbehMXpQsSSKw { color:#424242;display:block;width:37.4370625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:3.9994659423828rem;height:10.232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rqqrUGoXsxWbQBbzbXVH2EsQ5xlf1TLr { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.1845703125rem;left:4.37109375rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#rpBmMCdeQOddEB04Dtb2TwCBBRLzPTzO { z-index:15004;top:35.3125rem;left:4.77734375rem;background-color:#8cc63f;background-image:none;border-top:0.0625rem solid #424242;border-left:0.0625rem solid #424242;border-right:0.0625rem solid #424242;border-bottom:0.0625rem solid #424242;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.75rem 0.75rem rgba(0,0,0,0.25) ;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#APU23cfnR6QAd1Iw9opPGVN1tm5MiJrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 > .row .container { border-width: 0; border-radius: 0; }#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:none; }#Cxb7mOx3899e4TeBlRw5ewRQiHXLK2Gu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.6875rem;width:53rem;top:2.4375rem;left:11rem;display:block; }
#Bgcb4JhfuTKFTJZ6PTq28OXHJmkcTeg7 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.621125rem;height:2.93359375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.19140625rem;left:28.6884765625rem;display:block; }
#IP3JAQgyzeavlAWDk0EZuM0LWTNvqWDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAFic18FE5wX1eHKuUCLEgTEio5nSBkg { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.78125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#yLxqDoO9nczce6otnWtDKXgTr21wwxpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO.adaptive-delivery-prevent-bg, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyload, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyloading { background-image: none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { border-width: 0; border-radius: 0; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#Pfov2GSlhm7mCoxEBF3XpA1qVCcwiFrt { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9634375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BAeMRakgzEU2TOA2tp0LTqQKKBu5kiGq { color:#424242;display:block;width:37.4370625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:3.9994659423828rem;height:10.232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZPhCoRKFShwIZB2UtUA5fCawucEfHHF { background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.624rem;height:2.936525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.061786651611rem;left:3.9994659423828rem;display:block; }
#AKvVNG3T4N8nKXonpBQS0s2SXkDkeHfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQrtrvFo4vTAT0PsBTTsc8TRp7TrLq8N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#z56gvvdiRr9NpdF8RKpziTUOQmD4SGpZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:none; }
#gyqWJhzpsxqaP7pKcyKEBvgRDHdHGNMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.3125rem;width:43.9375rem;display:none; }
#DSdWwMInR4KzGnw8mH8F0D3czfOB31gs { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DdF8OtLweDMx25DvqgJmH32FobK4vAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg.adaptive-delivery-prevent-bg, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyload, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyloading { background-image: none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { border-width: 0; border-radius: 0; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#XvxnrC4sEsRwn92wAzCeU6VBSi3zwNwz { color:#424242;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9994659423828rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F5xi5P4wt4IJODTBtmtvAyh2y6gVTsp9 { color:#424242;display:block;width:37.4370625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:3.9994659423828rem;height:10.2363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zmziy1iLtpkq9aSntZk5Otx3S2NsAq03 { background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.624rem;height:2.936525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.061786651611rem;left:3.9994659423828rem;display:block; }
#x9DsawZv6tntW85hNx4mtOfnXkckQ0UJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkKBEpy4DVdPNKBl5ppHPx5SE5GXllDV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#nXv3X0ReoHugnQrvl04ZaUkBcpOw7gy4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:none; }
#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08a1b566-a0eb-4664-bc27-2dc0e8b5e512/harvestseasonfromfieldslushgreen11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW.adaptive-delivery-prevent-bg, #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW.lazyload, #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW.lazyloading { background-image: none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { border-width: 0; border-radius: 0; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:none; }#VhInsz8lNoMVTG8JCMmLoettnIhD9mKH { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6215rem;height:2.934375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:54.593749284744rem;left:28.689067840576rem;display:block; }
#aeU3p2O9Jlp35xG7TTBH0ICtBkFyZMko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVlTnRwgIBSLQq9XEOwsQalQVmWBPlcQ { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.6875rem;left:9.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mp1kCaNXRtcpCsTuce18F8SqMdayUanK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7rem;left:9.875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z3ZvEBtWFiHoIK8xbl1PKZfFrm1QmRa5 { position:absolute;display:block;z-index:15003;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.8125rem;left:2.5rem;display:block; }
#G8dzvK0n6bIZSsixLmlZZzDVzcF9rS2g { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:5.125rem;left:3.8125rem;overflow:hidden;display:block; }
#xWHmzWApWy9gWQ2JO3UJ3i77zosKkD94 { color:#ffffff;display:block;width:23.3741875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21rem;left:9.875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#es0bZ9IXgnI8ACmyw8IhGlZKSgWDCpUg { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.5rem;left:9.875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HJipoop7Td7lnwCkNLmrWIenaEAdUSpi { position:absolute;display:block;z-index:15007;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:16.3125rem;left:2.5rem;display:block; }
#SqoCIINEXz4HbvwWW4Cz0THXVRrL1CV2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:17.625rem;left:3.8125rem;overflow:hidden;display:block; }
#yvAuAaIe88zC3c55ZRt5oluQmaUCJ3Si { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:46.125rem;left:9.875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r8kcXMDULWpfyzHFlWK8mlI1oFlgClQd { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39rem;left:9.875rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qg0dweu4HwDiLmGrHB6NGCuhLg0xgNO9 { position:absolute;display:block;z-index:15015;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:41.0625rem;left:2.5rem;display:block; }
#RKy8TqCBwIxZEWFs4qXcc1PMscIO2P2V { color:#ffffff;display:block;width:22.0616875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21rem;left:50.1875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UWvs8T69vCChvDhoT0VvQyd17TTVqu1X { position:absolute;display:block;z-index:15011;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:16.1875rem;left:42.8125rem;display:block; }
#G6Cd28Jv7Gi4FJMDuQsZvd7A95CtzFAT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:42.375rem;left:3.8125rem;overflow:hidden;display:block; }
#umLmS60u1Efen1VXyWgeIBgxSetErGyn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:17.5rem;left:44.125rem;overflow:hidden;display:block; }
#tadz5EweJfa5T4MGAByN3JC2Gn3bsnCK { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:14.5625rem;left:50.1875rem;height:5.81015625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rPh1TVTtqTRprwtxUwxi2zxCbiNDD5Wv { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:6.25rem;left:50.1875rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nus9uKffiyh78XGxg8tbdXtd6tTHPf5r { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:2.9375rem;left:50.1875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Iny6Dpmmfw4dIWsRy5bw6TapHdq3yS8T { position:absolute;display:block;z-index:15027;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.6875rem;left:42.8125rem;display:block; }
#v2CIwvTMn58egmqG8mTA85MfPaBRQ70h { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:32.3125rem;left:50.1875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EfRupwXbzMxNDFRMpfiQLxZ8B57kG7zI { position:absolute;display:block;z-index:15023;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:29.0625rem;left:42.8125rem;display:block; }
#FD0GxZz4TlRJMyERaedORriNOxF15dWc { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:5rem;left:44.125rem;overflow:hidden;display:block; }
#tLoyH7abeKkodAkiR8VmssMKgrJRG8Be { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:30.375rem;left:44.125rem;overflow:hidden;display:block; }
#hS2iQsE5SUPgbDq2pusCkteBSmmNaeWB { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.6875rem;left:50.1875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#COqaC6hTTlI3qaOAZTuwtGnUTuoafTXW { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:32.1875rem;left:9.875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ldS6PTEAN24gb8NqOv58pugoLBqhZ9kD { position:absolute;display:block;z-index:15019;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:28.875rem;left:2.5rem;display:block; }
#KtVbIZUtHqbhZoi3CsEr99PLavQMQQqF { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:30.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#OP9iGcQ3MIg6Da4TTt7X00T7THWJ278g { color:#ffffff;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:28.4375rem;left:9.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ioQOSdprIDS72yCCzZfab9ffCEJteRw0 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:42.1875rem;left:50.1875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UZFFryxR6we0LFBAzyM3QQlPdbRDOEfz { position:absolute;display:block;z-index:15027;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:38.9375rem;left:42.8125rem;display:block; }
#HUnEMbScBFhxV8c4Tf5urpKH0uzmXTVu { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.25rem;left:44.125rem;overflow:hidden;display:block; }
#yysl61E8uDQ4Bz0CQ7AePZ9BouZNe90c { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:38.5625rem;left:50.1875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { background-color: transparent; background-image: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container > .video-iframe-container { display: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container { display: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .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); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { border-width: 0; border-radius: 0; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { font-size:0.875rem;font-family:arial;height:86.9375rem;width:75rem;position:relative;display:block; }#TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.6875rem;left:26.25rem;display:block; }
#CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { color:#666666;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.625rem;left:27.1875rem;height:5.12044375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUp27B4psLDAQMM2XZISPx35l0BI5RSl { color:#8cc63f;display:block;width:13.562rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:29.9375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { position:absolute;display:block;z-index:15001;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.75rem;left:33.625rem;display:block; }
#hdeiUX7qcUordVEGTffWynELP75DTXJg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#KeaJynVDP9zxHhp405xLwRcck8cJzgmk { position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.4375rem;left:26.25rem;display:block; }
#vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { color:#666666;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:67.3125rem;left:28.5625rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { color:#8cc63f;display:block;width:16.31225rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.6875rem;left:28.5625rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.5rem;left:33.625rem;display:block; }
#vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.8125rem;left:34.9375rem;overflow:hidden;display:block; }
#hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.6875rem;left:1.8125rem;display:block; }
#hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.375rem;left:1.8125rem;display:block; }
#nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { color:#666666;display:block;width:15.5615rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:41.8125rem;left:4.5rem;height:5.12044375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { color:#666666;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:67.3750038147rem;left:3.875rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlIDCDC7In0vWH3U63udX60F9qeJLLgL { position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.75rem;left:26.25rem;display:block; }
#h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { color:#666666;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:41.8125rem;left:28.125rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { color:#8cc63f;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:36.0185546875rem;left:26.84375rem;height:4.2252625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.9375rem;left:4.375rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.8125rem;left:33.625rem;display:block; }
#wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.75rem;left:9.1875rem;display:block; }
#yewXMUU3o3CFTLdSLF91yHKREZftfU3S { position:absolute;display:block;z-index:15026;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.4375rem;left:9.1875rem;display:block; }
#MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.125rem;left:34.9375rem;overflow:hidden;display:block; }
#puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.0625rem;left:10.5rem;overflow:hidden;display:block; }
#PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.75rem;left:10.5rem;overflow:hidden;display:block; }
#SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6229375rem;height:2.93541875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.137504577638rem;left:28.6875rem;display:block; }
#u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.625rem;left:50.875rem;display:block; }
#wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { color:#666666;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:51.4375rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.125rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o79KHKObHClnHU23uWP8pyIdJOcMW7FH { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.6875rem;left:58.25rem;display:block; }
#bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4rem;left:59.5625rem;overflow:hidden;display:block; }
#zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.75rem;left:1.8125rem;display:block; }
#a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { color:#666666;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.875rem;height:8.5340625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { color:#8cc63f;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11rem;left:2.59375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.1875rem;display:block; }
#QaeiwabqtQlMGFMUtlKLBWBvEyeOxNT5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.125rem;left:10.5rem;overflow:hidden;display:block; }
#mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.8115rem;width:28.125rem;top:29.6875rem;left:43.75rem;overflow:hidden;display:block; }
#enSIppRvPMtMTk5z5uwQJOZJsmXySyUo { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:82.75rem;left:28.28125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm > .row .container { border-width: 0; border-radius: 0; }#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm > .row .container { font-size:0.875rem;font-family:arial;height:84.6875rem;width:75rem;position:relative;display:none; }#ww6R4LD4MPFck1pf3AzHv31UwXK6Lbvq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.5rem;left:1.8125rem;display:block; }
#K3zyObkKr1Ibsppk0DpJVS6yBzTt4Gxl { color:#666666;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.436767578125rem;left:2.7490234375rem;height:8.53025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ay91nOZUcCXzMAS6S6DAWItzk7GgJueq { color:#8cc63f;display:block;width:13.562rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:5.498046875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUrEJ7qEwNoEuoGr0K6cr8CfNNo630W7 { position:absolute;display:block;z-index:15001;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.5625rem;left:9.1875rem;display:block; }
#DpHXAQ7ECHoUNRQT4Of7qV4w4ynG0hKG { position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.5625rem;left:26.25rem;display:block; }
#fuNGkge6Au5Dwguv75XpgbyQNCzdLgLs { color:#666666;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:28.5625rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyOpFcULOWETHZTGd4ZkqqvMfFr7PqLa { color:#8cc63f;display:block;width:16.31225rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:28.560791015625rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpKHyHwePu4RLyOs8TcXdyGkOS51t4tp { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.625rem;left:33.625rem;display:block; }
#hn78BrGXmsRh6vQpV2WriWzRqCaBTVeG { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.6875rem;left:26.25rem;display:block; }
#clXNKZPhJDqOh45CZmv0LH5kuObxmbsv { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.375rem;left:1.8125rem;display:block; }
#Vf3gEmnD9knAlADlxJkhxvRMXFTaeHpT { color:#666666;display:block;width:15.5615rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:41.810302734375rem;left:28.936767578125rem;height:5.1163rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQKfDkZyglT9i6BU11hFpbt1uTGZs18B { color:#666666;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:67.3750038147rem;left:3.875rem;height:6.82175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9aKwZH43gIoGconMTnU46K3k1pRDFWR { position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.625rem;left:1.8125rem;display:block; }
#iBtgXKXamq2UzV4wPIciFgN9ISXpwuop { color:#666666;display:block;width:15.7484375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:41.807807922363rem;left:4.4015579223633rem;height:5.1163rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gA46xZBX6ag1bGBMwQ1PoomTecP4mzD3 { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOiBVJdtQRnWHtiDKSzK3qBTCpRKZrfJ { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.9375rem;left:28.8125rem;height:4.387425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRTyLSRBK0ftPIxcrpBzchKf6JUM2XvP { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:4.387425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icmNJIkTI7cbpCodeBuln7vsGkIUCwb7 { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.6875rem;left:9.1875rem;display:block; }
#qx9ZRDlTcD7m6gyC2rvvzA39vFEg0a63 { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.75rem;left:33.625rem;display:block; }
#g0fqtylT2l2ZzT4Z5lgByUNgzC4S4KVI { position:absolute;display:block;z-index:15026;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.4375rem;left:9.1875rem;display:block; }
#niUCTHZtlpRzUTQgIAPwOCcLUAPBGt85 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.75rem;left:10.5rem;overflow:hidden;display:block; }
#Z8OyWtQCL0lbvgBa0F4mlaoriDVBV0kP { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6229375rem;height:2.93541875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.137504577638rem;left:28.6875rem;display:block; }
#xdLT4rWrNiGkn4yHUUvkhyGdbTLM6s36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddi7Zq5wLK7QlZt0VnbRTXU7epaNzXI5 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.625rem;left:50.875rem;display:block; }
#LTbwnWVxTTK0Soqix5iDzQBuK465OTNK { color:#666666;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:51.4375rem;height:6.82175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpvf77wCzrmGdW1iPLxqmOFRcUm4UNHr { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.125rem;height:4.387425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuKRxD6qgAtceTEpTC90UBkTgwg9FbTm { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.6875rem;left:58.25rem;display:block; }
#wZoq7qmOEMrVTTzGeT9VSTeTJsmwMvBZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4rem;left:59.5625rem;overflow:hidden;display:block; }
#sxWc5mtBCd8g9zgSFb7K27xBM2ZF4aOT { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.5rem;left:26.25rem;display:block; }
#mOzqkNwsDJitVkGNCQsMoF9rLmwSV1WP { color:#666666;display:block;width:17.6245rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:67.375rem;left:27.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMWXCcTLUKycFZgXMq6ahKDBGLrG5PpA { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:61.75rem;left:28.5rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBP5DswMVt1WPcnnB4rbasE7stLPS9HE { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.5625rem;left:33.625rem;display:block; }
#uboZcovsai2p4NgIR1ZA4U9aiMcCv5I6 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:31.5rem;top:25.000001147389rem;left:42.956249237061rem;overflow:hidden;display:block; }
#HFE0If32aASozGq13nUHC4GPl2XFSaUl { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.875rem;left:34.9375rem;overflow:hidden;display:none; }
#S06mVWqior7AisFhAM50k2FsgMco3mwK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:3.875rem;left:10.5rem;overflow:hidden;display:none; }
#etC7wXe7cxksOqmhdWLOVk4fZCtcPhNf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.0625rem;left:34.9375rem;overflow:hidden;display:none; }
#qilOXif39VhqKQGOvaeAkeua7kyyNu9h { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29rem;left:10.5rem;overflow:hidden;display:none; }
#DkZDhP3GnRWUeAXws39vUFV5HM60sLMD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.8125rem;left:34.9375rem;overflow:hidden;display:none; }
#QpAuVCufArTMLwM55Wzn0CBLrMcvdarZ { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.78125rem;height:3.16699375rem;text-align:justify;text-align-last:initial;display:none; }
#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM.adaptive-delivery-prevent-bg, #TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM.lazyload, #TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM.lazyloading { background-image: none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container { border-width: 0; border-radius: 0; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#xf7ZP9EALIwHqcE7MddLQGDgEdHmy6Kv { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9634375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFsSZHP8cffra6uHcWq5W7caTi5a6VmH { color:#424242;display:block;width:37.4370625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:3.9994659423828rem;height:10.232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1XXfBazl5KyaE4uuKXM58paXbiXTzbP { background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.624rem;height:2.936525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.061786651611rem;left:3.9994659423828rem;display:block; }
#D6C55AvZyNU8K8xyIFWdp4ENEEbsl5iU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QV8OgaTU0UeaTgv4BVvc0vngG5xwPx7R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#TyQWRCoOzp3VfWMCNh9hS9tw2fvThUme { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.1875rem;width:43.9375rem;display:none; }
#a9Ppn92UPH15dtpJiKNw1lm1hrsIWa8y { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iC7rc8mvfEBtkCIWOVpBeFdhRvP9pWVB { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { border-width: 0; border-radius: 0; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { font-size:0.875rem;font-family:arial;height:84.6875rem;width:75rem;position:relative;display:none; }#PyPavCTlSTL0vbHoS8qfOhlFx2RRpk9y { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.5rem;left:1.8125rem;display:block; }
#zIzbs7HJQIVebbOz8hlFHbT7arldXhw0 { color:#666666;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.436767578125rem;left:2.7490234375rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUnQpfewfHzEcSwEn3WikodMq1ELqvuF { color:#8cc63f;display:block;width:13.562rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:5.498046875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7ttogaFZXXTc4tKEXp8gCCSgUqHnX3T { position:absolute;display:block;z-index:15001;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.5625rem;left:9.1875rem;display:block; }
#FhT3vH992lzy3tdc6aek0k4yh1QvsBRD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:3.875rem;left:10.5rem;overflow:hidden;display:block; }
#TQruepeV91HRIzdEIEbWET2xhSvV82Su { position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.5625rem;left:26.25rem;display:block; }
#oD6Td2xMszmTNBfh9C5oTVrZIzdUEzAS { color:#666666;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:28.5625rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vM2TTv86avfUtG00eTRoiTvS4upMNopa { color:#8cc63f;display:block;width:16.31225rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:28.560791015625rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nO7WHmgvzX2re884CVkae7PmTiJ79lTX { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.625rem;left:33.625rem;display:block; }
#QqXWFmG63qB51ebAHQKdNTOywWClVJdL { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.9375rem;left:34.9375rem;overflow:hidden;display:block; }
#sNUqu3mBfIGeV9zZpibZGEq521wShK9t { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.6875rem;left:26.25rem;display:block; }
#vdtmOVmro11Iwvragyq2x06slR8aRQhv { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.375rem;left:1.8125rem;display:block; }
#eVrU3KZcTQmeAKFsBMKHVc9pUoZzGXzp { color:#666666;display:block;width:15.5615rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:41.810302734375rem;left:28.936767578125rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2twukx3B5AyGpPwsJrqz27le4dWF72o { color:#666666;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:67.3750038147rem;left:3.875rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trP1Brg2M5ucvceDrbTvl6PAK8iHElQZ { position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.625rem;left:1.8125rem;display:block; }
#clMZ0xm2wLa7ldMnVyHgUVpVAP1TzB52 { color:#666666;display:block;width:15.7484375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:41.807807922363rem;left:4.4015579223633rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3on8CRChIwL7gsQBmOsGvOFHswa7O2y { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2QCvP1TPBFS8oruZ2nCcu0zvLkvkLH2 { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.9375rem;left:28.8125rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9ElJHAdttis7k3LPMTw2NKRWPOs7AnK { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZR6k6VkIJgIgP43zapH9sBdXtVX3DVbF { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.6875rem;left:9.1875rem;display:block; }
#U9kSGltBLVwARBmQmMghyqvBBUJD8Gig { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.75rem;left:33.625rem;display:block; }
#Gp9Cf7g61blcf3KsHHx8rWVLyHqrZv8F { position:absolute;display:block;z-index:15026;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.4375rem;left:9.1875rem;display:block; }
#mXJ6AHtAy6zuQOEPyrfnDr1yZ5GNfPxA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29rem;left:10.5rem;overflow:hidden;display:block; }
#dxWrDC1KUeiAXTX9ylqRBUknC5ek5qSH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#owUoANnBTiMf3ppn4SzRtN7fLn2gQDrG { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.75rem;left:10.5rem;overflow:hidden;display:block; }
#TiK4INq2B2Hf50q75OPkur6Iki8fcJeC { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6229375rem;height:2.93541875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.137504577638rem;left:28.6875rem;display:block; }
#mTiMP6o5v6v0rlT1ZiG21Z8UQ0pT7kBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7ws96dbdRld1iGJT6eGwSMgQTninpxZ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.625rem;left:50.875rem;display:block; }
#EdW91qQAn2ohyhotIfffIM15qcMdvGyF { color:#666666;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:51.4375rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDSiAbT7nl78v4oTLFxEHLXlQfrOiEHC { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.125rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsU8fKeqVZqEM5TZKdsMcEF8kHRrfiWm { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.6875rem;left:58.25rem;display:block; }
#uQdyReROP9bzgUEEo7R7PFqOMGSt9VBX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4rem;left:59.5625rem;overflow:hidden;display:block; }
#G3A2pC1NXEoPMQSWDi68Z0xEcw0S9gru { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.5rem;left:26.25rem;display:block; }
#LbzSlXMGmaMrldP68vkXCiPiC1J8KirN { color:#666666;display:block;width:17.6245rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:67.375rem;left:27.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4T1GzliGlTfqxc1iN8BLDKVlBEyclwl { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:61.75rem;left:28.5rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2vNP2cwatTTghqfKCbg7pADaM5pcMkH { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.5625rem;left:33.625rem;display:block; }
#k1NFrAIEtiOT5tp1iAlA5LOu0g4EIMem { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.875rem;left:34.9375rem;overflow:hidden;display:block; }
#L1Fs4FGIxrKcK46hlvT27CL0vaUAcvuB { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.6875rem;width:31.5625rem;top:25.000001147389rem;left:42.956249237061rem;overflow:hidden;display:block; }
#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { border-width: 0; border-radius: 0; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:none; }#z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6248125rem;height:2.9362rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.375rem;left:13.4375rem;display:none; }
#wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { color:#ffffff;display:block;width:49.8123125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6875rem;left:12.625rem;height:6.17404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24.0625rem;width:36.25rem;top:12.875rem;left:0rem;display:block; }
#GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:7.9375rem;width:7.9375rem;top:14.875rem;left:1.625rem;overflow:hidden;display:block; }
#tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24rem;width:36.25rem;top:12.875rem;left:38.75rem;display:block; }
#ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:7.75rem;width:7.625rem;top:14.96875rem;left:40.6875rem;overflow:hidden;display:block; }
#FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:17.3125rem;left:11.625rem;height:1.625rem;font-style:normal;display:block; }
#pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.124465942382rem;left:50.74928855896rem;height:1.625rem;font-style:normal;display:block; }
#wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:18.999465942382rem;left:50.74928855896rem;height:1.3rem;font-style:normal;display:block; }
#buXvly36Ia0rw7FTtJDykbSkC6796WmH { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:19.1875rem;left:11.625rem;height:1.3rem;font-style:normal;display:block; }
#iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { color:#605444;display:block;width:34.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:23.874298095703rem;left:39.718748092651rem;height:10.800775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { color:#605444;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:23.875rem;left:1.3125rem;height:12.6008875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.622375rem;height:2.9362rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.125rem;left:28.688804626465rem;display:block; }
#M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.124465942382rem;left:50.74928855896rem;height:1.625rem;font-style:normal;display:none; }
#af7SuNf5OsOuomu5CFw5EndHaiS5131X { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.78125rem;height:3.16699375rem;text-align:justify;text-align-last:initial;display:none; }
#Z5Z51GlPGX7selViztyfRWwVRHCZ12Xl { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:42.6875rem;left:28.281250953674rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { position:relative;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:70.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { color:#424242;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5rem;left:16rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat;color:#424242; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:montserrat;color:#424242; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.adaptive-delivery-prevent-bg, #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.lazyload, #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.lazyloading { background-image: none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { box-sizing:content-box;height:auto;width:69.31125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15043;background-color:#fafafa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.24827003479rem;left:1.5939674377441rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN { display:none; }
#zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6230625rem;height:2.93555rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:61.875rem;left:28.6875rem;display:block; }
#Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { color:#8cc63f;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:55.9111328125rem;left:10.75rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#PEosFZ4iG0pmZ3uTPiutV9Si1uozC9P8 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:65.4375rem;left:28.28125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05025rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc { display:none; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ObWRPIKsMtW1xCyLhl8vQE44LFP0rwOT { width:1.25rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9Nlfv5TN3uJepEHBXDZTqwT9xHoBd6O { top:1.875rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSxTaZEvt2ko3HHwVbGUenUiLR8kTeGb { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #hDe2nwb3aoCSEnvkuGXctFZ3CWKrmpZZ { display:block; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { top:13.125rem;left:0rem;width:47.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { top:22.8125rem;left:0rem;width:40.875rem;height:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { width:19.125rem;height:3.125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKpLKtk7FEPsqNTu4Xv1gutgVZoCTIEd { width:30.1875rem;height:46.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixVLwSdScyupgFkgXEHmLirBBMmDImeG { top:5.0625rem;left:0rem;width:18.125rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn6h8unM9oup2gdSTptWbehMXpQsSSKw { top:15.3125rem;left:0rem;width:18.75rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqqrUGoXsxWbQBbzbXVH2EsQ5xlf1TLr { top:39.125rem;left:0rem;width:18.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpBmMCdeQOddEB04Dtb2TwCBBRLzPTzO { top:35.3125rem;left:0rem;width:17.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APU23cfnR6QAd1Iw9opPGVN1tm5MiJrn { display:block; }
 }@media only screen and (max-width: 763px) { #cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 { display:none; }#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cxb7mOx3899e4TeBlRw5ewRQiHXLK2Gu { top:2.4375rem;left:0rem;width:47.75rem;height:26.746757075472rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgcb4JhfuTKFTJZ6PTq28OXHJmkcTeg7 { width:17.5625rem;height:2.875rem;top:34.1875rem;left:15.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3JAQgyzeavlAWDk0EZuM0LWTNvqWDp { display:block; }
 }@media only screen and (max-width: 763px) { #HAFic18FE5wX1eHKuUCLEgTEio5nSBkg { top:37.625rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxqDoO9nczce6otnWtDKXgTr21wwxpO { display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pfov2GSlhm7mCoxEBF3XpA1qVCcwiFrt { top:13.125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAeMRakgzEU2TOA2tp0LTqQKKBu5kiGq { top:22.8125rem;left:0rem;width:37.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZPhCoRKFShwIZB2UtUA5fCawucEfHHF { width:17.5625rem;height:2.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKvVNG3T4N8nKXonpBQS0s2SXkDkeHfD { display:block; }
 }@media only screen and (max-width: 763px) { #UQrtrvFo4vTAT0PsBTTsc8TRp7TrLq8N { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56gvvdiRr9NpdF8RKpziTUOQmD4SGpZ { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyqWJhzpsxqaP7pKcyKEBvgRDHdHGNMi { width:30.1875rem;height:46.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSdWwMInR4KzGnw8mH8F0D3czfOB31gs { top:6.125rem;left:0rem;width:14.75rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdF8OtLweDMx25DvqgJmH32FobK4vAxg { display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XvxnrC4sEsRwn92wAzCeU6VBSi3zwNwz { top:13.125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xi5P4wt4IJODTBtmtvAyh2y6gVTsp9 { top:22.8125rem;left:0rem;width:37.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmziy1iLtpkq9aSntZk5Otx3S2NsAq03 { width:17.5625rem;height:2.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DsawZv6tntW85hNx4mtOfnXkckQ0UJ { display:block; }
 }@media only screen and (max-width: 763px) { #gkKBEpy4DVdPNKBl5ppHPx5SE5GXllDV { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv3X0ReoHugnQrvl04ZaUkBcpOw7gy4 { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { display:block; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhInsz8lNoMVTG8JCMmLoettnIhD9mKH { width:17.5625rem;height:2.875rem;top:54.5625rem;left:15.064067840576rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeU3p2O9Jlp35xG7TTBH0ICtBkFyZMko { display:block; }
 }@media only screen and (max-width: 763px) { #LVlTnRwgIBSLQq9XEOwsQalQVmWBPlcQ { width:18.8125rem;height:2.8125rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp1kCaNXRtcpCsTuce18F8SqMdayUanK { width:18.75rem;height:3.1875rem;top:7rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZvEBtWFiHoIK8xbl1PKZfFrm1QmRa5 { width:6.1875rem;height:6.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dzvK0n6bIZSsixLmlZZzDVzcF9rS2g { top:5.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWHmzWApWy9gWQ2JO3UJ3i77zosKkD94 { width:23.3125rem;height:3.1875rem;top:21rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es0bZ9IXgnI8ACmyw8IhGlZKSgWDCpUg { width:28.875rem;height:5.625rem;top:14.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJipoop7Td7lnwCkNLmrWIenaEAdUSpi { width:6.1875rem;height:6.1875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqoCIINEXz4HbvwWW4Cz0THXVRrL1CV2 { top:17.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvAuAaIe88zC3c55ZRt5oluQmaUCJ3Si { width:18.75rem;height:3.1875rem;top:46.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kcXMDULWpfyzHFlWK8mlI1oFlgClQd { width:34.3125rem;height:6.1875rem;top:39rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg0dweu4HwDiLmGrHB6NGCuhLg0xgNO9 { width:6.1875rem;height:6.1875rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKy8TqCBwIxZEWFs4qXcc1PMscIO2P2V { width:22rem;height:3.1875rem;top:21rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvs8T69vCChvDhoT0VvQyd17TTVqu1X { width:6.1875rem;height:6.1875rem;top:16.1875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Cd28Jv7Gi4FJMDuQsZvd7A95CtzFAT { top:42.375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLmS60u1Efen1VXyWgeIBgxSetErGyn { top:17.5rem;left:30.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tadz5EweJfa5T4MGAByN3JC2Gn3bsnCK { width:19.3125rem;height:5.75rem;top:14.5625rem;left:28.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPh1TVTtqTRprwtxUwxi2zxCbiNDD5Wv { width:24.8125rem;height:4.75rem;top:6.25rem;left:22.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nus9uKffiyh78XGxg8tbdXtd6tTHPf5r { width:24.1875rem;height:2.8125rem;top:2.9375rem;left:23.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iny6Dpmmfw4dIWsRy5bw6TapHdq3yS8T { width:6.1875rem;height:6.1875rem;top:3.6875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CIwvTMn58egmqG8mTA85MfPaBRQ70h { width:24.75rem;height:3.1875rem;top:32.3125rem;left:23rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRupwXbzMxNDFRMpfiQLxZ8B57kG7zI { width:6.1875rem;height:6.1875rem;top:29.0625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0GxZz4TlRJMyERaedORriNOxF15dWc { top:5rem;left:30.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLoyH7abeKkodAkiR8VmssMKgrJRG8Be { top:30.375rem;left:30.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2iQsE5SUPgbDq2pusCkteBSmmNaeWB { width:20.4375rem;height:2.8125rem;top:28.6875rem;left:27.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqaC6hTTlI3qaOAZTuwtGnUTuoafTXW { width:18.75rem;height:3.1875rem;top:32.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldS6PTEAN24gb8NqOv58pugoLBqhZ9kD { width:6.1875rem;height:6.1875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtVbIZUtHqbhZoi3CsEr99PLavQMQQqF { top:30.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9iGcQ3MIg6Da4TTt7X00T7THWJ278g { width:27rem;height:2.8125rem;top:28.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioQOSdprIDS72yCCzZfab9ffCEJteRw0 { width:24.75rem;height:3.1875rem;top:42.1875rem;left:23rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZFFryxR6we0LFBAzyM3QQlPdbRDOEfz { width:6.25rem;height:6.25rem;top:38.9375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnEMbScBFhxV8c4Tf5urpKH0uzmXTVu { top:40.25rem;left:30.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yysl61E8uDQ4Bz0CQ7AePZ9BouZNe90c { width:20.4375rem;height:2.8125rem;top:38.5625rem;left:27.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { display:block; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUp27B4psLDAQMM2XZISPx35l0BI5RSl { top:11rem;left:16.3125rem;width:13.5rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { width:6.25rem;height:6.25rem;top:2.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdeiUX7qcUordVEGTffWynELP75DTXJg { top:4.0625rem;left:21.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeaJynVDP9zxHhp405xLwRcck8cJzgmk { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { top:61.6875rem;left:14.9375rem;width:16.25rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { width:6.25rem;height:6.25rem;top:53.5rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { top:54.8125rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlIDCDC7In0vWH3U63udX60F9qeJLLgL { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { top:36rem;left:13.21875rem;width:19.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { top:35.9375rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { top:61.625rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { width:6.25rem;height:6.25rem;top:27.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { width:6.25rem;height:6.25rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewXMUU3o3CFTLdSLF91yHKREZftfU3S { width:6.25rem;height:6.25rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { top:29.125rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { top:29.0625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { top:54.75rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { width:17.5625rem;height:2.875rem;top:79.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block; }
 }@media only screen and (max-width: 763px) { #w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { top:10.875rem;left:31.375rem;width:16.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79KHKObHClnHU23uWP8pyIdJOcMW7FH { width:6.1875rem;height:6.1875rem;top:2.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { top:4rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { top:11rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { width:6.25rem;height:6.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaeiwabqtQlMGFMUtlKLBWBvEyeOxNT5 { top:4.125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { top:29.6875rem;left:19.625rem;width:28.125rem;height:43.8115rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSIppRvPMtMTk5z5uwQJOZJsmXySyUo { top:82.75rem;left:14.65625rem;width:18.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm { display:block; }#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww6R4LD4MPFck1pf3AzHv31UwXK6Lbvq { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3zyObkKr1Ibsppk0DpJVS6yBzTt4Gxl { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay91nOZUcCXzMAS6S6DAWItzk7GgJueq { top:5.4375rem;left:0rem;width:12.5rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrEJ7qEwNoEuoGr0K6cr8CfNNo630W7 { width:6.25rem;height:6.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpHXAQ7ECHoUNRQT4Of7qV4w4ynG0hKG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGkge6Au5Dwguv75XpgbyQNCzdLgLs { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyOpFcULOWETHZTGd4ZkqqvMfFr7PqLa { top:19.25rem;left:0rem;width:13.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpKHyHwePu4RLyOs8TcXdyGkOS51t4tp { width:6.25rem;height:6.25rem;top:2.625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn78BrGXmsRh6vQpV2WriWzRqCaBTVeG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXNKZPhJDqOh45CZmv0LH5kuObxmbsv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3gEmnD9knAlADlxJkhxvRMXFTaeHpT { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKfDkZyglT9i6BU11hFpbt1uTGZs18B { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9aKwZH43gIoGconMTnU46K3k1pRDFWR { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtgXKXamq2UzV4wPIciFgN9ISXpwuop { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA46xZBX6ag1bGBMwQ1PoomTecP4mzD3 { top:49.1875rem;left:0rem;width:15.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiBVJdtQRnWHtiDKSzK3qBTCpRKZrfJ { top:35.9375rem;left:15.1875rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTyLSRBK0ftPIxcrpBzchKf6JUM2XvP { top:61.625rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icmNJIkTI7cbpCodeBuln7vsGkIUCwb7 { width:6.25rem;height:6.25rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx9ZRDlTcD7m6gyC2rvvzA39vFEg0a63 { width:6.25rem;height:6.25rem;top:27.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0fqtylT2l2ZzT4Z5lgByUNgzC4S4KVI { width:6.25rem;height:6.25rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niUCTHZtlpRzUTQgIAPwOCcLUAPBGt85 { top:54.75rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OyWtQCL0lbvgBa0F4mlaoriDVBV0kP { width:17.5625rem;height:2.875rem;top:79.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLT4rWrNiGkn4yHUUvkhyGdbTLM6s36 { display:block; }
 }@media only screen and (max-width: 763px) { #ddi7Zq5wLK7QlZt0VnbRTXU7epaNzXI5 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbwnWVxTTK0Soqix5iDzQBuK465OTNK { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpvf77wCzrmGdW1iPLxqmOFRcUm4UNHr { top:10.875rem;left:31.375rem;width:16.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKRxD6qgAtceTEpTC90UBkTgwg9FbTm { width:6.1875rem;height:6.1875rem;top:2.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoq7qmOEMrVTTzGeT9VSTeTJsmwMvBZ { top:4rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxWc5mtBCd8g9zgSFb7K27xBM2ZF4aOT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOzqkNwsDJitVkGNCQsMoF9rLmwSV1WP { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMWXCcTLUKycFZgXMq6ahKDBGLrG5PpA { top:91.875rem;left:0rem;width:16.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBP5DswMVt1WPcnnB4rbasE7stLPS9HE { width:6.1875rem;height:6.1875rem;top:53.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uboZcovsai2p4NgIR1ZA4U9aiMcCv5I6 { top:25rem;left:16.1875rem;width:31.5625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFE0If32aASozGq13nUHC4GPl2XFSaUl { top:54.875rem;left:21.3125rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S06mVWqior7AisFhAM50k2FsgMco3mwK { top:3.875rem;left:0rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #etC7wXe7cxksOqmhdWLOVk4fZCtcPhNf { top:29.0625rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qilOXif39VhqKQGOvaeAkeua7kyyNu9h { top:29rem;left:0rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkZDhP3GnRWUeAXws39vUFV5HM60sLMD { top:54.8125rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpAuVCufArTMLwM55Wzn0CBLrMcvdarZ { top:37.625rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM { display:none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xf7ZP9EALIwHqcE7MddLQGDgEdHmy6Kv { top:13.125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsSZHP8cffra6uHcWq5W7caTi5a6VmH { top:22.8125rem;left:0rem;width:37.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1XXfBazl5KyaE4uuKXM58paXbiXTzbP { width:17.5625rem;height:2.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6C55AvZyNU8K8xyIFWdp4ENEEbsl5iU { display:block; }
 }@media only screen and (max-width: 763px) { #QV8OgaTU0UeaTgv4BVvc0vngG5xwPx7R { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQWRCoOzp3VfWMCNh9hS9tw2fvThUme { width:30.1875rem;height:29.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9Ppn92UPH15dtpJiKNw1lm1hrsIWa8y { top:1.25rem;left:0rem;width:15.8125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iC7rc8mvfEBtkCIWOVpBeFdhRvP9pWVB { top:4.8125rem;left:0rem;width:12.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PyPavCTlSTL0vbHoS8qfOhlFx2RRpk9y { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIzbs7HJQIVebbOz8hlFHbT7arldXhw0 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQpfewfHzEcSwEn3WikodMq1ELqvuF { top:10.75rem;left:0rem;width:13.5rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ttogaFZXXTc4tKEXp8gCCSgUqHnX3T { width:6.25rem;height:6.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhT3vH992lzy3tdc6aek0k4yh1QvsBRD { top:3.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQruepeV91HRIzdEIEbWET2xhSvV82Su { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6Td2xMszmTNBfh9C5oTVrZIzdUEzAS { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM2TTv86avfUtG00eTRoiTvS4upMNopa { top:10.75rem;left:14.934898376465rem;width:16.25rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO7WHmgvzX2re884CVkae7PmTiJ79lTX { width:6.25rem;height:6.25rem;top:2.625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXWFmG63qB51ebAHQKdNTOywWClVJdL { top:3.9375rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUqu3mBfIGeV9zZpibZGEq521wShK9t { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtmOVmro11Iwvragyq2x06slR8aRQhv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrU3KZcTQmeAKFsBMKHVc9pUoZzGXzp { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2twukx3B5AyGpPwsJrqz27le4dWF72o { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trP1Brg2M5ucvceDrbTvl6PAK8iHElQZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clMZ0xm2wLa7ldMnVyHgUVpVAP1TzB52 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3on8CRChIwL7gsQBmOsGvOFHswa7O2y { top:35.875rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QCvP1TPBFS8oruZ2nCcu0zvLkvkLH2 { top:35.9375rem;left:15.1875rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ElJHAdttis7k3LPMTw2NKRWPOs7AnK { top:61.625rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR6k6VkIJgIgP43zapH9sBdXtVX3DVbF { width:6.25rem;height:6.25rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kSGltBLVwARBmQmMghyqvBBUJD8Gig { width:6.25rem;height:6.25rem;top:27.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9Cf7g61blcf3KsHHx8rWVLyHqrZv8F { width:6.25rem;height:6.25rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJ6AHtAy6zuQOEPyrfnDr1yZ5GNfPxA { top:29rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxWrDC1KUeiAXTX9ylqRBUknC5ek5qSH { top:29.0625rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUoANnBTiMf3ppn4SzRtN7fLn2gQDrG { top:54.75rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK4INq2B2Hf50q75OPkur6Iki8fcJeC { width:17.5625rem;height:2.875rem;top:79.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiMP6o5v6v0rlT1ZiG21Z8UQ0pT7kBN { display:block; }
 }@media only screen and (max-width: 763px) { #x7ws96dbdRld1iGJT6eGwSMgQTninpxZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW91qQAn2ohyhotIfffIM15qcMdvGyF { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDSiAbT7nl78v4oTLFxEHLXlQfrOiEHC { top:10.875rem;left:31.375rem;width:16.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsU8fKeqVZqEM5TZKdsMcEF8kHRrfiWm { width:6.1875rem;height:6.1875rem;top:2.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdyReROP9bzgUEEo7R7PFqOMGSt9VBX { top:4rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3A2pC1NXEoPMQSWDi68Z0xEcw0S9gru { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbzSlXMGmaMrldP68vkXCiPiC1J8KirN { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4T1GzliGlTfqxc1iN8BLDKVlBEyclwl { top:61.75rem;left:14.875rem;width:16.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vNP2cwatTTghqfKCbg7pADaM5pcMkH { width:6.1875rem;height:6.1875rem;top:53.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NFrAIEtiOT5tp1iAlA5LOu0g4EIMem { top:54.875rem;left:21.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Fs4FGIxrKcK46hlvT27CL0vaUAcvuB { top:25rem;left:16.1875rem;width:31.5625rem;height:49.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { display:block; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { width:17.5625rem;height:2.875rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block; }
 }@media only screen and (max-width: 763px) { #COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { width:47.75rem;height:6.125rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { width:36.25rem;height:24.0625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { top:14.875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { width:36.25rem;height:24rem;top:12.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { top:14.9375rem;left:27.0625rem;width:7.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { width:12.0625rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { width:12.0625rem;height:1.625rem;top:17.0625rem;left:35.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { width:12.0625rem;height:1.25rem;top:18.9375rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXvly36Ia0rw7FTtJDykbSkC6796WmH { width:12.0625rem;height:1.25rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { width:34.6875rem;height:10.75rem;top:23.8125rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { width:33.5625rem;height:12.5625rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { width:17.5625rem;height:2.875rem;top:39.125rem;left:15.063804626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block; }
 }@media only screen and (max-width: 763px) { #HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { width:9.5625rem;height:3.25rem;top:11.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #af7SuNf5OsOuomu5CFw5EndHaiS5131X { top:37.625rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5Z51GlPGX7selViztyfRWwVRHCZ12Xl { top:42.6875rem;left:14.656250953674rem;width:18.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:44.125rem;height:3.0625rem;top:3.5rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { display:flex;height:auto;width:45.25rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN {  }
 }@media only screen and (max-width: 763px) { #zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { width:17.5625rem;height:2.875rem;top:61.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block; }
 }@media only screen and (max-width: 763px) { #uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { top:55.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEosFZ4iG0pmZ3uTPiutV9Si1uozC9P8 { top:65.4375rem;left:14.65625rem;width:18.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container { background-color: transparent; background-image: none; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container > .video-iframe-container { display: none; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row > .video-iframe-container { display: none; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .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); }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container { border-width: 0; border-radius: 0; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roFP0NRQyMH4AtkITsZuQ1tOJTK309Pc > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObWRPIKsMtW1xCyLhl8vQE44LFP0rwOT { top:0.90625rem;left:0rem;width:1.25rem;height:1.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e9Nlfv5TN3uJepEHBXDZTqwT9xHoBd6O { top:1.234375rem;left:0rem;width:4.6875rem;height:1.21875rem;z-index:15002;color:#303030;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oSxTaZEvt2ko3HHwVbGUenUiLR8kTeGb { top:0rem;left:0rem;width:20rem;height:3.4375rem;z-index:15004;background-color:transparent;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) { #hDe2nwb3aoCSEnvkuGXctFZ3CWKrmpZZ { display:block; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/120e48f1-d4f3-4e51-bc7d-61f93db8a1e6/AntecipaoCmpradoresevendedores.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.adaptive-delivery-prevent-bg, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyload, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyloading { background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { background-color: transparent; background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { width:11.375rem;height:8.9355625rem;top:5.8125rem;left:0.78125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { width:18.75rem;height:9.7443125rem;top:12.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { width:14.437125rem;height:2.6242875rem;top:19.6220703125rem;left:1.2177734375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qKpLKtk7FEPsqNTu4Xv1gutgVZoCTIEd { top:16.77734375rem;left:14.5rem;width:5.56196875rem;height:8.812125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ixVLwSdScyupgFkgXEHmLirBBMmDImeG { width:18.187125rem;height:;top:5.1240234375rem;left:0.9052734375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qn6h8unM9oup2gdSTptWbehMXpQsSSKw { width:18.75rem;height:4.875rem;top:12.8125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rqqrUGoXsxWbQBbzbXVH2EsQ5xlf1TLr { width:18.4375rem;height:2.68229375rem;top:27.900609493256rem;left:0.74978297948838rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpBmMCdeQOddEB04Dtb2TwCBBRLzPTzO { top:30.767578125rem;left:1.1875rem;width:17.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APU23cfnR6QAd1Iw9opPGVN1tm5MiJrn { display:block; }
 }@media only screen and (max-width: 763px) { #cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 { display:none; }#cS2iXdVmEdt4JNysQu9R4H3RgxEanKw0 > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cxb7mOx3899e4TeBlRw5ewRQiHXLK2Gu { height:11.224489795918rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgcb4JhfuTKFTJZ6PTq28OXHJmkcTeg7 { width:12.625rem;height:2.3125rem;top:13.34765625rem;left:3.625rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3JAQgyzeavlAWDk0EZuM0LWTNvqWDp { display:block; }
 }@media only screen and (max-width: 763px) { #HAFic18FE5wX1eHKuUCLEgTEio5nSBkg { width:13.25rem;height:2.68229375rem;top:16.34765625rem;left:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxqDoO9nczce6otnWtDKXgTr21wwxpO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO.adaptive-delivery-prevent-bg, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyload, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyloading { background-image: none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pfov2GSlhm7mCoxEBF3XpA1qVCcwiFrt { width:11.375rem;height:8.9355625rem;top:5.8125rem;left:0.78125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BAeMRakgzEU2TOA2tp0LTqQKKBu5kiGq { width:18.75rem;height:9.7443125rem;top:12.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZPhCoRKFShwIZB2UtUA5fCawucEfHHF { width:15.125rem;height:2.625rem;top:24rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #AKvVNG3T4N8nKXonpBQS0s2SXkDkeHfD { display:block; }
 }@media only screen and (max-width: 763px) { #UQrtrvFo4vTAT0PsBTTsc8TRp7TrLq8N { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z56gvvdiRr9NpdF8RKpziTUOQmD4SGpZ { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gyqWJhzpsxqaP7pKcyKEBvgRDHdHGNMi { top:20.9375rem;left:14.4375rem;width:5.5625rem;height:8.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DSdWwMInR4KzGnw8mH8F0D3czfOB31gs { width:18.1875rem;height:6.3369375rem;top:5.625rem;left:0.90625rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DdF8OtLweDMx25DvqgJmH32FobK4vAxg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg.adaptive-delivery-prevent-bg, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyload, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyloading { background-image: none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XvxnrC4sEsRwn92wAzCeU6VBSi3zwNwz { width:20rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F5xi5P4wt4IJODTBtmtvAyh2y6gVTsp9 { width:18.625rem;height:9.7443125rem;top:9rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zmziy1iLtpkq9aSntZk5Otx3S2NsAq03 { width:15.625rem;height:2.5rem;top:20.2109375rem;left:2.1875rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DsawZv6tntW85hNx4mtOfnXkckQ0UJ { display:block; }
 }@media only screen and (max-width: 763px) { #gkKBEpy4DVdPNKBl5ppHPx5SE5GXllDV { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nXv3X0ReoHugnQrvl04ZaUkBcpOw7gy4 { width:8.75rem;height:2.625rem;top:1.5rem;left:5.625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { display:none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { width:20rem;height:157rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VhInsz8lNoMVTG8JCMmLoettnIhD9mKH { width:17.5625rem;height:2.875rem;top:153rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeU3p2O9Jlp35xG7TTBH0ICtBkFyZMko { display:block; }
 }@media only screen and (max-width: 763px) { #LVlTnRwgIBSLQq9XEOwsQalQVmWBPlcQ { width:18.8125rem;height:2.8125rem;top:8.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp1kCaNXRtcpCsTuce18F8SqMdayUanK { width:18.75rem;height:3.1875rem;top:19.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZvEBtWFiHoIK8xbl1PKZfFrm1QmRa5 { width:6.1875rem;height:6.1875rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dzvK0n6bIZSsixLmlZZzDVzcF9rS2g { width:3.5625rem;height:3.5625rem;top:2.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWHmzWApWy9gWQ2JO3UJ3i77zosKkD94 { width:20rem;height:4.78125rem;top:60.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es0bZ9IXgnI8ACmyw8IhGlZKSgWDCpUg { width:20rem;height:5.625rem;top:46.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJipoop7Td7lnwCkNLmrWIenaEAdUSpi { width:6.1875rem;height:6.1875rem;top:39.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqoCIINEXz4HbvwWW4Cz0THXVRrL1CV2 { width:3.5625rem;height:3.5625rem;top:40.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvAuAaIe88zC3c55ZRt5oluQmaUCJ3Si { width:18.75rem;height:3.1875rem;top:148.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kcXMDULWpfyzHFlWK8mlI1oFlgClQd { width:20rem;height:6rem;top:123.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg0dweu4HwDiLmGrHB6NGCuhLg0xgNO9 { width:6.1875rem;height:6.1875rem;top:116.28125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKy8TqCBwIxZEWFs4qXcc1PMscIO2P2V { width:20rem;height:4.78125rem;top:73.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvs8T69vCChvDhoT0VvQyd17TTVqu1X { width:6.1875rem;height:6.1875rem;top:66.53125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Cd28Jv7Gi4FJMDuQsZvd7A95CtzFAT { width:3.5625rem;height:3.5625rem;top:117.59375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLmS60u1Efen1VXyWgeIBgxSetErGyn { width:3.5625rem;height:3.5625rem;top:67.84375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tadz5EweJfa5T4MGAByN3JC2Gn3bsnCK { width:19.3125rem;height:5.8125rem;top:53.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPh1TVTtqTRprwtxUwxi2zxCbiNDD5Wv { width:20rem;height:6.375rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nus9uKffiyh78XGxg8tbdXtd6tTHPf5r { width:20rem;height:5.625rem;top:12.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iny6Dpmmfw4dIWsRy5bw6TapHdq3yS8T { width:6.1875rem;height:6.1875rem;top:24.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CIwvTMn58egmqG8mTA85MfPaBRQ70h { width:20rem;height:4.78125rem;top:110.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRupwXbzMxNDFRMpfiQLxZ8B57kG7zI { width:6.1875rem;height:6.1875rem;top:98.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0GxZz4TlRJMyERaedORriNOxF15dWc { width:3.5625rem;height:3.5625rem;top:25.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLoyH7abeKkodAkiR8VmssMKgrJRG8Be { width:3.5625rem;height:3.5625rem;top:100.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2iQsE5SUPgbDq2pusCkteBSmmNaeWB { width:20rem;height:2.8125rem;top:106.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqaC6hTTlI3qaOAZTuwtGnUTuoafTXW { width:18.75rem;height:3.1875rem;top:94.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldS6PTEAN24gb8NqOv58pugoLBqhZ9kD { width:6.1875rem;height:6.1875rem;top:80rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtVbIZUtHqbhZoi3CsEr99PLavQMQQqF { width:3.5625rem;height:3.5625rem;top:81.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9iGcQ3MIg6Da4TTt7X00T7THWJ278g { width:20rem;height:5.625rem;top:87.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioQOSdprIDS72yCCzZfab9ffCEJteRw0 { width:20rem;height:4.78125rem;top:142.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZFFryxR6we0LFBAzyM3QQlPdbRDOEfz { width:6.25rem;height:6.25rem;top:130.96875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnEMbScBFhxV8c4Tf5urpKH0uzmXTVu { width:3.625rem;height:3.625rem;top:132.28125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yysl61E8uDQ4Bz0CQ7AePZ9BouZNe90c { width:20rem;height:2.8125rem;top:138.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { display:none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { width:20rem;height:133.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { width:18rem;height:11.9375rem;top:2.7841796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { width:12.5rem;height:5.84765625rem;top:7.8740234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUp27B4psLDAQMM2XZISPx35l0BI5RSl { width:12.5rem;height:1.7871125rem;top:5.4521484375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { width:4.375rem;height:4.375rem;top:0.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdeiUX7qcUordVEGTffWynELP75DTXJg { width:2.5rem;height:2.5rem;top:1.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeaJynVDP9zxHhp405xLwRcck8cJzgmk { width:18rem;height:13.1875rem;top:16.470703125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { width:16.3125rem;height:5.84765625rem;top:22.9833984375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { width:13.25rem;height:3.57421875rem;top:19.2841796875rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { width:4.375rem;height:4.375rem;top:14.2216796875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { width:2.5rem;height:2.5rem;top:15.159629821778rem;left:8.6869659423825rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { width:18rem;height:12.4375rem;top:59.599609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { width:18rem;height:14.125rem;top:73.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { width:15.5rem;height:4.38654375rem;top:66.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { width:16.0625rem;height:5.84871875rem;top:80.263671875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlIDCDC7In0vWH3U63udX60F9qeJLLgL { width:18rem;height:11.3125rem;top:46.7216796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { width:15.6875rem;height:2.9243625rem;top:53.529296875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { width:15.75rem;height:3.57421875rem;top:49.220703125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { width:15.75rem;height:3.574225rem;top:62.125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { width:15.75rem;height:3.574225rem;top:76.1875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { width:4.375rem;height:4.375rem;top:44.220703125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { width:4.375rem;height:4.375rem;top:57.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewXMUU3o3CFTLdSLF91yHKREZftfU3S { width:4.375rem;height:4.375rem;top:71.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { width:2.5rem;height:2.5rem;top:45.158737182618rem;left:8.6878547668456rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { width:2.5rem;height:2.5rem;top:58.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { width:2.5rem;height:2.5rem;top:72.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { width:15.625rem;height:2.5rem;top:103.9638671875rem;left:2.1875rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block; }
 }@media only screen and (max-width: 763px) { #w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { width:18rem;height:13.625rem;top:31.3466796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { width:17.625rem;height:5.84871875rem;top:37.7978515625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { width:12.625rem;height:3.574225rem;top:33.970703125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79KHKObHClnHU23uWP8pyIdJOcMW7FH { width:4.375rem;height:4.375rem;top:29.033203125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { width:2.5rem;height:2.5rem;top:29.971237182618rem;left:8.6878585815431rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { width:18rem;height:13.1875rem;top:89.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { width:17.5625rem;height:4.38654375rem;top:96.07421875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { width:16.375rem;height:3.57421875rem;top:91.875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { width:4.375rem;height:4.375rem;top:86.6875rem;left:7.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #QaeiwabqtQlMGFMUtlKLBWBvEyeOxNT5 { width:2.5rem;height:2.5rem;top:87.625rem;left:8.6875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { width:13.4375rem;height:20.9375rem;top:107.25rem;left:1.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #enSIppRvPMtMTk5z5uwQJOZJsmXySyUo { width:18.4375rem;height:0;top:129.43714141846rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm { display:block; }#S44ZxdMZZ1wMJ0a1xoqwTg7k3qa3xEUm > .row .container { width:20rem;height:132.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww6R4LD4MPFck1pf3AzHv31UwXK6Lbvq { width:18rem;height:11.9375rem;top:2.7841796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3zyObkKr1Ibsppk0DpJVS6yBzTt4Gxl { width:17.1875rem;height:5.52083125rem;top:8.3896484375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay91nOZUcCXzMAS6S6DAWItzk7GgJueq { width:16.5rem;height:3.2487rem;top:5.1396484375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrEJ7qEwNoEuoGr0K6cr8CfNNo630W7 { width:4.375rem;height:4.375rem;top:0.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpHXAQ7ECHoUNRQT4Of7qV4w4ynG0hKG { width:18rem;height:13.1875rem;top:16.470703125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGkge6Au5Dwguv75XpgbyQNCzdLgLs { width:16.3125rem;height:4.38801875rem;top:22.9833984375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyOpFcULOWETHZTGd4ZkqqvMfFr7PqLa { width:13.25rem;height:1.7871125rem;top:19.2841796875rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpKHyHwePu4RLyOs8TcXdyGkOS51t4tp { width:4.375rem;height:4.375rem;top:14.2216796875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn78BrGXmsRh6vQpV2WriWzRqCaBTVeG { width:18rem;height:12.4375rem;top:59.599609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXNKZPhJDqOh45CZmv0LH5kuObxmbsv { width:18rem;height:14.125rem;top:73.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3gEmnD9knAlADlxJkhxvRMXFTaeHpT { width:15.5rem;height:4.38801875rem;top:66.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKfDkZyglT9i6BU11hFpbt1uTGZs18B { width:16.0625rem;height:5.85069375rem;top:80.263671875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9aKwZH43gIoGconMTnU46K3k1pRDFWR { width:18rem;height:11.3125rem;top:46.7216796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtgXKXamq2UzV4wPIciFgN9ISXpwuop { width:16.375rem;height:4.38801875rem;top:52.794921875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA46xZBX6ag1bGBMwQ1PoomTecP4mzD3 { width:17.75rem;height:3.57421875rem;top:49.220703125rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiBVJdtQRnWHtiDKSzK3qBTCpRKZrfJ { width:15.75rem;height:3.574225rem;top:62.125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTyLSRBK0ftPIxcrpBzchKf6JUM2XvP { width:15.75rem;height:3.574225rem;top:76.1875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icmNJIkTI7cbpCodeBuln7vsGkIUCwb7 { width:4.375rem;height:4.375rem;top:44.220703125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx9ZRDlTcD7m6gyC2rvvzA39vFEg0a63 { width:4.375rem;height:4.375rem;top:57.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0fqtylT2l2ZzT4Z5lgByUNgzC4S4KVI { width:4.375rem;height:4.375rem;top:71.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niUCTHZtlpRzUTQgIAPwOCcLUAPBGt85 { width:2.5rem;height:2.5rem;top:72.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OyWtQCL0lbvgBa0F4mlaoriDVBV0kP { width:15.625rem;height:2.5rem;top:103.9638671875rem;left:2.1875rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLT4rWrNiGkn4yHUUvkhyGdbTLM6s36 { display:block; }
 }@media only screen and (max-width: 763px) { #ddi7Zq5wLK7QlZt0VnbRTXU7epaNzXI5 { width:18rem;height:13.625rem;top:31.3466796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbwnWVxTTK0Soqix5iDzQBuK465OTNK { width:17.625rem;height:5.85069375rem;top:37.7978515625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpvf77wCzrmGdW1iPLxqmOFRcUm4UNHr { width:12.625rem;height:3.574225rem;top:33.970703125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKRxD6qgAtceTEpTC90UBkTgwg9FbTm { width:4.375rem;height:4.375rem;top:29.033203125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoq7qmOEMrVTTzGeT9VSTeTJsmwMvBZ { width:2.5rem;height:2.5rem;top:29.971237182618rem;left:8.6878585815431rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxWc5mtBCd8g9zgSFb7K27xBM2ZF4aOT { width:18rem;height:13.1875rem;top:89.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOzqkNwsDJitVkGNCQsMoF9rLmwSV1WP { width:17.5625rem;height:4.38801875rem;top:96.07421875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMWXCcTLUKycFZgXMq6ahKDBGLrG5PpA { width:16.375rem;height:3.57421875rem;top:91.875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBP5DswMVt1WPcnnB4rbasE7stLPS9HE { width:4.375rem;height:4.375rem;top:86.6875rem;left:7.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #uboZcovsai2p4NgIR1ZA4U9aiMcCv5I6 { width:17.5625rem;height:20.9375rem;top:112rem;left:1.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HFE0If32aASozGq13nUHC4GPl2XFSaUl { width:2.5rem;height:2.5rem;top:1.375rem;left:8.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #S06mVWqior7AisFhAM50k2FsgMco3mwK { width:2.5rem;height:2.5rem;top:15.1591796875rem;left:8.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #etC7wXe7cxksOqmhdWLOVk4fZCtcPhNf { width:2.5rem;height:2.5rem;top:45.158203125rem;left:8.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qilOXif39VhqKQGOvaeAkeua7kyyNu9h { width:2.5rem;height:2.5rem;top:58.0341796875rem;left:8.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #DkZDhP3GnRWUeAXws39vUFV5HM60sLMD { width:2.5rem;height:2.5rem;top:87.625rem;left:8.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #QpAuVCufArTMLwM55Wzn0CBLrMcvdarZ { width:13.25rem;height:2.68229375rem;top:106.6884765625rem;left:3.375rem;font-size:0.6875rem;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM { background-color:#fafafa;background-image:none;display:block; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container { background-color: transparent; background-image: none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container > .video-iframe-container { display: none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row > .video-iframe-container { display: none; }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .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); }#TOSRrdrS4gC32tlW0mUrDNlfUVAXcvlM > .row .container { width:20rem;height:13.933366531372rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf7ZP9EALIwHqcE7MddLQGDgEdHmy6Kv { width:11.375rem;height:8.9355625rem;top:5.8125rem;left:0.78125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cFsSZHP8cffra6uHcWq5W7caTi5a6VmH { width:18.75rem;height:9.7443125rem;top:12.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #L1XXfBazl5KyaE4uuKXM58paXbiXTzbP { width:10.75rem;height:2.625rem;top:9.4375rem;left:0rem;background-color:#424242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D6C55AvZyNU8K8xyIFWdp4ENEEbsl5iU { display:block; }
 }@media only screen and (max-width: 763px) { #QV8OgaTU0UeaTgv4BVvc0vngG5xwPx7R { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TyQWRCoOzp3VfWMCNh9hS9tw2fvThUme { top:4.7478694915771rem;left:10.124288916588rem;width:9.375rem;height:9.1868125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ppn92UPH15dtpJiKNw1lm1hrsIWa8y { width:15.875rem;height:3.57421875rem;top:1.125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#8cc63f;z-index:15001;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iC7rc8mvfEBtkCIWOVpBeFdhRvP9pWVB { width:12.5rem;height:3.4082rem;top:5.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#8cc63f;z-index:15002;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { width:20rem;height:131.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PyPavCTlSTL0vbHoS8qfOhlFx2RRpk9y { width:18rem;height:11.9375rem;top:2.7841796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIzbs7HJQIVebbOz8hlFHbT7arldXhw0 { width:12.5rem;height:5.84765625rem;top:7.8740234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQpfewfHzEcSwEn3WikodMq1ELqvuF { width:12.5rem;height:1.7871125rem;top:5.4521484375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ttogaFZXXTc4tKEXp8gCCSgUqHnX3T { width:4.375rem;height:4.375rem;top:0.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhT3vH992lzy3tdc6aek0k4yh1QvsBRD { width:2.5rem;height:2.5rem;top:1.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQruepeV91HRIzdEIEbWET2xhSvV82Su { width:18rem;height:13.1875rem;top:16.470703125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6Td2xMszmTNBfh9C5oTVrZIzdUEzAS { width:16.3125rem;height:5.84765625rem;top:22.9833984375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM2TTv86avfUtG00eTRoiTvS4upMNopa { width:13.25rem;height:3.57421875rem;top:19.2841796875rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO7WHmgvzX2re884CVkae7PmTiJ79lTX { width:4.375rem;height:4.375rem;top:14.2216796875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXWFmG63qB51ebAHQKdNTOywWClVJdL { width:2.5rem;height:2.5rem;top:15.159629821778rem;left:8.6869659423825rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUqu3mBfIGeV9zZpibZGEq521wShK9t { width:18rem;height:12.4375rem;top:59.599609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtmOVmro11Iwvragyq2x06slR8aRQhv { width:18rem;height:14.125rem;top:73.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrU3KZcTQmeAKFsBMKHVc9pUoZzGXzp { width:15.5rem;height:4.38574375rem;top:66.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2twukx3B5AyGpPwsJrqz27le4dWF72o { width:16.0625rem;height:5.84765625rem;top:80.263671875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trP1Brg2M5ucvceDrbTvl6PAK8iHElQZ { width:18rem;height:11.3125rem;top:46.7216796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clMZ0xm2wLa7ldMnVyHgUVpVAP1TzB52 { width:15.6875rem;height:2.923825rem;top:53.529296875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3on8CRChIwL7gsQBmOsGvOFHswa7O2y { width:15.75rem;height:3.57421875rem;top:49.220703125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QCvP1TPBFS8oruZ2nCcu0zvLkvkLH2 { width:15.75rem;height:3.574225rem;top:62.125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ElJHAdttis7k3LPMTw2NKRWPOs7AnK { width:15.75rem;height:3.574225rem;top:76.1875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR6k6VkIJgIgP43zapH9sBdXtVX3DVbF { width:4.375rem;height:4.375rem;top:44.220703125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kSGltBLVwARBmQmMghyqvBBUJD8Gig { width:4.375rem;height:4.375rem;top:57.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9Cf7g61blcf3KsHHx8rWVLyHqrZv8F { width:4.375rem;height:4.375rem;top:71.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJ6AHtAy6zuQOEPyrfnDr1yZ5GNfPxA { width:2.5rem;height:2.5rem;top:45.158737182618rem;left:8.6878547668456rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxWrDC1KUeiAXTX9ylqRBUknC5ek5qSH { width:2.5rem;height:2.5rem;top:58.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUoANnBTiMf3ppn4SzRtN7fLn2gQDrG { width:2.5rem;height:2.5rem;top:72.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK4INq2B2Hf50q75OPkur6Iki8fcJeC { width:15.625rem;height:2.5rem;top:103.9638671875rem;left:2.1875rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiMP6o5v6v0rlT1ZiG21Z8UQ0pT7kBN { display:block; }
 }@media only screen and (max-width: 763px) { #x7ws96dbdRld1iGJT6eGwSMgQTninpxZ { width:18rem;height:13.625rem;top:31.3466796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdW91qQAn2ohyhotIfffIM15qcMdvGyF { width:17.625rem;height:5.84765625rem;top:37.7978515625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDSiAbT7nl78v4oTLFxEHLXlQfrOiEHC { width:12.625rem;height:3.574225rem;top:33.970703125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsU8fKeqVZqEM5TZKdsMcEF8kHRrfiWm { width:4.375rem;height:4.375rem;top:29.033203125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdyReROP9bzgUEEo7R7PFqOMGSt9VBX { width:2.5rem;height:2.5rem;top:29.971237182618rem;left:8.6878585815431rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3A2pC1NXEoPMQSWDi68Z0xEcw0S9gru { width:18rem;height:13.1875rem;top:89.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbzSlXMGmaMrldP68vkXCiPiC1J8KirN { width:17.5625rem;height:4.38574375rem;top:96.07421875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4T1GzliGlTfqxc1iN8BLDKVlBEyclwl { width:16.375rem;height:3.57421875rem;top:91.875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vNP2cwatTTghqfKCbg7pADaM5pcMkH { width:4.375rem;height:4.375rem;top:86.6875rem;left:7.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #k1NFrAIEtiOT5tp1iAlA5LOu0g4EIMem { width:2.5rem;height:2.5rem;top:87.625rem;left:8.6875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #L1Fs4FGIxrKcK46hlvT27CL0vaUAcvuB { width:17.25rem;height:27.3125rem;top:103.9638671875rem;left:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { background-color:#ffffff;background-image:none;display:none; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { width:17.5625rem;height:2.875rem;top:98.673828125rem;left:1.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block; }
 }@media only screen and (max-width: 763px) { #COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { width:20rem;height:5.60546875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { width:20rem;height:23.375rem;top:8.1044921875rem;left:0rem;z-index:15007;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { width:7.9375rem;height:7.9375rem;top:9.6669921875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { width:20rem;height:24rem;top:32.1669921875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { width:7.625rem;height:7.7501362827794rem;top:34.259765625rem;left:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { width:9.8125rem;height:1.4619125rem;top:12.103515625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { width:9.5625rem;height:1.462675rem;top:36.478515625rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { width:7.4375rem;height:1.2999125rem;top:38.041015625rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXvly36Ia0rw7FTtJDykbSkC6796WmH { width:8.0625rem;height:1.2999125rem;top:13.9853515625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { width:18rem;height:11.1892375rem;top:43.166015625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { width:18.3125rem;height:11.1892125rem;top:18.666015625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { width:15.625rem;height:2.5rem;top:57.4169921875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block; }
 }@media only screen and (max-width: 763px) { #HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { width:9.3125rem;height:1.462675rem;top:12.5869140625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15076;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #af7SuNf5OsOuomu5CFw5EndHaiS5131X { width:13.25rem;height:2.68229375rem;top:60.318359375rem;left:3.25rem;font-size:0.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Z51GlPGX7selViztyfRWwVRHCZ12Xl { width:18.4375rem;height:2.68229375rem;top:64.248046875rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:16.5625rem;height:3.41363125rem;top:1.8212890625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-element-container { background-color:#7db335;background-image:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-text { color:#ffffff;font-size:0.875rem;height:auto; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-desc-text { color:#ffffff;font-size:0.875rem;height:auto; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { display:flex;height:auto;width:17.5rem;top:5.171875rem;left:0rem;background-color:#8cc63f;background-image:none; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN {  }
 }@media only screen and (max-width: 763px) { #zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { width:15.625rem;height:2.5rem;top:79.625rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#8cc63f;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block; }
 }@media only screen and (max-width: 763px) { #uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { width:15.5625rem;height:4.87305rem;top:70.5400390625rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PEosFZ4iG0pmZ3uTPiutV9Si1uozC9P8 { width:14.3120625rem;height:2.68229375rem;top:82.684463500975rem;left:2.8428819775581rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:15.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:8.5625rem;height:1.3997375rem;top:8.45703125rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.371125rem;height:1.3997375rem;top:6.05859375rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:5.9765625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:8.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:7.3125rem;height:2rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:3.6875rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:8.5rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:13.1875rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }