.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:transparent;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG { 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; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container { background-color: transparent; background-image: none; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container > .video-iframe-container { display: none; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row > .video-iframe-container { display: none; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .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); }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container { border-width: 0; border-radius: 0; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#ozTxMmxx4TgeIUp3BesviXwIcwS59hsA { background-color:transparent;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:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:53.875rem;display:block; }
#lVbvSTUxNqB8nNe9omrX9clmvr2MWHVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6HarQ1JlT1vGrghzaTUIsutmWmpR3zH { background-color:#8cc63f;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:64.3125rem;display:block; }
#ssUkZzT8XNSiTDTvsz8HVan8BHpsiDut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXeClgskvuWVpLU488L1gGDAtne5acAU { background-color:transparent;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:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:45.75rem;display:block; }
#w614STubQaAQ9RLNw6UnRJbzx2sCkRZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWi2aEikcGGDoaHRckZe3240wFlOBKoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6e63bb9-2117-4f2c-8ca1-8a216e8652c1/AdobeExpressGIFOLoteVirou1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC.adaptive-delivery-prevent-bg, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyload, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyloading { background-image: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { background-color: transparent; background-image: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container > .video-iframe-container { display: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row > .video-iframe-container { display: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .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); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { border-width: 0; border-radius: 0; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa5e7f2f-2333-4c57-a354-2862d9c73956/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772.adaptive-delivery-prevent-bg, #zW8hBo7td7lLTCHIVG52ItqtkPqlG772.lazyload, #zW8hBo7td7lLTCHIVG52ItqtkPqlG772.lazyloading { background-image: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { background-color: transparent; background-image: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.65); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.65); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .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); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { border-width: 0; border-radius: 0; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772::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; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { color:#e1e1e1;display:block;width:50.125rem;position:absolute;font-family:"bebas neue";font-size:6.9375rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:13.937499761581rem;left:1.9291667938232rem;height:12.4863125rem;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; }
#iavPvoBJLa0Dzu3iL6vthsGo5nx7OkaE { position:absolute;display:block;z-index:15010;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:6.0625rem;width:22.3125rem;top:3.9989583492279rem;left:1.9291667938232rem;overflow:hidden;display:block; }
#SaA3bbT1qRfslLsfzWR5PHf4lFKsJTpL { position:absolute;display:block;z-index:15011;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:2.8125rem;width:26.1875rem;top:30.687255859375rem;left:1.37451171875rem;overflow:hidden;display:none; }
#F20sfyOOrWOJFmGwb0n90LbpmV6Xp0UV { color:#e1e1e1;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:34.929168462753rem;left:1.9291667938232rem;height:5.84765625rem;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; }
#k25NFTiINvAxtcJe5eW1BboLidMxKxTV { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.5rem #000000 ;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.11666625rem;height:3.99166625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.250003576279rem;left:1.9291667938232rem;display:block; }
#fWtx8vPvp82kSUZL29UNohoh1JaVaE7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XneghTx6RJ5VzVNyoTWlwQgJVmfuQMoN { position:absolute;display:block;z-index:15013;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:16.499rem;width:16.499rem;top:16.6875rem;left:55.8125rem;overflow:hidden;display:block; }
#FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { position:absolute;display:block;z-index:14997;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:23.811875rem;width:23.811875rem;top:29.8125rem;left:40.375rem;overflow:hidden;display:block; }
#zL0kr6AnrMJfnDZRVqWcSgrWiVwZrZh5 { position:absolute;display:block;z-index:14996;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:7.1245625rem;width:7.1245625rem;top:38.1875rem;left:60.5rem;overflow:hidden;display:block; }
#xttq3u2BwxcN37cIdTMLXoyWo02LKivD { 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:8.0625rem;width:75rem;display:none; }
#SNSgJGBKV32oTi5iHvsbtsWTTe3bhRmL { position:absolute;display:block;z-index:15014;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:5.9375rem;width:36.25rem;top:28.991668462753rem;left:0rem;overflow:hidden;display:block; }
#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed7b13ca-9173-4237-a6f1-1a4f3c8d1392/AdobeExpressGIFPatrocinadores2.gif");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:block; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx.adaptive-delivery-prevent-bg, #eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx.lazyload, #eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx.lazyloading { background-image: none; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container { background-color: transparent; background-image: none; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container > .video-iframe-container { display: none; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row > .video-iframe-container { display: none; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .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); }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container { border-width: 0; border-radius: 0; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { 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:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { background-color: transparent; background-image: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container > .video-iframe-container { display: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container { display: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .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); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { border-width: 0; border-radius: 0; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#p96J1J9NyxRkue1t9S6uot7ayt6QUsQI { color:#ffffff;display:block;width:54.561875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:12.711647033691rem;left:10.217329502106rem;height:12.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TlXgbdyLrtUrsW3cDT7ug6eCNHTzMkmd { position:absolute;display:block;z-index:15001;background-color:#1d2540;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:75rem;top:22.6875rem;left:0rem;display:block; }
#LoqWp5IAOvqTQ1RoA6VG6TOHfzulAevx { position:absolute;display:block;z-index:15019;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:1rem;width:3.1875rem;top:26.5875rem;left:2.8724321209016rem;overflow:hidden;display:block; }
#v5G32Efe1Ww434ofzDqWtgRQ4WH2WgA8 { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.4375rem rgba(0,0,0,0.26) ;box-sizing:border-box;color:#1d2540;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:16.875rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.5625rem;left:46.25rem;display:block; }
#AR0HUEL92l0a10oMFIoZJ7yLsgch5JGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfyvQXi3F9unUw7rQLmxmLXwf7Q1nw7k { box-sizing:content-box;height:6.9375rem;width:42.125rem;position:absolute;display:block;z-index:15000;background-color:#1d2540;background-image:none;top:1.5625009536743rem;left:13.75rem;display:block; }
#VtDrTfTWLbaOFILlsmRh0yQDnB0IZ4KU { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:3.5rem;left:14.8125rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QFC18LVIEI2tw6WG57WTzSVVwCrMcmen { position:absolute;display:block;z-index:15020;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:0.9375rem;width:3.0625rem;top:6.8750009536744rem;left:15.0625rem;overflow:hidden;display:block; }
#spET7VBddcavmn3guCFIbNWbv74WpBX2 { 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:0.9375rem;width:3.0625rem;top:2.2375001907349rem;left:15.0625rem;overflow:hidden;display:block; }
#HiepGDdyLvIaOe9ryw0tcfWM6t312APm { box-sizing:content-box;height:6.9375rem;width:42.125rem;position:absolute;display:block;z-index:15005;background-color:#8cc63f;background-image:none;top:2.4375rem;left:12.8125rem;display:none; }
#GJuFHyd94h4XsISETlh14C5OSCZdouSt { background-color:#1d2540;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.4375rem rgba(0,0,0,0.26) ;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:16.875rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.4375rem;left:45.3125rem;display:none; }
#cKa1haqJOOi46T6IFC4tslvKZeTyIrQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWT2Wf4THzfBZbIcC6sTzr9Z3fXbHWgl { position:absolute;display:block;z-index:15025;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:0.9375rem;width:3.0625rem;top:7.75rem;left:14.125rem;overflow:hidden;display:none; }
#tFmOHime6GP7Gz0uzDZ98M0lrr5Q4QOo { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:4.375rem;left:13.875rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#mXWzDst14tAGRUKhWHlyZsvDQynDFpJT { 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:0.9375rem;width:3.0625rem;top:3.0625rem;left:14.125rem;overflow:hidden;display:none; }
#rRGW87tARITg5IDzbeSaFsa0Nex962vp { position:relative;display:block; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp { background-color: transparent; background-image: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container > .video-iframe-container { display: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row > .video-iframe-container { display: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .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); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp { border-width: 0; border-radius: 0; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:none;font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HTmyVcdxRNIgE3R9LzTIRsWvBhaEmNre { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:15.0625rem;left:10.9375rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DpFlKAB9UbzmouMB4VMpB5f7GPrwyhiu { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:10.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gKt9Q0a2qv1igAEpdNVCZAvu3gNe1dHT { 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:14.375rem;width:14.375rem;top:0.25rem;left:10.9375rem;overflow:hidden;display:block; }
#cLWXasbDUHZnEqCrZyqRerkRB6c76CRm { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MTzW2shCKzoa2Cv7KdDOAsrqMM9Wgbq0 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:15.0625rem;left:29.5rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T4cBuqhMF04LP4w1MAK8xPOxQWehzfNP { position:absolute;display:block;z-index:15020;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:14.375rem;width:14.375rem;top:0.25rem;left:29.5rem;overflow:hidden;display:block; }
#Osp8V79Pth3fDtHvCBtVvqoq8NLUZqn0 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:47.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QhdlpoovfT4dHekHqWLiizZSgSIcfWHT { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:15.0625rem;left:47.9375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bDPFGvoGtOinOHqOG8f7GxNZ2zmTWaeo { position:absolute;display:block;z-index:15024;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:14.375rem;width:14.375rem;top:0.25rem;left:47.9375rem;overflow:hidden;display:block; }
#tTuvosGQs23SNk7UaAMKbsIyHlgPmgT6 { 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:1.9375rem;width:4.375rem;top:5.9375rem;left:59.75rem;overflow:hidden;display:block; }
#oKw7SrFn5AOMV2tE2fibTyEtuTg7kq10 { position:absolute;display:block;z-index:15032;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.9375rem;width:4.375rem;top:5.9375rem;left:22.75rem;overflow:hidden;display:block; }
#kMrIRG7CcEUJbLVZvym93FMOG2qJ2z2K { 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:1.9375rem;width:4.375rem;top:5.9375rem;left:41.5rem;overflow:hidden;display:block; }
#WJda1OIwDrf4fp3J9M9GpA5NKWpEUC8I { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15025;line-height:.9;letter-spacing:0;top:42.6875rem;left:11.0625rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D0aKsil9XD3rsRLy51yALq2uEgLVFpGs { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ukGHBd1BNgmFimLBqy4oOcvTFE5CIoxL { 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:1.9375rem;width:4.375rem;top:33.5625rem;left:22.875rem;overflow:hidden;display:block; }
#vht1GyOXThoJKRIxzNhp5vHgzAr876B6 { position:absolute;display:block;z-index:15028;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:14.375rem;width:14.375rem;top:27.9375rem;left:11.0625rem;overflow:hidden;display:block; }
#Pd0ZgrtHXpV1L94KoIKc1rOsBARUwuHC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.8125rem;left:10.75rem;display:none; }
#PR8OTFXmdrdHJuNEuLZuTR307AIlZgJZ { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:12.3125rem;left:9.8125rem;display:none; }
#HelqbsMf1X8TJ7KT4bvpPlmhPt54SQxX { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:21.125rem;left:9.8125rem;display:none; }
#SkxXwxEkatLcciJponMpahvQVywiHZFE { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:29.875rem;left:9.8125rem;display:none; }
#ROayy736Z32Un1PPReJyNywGBz2RkT5A { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:42.5625rem;left:29.5rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qr59ToqTtWS0dLuBpdg5Mtm7uAf5C6dQ { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48.4375rem;left:29.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gOapWLlih23796EMysx1BLK5CKITJxG6 { position:absolute;display:block;z-index:15020;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:14.375rem;width:14.375rem;top:27.75rem;left:29.5rem;overflow:hidden;display:block; }
#A73y7xwVoqpvbL4wL3O4PEnwK1HxFQn9 { 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:1.9375rem;width:4.375rem;top:33.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#L8gkEwWUhdDuAZgpFQpOgnCxyTEmKH68 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:38.8125rem;left:9.8125rem;display:none; }
#vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:42.5625rem;left:47.9375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tu5LTICpa56cyWkirZ17U5oMzxE9Ol5Q { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.4375rem;left:47.8125rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vgSTpUilRWi9DI5teKXEV1Qn86DsSM5q { position:absolute;display:block;z-index:15024;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:14.375rem;width:14.375rem;top:27.75rem;left:47.9375rem;overflow:hidden;display:block; }
#xVJdpvulMXvU2W8wQ0fFuqMaTNulquZ2 { position:absolute;display:block;z-index:15040;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.9375rem;width:4.375rem;top:33.4375rem;left:59.75rem;overflow:hidden;display:block; }
#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { position:relative;display:block; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { background-color: transparent; background-image: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container > .video-iframe-container { display: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row > .video-iframe-container { display: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .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); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { border-width: 0; border-radius: 0; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:none;font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Fc9Iwy6ptfeHmNToxCw2i8zfP6rHrNnd { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:15.0625rem;left:10.9375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yWGWsxDbX0BHqVIfuIaHr0XFr3pAFIKX { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:10.812499046326rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XFP5E8WmLnEnDC9OFviRXN783I46wnFT { 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:14.375rem;width:14.375rem;top:0.25rem;left:10.9375rem;overflow:hidden;display:block; }
#OygNZ86T9Z7oE4BVdovASfGtS0gRSyTm { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.375rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#td6zmE1i05NBWTCcZAxEVZvhTKugFro1 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:15.0625rem;left:29.5rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V40qyot9mGERCFKGXGW5QMTrC13EE9Jh { position:absolute;display:block;z-index:15020;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:14.375rem;width:14.375rem;top:0.25rem;left:29.5rem;overflow:hidden;display:block; }
#B5QhHSH745UrJ66uv9mIpVwPF1ILkGs7 { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:47.812500953674rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FvvvTxEk8nMwGH9iVdhRa4hNuXQBmTHg { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:15.0625rem;left:47.9375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EMUUmmZeyKqUauO1obJVJCDAv96ykeDW { position:absolute;display:block;z-index:15024;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:14.375rem;width:14.375rem;top:0.25rem;left:47.9375rem;overflow:hidden;display:block; }
#GJaTvdm6uuk0MAt2C3OdoKywubhW1xod { 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:1.9375rem;width:4.375rem;top:5.9375rem;left:59.75rem;overflow:hidden;display:block; }
#A2RVZqNqvKxi3vvXSATmWwQylNRDonbt { position:absolute;display:block;z-index:15032;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.9375rem;width:4.375rem;top:5.9375rem;left:22.75rem;overflow:hidden;display:block; }
#ClgcU4KHEhrkaLgTZ5PwxrhnKzb7esIu { 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:1.9375rem;width:4.375rem;top:5.9375rem;left:41.5rem;overflow:hidden;display:block; }
#C55EL5pyoNQT43I8voPrzTQbJ2sMkgXl { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15025;line-height:.9;letter-spacing:0;top:42.6875rem;left:11.0625rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#el8BRNCmGaKFe2xJ1fOZBhnqBe82mew4 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WeUHHE5ht1iTP6nrPXytranseV9yJvot { 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:1.9375rem;width:4.375rem;top:33.5625rem;left:22.875rem;overflow:hidden;display:block; }
#GieTcyXuUNI9WmPuzfAmKc6JkdTr3ziz { position:absolute;display:block;z-index:15028;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:14.375rem;width:14.375rem;top:27.9375rem;left:11.0625rem;overflow:hidden;display:block; }
#w7JOe6U7vpoR85lm4178CWs3suxls9ow { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:2.5625rem;left:9.8125rem;display:none; }
#aoB70tnX8KG3WQtavDVDENXKQK9O6AIX { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:11.875rem;left:9.8125rem;display:none; }
#ImTmcamETsoqU8yqq6L26JnrCproIrsD { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:19.9375rem;left:9.8125rem;display:none; }
#HMuutm2AQhgkCdgwXyusspxNMS6FZZLh { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:29.5625rem;left:9.8125rem;display:none; }
#tzpuSgPMAHPbl2HToS2B576lJUr79VB5 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:42.5625rem;left:29.5rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SD7B18dVxah82uJIy7qgcT94ex51M5Q8 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48.4375rem;left:29.375rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OtQO4hMQMMRiAfwtHqcx6T1uoSAIoQr0 { position:absolute;display:block;z-index:15020;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:14.375rem;width:14.375rem;top:27.75rem;left:29.5rem;overflow:hidden;display:block; }
#w6RoVsQtL5dsHOemCSVridD7g4e3PAsd { 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:1.9375rem;width:4.375rem;top:33.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#u2DQVq03znhKsQyJ6ABuHxt9ovu99Nip { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:38.5625rem;left:9.8125rem;display:none; }
#S6riu9k2kAdUb8Xl65DkWaRPn7rVK9oT { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:54.872396469116rem;left:29.437501907349rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nziOfhQAmtJ19ZpXPIUC3T9rQu5Laec2 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:42.5625rem;left:47.9375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KsqAzBmpwsuddEKED3FJMyOQkynwarDL { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.4375rem;left:47.8125rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GChrsGeUae9xqqq3TT8vuGIXVwRsTpDn { position:absolute;display:block;z-index:15024;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:14.375rem;width:14.375rem;top:27.75rem;left:47.9375rem;overflow:hidden;display:block; }
#chZC8NyaDRZD9yVUqqoTkapOLNmcKRUs { position:absolute;display:block;z-index:15040;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.9375rem;width:4.375rem;top:33.4375rem;left:59.75rem;overflow:hidden;display:block; }
#T0VW44FSnFS5pgJGe7i3H3RZ7WvXx5pG { position:absolute;display:block;z-index:15002;background-color:#1d2540;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.747375rem;width:75rem;top:61.249124526978rem;left:0rem;display:block; }
#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");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:block; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.adaptive-delivery-prevent-bg, #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.lazyload, #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.lazyloading { background-image: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { background-color: transparent; background-image: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .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); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { border-width: 0; border-radius: 0; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { color:#1d2540;display:block;width:66.9375rem;position:absolute;font-family:montserrat;font-size:5.5rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:9.2500004768369rem;left:0rem;height:18.15rem;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; }
#NXLgmC35U4S5TBkDAG2yN4MeA4DcP0RI { 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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:4.6875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.375rem;height:12.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:52.6875rem;left:44.5625rem;display:block; }
#RBKt7AUli8UeJxwi13aBNrJO5ZuBbQ5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9TdV5kpmt55phTmfzG0y1Ic71CKUECd { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:4.6875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.125rem;height:11.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:47.6875rem;left:21.625rem;display:block; }
#xp9rRTJsASKLKKLqElrfvE0CfyTheTJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1OCXiVJVgk88UxZgAh56f520x0POrHT { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:4.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6241875rem;height:7.937125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:60.4375rem;left:9.1875rem;display:block; }
#nMou4FGt5mSPwJefnfcnhRx6b0nz23cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vblxhkrc7v3Uat6ZGugqWKIrKfTd8cEg { 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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:4.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:9.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.75rem;left:44.5625rem;display:block; }
#u5LkO1nTUPm7w2IGIamNCVWWmSsJXeaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuC0rr9aBTFW8ZtbRsWd3TZUwR3ls1vp { color:#1d2540;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:29.4375rem;left:0rem;height:16.1953125rem;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; }
#KRFrKhI5hcMSdVBB8C0C7fsZqBuLbodT { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:4.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:9.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.816838264466rem;left:48.81077003479rem;display:block; }
#nSCtvaGSHkIrIlBIeEfaR6VtJoANLqFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k96C3fEHssS9cWbPaQf5LQ4bXvIVieRu { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.5rem #000000 ;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0078125rem;height:3.8818375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.4320316314698rem;left:25.49609375rem;display:block; }
#GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tp78hwByccpyzlZlgX5spsCGKrOs2unC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { background-color: transparent; background-image: none; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container > .video-iframe-container { display: none; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row > .video-iframe-container { display: none; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .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); }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { border-width: 0; border-radius: 0; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#u428aDc2B0BmmEPglmslxoV9co6J9i7T { position:absolute;display:block;z-index:15046;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:9.9365rem;width:21.43675rem;top:41.036376953125rem;left:47.72216796875rem;overflow:hidden;display:block; }
#EZ46WzByoyofxzD6p8AddhsmWq9kObG3 { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:9.125rem;left:4.56298828125rem;display:block; }
#xRxo2ydOt7lWOe4B3IHq0CWCcKRIi1fC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qclkADiCDaafLxVl24funqpNJzyvDamB { color:#1d2540;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:9.8125rem;left:13.87548828125rem;height:1.725rem;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; }
#Xw6nSMEGvLbnKesaPkJ5PKfOawKTX0NT { color:#1d2540;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:14.0625rem;left:13.81298828125rem;height:1.725rem;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; }
#tV6O87OucKFiTTtap4bPsp4Su357LxDz { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.375rem;left:4.56298828125rem;display:block; }
#DhST5KNAJzBWdE84n5JDQmlQ6UKhCTCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6zshhtCXV5W5sByXsAA2giliyzfpL2X { color:#1d2540;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:18.375rem;left:13.81298828125rem;height:1.725rem;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; }
#Xm0ZlXbz4HooQV1mU9VOhQNSwhnEJO2u { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:17.6875rem;left:4.56298828125rem;display:block; }
#gK6g6WKmsfxrAzaGAHZwrBJ8G2n1qyyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqaRmvkrclTpZqOZrFLGspgDceoTFhLg { color:#1d2540;display:block;width:57.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15057;line-height:1.2;letter-spacing:0;top:31rem;left:13.8125rem;height:1.725rem;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; }
#f5c7p5gc8GiSxhl1eKlJALOoInqzIaxs { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:30.3125rem;left:4.56298828125rem;display:block; }
#cT5P3hNKHtGT389OMXHx9UgXeGiThMuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJTN5l0EwXDFWHXnyOyRGRryQFJPXkrK { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26rem;left:4.56298828125rem;display:block; }
#hOxAGMOUlJQqgOyPlZhigsQQBR4Bd0I2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXTXXTMgGoeRIBvXUQgWHoisIMwByBm5 { color:#1d2540;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:26.6875rem;left:13.81298828125rem;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; }
#Zds2N6TRB1xm4RosnyBFD9d9VZMbBGww { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:21.75rem;left:4.56298828125rem;display:block; }
#b48Nur5TV9IlCKwR3rJWCPwKX3qU1dOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C84r61fxEJoz9taGZb4UZ1wn9xUzEgiq { color:#1d2540;display:block;width:49rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:22.4375rem;left:13.81298828125rem;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; }
#prQPHTISrGycfmPWbI2oVS24wu6pJ2Pk { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:42.6875rem;left:4.56298828125rem;display:block; }
#rXURRAr7NbiQzgN1VBlOZdPED5RJ6Gbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSeoW9II8D0IhEvvLPJB6t1sr8R1G8vU { color:#1d2540;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:43.375rem;left:13.81298828125rem;height:1.725rem;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; }
#mNkGrWuPJJ9bm96Rl7TVWMegIn59AmcK { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:38.625rem;left:4.56298828125rem;display:block; }
#o3QGruWFMf0AV2i4BOM2hboEDr4EILAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPbAItHDiw7dW74bzOhQ8FidzZ5lsdvS { color:#1d2540;display:block;width:25.374625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.2;letter-spacing:0;top:39.3125rem;left:13.81298828125rem;height:1.725rem;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; }
#cwIIzgAZXwkwWPDwI8dkvkWN56U8TeEq { color:#1d2540;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:35rem;left:13.81298828125rem;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; }
#m34a1fO2DiPP4TS8qphOVi3u01gqTu6m { background-color:#1d2540;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"bebas neue";font-size:2.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:34.3125rem;left:4.56298828125rem;display:block; }
#cbSgky9oX4S6OOEqivWeqlBLVyRzsTrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9W3cbTqdIw3gi421X77oUGnMZ8IH8R7 { color:#8cc63f;display:block;width:14.1235625rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15066;line-height:1.1;letter-spacing:0;top:1.248779296875rem;left:30.43701171875rem;height:6.39375rem;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; }
#VEIUrv3abHPZDAGDBOWatx9ryRIyWJ5c { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:44.12475rem;width:70.124375rem;top:4.9365234375rem;left:2.5634765625rem;display:block; }
#nPdgcqKPgWFSAlfqLxkLLBW5TpJUEnrL { position:absolute;display:block;z-index:15008;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:13.4350625rem;width:13.4350625rem;top:2.92919921875rem;left:0.516845703125rem;overflow:hidden;display:block; }
#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3810d3ef-6df7-4e7e-82ef-24e213a78fe3/bgwide.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l.adaptive-delivery-prevent-bg, #SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l.lazyload, #SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l.lazyloading { background-image: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { background-color: transparent; background-image: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container > .video-iframe-container { display: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row > .video-iframe-container { display: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .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); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { border-width: 0; border-radius: 0; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#uFiGvhATaLgI7rJqSTM37oNgfPB1EZa5 { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:21rem;left:11.3125rem;height:2.0250375rem;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; }
#IfLsdmaiGLqMLRUsD1xLcpasz8FlnPbT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:3.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.75rem;height:8.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.437500953674rem;left:0rem;display:block; }
#s9uuCAoUtbHAMgyVT7S8mph04l7s8SmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7pQRRPQT1bIPOCdQgQm1elHszQW1lmm { color:#ffffff;display:block;width:66.9375rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:7.0927734375rem;left:4.03125rem;height:5.84375rem;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; }
#QovXdh6Z4tNVSGduTKGR3am3UuuOWfdk { color:#8cc63f;display:block;width:66.9375rem;position:absolute;font-family:montserrat;font-size:5.25rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:12.721873283386rem;left:4.03125rem;height:5.7750375rem;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; }
#BtIRZsfeN8H9MagDnngcaSJhQKeutlxR { position:absolute;display:block;z-index:15002;background-color:#1d2540;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.249125rem;width:75rem;top:4.4661598205566rem;left:0rem;display:block; }
#R1V6MysQLGLkOdDv25A8y38AgSk5B84d { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:21rem;left:30.75rem;height:2.0250375rem;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; }
#F68w6IB5xHM79qWXFeXxNE25pgHzubpI { position:absolute;display:block;z-index:15019;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.99960625rem;width:13.562125rem;top:20rem;left:16.9375rem;overflow:hidden;display:block; }
#NPqtJ7ytsvGSJ9elRvA4wbnqlyCWJszI { position:absolute;display:block;z-index:15020;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:2.125rem;width:6.25rem;top:20.885152816773rem;left:4.060546875rem;overflow:hidden;display:block; }
#pev5wf1Zpph5HBQRmZDlaTyD87FWoGyO { color:#ffffff;display:block;width:36.997375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:29.457032203674rem;left:20.4375rem;height:2.0250375rem;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; }
#RbmDvMfeiKPxmXCUxaW3AUL4OQn9hdn0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:3.0625rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:18.75rem;height:7.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.998698234558rem;left:0rem;display:block; }
#Ubl1vp6T3XTt6lA5UKNgb9eJiaZhKyra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NP942o74MFFl5Prll5EOd1snUoR3NqZo { color:#ffffff;display:block;width:28.8736875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:37.536459922791rem;left:20.4375rem;height:4.048825rem;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; }
#ffBkvtpXilwJSK5zsxas4VQt9tzcvo6D { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:3.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.75rem;height:7.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.686198234558rem;left:0rem;display:block; }
#fmhzTz4Don4mvgw3grdxpRsBG1scT14K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlqtESQXTeL3FD374GF5IDzWQXnWsNcg { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:45.273440361023rem;left:19.872398376465rem;height:6.07324375rem;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; }
#tuQ286pysDOKcTWIeWO1SeqJRIHVGF9n { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:3.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.75rem;height:7.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:53.395834922791rem;left:0rem;display:block; }
#fuhpRQT2itQimNrLW6apHc5tXPTIL8Wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJSgwuWILTuMOOmenE14wU5OZzMVoyV1 { color:#ffffff;display:block;width:41.372375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:54.170573234558rem;left:19.872398376465rem;height:6.07324375rem;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; }
#GFZOAfFDlsgLbyfvySaOrmw2483SL3JX { 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:24.375rem;width:11.75rem;top:25.156250953674rem;left:63.248962402344rem;overflow:hidden;display:block; }
#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { 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; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { background-color: transparent; background-image: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .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); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { border-width: 0; border-radius: 0; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#l6q501CeeVUb4L7TLyudObmtThIRa6hv { color:#1d2540;display:block;width:38.1875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:9.3125rem;left:2.8125004768372rem;height:6.39375rem;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; }
#pMbS9G7Znpp4mXAeU96w5TRPI8pTSJNd { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.959rem;height:3.8359375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.734375rem;left:25.51823425293rem;display:block; }
#PPTyPWTEyD1al9XeZE5GyXsUS9eKR6f7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1lxKX13covW2stMfqdPCxh4DiQDT6Qw { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:17.889205932618rem;left:2.8125004768372rem;height:20.6953125rem;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; }
#pTyt0nlIF5Ur82cyMiaE9WuMTvBTqKtJ { position:absolute;display:block;z-index:15015;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:31.875rem;width:31.875rem;top:17.325286865234rem;left:43.125002384186rem;overflow:hidden;display:block; }
#W7Jg84VyrwvDeG2SfXh2rWNMnPEdJ6R4 { background-color:#1d2540;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.5rem rgba(0,0,0,0.17) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1533125rem;height:3.794925rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.3125rem;left:2.8125004768372rem;display:block; }
#KMqVCSnfifLdmSKRfXBUUFz8qTklMIZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK4tfHw4AmzNXBkPVoAiocLJCZ39L3xT { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:75rem;top:12.6875rem;left:0rem;display:block; }
#LT8OPzCC0gCt35bZp6rZ2Qa4NzaROf8n { position:absolute;display:block;z-index:15003;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:18.4375rem;width:11.6875rem;top:13.342014789581rem;left:59.312067031861rem;overflow:hidden;display:none; }
#no3i6Zzh53enx3dBTST1Uv3VQCgoZkMO { position:absolute;display:block;z-index:15002;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:29.8123125rem;width:18.8748125rem;top:12.560363769531rem;left:54.08949136734rem;overflow:hidden;display:block; }
#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6e63bb9-2117-4f2c-8ca1-8a216e8652c1/AdobeExpressGIFOLoteVirou1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.adaptive-delivery-prevent-bg, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyload, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyloading { background-image: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { background-color: transparent; background-image: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container > .video-iframe-container { display: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row > .video-iframe-container { display: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .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); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { border-width: 0; border-radius: 0; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa5e7f2f-2333-4c57-a354-2862d9c73956/bg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv.adaptive-delivery-prevent-bg, #IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv.lazyload, #IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv.lazyloading { background-image: none; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container { background-color: transparent; background-image: none; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.71); }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container > .video-iframe-container { display: none; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.71); }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row > .video-iframe-container { display: none; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .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); }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container { border-width: 0; border-radius: 0; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv::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; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#TBHccrXG61t4Nlx5gZ4uCRTEraIBGWyJ { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:5.5rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:3.375rem;left:0rem;height:12.0996125rem;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; }
#Z1tRdwXNJ51JDzrWa7NbG38dCv27y6TX { position:absolute;display:block;z-index:14999;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:12rem;width:12rem;top:7.4583129882812rem;left:61.75rem;overflow:hidden;display:block; }
#bVUd8drpO4yEn9TulsCfabOdAXFT1b2g { position:absolute;display:block;z-index:14998;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:13.875rem;width:13.8125rem;top:2.4854125976562rem;left:52.6875rem;overflow:hidden;display:block; }
#qffQDSiCIwFHUxoLMA4websa9qVZdpmO { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:18.3125rem;left:0rem;height:14.170875rem;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; }
#FuS4XEy9MDovd9FqnZcpNfHC3qIau5md { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.5rem rgba(0,0,0,0.68) ;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.375rem;left:0rem;display:block; }
#eTrFcHLmDJQKgQ7IgvSAgD79qCaSRI2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHrseHWL0gre2lgyAqOZmFtNXt6hT4O6 { 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:25.4375rem;width:25.4375rem;top:16.359395980835rem;left:41.129165649414rem;overflow:hidden;display:block; }
#EvbVbQPGfWm83qRI0hn38JyQ9rNpQcQ1 { position:absolute;display:block;z-index:14996;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:7.1245625rem;width:7.1245625rem;top:38.1875rem;left:60.5rem;overflow:hidden;display:none; }
#hneodGRUcvTgHaDlmegm0kul0VulvsJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg.adaptive-delivery-prevent-bg, #hneodGRUcvTgHaDlmegm0kul0VulvsJg.lazyload, #hneodGRUcvTgHaDlmegm0kul0VulvsJg.lazyloading { background-image: none; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container { background-color: transparent; background-image: none; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container > .video-iframe-container { display: none; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row > .video-iframe-container { display: none; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .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); }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container { border-width: 0; border-radius: 0; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg::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; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#UMvAFSKOIrrGoQUQ2E8F4PQz3DfZNpSO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:75rem;top:9.6235656738281rem;left:-0.0625rem;display:block; }
#oV1oWvzTwQ8oWLcKzqZ2hAdmkvqcDXML { color:#1d2540;display:block;width:49.124375rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:5.71484375rem;left:5.5617179870606rem;height:6.39375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 { 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:block; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container { background-color: transparent; background-image: none; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container > .video-iframe-container { display: none; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row > .video-iframe-container { display: none; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .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); }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container { border-width: 0; border-radius: 0; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#dhW0Vv04WIbl8cDMbW69tSylkBneq8Mz { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:0.3125rem;left:11.0625rem;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;text-align:left;text-align-last:left;display:block; }
#TKwfC2rWfrNHPMQQZ4VdRQQ7zMskabvG { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:10.125rem;left:32.1875rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G9uro7y03CDHMaghx8tLTaL4eVFndTTT { 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:2.1237rem;width:6.25rem;top:2.125rem;left:3.6875rem;overflow:hidden;display:block; }
#sik4o0E8Zf6ewLibCOsaft782Qp2RrSL { 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:2.1237rem;width:6.25rem;top:11.7431640625rem;left:24.625rem;overflow:hidden;display:block; }
#L08g2V2OSkaBgDt62Q31cQR1eKHfi6Cs { box-sizing:content-box;height:17.0625rem;width:53.4375rem;position:absolute;display:block;z-index:15012;background-color:#1d2540;background-image:none;top:7.75rem;left:21.5625rem;display:block; }
#Ktk3ZgfFl0xRwvT2fxKsk5n59WnTRkoL { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.5rem rgba(0,0,0,0.68) ;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.25rem;left:32.1875rem;display:block; }
#hUAuGy6GKtbPFRx7LrelHTBPa5uhGEmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container { background-color: transparent; background-image: none; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container > .video-iframe-container { display: none; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row > .video-iframe-container { display: none; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .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); }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container { border-width: 0; border-radius: 0; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#r4ildv302MSLon1PFZNHr97dV4EhIF0H { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:4.125rem;left:8rem;height:5.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;text-align:left;text-align-last:left;display:block; }
#abzik1iEbtzoTQASmf2iHf90J2HoCySn { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:6.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:7.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.3125rem;left:47.0625rem;display:block; }
#RI0OccXlQ6co8IGKNMGdgQlEdri5Re89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wzOaEcW2nteTfDq9v2VO7V997JQQ8PEQ { position:absolute;display:block;z-index:15011;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:5.4375rem;width:20rem;top:11.875rem;left:47rem;overflow:hidden;display:block; }
#HsvQICfhyQlIMs3Z9u27i3xAUWhfcqm6 { position:absolute;display:block;z-index:15024;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:2.125rem;width:6.25rem;top:12.5625rem;left:32.375rem;overflow:hidden;display:block; }
#pL6KcATDHIku0VVFn2sTVTHVc3ypUlJt { position:absolute;display:block;z-index:15025;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:2.12460625rem;width:6.24960625rem;top:12.625rem;left:39.5rem;overflow:hidden;display:block; }
#D2uMB3AWrfZdl8k3reGXvR93Pv2ZSlyF { position:absolute;display:block;z-index:15024;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:2.125rem;width:6.25rem;top:12.5625rem;left:32.375rem;overflow:hidden;display:none; }
#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a7eb51e-47a4-494f-ba07-6421707720b6/bggranuladobranco.png");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:block; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM.adaptive-delivery-prevent-bg, #hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM.lazyload, #hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM.lazyloading { background-image: none; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container { background-color: transparent; background-image: none; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container > .video-iframe-container { display: none; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row > .video-iframe-container { display: none; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .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); }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container { border-width: 0; border-radius: 0; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;background-image:none;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(18,204,148,0.2) ;color:#ffffff;padding-top:1.590625rem;padding-right:1.426875rem;padding-bottom:1.590625rem;padding-left:1.426875rem;display:block;align-items:center;width:8.56rem;min-width:8.56rem;height:8.5475rem;position:relative;font-family:montserrat;font-size:6.3625rem;font-weight:400;line-height:136.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-label { background-color:;background-image:none;color:#1d2540;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.994375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:11.411875rem;height:3.37875rem;position:relative;font-family:"bebas neue";font-size:2.385625rem;font-weight:400;line-height:54.06px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:49.625rem;height:16.101875rem;padding-top:0.199375rem;padding-right:0.20375rem;padding-bottom:0.199375rem;padding-left:0.20375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.937501966953rem;left:12.482292175293rem;z-index:14998; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oWv2Q0yXCHyWDSLoWFQlTvaCszTdc9nI { display:flex;position:relative;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Dy9fECa1FM6gwE7pI1ZTA3b3mv65HsqS { width:auto; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #g08Jdw9X4gkUUK8hJFPpmQXInLFCROIL {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #uFTPL3kUr4dvkkrbOh5XnNuRkJXlqk0G { display:flex;position:relative;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AzoSGPpfsKox9TodvklBnvxGhax5NZXB {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Iq1yHEfkizC6DHGvFnK3IED3D3src4nt {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oXZOckhkNOqsaVQmhWyXN14X5Cg05Pel { display:flex;position:relative;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #e1NQrmHvrGOB0g49KPTIoFrpKKlEPyN6 {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #f4vJX1RVAuhDNJMDTzqeaH4iQNL2y5LL {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #W4O8pmQOaXyHxPKIEf7JnTKTG6RFcce6 { display:flex;position:relative;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #borXURvIJgzxJW9RL2O3uVzhTHuBTLAg {  }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AdgAGMkTeGxxhXqOp4zfQuWzMcBwBJ0d {  }
#GoU9AUnRhwMrB1c3VSfTa6LUEqgJrzwf { color:#1d2540;display:block;width:29.624rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:3.3125rem;left:7.4375rem;height:3.9000375rem;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;text-align:center;text-align-last:center;display:block; }
#H2R2gPEhGJ5yX7bmh9LKnpbGzsPc33As { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.252083837986rem;left:22.5rem;height:4.5rem;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;text-align:center;text-align-last:center;display:block; }
#TwV39Rf0bCwfsr8fRfoWOnM3as0vvGBy { box-sizing:content-box;height:14.375rem;width:64.4375rem;position:absolute;display:block;z-index:14997;background-color:#1d2540;background-image:none;top:14.250001013279rem;left:5.28125rem;display:block; }
#pGiPk7Rwcm4btTLlO4D5NIZIHM9cpmN4 { color:#1d2540;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.875rem;left:16.25rem;height:3.9000375rem;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;text-align:center;text-align-last:center;display:block; }
#vb0UDH1mkTQCnLhzAzyEdPkXTtmbx5Ss { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.75rem;left:37.875rem;height:6.975rem;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;text-align:center;text-align-last:center;display:block; }
#syWTpT31IyH2xmeahK3OOmyWNbCFvhqT { position:absolute;display:block;z-index:15027;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:2.12395625rem;width:6.24895625rem;top:17.4375rem;left:16.3125rem;overflow:hidden;display:block; }
#uZpQ60szsC493io9IzLK5kvauyNHCHLx { position:absolute;display:block;z-index:15028;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:2.0625rem;width:6.1875rem;top:17.470703125rem;left:52.375rem;overflow:hidden;display:block; }
#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");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:block; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF.adaptive-delivery-prevent-bg, #s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF.lazyload, #s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF.lazyloading { background-image: none; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container { background-color: transparent; background-image: none; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container > .video-iframe-container { display: none; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8cc63f; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row > .video-iframe-container { display: none; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .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); }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container { border-width: 0; border-radius: 0; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF::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; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#V7idWNDQ8u08lXoZT7UAmJTuUTMAFnES { box-sizing:content-box;height:7.75rem;width:72.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.4366388320925rem;left:1.1875rem;display:block; }
#nJa40mZuvtgPMy5sGNCcEUqyI8CCwQ7G { color:#1d2540;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:7.5rem;left:34.562501907349rem;height:1.16875rem;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; }
#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX { 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:block; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { background-color: transparent; background-image: none; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container > .video-iframe-container { display: none; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row > .video-iframe-container { display: none; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .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); }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { border-width: 0; border-radius: 0; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#tZh3iOChVd371CIOqHyJL97iAwTdBy9J { box-sizing:content-box;height:7.75rem;width:72.625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24.875rem;left:1.1875rem;display:block; }
#SQ5P7MrUvt4SamEMUVhmJugA74cwIIXl { box-sizing:content-box;height:10.5625rem;width:72.625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.75rem;left:1.1875rem;display:block; }
#iuh0QJ58QxV1KmK6ubiW6MB2udtPCQMk { 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:6.93675rem;width:6.93675rem;top:16.418749809265rem;left:34.031250953674rem;overflow:hidden;display:block; }
#l6fgJFR0icaneH5gs5UkkpAQpv87WwyR { color:#1d2540;display:block;width:4.62446875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:15.25rem;left:35.1875rem;height:1.16875rem;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; }
#aQmaC9eNd34xxZpNMnrghWM4aecZsSTb { color:#1d2540;display:block;width:7.874625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:25.8125rem;left:33.5625rem;height:1.16875rem;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; }
#SrMRI8RgxbVTvvh6HfJkXH18B6Or5LpU { position:absolute;display:block;z-index:15027;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:2.375rem;width:6.875rem;top:18.75rem;left:24.6875rem;overflow:hidden;display:block; }
#ZDuCA2QFxqiIlrMDGtZaNzlTda0ce99B { 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:1.93685rem;width:8.186875rem;top:28.5625rem;left:27.875rem;overflow:hidden;display:block; }
#qvq46RwMASKlD1lhw8h4eRndAyHu35yT { box-sizing:content-box;height:8.3125rem;width:72.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:4.875rem;left:1.1875rem;display:block; }
#yDV1RxH2v8x5FLDT4bX3TSDZQSmK4Mxf { color:#1d2540;display:block;width:3.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:5.4375rem;left:35.8125rem;height:1.16875rem;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; }
#cZHpiIg4EJt0BvhAkSPRuhU0JX1xfV4l { 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:2.93728125rem;width:8.936625rem;top:28.0625rem;left:38.1875rem;overflow:hidden;display:block; }
#gOivdlxBC5kAn6gsOi9HbsBoIfh8PWDi { position:absolute;display:block;z-index:15032;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:2.24975625rem;width:7.06175rem;top:8.375rem;left:33.9375rem;overflow:hidden;display:block; }
#bpdir417zUCnCCMn0knLTl2pqwhuFqeK { 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:5.1875rem;width:18.75rem;top:34.9375rem;left:28.125rem;overflow:hidden;display:block; }
#ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { box-sizing:content-box;height:10.0625rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:#1d2540;background-image:none;top:33.59375rem;left:24.6875rem;display:block; }
#qPoisyaryFTKbMkOqlvH0GgQdLIVrxOS { position:absolute;display:block;z-index:15037;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:2.8125rem;width:18.75rem;top:0rem;left:12.625rem;overflow:hidden;display:block; }
#qcz5ghmBmTraOxNNmTzkPLQ8zsvxsawb { position:absolute;display:block;z-index:15037;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.625rem;width:17.375rem;top:0.625rem;left:33.125rem;overflow:hidden;display:block; }
#JuuQapTtBnaVdOI0bgN9afBOMeksueso { box-sizing:content-box;height:10.5625rem;width:72.625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.75rem;left:1.1875rem;display:none; }
#QbnNMaKvXqr9bR7ibUNvPiLGfRhhLGS4 { 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.0625rem;width:8.25rem;top:18.355469703674rem;left:42.112500190735rem;overflow:hidden;display:block; }
#hnK7JErS4dIDThqIUCSbm1oivK2ZBdBL { position:absolute;display:block;z-index:15039;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.125rem;width:10.125rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container { background-color: transparent; background-image: none; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container > .video-iframe-container { display: none; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row > .video-iframe-container { display: none; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .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); }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container { border-width: 0; border-radius: 0; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#QTHLwHovQcWtlqQi6hlX2yX4JuA5VM72 { box-sizing:content-box;height:6.9375rem;width:42.125rem;position:absolute;display:block;z-index:15005;background-color:#8cc63f;background-image:none;top:2.4375rem;left:12.8125rem;display:block; }
#Swcxe8MhJvo5TRWysZD0UOmlZ5zLggCS { 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:0.9375rem;width:3.0625rem;top:3.0625rem;left:14.125rem;overflow:hidden;display:block; }
#idppT9I32VQ2PTy2gMSnvcPOigiB6eFW { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:4.375rem;left:13.875rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ie0xTSWA8RWSKTWToTdKbqTi5sTuLssR { position:absolute;display:block;z-index:15025;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:0.9375rem;width:3.0625rem;top:7.75rem;left:14.125rem;overflow:hidden;display:block; }
#G284f4gWb05FcQav8Exf3hvy6kCw0f5u { background-color:#1d2540;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.4375rem 0.4375rem rgba(0,0,0,0.26) ;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:16.875rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.4375rem;left:45.3125rem;display:block; }
#ottNfiyFngFypqid3k2ICV820bzTsLdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.adaptive-delivery-prevent-bg, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyload, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyloading { background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { background-color: transparent; background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .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); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { border-width: 0; border-radius: 0; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#HnEXbDU2pVUu3iuuFdTb6OQbc1l3UHx3 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:1.6868896484375rem;left:2.6247844696045rem;height:1.375rem;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; }
#TgeTcn98Lw5DObSb7ybSOME04TH7pJ3U { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.83504rem;height:2.8975525rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:3.7162647247314rem;left:2.6225128173828rem;display:block; }
#NxKN1NDLLSmAHTJMAckcOWSTNqNKSFxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maRZhTpzitviv3AHwm3xfUr7Kw20bw3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.3746452331543rem;left:19.76100730896rem; }
#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t { 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; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container { background-color: transparent; background-image: none; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container > .video-iframe-container { display: none; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row > .video-iframe-container { display: none; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .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); }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container { border-width: 0; border-radius: 0; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#NMtNAZdDkQ13Da79n6ROGQ7Nz81aTJz9 { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.0625rem;left:49.375rem;height:1.22514375rem;font-style:normal;display:block; }
#yAbsndWkiSql9iJl0hQrTBXgDKQ25lcg { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:32.3125rem;height:1.22514375rem;font-style:normal;display:block; }
#r5VPcC67khpCTIveKl1zJ0Tv2cmWxCKB { 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:0.875rem;left:61.125rem;height:1.05025rem;font-style:normal;display:block; }
#z3KS9pirpLplR2071CDIFlMZlF19enCZ { 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:2.9375rem;left:30.4375rem; }
#hALmaIL6WN3F23C8Nzg28ukVNMAndgsg { 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:2.9375rem;left:47.5625rem; }
#zWQBgC3okMLTCPVluyP2dNfZRkxTrFzl { 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:1.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#htRnw0oRxi6npL4AnwdZZckhl6A9veRo { 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:2.5625rem;left:61.125rem; }
#htRnw0oRxi6npL4AnwdZZckhl6A9veRo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG { 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:2.5625rem;left:64.75rem; }
#lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG > 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) { #DWAfU7igBHHdeBSPKn9EB37elHNFJMUG { display:block; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTxMmxx4TgeIUp3BesviXwIcwS59hsA { width:9.3125rem;height:2.1875rem;top:0.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVbvSTUxNqB8nNe9omrX9clmvr2MWHVi { display:block; }
 }@media only screen and (max-width: 763px) { #B6HarQ1JlT1vGrghzaTUIsutmWmpR3zH { width:10.6875rem;height:2.625rem;top:0.5rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUkZzT8XNSiTDTvsz8HVan8BHpsiDut { display:block; }
 }@media only screen and (max-width: 763px) { #WXeClgskvuWVpLU488L1gGDAtne5acAU { width:9.3125rem;height:2.1875rem;top:0.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w614STubQaAQ9RLNw6UnRJbzx2sCkRZL { display:block; }
 }@media only screen and (max-width: 763px) { #xWi2aEikcGGDoaHRckZe3240wFlOBKoC { display:block; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:47.75rem;height:12.4375rem;top:13.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iavPvoBJLa0Dzu3iL6vthsGo5nx7OkaE { top:3.9375rem;left:0rem;width:22.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaA3bbT1qRfslLsfzWR5PHf4lFKsJTpL { top:30.625rem;left:0rem;width:26.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F20sfyOOrWOJFmGwb0n90LbpmV6Xp0UV { width:31.3125rem;height:5.8125rem;top:34.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k25NFTiINvAxtcJe5eW1BboLidMxKxTV { width:24.0625rem;height:3.9375rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWtx8vPvp82kSUZL29UNohoh1JaVaE7i { display:block; }
 }@media only screen and (max-width: 763px) { #XneghTx6RJ5VzVNyoTWlwQgJVmfuQMoN { top:16.6875rem;left:31.3125rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { width:23.75rem;height:23.75rem;top:29.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0kr6AnrMJfnDZRVqWcSgrWiVwZrZh5 { top:38.1875rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xttq3u2BwxcN37cIdTMLXoyWo02LKivD { width:47.75rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNSgJGBKV32oTi5iHvsbtsWTTe3bhRmL { top:28.9375rem;left:0rem;width:36.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx { display:block; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p96J1J9NyxRkue1t9S6uot7ayt6QUsQI { width:47.75rem;height:12.75rem;top:12.6875rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXgbdyLrtUrsW3cDT7ug6eCNHTzMkmd { width:47.75rem;height:6.25rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoqWp5IAOvqTQ1RoA6VG6TOHfzulAevx { top:26.5625rem;left:0rem;width:3.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5G32Efe1Ww434ofzDqWtgRQ4WH2WgA8 { width:16.875rem;height:3.3125rem;top:3.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR0HUEL92l0a10oMFIoZJ7yLsgch5JGN { display:block; }
 }@media only screen and (max-width: 763px) { #rfyvQXi3F9unUw7rQLmxmLXwf7Q1nw7k { top:1.5625rem;left:0.125rem;width:42.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtDrTfTWLbaOFILlsmRh0yQDnB0IZ4KU { width:29.5rem;height:3.4375rem;top:3.5rem;left:1.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFC18LVIEI2tw6WG57WTzSVVwCrMcmen { top:6.875rem;left:1.4375rem;width:3.0625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spET7VBddcavmn3guCFIbNWbv74WpBX2 { top:2.1875rem;left:1.4375rem;width:3.0625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiepGDdyLvIaOe9ryw0tcfWM6t312APm { top:2.4375rem;left:0rem;width:42.125rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJuFHyd94h4XsISETlh14C5OSCZdouSt { width:16.875rem;height:3.3125rem;top:4.4375rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKa1haqJOOi46T6IFC4tslvKZeTyIrQc { display:block; }
 }@media only screen and (max-width: 763px) { #PWT2Wf4THzfBZbIcC6sTzr9Z3fXbHWgl { top:7.75rem;left:0.5rem;width:3.0625rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFmOHime6GP7Gz0uzDZ98M0lrr5Q4QOo { width:29.5rem;height:3.4375rem;top:4.375rem;left:0.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXWzDst14tAGRUKhWHlyZsvDQynDFpJT { top:3.0625rem;left:0.5rem;width:3.0625rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRGW87tARITg5IDzbeSaFsa0Nex962vp { display:block; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTmyVcdxRNIgE3R9LzTIRsWvBhaEmNre { width:12.125rem;height:5.8125rem;top:15.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFlKAB9UbzmouMB4VMpB5f7GPrwyhiu { width:11.9375rem;height:2.4375rem;top:20.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKt9Q0a2qv1igAEpdNVCZAvu3gNe1dHT { top:0.25rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLWXasbDUHZnEqCrZyqRerkRB6c76CRm { width:11.9375rem;height:2.4375rem;top:20.9375rem;left:15.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzW2shCKzoa2Cv7KdDOAsrqMM9Wgbq0 { width:12.1875rem;height:5.8125rem;top:15.0625rem;left:15.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cBuqhMF04LP4w1MAK8xPOxQWehzfNP { top:0.25rem;left:15.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osp8V79Pth3fDtHvCBtVvqoq8NLUZqn0 { width:10.375rem;height:2.4375rem;top:20.9375rem;left:34.187500953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhdlpoovfT4dHekHqWLiizZSgSIcfWHT { width:12.1875rem;height:5.8125rem;top:15.0625rem;left:34.312500953674rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPFGvoGtOinOHqOG8f7GxNZ2zmTWaeo { top:0.25rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuvosGQs23SNk7UaAMKbsIyHlgPmgT6 { top:5.9375rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKw7SrFn5AOMV2tE2fibTyEtuTg7kq10 { top:5.9375rem;left:9.125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMrIRG7CcEUJbLVZvym93FMOG2qJ2z2K { top:5.9375rem;left:27.875rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJda1OIwDrf4fp3J9M9GpA5NKWpEUC8I { width:12.1875rem;height:5.8125rem;top:42.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0aKsil9XD3rsRLy51yALq2uEgLVFpGs { width:15.125rem;height:2.4375rem;top:48.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGHBd1BNgmFimLBqy4oOcvTFE5CIoxL { top:33.5625rem;left:9.25rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vht1GyOXThoJKRIxzNhp5vHgzAr876B6 { top:27.9375rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0ZgrtHXpV1L94KoIKc1rOsBARUwuHC { top:2.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR8OTFXmdrdHJuNEuLZuTR307AIlZgJZ { top:12.3125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HelqbsMf1X8TJ7KT4bvpPlmhPt54SQxX { top:21.125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkxXwxEkatLcciJponMpahvQVywiHZFE { top:29.875rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROayy736Z32Un1PPReJyNywGBz2RkT5A { width:12.125rem;height:5.8125rem;top:42.5625rem;left:15.875000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr59ToqTtWS0dLuBpdg5Mtm7uAf5C6dQ { width:11.9375rem;height:2.4375rem;top:48.4375rem;left:15.750000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOapWLlih23796EMysx1BLK5CKITJxG6 { top:27.75rem;left:15.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A73y7xwVoqpvbL4wL3O4PEnwK1HxFQn9 { top:33.4375rem;left:27.6875rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gkEwWUhdDuAZgpFQpOgnCxyTEmKH68 { top:38.8125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { width:12.125rem;height:5.8125rem;top:42.5625rem;left:34.312500953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu5LTICpa56cyWkirZ17U5oMzxE9Ol5Q { width:13.875rem;height:3.625rem;top:48.4375rem;left:33.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgSTpUilRWi9DI5teKXEV1Qn86DsSM5q { top:27.75rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJdpvulMXvU2W8wQ0fFuqMaTNulquZ2 { top:33.4375rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { display:block; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc9Iwy6ptfeHmNToxCw2i8zfP6rHrNnd { width:12.125rem;height:5.8125rem;top:15.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWGWsxDbX0BHqVIfuIaHr0XFr3pAFIKX { width:14.25rem;height:2.4375rem;top:20.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFP5E8WmLnEnDC9OFviRXN783I46wnFT { top:0.25rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygNZ86T9Z7oE4BVdovASfGtS0gRSyTm { width:11.9375rem;height:3.625rem;top:20.9375rem;left:15.750000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td6zmE1i05NBWTCcZAxEVZvhTKugFro1 { width:12.1875rem;height:5.8125rem;top:15.0625rem;left:15.875000953674rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V40qyot9mGERCFKGXGW5QMTrC13EE9Jh { top:0.25rem;left:15.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QhHSH745UrJ66uv9mIpVwPF1ILkGs7 { width:14.625rem;height:4.875rem;top:20.9375rem;left:33.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvvvTxEk8nMwGH9iVdhRa4hNuXQBmTHg { width:12.1875rem;height:5.8125rem;top:15.0625rem;left:34.312500953674rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMUUmmZeyKqUauO1obJVJCDAv96ykeDW { top:0.25rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaTvdm6uuk0MAt2C3OdoKywubhW1xod { top:5.9375rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2RVZqNqvKxi3vvXSATmWwQylNRDonbt { top:5.9375rem;left:9.125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgcU4KHEhrkaLgTZ5PwxrhnKzb7esIu { top:5.9375rem;left:27.875rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55EL5pyoNQT43I8voPrzTQbJ2sMkgXl { width:12.1875rem;height:5.8125rem;top:42.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #el8BRNCmGaKFe2xJ1fOZBhnqBe82mew4 { width:15.125rem;height:2.4375rem;top:48.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeUHHE5ht1iTP6nrPXytranseV9yJvot { top:33.5625rem;left:9.25rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GieTcyXuUNI9WmPuzfAmKc6JkdTr3ziz { top:27.9375rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7JOe6U7vpoR85lm4178CWs3suxls9ow { top:2.5625rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoB70tnX8KG3WQtavDVDENXKQK9O6AIX { top:11.875rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImTmcamETsoqU8yqq6L26JnrCproIrsD { top:19.9375rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMuutm2AQhgkCdgwXyusspxNMS6FZZLh { top:29.5625rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzpuSgPMAHPbl2HToS2B576lJUr79VB5 { width:12.125rem;height:5.8125rem;top:42.5625rem;left:15.875000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD7B18dVxah82uJIy7qgcT94ex51M5Q8 { width:11.9375rem;height:3.625rem;top:48.4375rem;left:15.750000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQO4hMQMMRiAfwtHqcx6T1uoSAIoQr0 { top:27.75rem;left:15.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RoVsQtL5dsHOemCSVridD7g4e3PAsd { top:33.4375rem;left:27.6875rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DQVq03znhKsQyJ6ABuHxt9ovu99Nip { top:38.5625rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6riu9k2kAdUb8Xl65DkWaRPn7rVK9oT { width:16.125rem;height:4.4375rem;top:54.8125rem;left:15.812501907349rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nziOfhQAmtJ19ZpXPIUC3T9rQu5Laec2 { width:12.125rem;height:5.8125rem;top:42.5625rem;left:34.312500953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqAzBmpwsuddEKED3FJMyOQkynwarDL { width:13.875rem;height:3.625rem;top:48.4375rem;left:33.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GChrsGeUae9xqqq3TT8vuGIXVwRsTpDn { top:27.75rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chZC8NyaDRZD9yVUqqoTkapOLNmcKRUs { top:33.4375rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0VW44FSnFS5pgJGe7i3H3RZ7WvXx5pG { width:47.75rem;height:6.6875rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { display:block; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { width:47.75rem;height:18.125rem;top:9.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXLgmC35U4S5TBkDAG2yN4MeA4DcP0RI { width:21.375rem;height:12.0625rem;top:52.6875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBKt7AUli8UeJxwi13aBNrJO5ZuBbQ5T { display:block; }
 }@media only screen and (max-width: 763px) { #k9TdV5kpmt55phTmfzG0y1Ic71CKUECd { width:22.125rem;height:11.9375rem;top:47.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9rRTJsASKLKKLqElrfvE0CfyTheTJU { display:block; }
 }@media only screen and (max-width: 763px) { #U1OCXiVJVgk88UxZgAh56f520x0POrHT { width:34.5625rem;height:7.875rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMou4FGt5mSPwJefnfcnhRx6b0nz23cN { display:block; }
 }@media only screen and (max-width: 763px) { #vblxhkrc7v3Uat6ZGugqWKIrKfTd8cEg { width:30.5rem;height:9.4375rem;top:42.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5LkO1nTUPm7w2IGIamNCVWWmSsJXeaO { display:block; }
 }@media only screen and (max-width: 763px) { #SuC0rr9aBTFW8ZtbRsWd3TZUwR3ls1vp { width:37.8125rem;height:16.1875rem;top:29.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFrKhI5hcMSdVBB8C0C7fsZqBuLbodT { width:22rem;height:9.4375rem;top:32.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCtvaGSHkIrIlBIeEfaR6VtJoANLqFi { display:block; }
 }@media only screen and (max-width: 763px) { #k96C3fEHssS9cWbPaQf5LQ4bXvIVieRu { width:24rem;height:3.875rem;top:1.375rem;left:11.87109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block; }
 }@media only screen and (max-width: 763px) { #Tp78hwByccpyzlZlgX5spsCGKrOs2unC { display:block; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u428aDc2B0BmmEPglmslxoV9co6J9i7T { top:41rem;left:26.375rem;width:21.375rem;height:9.9078772435187rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ46WzByoyofxzD6p8AddhsmWq9kObG3 { width:8.4375rem;height:3.3125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxo2ydOt7lWOe4B3IHq0CWCcKRIi1fC { display:block; }
 }@media only screen and (max-width: 763px) { #qclkADiCDaafLxVl24funqpNJzyvDamB { width:30.9375rem;height:;top:9.8125rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw6nSMEGvLbnKesaPkJ5PKfOawKTX0NT { width:32.375rem;height:;top:14.0625rem;left:0.18798828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6O87OucKFiTTtap4bPsp4Su357LxDz { width:8.4375rem;height:3.3125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhST5KNAJzBWdE84n5JDQmlQ6UKhCTCu { display:block; }
 }@media only screen and (max-width: 763px) { #Q6zshhtCXV5W5sByXsAA2giliyzfpL2X { width:47.75rem;height:;top:18.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0ZlXbz4HooQV1mU9VOhQNSwhnEJO2u { width:8.4375rem;height:3.3125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6g6WKmsfxrAzaGAHZwrBJ8G2n1qyyc { display:block; }
 }@media only screen and (max-width: 763px) { #EqaRmvkrclTpZqOZrFLGspgDceoTFhLg { width:47.75rem;height:1.75rem;top:31rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c7p5gc8GiSxhl1eKlJALOoInqzIaxs { width:8.4375rem;height:3.3125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5P3hNKHtGT389OMXHx9UgXeGiThMuu { display:block; }
 }@media only screen and (max-width: 763px) { #qJTN5l0EwXDFWHXnyOyRGRryQFJPXkrK { width:8.4375rem;height:3.3125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxAGMOUlJQqgOyPlZhigsQQBR4Bd0I2 { display:block; }
 }@media only screen and (max-width: 763px) { #EXTXXTMgGoeRIBvXUQgWHoisIMwByBm5 { width:32.4375rem;height:;top:26.6875rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zds2N6TRB1xm4RosnyBFD9d9VZMbBGww { width:8.4375rem;height:3.3125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48Nur5TV9IlCKwR3rJWCPwKX3qU1dOu { display:block; }
 }@media only screen and (max-width: 763px) { #C84r61fxEJoz9taGZb4UZ1wn9xUzEgiq { width:47.75rem;height:;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQPHTISrGycfmPWbI2oVS24wu6pJ2Pk { width:8.4375rem;height:3.3125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXURRAr7NbiQzgN1VBlOZdPED5RJ6Gbb { display:block; }
 }@media only screen and (max-width: 763px) { #eSeoW9II8D0IhEvvLPJB6t1sr8R1G8vU { width:27.6875rem;height:;top:43.375rem;left:0.18798828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkGrWuPJJ9bm96Rl7TVWMegIn59AmcK { width:8.4375rem;height:3.3125rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QGruWFMf0AV2i4BOM2hboEDr4EILAt { display:block; }
 }@media only screen and (max-width: 763px) { #LPbAItHDiw7dW74bzOhQ8FidzZ5lsdvS { width:25.3125rem;height:;top:39.3125rem;left:0.18798828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwIIzgAZXwkwWPDwI8dkvkWN56U8TeEq { width:47.75rem;height:;top:35rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34a1fO2DiPP4TS8qphOVi3u01gqTu6m { width:8.4375rem;height:3.3125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSgky9oX4S6OOEqivWeqlBLVyRzsTrU { display:block; }
 }@media only screen and (max-width: 763px) { #b9W3cbTqdIw3gi421X77oUGnMZ8IH8R7 { width:14.0625rem;height:6.375rem;top:1.1875rem;left:16.81201171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEIUrv3abHPZDAGDBOWatx9ryRIyWJ5c { width:47.75rem;height:44.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPdgcqKPgWFSAlfqLxkLLBW5TpJUEnrL { top:2.875rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l { display:block; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFiGvhATaLgI7rJqSTM37oNgfPB1EZa5 { width:6.1875rem;height:2rem;top:21rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLsdmaiGLqMLRUsD1xLcpasz8FlnPbT { width:18.75rem;height:8.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uuCAoUtbHAMgyVT7S8mph04l7s8SmT { display:block; }
 }@media only screen and (max-width: 763px) { #V7pQRRPQT1bIPOCdQgQm1elHszQW1lmm { width:47.75rem;height:5.8125rem;top:7.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QovXdh6Z4tNVSGduTKGR3am3UuuOWfdk { width:47.75rem;height:5.75rem;top:12.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtIRZsfeN8H9MagDnngcaSJhQKeutlxR { width:47.75rem;height:62.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1V6MysQLGLkOdDv25A8y38AgSk5B84d { width:23.625rem;height:2rem;top:21rem;left:17.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F68w6IB5xHM79qWXFeXxNE25pgHzubpI { top:20rem;left:3.3125rem;width:13.5rem;height:3.9808397432057rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqtJ7ytsvGSJ9elRvA4wbnqlyCWJszI { top:20.875rem;left:0rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pev5wf1Zpph5HBQRmZDlaTyD87FWoGyO { width:36.9375rem;height:2rem;top:29.4375rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmDvMfeiKPxmXCUxaW3AUL4OQn9hdn0 { width:18.75rem;height:7.125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubl1vp6T3XTt6lA5UKNgb9eJiaZhKyra { display:block; }
 }@media only screen and (max-width: 763px) { #NP942o74MFFl5Prll5EOd1snUoR3NqZo { width:28.8125rem;height:4rem;top:37.5rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffBkvtpXilwJSK5zsxas4VQt9tzcvo6D { width:18.75rem;height:7.25rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmhzTz4Don4mvgw3grdxpRsBG1scT14K { display:block; }
 }@media only screen and (max-width: 763px) { #hlqtESQXTeL3FD374GF5IDzWQXnWsNcg { width:38.125rem;height:6.0625rem;top:45.25rem;left:6.2473983764649rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQ286pysDOKcTWIeWO1SeqJRIHVGF9n { width:18.75rem;height:7.625rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhpRQT2itQimNrLW6apHc5tXPTIL8Wr { display:block; }
 }@media only screen and (max-width: 763px) { #LJSgwuWILTuMOOmenE14wU5OZzMVoyV1 { width:41.3125rem;height:6.0625rem;top:54.125rem;left:6.2473983764649rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZOAfFDlsgLbyfvySaOrmw2483SL3JX { top:25.125rem;left:36rem;width:11.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6q501CeeVUb4L7TLyudObmtThIRa6hv { width:38.1875rem;height:6.375rem;top:9.3125rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMbS9G7Znpp4mXAeU96w5TRPI8pTSJNd { width:23.9375rem;height:3.8125rem;top:1.6875rem;left:11.89323425293rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTyPWTEyD1al9XeZE5GyXsUS9eKR6f7 { display:block; }
 }@media only screen and (max-width: 763px) { #C1lxKX13covW2stMfqdPCxh4DiQDT6Qw { width:40.5rem;height:;top:17.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTyt0nlIF5Ur82cyMiaE9WuMTvBTqKtJ { top:17.3125rem;left:15.875rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Jg84VyrwvDeG2SfXh2rWNMnPEdJ6R4 { width:19.125rem;height:3.75rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMqVCSnfifLdmSKRfXBUUFz8qTklMIZb { display:block; }
 }@media only screen and (max-width: 763px) { #bK4tfHw4AmzNXBkPVoAiocLJCZ39L3xT { width:47.75rem;height:29.5625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT8OPzCC0gCt35bZp6rZ2Qa4NzaROf8n { top:13.3125rem;left:36rem;width:11.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no3i6Zzh53enx3dBTST1Uv3VQCgoZkMO { top:12.5rem;left:28.9375rem;width:18.8125rem;height:29.714180193649rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR { display:block; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv { display:block; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHccrXG61t4Nlx5gZ4uCRTEraIBGWyJ { width:36.5625rem;height:12.0625rem;top:3.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tRdwXNJ51JDzrWa7NbG38dCv27y6TX { width:12rem;height:12rem;top:7.4375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVUd8drpO4yEn9TulsCfabOdAXFT1b2g { width:13.8125rem;height:13.875rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qffQDSiCIwFHUxoLMA4websa9qVZdpmO { width:34.75rem;height:;top:18.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuS4XEy9MDovd9FqnZcpNfHC3qIau5md { width:28.875rem;height:3.75rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTrFcHLmDJQKgQ7IgvSAgD79qCaSRI2R { display:block; }
 }@media only screen and (max-width: 763px) { #rHrseHWL0gre2lgyAqOZmFtNXt6hT4O6 { width:25.4375rem;height:25.4375rem;top:16.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvbVbQPGfWm83qRI0hn38JyQ9rNpQcQ1 { top:38.1875rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hneodGRUcvTgHaDlmegm0kul0VulvsJg { display:block; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMvAFSKOIrrGoQUQ2E8F4PQz3DfZNpSO { width:47.75rem;height:4.4375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1oWvzTwQ8oWLcKzqZ2hAdmkvqcDXML { width:47.75rem;height:6.375rem;top:5.6875rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKE9byLKFbz7txa3oWT8V90uSOst0nV7 { display:block; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhW0Vv04WIbl8cDMbW69tSylkBneq8Mz { width:47.1875rem;height:;top:0.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwfC2rWfrNHPMQQZ4VdRQQ7zMskabvG { width:42.5625rem;height:5.3125rem;top:10.125rem;left:5.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9uro7y03CDHMaghx8tLTaL4eVFndTTT { top:2.125rem;left:0rem;width:6.25rem;height:2.1237rem;display:block; }
 }@media only screen and (max-width: 763px) { #sik4o0E8Zf6ewLibCOsaft782Qp2RrSL { top:11.6875rem;left:11rem;width:6.25rem;height:2.1237rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08g2V2OSkaBgDt62Q31cQR1eKHfi6Cs { top:7.75rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktk3ZgfFl0xRwvT2fxKsk5n59WnTRkoL { width:20.4375rem;height:3.5rem;top:18.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUAuGy6GKtbPFRx7LrelHTBPa5uhGEmz { display:block; }
 }@media only screen and (max-width: 763px) { #nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo { display:block; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4ildv302MSLon1PFZNHr97dV4EhIF0H { width:38.1875rem;height:5.8125rem;top:4.125rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abzik1iEbtzoTQASmf2iHf90J2HoCySn { width:19.875rem;height:7.1875rem;top:3.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI0OccXlQ6co8IGKNMGdgQlEdri5Re89 { display:block; }
 }@media only screen and (max-width: 763px) { #wzOaEcW2nteTfDq9v2VO7V997JQQ8PEQ { top:11.875rem;left:27.75rem;width:20rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsvQICfhyQlIMs3Z9u27i3xAUWhfcqm6 { top:12.5625rem;left:18.75rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6KcATDHIku0VVFn2sTVTHVc3ypUlJt { top:12.625rem;left:25.875rem;width:6.1875rem;height:2.1029004032839rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2uMB3AWrfZdl8k3reGXvR93Pv2ZSlyF { top:12.5625rem;left:18.75rem;width:6.25rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM { display:block; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g { width:18rem;height:5.0625rem;display:flex;top:14.1875rem;left:28.5rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oWv2Q0yXCHyWDSLoWFQlTvaCszTdc9nI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Dy9fECa1FM6gwE7pI1ZTA3b3mv65HsqS {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #g08Jdw9X4gkUUK8hJFPpmQXInLFCROIL {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #uFTPL3kUr4dvkkrbOh5XnNuRkJXlqk0G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AzoSGPpfsKox9TodvklBnvxGhax5NZXB {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Iq1yHEfkizC6DHGvFnK3IED3D3src4nt {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oXZOckhkNOqsaVQmhWyXN14X5Cg05Pel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #e1NQrmHvrGOB0g49KPTIoFrpKKlEPyN6 {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #f4vJX1RVAuhDNJMDTzqeaH4iQNL2y5LL {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #W4O8pmQOaXyHxPKIEf7JnTKTG6RFcce6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #borXURvIJgzxJW9RL2O3uVzhTHuBTLAg {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AdgAGMkTeGxxhXqOp4zfQuWzMcBwBJ0d {  }
 }@media only screen and (max-width: 763px) { #GoU9AUnRhwMrB1c3VSfTa6LUEqgJrzwf { width:29.5625rem;height:3.875rem;top:3.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2R2gPEhGJ5yX7bmh9LKnpbGzsPc33As { width:30rem;height:4.5rem;top:16.25rem;left:8.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwV39Rf0bCwfsr8fRfoWOnM3as0vvGBy { top:14.25rem;left:0rem;width:47.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiPk7Rwcm4btTLlO4D5NIZIHM9cpmN4 { width:42.5rem;height:3.875rem;top:7.875rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb0UDH1mkTQCnLhzAzyEdPkXTtmbx5Ss { width:29.75rem;height:6.9375rem;top:1.75rem;left:18rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syWTpT31IyH2xmeahK3OOmyWNbCFvhqT { top:17.4375rem;left:2.6875rem;width:6.1875rem;height:2.1030678998393rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpQ60szsC493io9IzLK5kvauyNHCHLx { top:17.4375rem;left:38.75rem;width:6.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF { display:block; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7idWNDQ8u08lXoZT7UAmJTuUTMAFnES { top:6.375rem;left:0rem;width:47.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJa40mZuvtgPMy5sGNCcEUqyI8CCwQ7G { width:5.875rem;height:1.125rem;top:7.5rem;left:20.937501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWNCu45PqT8SiaAGaNJxIctGkUadvIXX { display:block; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZh3iOChVd371CIOqHyJL97iAwTdBy9J { top:24.875rem;left:0rem;width:47.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5P7MrUvt4SamEMUVhmJugA74cwIIXl { top:13.75rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuh0QJ58QxV1KmK6ubiW6MB2udtPCQMk { top:16.375rem;left:20.406250953674rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fgJFR0icaneH5gs5UkkpAQpv87WwyR { width:4.5625rem;height:1.125rem;top:15.25rem;left:21.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQmaC9eNd34xxZpNMnrghWM4aecZsSTb { width:7.8125rem;height:1.125rem;top:25.8125rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrMRI8RgxbVTvvh6HfJkXH18B6Or5LpU { top:18.75rem;left:11.0625rem;width:6.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuCA2QFxqiIlrMDGtZaNzlTda0ce99B { top:28.5625rem;left:14.25rem;width:8.125rem;height:1.9221107086145rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvq46RwMASKlD1lhw8h4eRndAyHu35yT { top:4.875rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDV1RxH2v8x5FLDT4bX3TSDZQSmK4Mxf { width:3.4375rem;height:1.125rem;top:5.4375rem;left:22.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHpiIg4EJt0BvhAkSPRuhU0JX1xfV4l { top:28.0625rem;left:24.5625rem;width:8.875rem;height:2.9166921664627rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOivdlxBC5kAn6gsOi9HbsBoIfh8PWDi { top:8.375rem;left:20.3125rem;width:7rem;height:2.229550925762rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdir417zUCnCCMn0knLTl2pqwhuFqeK { top:34.9375rem;left:14.5rem;width:18.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { top:33.5625rem;left:11.0625rem;width:25.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoisyaryFTKbMkOqlvH0GgQdLIVrxOS { top:0rem;left:0rem;width:18.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcz5ghmBmTraOxNNmTzkPLQ8zsvxsawb { top:0.625rem;left:19.5rem;width:17.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuuQapTtBnaVdOI0bgN9afBOMeksueso { top:13.75rem;left:0rem;width:47.75rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbnNMaKvXqr9bR7ibUNvPiLGfRhhLGS4 { top:18.3125rem;left:28.487500190735rem;width:8.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnK7JErS4dIDThqIUCSbm1oivK2ZBdBL { top:0rem;left:37.625rem;width:10.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic { display:block; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTHLwHovQcWtlqQi6hlX2yX4JuA5VM72 { top:2.4375rem;left:0rem;width:42.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swcxe8MhJvo5TRWysZD0UOmlZ5zLggCS { top:3.0625rem;left:0.5rem;width:3.0625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idppT9I32VQ2PTy2gMSnvcPOigiB6eFW { width:29.5rem;height:3.4375rem;top:4.375rem;left:0.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie0xTSWA8RWSKTWToTdKbqTi5sTuLssR { top:7.75rem;left:0.5rem;width:3.0625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G284f4gWb05FcQav8Exf3hvy6kCw0f5u { width:16.875rem;height:3.3125rem;top:4.4375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ottNfiyFngFypqid3k2ICV820bzTsLdn { display:block; }
 }@media only screen and (max-width: 763px) { #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { display:block; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnEXbDU2pVUu3iuuFdTb6OQbc1l3UHx3 { width:16.0625rem;height:1.375rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeTcn98Lw5DObSb7ybSOME04TH7pJ3U { width:18.8125rem;height:2.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKN1NDLLSmAHTJMAckcOWSTNqNKSFxB { display:block; }
 }@media only screen and (max-width: 763px) { #maRZhTpzitviv3AHwm3xfUr7Kw20bw3w { top:2.3125rem;left:6.1360073089599rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t { display:block; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMtNAZdDkQ13Da79n6ROGQ7Nz81aTJz9 { top:3.0625rem;left:35.75rem;width:7.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAbsndWkiSql9iJl0hQrTBXgDKQ25lcg { top:3.125rem;left:18.6875rem;width:12.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5VPcC67khpCTIveKl1zJ0Tv2cmWxCKB { top:0.875rem;left:35.9375rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KS9pirpLplR2071CDIFlMZlF19enCZ { top:2.9375rem;left:16.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hALmaIL6WN3F23C8Nzg28ukVNMAndgsg { top:2.9375rem;left:33.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQBgC3okMLTCPVluyP2dNfZRkxTrFzl { top:1.9375rem;left:0rem;width:12.375rem;height:3.4819843794762rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRnw0oRxi6npL4AnwdZZckhl6A9veRo { top:2.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#htRnw0oRxi6npL4AnwdZZckhl6A9veRo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG { top:2.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG > 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) { #DWAfU7igBHHdeBSPKn9EB37elHNFJMUG { position:relative;z-index:auto;display:block; }#DWAfU7igBHHdeBSPKn9EB37elHNFJMUG > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTxMmxx4TgeIUp3BesviXwIcwS59hsA { width:6.75rem;height:2.1875rem;top:0.5625rem;left:5.5000001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVbvSTUxNqB8nNe9omrX9clmvr2MWHVi { display:block; }
 }@media only screen and (max-width: 763px) { #B6HarQ1JlT1vGrghzaTUIsutmWmpR3zH { width:6.52083375rem;height:1.52083375rem;top:0.9375rem;left:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUkZzT8XNSiTDTvsz8HVan8BHpsiDut { display:block; }
 }@media only screen and (max-width: 763px) { #WXeClgskvuWVpLU488L1gGDAtne5acAU { width:5.0625rem;height:1.625rem;top:0.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w614STubQaAQ9RLNw6UnRJbzx2sCkRZL { display:block; }
 }@media only screen and (max-width: 763px) { #xWi2aEikcGGDoaHRckZe3240wFlOBKoC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6e63bb9-2117-4f2c-8ca1-8a216e8652c1/AdobeExpressGIFOLoteVirou1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC.adaptive-delivery-prevent-bg, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyload, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyloading { background-image: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { background-color: transparent; background-image: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container > .video-iframe-container { display: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row > .video-iframe-container { display: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .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); }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:17.5625rem;height:4.3875rem;top:6.6203127801419rem;left:1.21875rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iavPvoBJLa0Dzu3iL6vthsGo5nx7OkaE { width:13.3744375rem;height:3.312325rem;top:1.4985795021057rem;left:3.3114346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaA3bbT1qRfslLsfzWR5PHf4lFKsJTpL { width:13.5rem;height:1.4375rem;top:12.303906440735rem;left:3.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #F20sfyOOrWOJFmGwb0n90LbpmV6Xp0UV { width:20rem;height:1.95rem;top:14.489583492279rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k25NFTiINvAxtcJe5eW1BboLidMxKxTV { width:14.0625rem;height:2.3125rem;top:17.795573711395rem;left:2.9622397422791rem;font-size:0.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fWtx8vPvp82kSUZL29UNohoh1JaVaE7i { display:block; }
 }@media only screen and (max-width: 763px) { #XneghTx6RJ5VzVNyoTWlwQgJVmfuQMoN { width:16.43675rem;height:16.43675rem;top:18.48281288147rem;left:3.5632815361023rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { width:7.0605625rem;height:7.0605625rem;top:14.427344322204rem;left:12.939063072204rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL0kr6AnrMJfnDZRVqWcSgrWiVwZrZh5 { width:4.6875rem;height:4.6875rem;top:16.881511211395rem;left:14.135416984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #xttq3u2BwxcN37cIdTMLXoyWo02LKivD { top:12.125rem;left:2.1875rem;width:15.625rem;height:1.625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SNSgJGBKV32oTi5iHvsbtsWTTe3bhRmL { width:16.75rem;height:2.8125rem;top:11.722301363945rem;left:1.7500001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx { display:block; }#eoeAoZVTxpmcGBVTwMzGtA9b9B4FxtAx > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p96J1J9NyxRkue1t9S6uot7ayt6QUsQI { width:20rem;height:4.3984375rem;top:9.1875009536744rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlXgbdyLrtUrsW3cDT7ug6eCNHTzMkmd { width:20rem;height:2.625rem;top:12.562500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoqWp5IAOvqTQ1RoA6VG6TOHfzulAevx { width:2.62388125rem;height:0.81194375rem;top:9.89687538147rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5G32Efe1Ww434ofzDqWtgRQ4WH2WgA8 { width:16.875rem;height:3.3125rem;top:16rem;left:1.5625rem;font-size:0.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AR0HUEL92l0a10oMFIoZJ7yLsgch5JGN { display:block; }
 }@media only screen and (max-width: 763px) { #rfyvQXi3F9unUw7rQLmxmLXwf7Q1nw7k { width:20rem;height:6.9375rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtDrTfTWLbaOFILlsmRh0yQDnB0IZ4KU { width:20rem;height:2.199775rem;top:9.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QFC18LVIEI2tw6WG57WTzSVVwCrMcmen { width:3.0625rem;height:0.9375rem;top:13.125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spET7VBddcavmn3guCFIbNWbv74WpBX2 { width:3.0625rem;height:0.9375rem;top:8.4873046875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiepGDdyLvIaOe9ryw0tcfWM6t312APm { width:20rem;height:4.9375rem;top:1.25rem;left:0rem;z-index:15010;background-color:#1d2540;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GJuFHyd94h4XsISETlh14C5OSCZdouSt { width:10.59821375rem;height:1.91071375rem;top:5.39453125rem;left:2.125rem;font-size:0.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15023;color:#1d2540;background-color:#8cc63f;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) { #cKa1haqJOOi46T6IFC4tslvKZeTyIrQc { display:block; }
 }@media only screen and (max-width: 763px) { #PWT2Wf4THzfBZbIcC6sTzr9Z3fXbHWgl { width:2.1875rem;height:0.625rem;top:4.76953125rem;left:15.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #tFmOHime6GP7Gz0uzDZ98M0lrr5Q4QOo { width:20rem;height:1.85625rem;top:2.7906246185302rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mXWzDst14tAGRUKhWHlyZsvDQynDFpJT { width:2.1875rem;height:0.625rem;top:1.9015617370606rem;left:2.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rRGW87tARITg5IDzbeSaFsa0Nex962vp { display:block; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp { background-color: transparent; background-image: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container > .video-iframe-container { display: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row > .video-iframe-container { display: none; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .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); }#rRGW87tARITg5IDzbeSaFsa0Nex962vp { border-width: 0; border-radius: 0; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRGW87tARITg5IDzbeSaFsa0Nex962vp > .row .container { width:20rem;height:53.3125rem;background-color:#1d2540;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTmyVcdxRNIgE3R9LzTIRsWvBhaEmNre { width:3.99956875rem;height:1.91145625rem;top:0.8808579444885rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DpFlKAB9UbzmouMB4VMpB5f7GPrwyhiu { width:4.5rem;height:1.7875rem;top:5.25rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKt9Q0a2qv1igAEpdNVCZAvu3gNe1dHT { width:7.4375rem;height:7.4375rem;top:0.3125rem;left:1.3120660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLWXasbDUHZnEqCrZyqRerkRB6c76CRm { width:7.6875rem;height:1.7875rem;top:14.000000476837rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTzW2shCKzoa2Cv7KdDOAsrqMM9Wgbq0 { width:12.1875rem;height:3.5989625rem;top:22.1875rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T4cBuqhMF04LP4w1MAK8xPOxQWehzfNP { width:7.4375rem;height:7.4375rem;top:9.0625009536744rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osp8V79Pth3fDtHvCBtVvqoq8NLUZqn0 { width:7.375rem;height:1.7875rem;top:22.853515625rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QhdlpoovfT4dHekHqWLiizZSgSIcfWHT { width:12.1875rem;height:1.79948125rem;top:25.187502861023rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bDPFGvoGtOinOHqOG8f7GxNZ2zmTWaeo { width:7.375rem;height:7.375rem;top:17.750001311302rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuvosGQs23SNk7UaAMKbsIyHlgPmgT6 { width:1.9375rem;height:0.8125rem;top:19.561849594116rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKw7SrFn5AOMV2tE2fibTyEtuTg7kq10 { width:1.93685rem;height:0.81163125rem;top:1.5625rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMrIRG7CcEUJbLVZvym93FMOG2qJ2z2K { width:1.9375rem;height:0.8125rem;top:10.686849594116rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJda1OIwDrf4fp3J9M9GpA5NKWpEUC8I { width:12.1875rem;height:1.79948125rem;top:42.621088981628rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D0aKsil9XD3rsRLy51yALq2uEgLVFpGs { width:7.4375rem;height:1.7871125rem;top:31.549476623535rem;left:9.8125001192094rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukGHBd1BNgmFimLBqy4oOcvTFE5CIoxL { width:1.9375rem;height:0.8125rem;top:28.062496185302rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vht1GyOXThoJKRIxzNhp5vHgzAr876B6 { width:7.4375rem;height:7.4375rem;top:26.750003814698rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0ZgrtHXpV1L94KoIKc1rOsBARUwuHC { top:3.5rem;left:9.8125rem;width:8.875rem;height:1.70625rem;z-index:15035;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR8OTFXmdrdHJuNEuLZuTR307AIlZgJZ { top:12.335286617279rem;left:9.8125rem;width:8.875rem;height:1.70625rem;z-index:15036;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelqbsMf1X8TJ7KT4bvpPlmhPt54SQxX { top:21.147787094116rem;left:9.8125rem;width:8.875rem;height:1.70605625rem;z-index:15037;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkxXwxEkatLcciJponMpahvQVywiHZFE { top:29.885417938233rem;left:9.8125rem;width:8.875rem;height:1.70605625rem;z-index:15038;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROayy736Z32Un1PPReJyNywGBz2RkT5A { width:12.125rem;height:auto;top:42.5625rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qr59ToqTtWS0dLuBpdg5Mtm7uAf5C6dQ { width:6.5rem;height:2.6806625rem;top:40.5751953125rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gOapWLlih23796EMysx1BLK5CKITJxG6 { width:7.4375rem;height:7.4375rem;top:35.719992160797rem;left:1.3094815015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #A73y7xwVoqpvbL4wL3O4PEnwK1HxFQn9 { width:1.9375rem;height:0.8125rem;top:37.164622783661rem;left:7.4107146263125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gkEwWUhdDuAZgpFQpOgnCxyTEmKH68 { top:38.869979858399rem;left:9.8125004768369rem;width:8.875rem;height:1.70605625rem;z-index:15039;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { width:8.5625rem;height:1.18125rem;top:47.634944915771rem;left:9.8125001192094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tu5LTICpa56cyWkirZ17U5oMzxE9Ol5Q { width:9.625rem;height:2.68066875rem;top:49.183950424194rem;left:9.8125001192094rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vgSTpUilRWi9DI5teKXEV1Qn86DsSM5q { width:7.4375rem;height:7.4375rem;top:44.631393432618rem;left:1.3117898702621rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJdpvulMXvU2W8wQ0fFuqMaTNulquZ2 { width:1.9375rem;height:0.8125rem;top:46.443183898926rem;left:7.410511136055rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { display:block; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { background-color: transparent; background-image: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container > .video-iframe-container { display: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row > .video-iframe-container { display: none; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .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); }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu { border-width: 0; border-radius: 0; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZfbToGDpURNVo4GIHDWgQsaLTJZ8GNu > .row .container { width:20rem;height:56.3125rem;background-color:#1d2540;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc9Iwy6ptfeHmNToxCw2i8zfP6rHrNnd { width:3.99956875rem;height:1.91145625rem;top:0.8808579444885rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yWGWsxDbX0BHqVIfuIaHr0XFr3pAFIKX { width:9.875rem;height:1.7871125rem;top:4.2249999046326rem;left:9.8125005364419rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFP5E8WmLnEnDC9OFviRXN783I46wnFT { width:7.4375rem;height:7.4375rem;top:0.3125rem;left:1.3120660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygNZ86T9Z7oE4BVdovASfGtS0gRSyTm { width:7.6875rem;height:2.68066875rem;top:13.868750095367rem;left:9.8125005364419rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #td6zmE1i05NBWTCcZAxEVZvhTKugFro1 { width:12.1875rem;height:3.5989625rem;top:22.1875rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V40qyot9mGERCFKGXGW5QMTrC13EE9Jh { width:7.4375rem;height:7.4375rem;top:9.0625009536744rem;left:1.3118491172791rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5QhHSH745UrJ66uv9mIpVwPF1ILkGs7 { width:10rem;height:3.57421875rem;top:21.599609375rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FvvvTxEk8nMwGH9iVdhRa4hNuXQBmTHg { width:12.1875rem;height:1.79948125rem;top:25.187502861023rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EMUUmmZeyKqUauO1obJVJCDAv96ykeDW { width:7.375rem;height:7.375rem;top:17.750001311302rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaTvdm6uuk0MAt2C3OdoKywubhW1xod { width:1.9375rem;height:0.8125rem;top:19.561849594116rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2RVZqNqvKxi3vvXSATmWwQylNRDonbt { width:1.93685rem;height:0.81163125rem;top:1.5625rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgcU4KHEhrkaLgTZ5PwxrhnKzb7esIu { width:1.9375rem;height:0.8125rem;top:10.686849594116rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55EL5pyoNQT43I8voPrzTQbJ2sMkgXl { width:12.1875rem;height:1.79948125rem;top:42.621088981628rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #el8BRNCmGaKFe2xJ1fOZBhnqBe82mew4 { width:8.4375rem;height:1.7871125rem;top:31.55624961853rem;left:9.8125005364419rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeUHHE5ht1iTP6nrPXytranseV9yJvot { width:1.9375rem;height:0.8125rem;top:28.062496185302rem;left:7.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GieTcyXuUNI9WmPuzfAmKc6JkdTr3ziz { width:7.4375rem;height:7.4375rem;top:26.750003814698rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7JOe6U7vpoR85lm4178CWs3suxls9ow { top:2.5679688453674rem;left:9.8125005364419rem;width:8.875rem;height:1.70605625rem;z-index:15035;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoB70tnX8KG3WQtavDVDENXKQK9O6AIX { top:11.928125858307rem;left:9.8125005364419rem;width:8.875rem;height:1.70605625rem;z-index:15036;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTmcamETsoqU8yqq6L26JnrCproIrsD { top:19.943749904633rem;left:9.8125005364419rem;width:8.875rem;height:1.70605625rem;z-index:15037;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMuutm2AQhgkCdgwXyusspxNMS6FZZLh { top:29.615624427796rem;left:9.8125005364419rem;width:8.875rem;height:1.70605625rem;z-index:15038;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzpuSgPMAHPbl2HToS2B576lJUr79VB5 { width:12.125rem;height:auto;top:42.5625rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SD7B18dVxah82uJIy7qgcT94ex51M5Q8 { width:9.125rem;height:2.68066875rem;top:40.525390625rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OtQO4hMQMMRiAfwtHqcx6T1uoSAIoQr0 { width:7.4375rem;height:7.4375rem;top:35.719992160797rem;left:1.3094815015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RoVsQtL5dsHOemCSVridD7g4e3PAsd { width:1.9375rem;height:0.8125rem;top:37.164622783661rem;left:7.4107146263125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DQVq03znhKsQyJ6ABuHxt9ovu99Nip { top:38.585155487061rem;left:9.8125005364419rem;width:8.875rem;height:1.70605625rem;z-index:15039;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6riu9k2kAdUb8Xl65DkWaRPn7rVK9oT { width:9.3125rem;height:2.6rem;top:53.40696144104rem;left:5.3437501192093rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nziOfhQAmtJ19ZpXPIUC3T9rQu5Laec2 { width:8.5625rem;height:1.1806625rem;top:47.759765625rem;left:9.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsqAzBmpwsuddEKED3FJMyOQkynwarDL { width:9.625rem;height:2.68066875rem;top:49.560546875rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GChrsGeUae9xqqq3TT8vuGIXVwRsTpDn { width:7.4375rem;height:7.4375rem;top:44.631393432618rem;left:1.3117898702621rem;display:block; }
 }@media only screen and (max-width: 763px) { #chZC8NyaDRZD9yVUqqoTkapOLNmcKRUs { width:1.9375rem;height:0.8125rem;top:46.443183898926rem;left:7.410511136055rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0VW44FSnFS5pgJGe7i3H3RZ7WvXx5pG { width:20rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { background-color:#8cc63f;background-image:url("https://images.assets-landingi.com/uc/367c28ec-9aaa-4b2a-96f2-b7afff945fdd/BGgranulado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.adaptive-delivery-prevent-bg, #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.lazyload, #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF.lazyloading { background-image: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { background-color: transparent; background-image: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .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); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { width:18.5625rem;height:5.775rem;top:6.0625004768372rem;left:0.71875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXLgmC35U4S5TBkDAG2yN4MeA4DcP0RI { width:9.1875rem;height:4.9375rem;top:25.941841125488rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBKt7AUli8UeJxwi13aBNrJO5ZuBbQ5T { display:block; }
 }@media only screen and (max-width: 763px) { #k9TdV5kpmt55phTmfzG0y1Ic71CKUECd { width:10.25rem;height:5rem;top:25.941841125488rem;left:9.4375001192094rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9rRTJsASKLKKLqElrfvE0CfyTheTJU { display:block; }
 }@media only screen and (max-width: 763px) { #U1OCXiVJVgk88UxZgAh56f520x0POrHT { width:14.1875rem;height:3.5rem;top:31.254348754882rem;left:2.9062501192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMou4FGt5mSPwJefnfcnhRx6b0nz23cN { display:block; }
 }@media only screen and (max-width: 763px) { #vblxhkrc7v3Uat6ZGugqWKIrKfTd8cEg { width:12.5625rem;height:3.625rem;top:22.004341125488rem;left:7.4375001192094rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5LkO1nTUPm7w2IGIamNCVWWmSsJXeaO { display:block; }
 }@media only screen and (max-width: 763px) { #SuC0rr9aBTFW8ZtbRsWd3TZUwR3ls1vp { width:18.4375rem;height:7.796875rem;top:12.966148376465rem;left:0.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRFrKhI5hcMSdVBB8C0C7fsZqBuLbodT { width:7.0625rem;height:3.5625rem;top:22.036460876465rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCtvaGSHkIrIlBIeEfaR6VtJoANLqFi { display:block; }
 }@media only screen and (max-width: 763px) { #k96C3fEHssS9cWbPaQf5LQ4bXvIVieRu { width:14rem;height:2.625rem;top:0.86914110183719rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block; }
 }@media only screen and (max-width: 763px) { #Tp78hwByccpyzlZlgX5spsCGKrOs2unC { display:block; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u428aDc2B0BmmEPglmslxoV9co6J9i7T { width:7.4375rem;height:3.4375rem;top:23.068749666214rem;left:11.987500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ46WzByoyofxzD6p8AddhsmWq9kObG3 { width:3.25rem;height:1.9375rem;top:3.0687503814698rem;left:0.28750014305115rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxo2ydOt7lWOe4B3IHq0CWCcKRIi1fC { display:block; }
 }@media only screen and (max-width: 763px) { #qclkADiCDaafLxVl24funqpNJzyvDamB { width:8.875rem;height:1.798825rem;top:3.1374999284744rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw6nSMEGvLbnKesaPkJ5PKfOawKTX0NT { width:10.25rem;height:1.798825rem;top:5.625rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6O87OucKFiTTtap4bPsp4Su357LxDz { width:3.25rem;height:1.9375rem;top:5.6312503814697rem;left:0.28750014305115rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhST5KNAJzBWdE84n5JDQmlQ6UKhCTCu { display:block; }
 }@media only screen and (max-width: 763px) { #Q6zshhtCXV5W5sByXsAA2giliyzfpL2X { width:14.5rem;height:1.798825rem;top:8.117968559265rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0ZlXbz4HooQV1mU9VOhQNSwhnEJO2u { width:3.25rem;height:1.9375rem;top:8.124218940735rem;left:0.28750014305115rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6g6WKmsfxrAzaGAHZwrBJ8G2n1qyyc { display:block; }
 }@media only screen and (max-width: 763px) { #EqaRmvkrclTpZqOZrFLGspgDceoTFhLg { width:15.25rem;height:1.798825rem;top:18.317969441414rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5c7p5gc8GiSxhl1eKlJALOoInqzIaxs { width:3.25rem;height:1.9375rem;top:15.688281059265rem;left:0.28750002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5P3hNKHtGT389OMXHx9UgXeGiThMuu { display:block; }
 }@media only screen and (max-width: 763px) { #qJTN5l0EwXDFWHXnyOyRGRryQFJPXkrK { width:3.25rem;height:1.9375rem;top:13.125001192093rem;left:0.28750002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxAGMOUlJQqgOyPlZhigsQQBR4Bd0I2 { display:block; }
 }@media only screen and (max-width: 763px) { #EXTXXTMgGoeRIBvXUQgWHoisIMwByBm5 { width:11.0625rem;height:1.798825rem;top:13.118750572204rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zds2N6TRB1xm4RosnyBFD9d9VZMbBGww { width:3.25rem;height:1.9375rem;top:10.561718940735rem;left:0.28750002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48Nur5TV9IlCKwR3rJWCPwKX3qU1dOu { display:block; }
 }@media only screen and (max-width: 763px) { #C84r61fxEJoz9taGZb4UZ1wn9xUzEgiq { width:14rem;height:1.798825rem;top:10.555468559265rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQPHTISrGycfmPWbI2oVS24wu6pJ2Pk { width:3.25rem;height:1.9375rem;top:23.068749427796rem;left:0.27421879768372rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXURRAr7NbiQzgN1VBlOZdPED5RJ6Gbb { display:block; }
 }@media only screen and (max-width: 763px) { #eSeoW9II8D0IhEvvLPJB6t1sr8R1G8vU { width:14.125rem;height:0.9rem;top:21.242968559265rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mNkGrWuPJJ9bm96Rl7TVWMegIn59AmcK { width:3.25rem;height:1.9375rem;top:20.724220275879rem;left:0.28750002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QGruWFMf0AV2i4BOM2hboEDr4EILAt { display:block; }
 }@media only screen and (max-width: 763px) { #LPbAItHDiw7dW74bzOhQ8FidzZ5lsdvS { width:5.9375rem;height:0.9rem;top:23.587500810623rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwIIzgAZXwkwWPDwI8dkvkWN56U8TeEq { width:15rem;height:1.798825rem;top:15.757031559944rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m34a1fO2DiPP4TS8qphOVi3u01gqTu6m { width:3.25rem;height:1.9375rem;top:18.249219059944rem;left:0.28750002384186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSgky9oX4S6OOEqivWeqlBLVyRzsTrU { display:block; }
 }@media only screen and (max-width: 763px) { #b9W3cbTqdIw3gi421X77oUGnMZ8IH8R7 { width:14.0625rem;height:2.2rem;top:0.77968788146975rem;left:2.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEIUrv3abHPZDAGDBOWatx9ryRIyWJ5c { width:20rem;height:23.8125rem;top:1.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPdgcqKPgWFSAlfqLxkLLBW5TpJUEnrL { width:3.0625rem;height:3.0625rem;top:0.77812385559081rem;left:16.9375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l { background-color:#1d2540;background-image:none;display:block; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { background-color: transparent; background-image: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container > .video-iframe-container { display: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row > .video-iframe-container { display: none; }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .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); }#SdNdFaMxWkDno8ihZmRO2tB4Kk3Wrd7l > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFiGvhATaLgI7rJqSTM37oNgfPB1EZa5 { width:6.1859375rem;height:1.575rem;top:5.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLsdmaiGLqMLRUsD1xLcpasz8FlnPbT { width:7.5rem;height:3.1875rem;top:11.65104675293rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uuCAoUtbHAMgyVT7S8mph04l7s8SmT { display:block; }
 }@media only screen and (max-width: 763px) { #V7pQRRPQT1bIPOCdQgQm1elHszQW1lmm { width:13.75rem;height:1.44375rem;top:1.2022552490234rem;left:4.2187501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QovXdh6Z4tNVSGduTKGR3am3UuuOWfdk { width:11.5rem;height:1.44375rem;top:2.5885467529297rem;left:4.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtIRZsfeN8H9MagDnngcaSJhQKeutlxR { width:20rem;height:54.375rem;top:9.7493391036988rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1V6MysQLGLkOdDv25A8y38AgSk5B84d { width:11.0625rem;height:3.1484375rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F68w6IB5xHM79qWXFeXxNE25pgHzubpI { width:8.625rem;height:2.3125rem;top:5.5625rem;left:3.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqtJ7ytsvGSJ9elRvA4wbnqlyCWJszI { width:3.8125rem;height:1.25rem;top:1.9583334922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pev5wf1Zpph5HBQRmZDlaTyD87FWoGyO { width:4.8125rem;height:2.69824375rem;top:11.895182609558rem;left:8.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmDvMfeiKPxmXCUxaW3AUL4OQn9hdn0 { width:4.8125rem;height:3.0625rem;top:16.09375rem;left:0rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ubl1vp6T3XTt6lA5UKNgb9eJiaZhKyra { display:block; }
 }@media only screen and (max-width: 763px) { #NP942o74MFFl5Prll5EOd1snUoR3NqZo { width:10.875rem;height:2.69824375rem;top:16.275390625rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffBkvtpXilwJSK5zsxas4VQt9tzcvo6D { width:5.6875rem;height:4.25rem;top:20.34114074707rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmhzTz4Don4mvgw3grdxpRsBG1scT14K { display:block; }
 }@media only screen and (max-width: 763px) { #hlqtESQXTeL3FD374GF5IDzWQXnWsNcg { width:12rem;height:4.49706875rem;top:20.21614074707rem;left:6.1848961114883rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQ286pysDOKcTWIeWO1SeqJRIHVGF9n { width:7.0625rem;height:4.25rem;top:25.874130249024rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhpRQT2itQimNrLW6apHc5tXPTIL8Wr { display:block; }
 }@media only screen and (max-width: 763px) { #LJSgwuWILTuMOOmenE14wU5OZzMVoyV1 { width:12.1875rem;height:4.49706875rem;top:25.625rem;left:7.6875001192094rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GFZOAfFDlsgLbyfvySaOrmw2483SL3JX { width:4.9375rem;height:10.5rem;top:3.59375rem;left:15.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6q501CeeVUb4L7TLyudObmtThIRa6hv { width:20rem;height:2.2rem;top:4.9786987304688rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMbS9G7Znpp4mXAeU96w5TRPI8pTSJNd { width:13.9375rem;height:2.625rem;top:0.62500381469725rem;left:3.03125rem;font-size:0.9375rem;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(0,0,0,0.23) ;display:block; }
 }@media only screen and (max-width: 763px) { #PPTyPWTEyD1al9XeZE5GyXsUS9eKR6f7 { display:block; }
 }@media only screen and (max-width: 763px) { #C1lxKX13covW2stMfqdPCxh4DiQDT6Qw { width:17.6873125rem;height:14.619125rem;top:8.0120773315431rem;left:1.1548295021057rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTyt0nlIF5Ur82cyMiaE9WuMTvBTqKtJ { width:17.874625rem;height:17.874625rem;top:22.197264194489rem;left:1.0617897510529rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Jg84VyrwvDeG2SfXh2rWNMnPEdJ6R4 { width:8.64195875rem;height:2.3294275rem;top:40.069246292114rem;left:5.6782668828964rem;font-size:0.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KMqVCSnfifLdmSKRfXBUUFz8qTklMIZb { display:block; }
 }@media only screen and (max-width: 763px) { #bK4tfHw4AmzNXBkPVoAiocLJCZ39L3xT { width:20rem;height:34.9375rem;top:6.2156252861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT8OPzCC0gCt35bZp6rZ2Qa4NzaROf8n { width:11.6875rem;height:18.375rem;top:22.88671875rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #no3i6Zzh53enx3dBTST1Uv3VQCgoZkMO { width:18.875rem;height:29.8125rem;top:42.817710876465rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6e63bb9-2117-4f2c-8ca1-8a216e8652c1/AdobeExpressGIFOLoteVirou1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.adaptive-delivery-prevent-bg, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyload, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyloading { background-image: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { background-color: transparent; background-image: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container > .video-iframe-container { display: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row > .video-iframe-container { display: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .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); }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv { display:block; }#IHIkm8RAqF4AczGvsMcvzaJTZnvJWTcv > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHccrXG61t4Nlx5gZ4uCRTEraIBGWyJ { width:12.3748125rem;height:3.85rem;top:1.31036901474rem;left:0.68714487552644rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1tRdwXNJ51JDzrWa7NbG38dCv27y6TX { width:7.6243125rem;height:7.6243125rem;top:9.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVUd8drpO4yEn9TulsCfabOdAXFT1b2g { width:4.93696875rem;height:5rem;top:14.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qffQDSiCIwFHUxoLMA4websa9qVZdpmO { width:13.8743125rem;height:6.82225rem;top:6.1381392478943rem;left:0.68714487552644rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FuS4XEy9MDovd9FqnZcpNfHC3qIau5md { width:16.09602875rem;height:2.53337875rem;top:20.156249523163rem;left:1.9051846265793rem;font-size:0.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eTrFcHLmDJQKgQ7IgvSAgD79qCaSRI2R { display:block; }
 }@media only screen and (max-width: 763px) { #rHrseHWL0gre2lgyAqOZmFtNXt6hT4O6 { width:20rem;height:20rem;top:19.24982213974rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvbVbQPGfWm83qRI0hn38JyQ9rNpQcQ1 { width:4.6875rem;height:4.6875rem;top:1.3094756752253rem;left:14.561434149742rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #hneodGRUcvTgHaDlmegm0kul0VulvsJg { display:block; }#hneodGRUcvTgHaDlmegm0kul0VulvsJg > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMvAFSKOIrrGoQUQ2E8F4PQz3DfZNpSO { width:20rem;height:1.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1oWvzTwQ8oWLcKzqZ2hAdmkvqcDXML { width:20rem;height:2.2rem;top:0.62411308288574rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKE9byLKFbz7txa3oWT8V90uSOst0nV7 { display:block; }#aKE9byLKFbz7txa3oWT8V90uSOst0nV7 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhW0Vv04WIbl8cDMbW69tSylkBneq8Mz { width:14.3125rem;height:1.7875rem;top:0.75rem;left:2.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKwfC2rWfrNHPMQQZ4VdRQQ7zMskabvG { width:12.9375rem;height:1.7875rem;top:3.98046875rem;left:3.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9uro7y03CDHMaghx8tLTaL4eVFndTTT { width:2rem;height:0.625rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sik4o0E8Zf6ewLibCOsaft782Qp2RrSL { width:2rem;height:0.625rem;top:7.4677734375rem;left:1.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08g2V2OSkaBgDt62Q31cQR1eKHfi6Cs { width:18.8125rem;height:6.9375rem;top:3.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktk3ZgfFl0xRwvT2fxKsk5n59WnTRkoL { width:11.659375rem;height:2.28515625rem;top:6.5617198944094rem;left:4.1328125rem;font-size:0.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hUAuGy6GKtbPFRx7LrelHTBPa5uhGEmz { display:block; }
 }@media only screen and (max-width: 763px) { #nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo { display:block; }#nyB0xEfUFLTiaH7uPoFuV8RuU8LMwnzo > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4ildv302MSLon1PFZNHr97dV4EhIF0H { width:13.68675rem;height:2rem;top:1.0625rem;left:3.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abzik1iEbtzoTQASmf2iHf90J2HoCySn { width:9.49925rem;height:3.93671875rem;top:3.5625rem;left:5.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI0OccXlQ6co8IGKNMGdgQlEdri5Re89 { display:block; }
 }@media only screen and (max-width: 763px) { #wzOaEcW2nteTfDq9v2VO7V997JQQ8PEQ { width:10.24925rem;height:2.74921875rem;top:8.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsvQICfhyQlIMs3Z9u27i3xAUWhfcqm6 { width:3.24921875rem;height:1.06171875rem;top:5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6KcATDHIku0VVFn2sTVTHVc3ypUlJt { width:6.1875rem;height:2.1031948730002rem;top:21.0610375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2uMB3AWrfZdl8k3reGXvR93Pv2ZSlyF { width:3.25rem;height:1.0625rem;top:4.9054698944092rem;left:15.625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM { display:block; }#hMfhzwR7TSMNSaKHBZ0IgU45n2kN7TmM > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g { width:17.9998125rem;height:5.06214375rem;display:flex;top:10.479686737061rem;left:0.79531252384188rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oWv2Q0yXCHyWDSLoWFQlTvaCszTdc9nI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Dy9fECa1FM6gwE7pI1ZTA3b3mv65HsqS {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #g08Jdw9X4gkUUK8hJFPpmQXInLFCROIL {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #uFTPL3kUr4dvkkrbOh5XnNuRkJXlqk0G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AzoSGPpfsKox9TodvklBnvxGhax5NZXB {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #Iq1yHEfkizC6DHGvFnK3IED3D3src4nt {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #oXZOckhkNOqsaVQmhWyXN14X5Cg05Pel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #e1NQrmHvrGOB0g49KPTIoFrpKKlEPyN6 {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #f4vJX1RVAuhDNJMDTzqeaH4iQNL2y5LL {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #W4O8pmQOaXyHxPKIEf7JnTKTG6RFcce6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #borXURvIJgzxJW9RL2O3uVzhTHuBTLAg {  }
 }@media only screen and (max-width: 763px) { #ZgfpT3WSPzhsg2TCUcN1gh5wfSeewB8g #AdgAGMkTeGxxhXqOp4zfQuWzMcBwBJ0d {  }
 }@media only screen and (max-width: 763px) { #GoU9AUnRhwMrB1c3VSfTa6LUEqgJrzwf { width:10.1875rem;height:1.35rem;top:1.0624961853027rem;left:1.6234376430511rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2R2gPEhGJ5yX7bmh9LKnpbGzsPc33As { width:13.4375rem;height:2.175rem;top:7.8687477111819rem;left:3.28125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwV39Rf0bCwfsr8fRfoWOnM3as0vvGBy { width:20rem;height:3.9375rem;top:7.2296867370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiPk7Rwcm4btTLlO4D5NIZIHM9cpmN4 { width:17.1244375rem;height:1.575rem;top:4.4960899353028rem;left:1.6234376430511rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vb0UDH1mkTQCnLhzAzyEdPkXTtmbx5Ss { width:10.7493125rem;height:2.4rem;top:2.4101524353027rem;left:1.6234376430511rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #syWTpT31IyH2xmeahK3OOmyWNbCFvhqT { width:2.5625rem;height:0.8125rem;top:8.5484352111819rem;left:0.37421882152558rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpQ60szsC493io9IzLK5kvauyNHCHLx { width:2.56214375rem;height:0.812325rem;top:8.5523414611819rem;left:16.811719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF { display:block; }#s7CH7R97y75eUaKF0ENqTkM3UgPlM1PF > .row .container { width:20rem;height:3.28125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7idWNDQ8u08lXoZT7UAmJTuUTMAFnES { width:20rem;height:1.75rem;top:1.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJa40mZuvtgPMy5sGNCcEUqyI8CCwQ7G { width:4.375rem;height:0.89375rem;top:1.9585938453674rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWNCu45PqT8SiaAGaNJxIctGkUadvIXX { display:block; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZh3iOChVd371CIOqHyJL97iAwTdBy9J { width:20rem;height:5.1875rem;top:20.34375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5P7MrUvt4SamEMUVhmJugA74cwIIXl { width:20rem;height:4.9375rem;top:8.7500002384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuh0QJ58QxV1KmK6ubiW6MB2udtPCQMk { width:4.375rem;height:4.375rem;top:10.71875rem;left:7.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fgJFR0icaneH5gs5UkkpAQpv87WwyR { width:3.4375rem;height:0.89375rem;top:9.2500002384187rem;left:8.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQmaC9eNd34xxZpNMnrghWM4aecZsSTb { width:5.99964375rem;height:0.89375rem;top:15.9375rem;left:6.75rem;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #SrMRI8RgxbVTvvh6HfJkXH18B6Or5LpU { width:4.125rem;height:1.375rem;top:12.21875rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuCA2QFxqiIlrMDGtZaNzlTda0ce99B { width:4.75rem;height:1rem;top:17.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvq46RwMASKlD1lhw8h4eRndAyHu35yT { width:20rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDV1RxH2v8x5FLDT4bX3TSDZQSmK4Mxf { width:2.311525rem;height:0.89375rem;top:4.3515625rem;left:8.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHpiIg4EJt0BvhAkSPRuhU0JX1xfV4l { width:5.1875rem;height:1.75rem;top:17.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOivdlxBC5kAn6gsOi9HbsBoIfh8PWDi { width:4rem;height:1.1875rem;top:6.1484377384186rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdir417zUCnCCMn0knLTl2pqwhuFqeK { width:11.875rem;height:3.25rem;top:21.312500357628rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { width:13.75rem;height:5.375rem;top:20.4375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoisyaryFTKbMkOqlvH0GgQdLIVrxOS { width:8.125rem;height:1.1875rem;top:0.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcz5ghmBmTraOxNNmTzkPLQ8zsvxsawb { width:8.125rem;height:0.75rem;top:0.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuuQapTtBnaVdOI0bgN9afBOMeksueso { width:20rem;height:4.9375rem;top:3.5106534957886rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QbnNMaKvXqr9bR7ibUNvPiLGfRhhLGS4 { width:5.6875rem;height:2.0625rem;top:11.875rem;left:12.749218523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnK7JErS4dIDThqIUCSbm1oivK2ZBdBL { width:5.375rem;height:1.625rem;top:1.9351562261581rem;left:7.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic { display:block; }#fh5TpdSdOhFVea6iXsTT7kEAZTXz08ic > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTHLwHovQcWtlqQi6hlX2yX4JuA5VM72 { width:20rem;height:4.9375rem;top:1.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swcxe8MhJvo5TRWysZD0UOmlZ5zLggCS { width:2.1875rem;height:0.625rem;top:2.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idppT9I32VQ2PTy2gMSnvcPOigiB6eFW { width:20rem;height:1.85625rem;top:3.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ie0xTSWA8RWSKTWToTdKbqTi5sTuLssR { width:2.1875rem;height:0.625rem;top:5.04296875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G284f4gWb05FcQav8Exf3hvy6kCw0f5u { width:10.6875rem;height:2rem;top:5.53125rem;left:2.1875rem;font-size:0.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ottNfiyFngFypqid3k2ICV820bzTsLdn { display:block; }
 }@media only screen and (max-width: 763px) { #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { background-color:#8cc63f;background-image:none;display:block; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { background-color: transparent; background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .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); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnEXbDU2pVUu3iuuFdTb6OQbc1l3UHx3 { width:16.062rem;height:0.89375rem;top:0.9375rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgeTcn98Lw5DObSb7ybSOME04TH7pJ3U { width:14.675rem;height:2.1125rem;top:2.5625rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKN1NDLLSmAHTJMAckcOWSTNqNKSFxB { display:block; }
 }@media only screen and (max-width: 763px) { #maRZhTpzitviv3AHwm3xfUr7Kw20bw3w { display:flex;width:2.1875rem;height:2.1875rem;top:1.4375rem;left:15.61093711853rem; }
 }@media only screen and (max-width: 763px) { #cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t { display:block; }#cPOc44UXz6BKLgyO5TanPoDSQ1Ty3b8t > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMtNAZdDkQ13Da79n6ROGQ7Nz81aTJz9 { width:9.746875rem;height:1.1375rem;top:3.625rem;left:5.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yAbsndWkiSql9iJl0hQrTBXgDKQ25lcg { width:11.3703125rem;height:1.1375rem;top:1.3125rem;left:5.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r5VPcC67khpCTIveKl1zJ0Tv2cmWxCKB { width:11.8125rem;height:1.1375rem;top:5.8125rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3KS9pirpLplR2071CDIFlMZlF19enCZ { width:1.5625rem;height:1.5625rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hALmaIL6WN3F23C8Nzg28ukVNMAndgsg { width:1.5625rem;height:1.5625rem;top:3.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQBgC3okMLTCPVluyP2dNfZRkxTrFzl { width:7.0605625rem;height:1.9360375rem;top:3.81225625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #htRnw0oRxi6npL4AnwdZZckhl6A9veRo { display:flex;width:1.99921875rem;height:1.99921875rem;top:5.375rem;left:13.875rem;font-size:1.375rem; }
#htRnw0oRxi6npL4AnwdZZckhl6A9veRo > img { max-width: 100%;max-height:100%; width:1.99921875rem; height:1.99921875rem; } }@media only screen and (max-width: 763px) { #lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG { display:flex;width:2.06171875rem;height:2.06171875rem;top:5.3125rem;left:16.375rem; }
#lZmzvIutaG6q8XSmQIw8Q8yTATIo5dKG > img { max-width: 100%;max-height:100%; width:2.06171875rem; height:2.06171875rem; } }