.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:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC.adaptive-delivery-prevent-bg, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyload, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyloading { background-image: none; }#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:none; }#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.485375rem;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.84933125rem;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/97cb1eb5-fc1b-4dcc-8f2a-ca3bfdc5332f/AdobeExpressGIFPatrocinadores5.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:#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; }#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:143.1875rem;width:75rem;position:relative;display:block; }#p96J1J9NyxRkue1t9S6uot7ayt6QUsQI { color:#ffffff;display:block;width:54.5616875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:3.02294921875rem;left:10.21728515625rem;height:6.3940625rem;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:#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:14.6875rem;width:75rem;top:6.59375rem;left:0rem;display:block; }
#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; }
#cHLE6d4nhFZoBrJ0I1bPlm8MJcTXlLTI { 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:#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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.437143325806rem;left:3.4375rem;display:block; }
#BaCs7i3eME6dEe13RF6Bg7F8k4pJTmU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwAZxb3OZbsJy6lTbnNRtXkzyg2c7xO5 { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:15.499822616577rem;left:13.624820709229rem;height:1.7248875rem;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; }
#lxXFICpdcgJ43rRRUNCsnFs07WoB88Xv { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.75rem;left:3.4375rem;display:block; }
#BNWKWaL2bBR0iyFxndbB0oA7GAB0eWCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DmHBgt1uo28Tk5OSZkkWxApvmoMOt2TI { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:24.4375rem;left:13.625rem;height:1.7248875rem;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; }
#o6TOLAyK0l39qee9JoyGbpOiMAH3ER67 { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:27.25rem;left:13.625rem;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;font-style:normal;display:block; }
#wx6g7x5d2E5aasptBF3m3fBP6l0Tut19 { position:absolute;display:block;z-index:15002;background-color:#111d31;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:15rem;width:75rem;top:22.1875rem;left:0rem;display:block; }
#e6Tyth058q2RTedxEmVEqXgeCJmG4h1c { position:absolute;display:block;z-index:15002;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:7.4375rem;width:28.75rem;top:13.875rem;left:0rem;display:block; }
#nTJJxnqzNJLib0nufLiHb5z5fo2UTmP6 { position:absolute;display:block;z-index:15006;background-color:#111d31;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:15rem;width:75rem;top:38.25rem;left:0rem;display:block; }
#iiNBePKZ4MSuI8F3xfJUKmyu0dJtTCrX { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:44.1875rem;left:13.625rem;height:7.6465rem;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; }
#d2bXZw8Gl9Mm8yZJ3V9Qf8XEJ3CRlcLw { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:43.8125rem;left:3.4375rem;display:block; }
#aExSVm7pUwTTxM0JT3Gi2b8kD8L3gUOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzUsrAcAaAx2iw1M0N6zh6BfMV20pn2g { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:39.625rem;left:13.625rem;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; }
#adW5sd2Wn4FXi1XCIH8S5xTJbcP9Zoit { position:absolute;display:block;z-index:15005;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:7.4375rem;width:48rem;top:54.68701171875rem;left:0rem;display:block; }
#lotOVJsybdyeHPJ9pmTy9qi4MBkBCs1o { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:57.561767578125rem;left:13.624267578125rem;height:1.72485625rem;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; }
#tSltasQ0cxdWmguSzuzxnhDMAosKdZED { 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:#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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:56.499755859375rem;left:3.4375rem;display:block; }
#GchTkLfoDqiV3AqxT1WMc5meibf3LwI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMoAnAdD000A5clWmpH6OqQVsXK9GeM7 { position:absolute;display:block;z-index:15010;background-color:#111d31;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:15rem;width:75rem;top:63.3125rem;left:0rem;display:block; }
#SmLLATPZ5cv2FC6nQzzTRAh0SoQg9bJr { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:68.875rem;left:3.4375rem;display:block; }
#E8PIss3KJB7exvcwGNBS5F6eHPtfZrpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TG3zLiDCvEvAZ8kLb9aXVOvp2DVt3lBv { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:70rem;left:13.625rem;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;font-style:normal;display:block; }
#BcqPaqoaMEu97ORMQKcfgMsdbAl0svcf { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:65.3125rem;left:13.625rem;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; }
#xNyTVUbEGAZEI93nMaCcul3cBhnoIMum { position:absolute;display:block;z-index:15014;background-color:#111d31;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:17.5625rem;width:75rem;top:79.24999809265rem;left:0rem;display:block; }
#PAuxygTXqhz96GOiF9uv0mdJOXcPos8Z { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:86.5625rem;left:13.625rem;height:7.6465rem;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; }
#Qy9JDrhIPwAtQ6TGUHqEolrmzUVdmyZS { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0619375rem;height:3.8742875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:86.09326171875rem;left:3.436279296875rem;display:block; }
#edC45Oooeq3dB9oBt7imGbpgavBgfCXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqTQL58a9wfE89pAwEZBtcJuJJtKAW8S { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:81.875rem;left:13.625rem;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; }
#t9wVE4AVfVf3G4POmWoHAzcVmtpo0guR { position:absolute;display:block;z-index:15018;background-color:#111d31;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:16.375rem;width:75rem;top:97.749288558963rem;left:0rem;display:block; }
#lNkR7rcFs7brROTGbVEPJsbuL9evr02D { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:102.87446403503rem;left:13.624820709229rem;height:8.920875rem;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; }
#Jd1mEnLxnBZAbTXnqqoOMMXfdeeOcZHO { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:103.99928855896rem;left:3.4375rem;display:block; }
#atBfXGkTzXOr9LmGVcM6KMdA05dwhpT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6lZQaLROzZmLg5l4gcwXTHl4sCu29UO { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15067;line-height:1.2;letter-spacing:0;top:100.06196403503rem;left:13.624820709229rem;height:1.72485625rem;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; }
#wUcxnsRsIIT12RTrPp5GCSBUhwtURop9 { position:absolute;display:block;z-index:15026;background-color:#111d31;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:16.375rem;width:75rem;top:115.24928855896rem;left:0rem;display:block; }
#gyXDqdqt0XzBSz3yhmffrtTfEPqK26p8 { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:121.1875rem;left:13.625rem;height:7.6465rem;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; }
#DCmezV7STLfRLUanTiJheLF3M2soCUdO { 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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:121.49928855896rem;left:3.4375rem;display:block; }
#tWC0R3tMTCfzReBDzyLz9cbaydc2eHf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrq3F4THPW3oKzRhsQyUbQNaohaQAwUq { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15075;line-height:1.2;letter-spacing:0;top:118.0625rem;left:13.625rem;height:1.72485625rem;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; }
#UuOqlx0ArOGxCCNgmnnRAfal7ocacsi8 { position:absolute;display:block;z-index:15008;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:7.4375rem;width:48rem;top:133.31213951111rem;left:0rem;display:block; }
#hoMvwu4FKDUb9VuNDqQhOnCs5srwpXTq { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:136.18678855896rem;left:13.624820709229rem;height:1.72485625rem;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; }
#gCmRiAeEBlnCaS1XoBZT5Ntri5Ocbxor { 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:#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:2.625rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.0625rem;height:3.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:135.12499046326rem;left:3.4375rem;display:block; }
#HtA0lBWZHd2TyGcTy6uI7ek6xHsdhuea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdztLvA6WZyrR9eQXbJmwRVx48eZg1XT { position:absolute;display:block;z-index:15077;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:102.24946403503rem;left:63.249288558962rem;overflow:hidden;display:block; }
#MhwIdWKRdafhrRS4DlwsENayakKJvoOP { 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; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container { background-color: transparent; background-image: none; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container > .video-iframe-container { display: none; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row > .video-iframe-container { display: none; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .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); }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container { border-width: 0; border-radius: 0; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#O6ffVCZpSppy9THloB8B2IEQ3zr3uRT6 { color:#ffffff;display:block;width:54.5616875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:3.7734375rem;left:10.2177734375rem;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:center;text-align-last:center;display:block; }
#TIhMn1V3l9BM5d18XwvAn0N5vs8mvA3G { 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:7.09375rem;left:0rem;display:block; }
#pfi9Zp5zDis1LiDUWE2k1MJfhaXVZ92z { 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:10.1669921875rem;left:3.1220703125rem;overflow:hidden;display:block; }
#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:80.375rem;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.84716875rem;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.436525rem;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:21rem;left:48.625rem;height:2.436525rem;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.125rem;left:48.75rem;height:5.8471625rem;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.3125rem;left:48.75rem;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:47.75rem;left:29.375rem;height:2.436525rem;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:41.875rem;left:29.5rem;height:5.84716875rem;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:27.0625rem;left:29.5rem;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:32.75rem;left:41.3125rem;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:6rem;left:60.75rem;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; }
#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:41.875rem;left:48.75rem;height:5.84716875rem;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:47.75rem;left:48.625rem;height:2.436525rem;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.0625rem;left:48.75rem;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:32.75rem;left:60.5625rem;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; }
#ILSBEv8a8199bLWqoTbVEAZcKTQpaOe7 { 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:41.9375rem;left:10.9375rem;height:5.84716875rem;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; }
#gr6lPBblGwVdlhzuGgyW5iV7ZgtAhFlK { 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:47.8125rem;left:10.9375rem;height:2.436525rem;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; }
#LNS4JJwRdc37Jz5Tu5PbTZrlHwSRCEPp { 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:32.8125rem;left:22.75rem;overflow:hidden;display:block; }
#sFvAzTybTy6yuKHHCvufFzQT0fvQUCgm { 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.25rem;width:14.25rem;top:27.125rem;left:10.9375rem;overflow:hidden;display:block; }
#hh7aXHl6EotVPs6TBF2e2nTtJ8z3vFiN { color:#000000;display:block;width:8.8125rem;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:20.1875rem;left:9.75rem;display:none; }
#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:53.6875rem;left:48.75rem;overflow:hidden;display:block; }
#vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { color:#ffffff;display:block;width:12.124rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:68.5rem;left:48.75rem;height:5.84716875rem;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.874rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:74.375rem;left:48.625rem;height:3.6547875rem;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; }
#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.936525rem;width:4.375rem;top:59.375rem;left:60.5625rem;overflow:hidden;display:block; }
#n5vMxQAUb0SOK1ete1uDMEwoRzGqlVCN { 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:15.0625rem;left:29.625rem;height:5.84716875rem;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; }
#vOUyvc4ygkoJ3E5T25KyVxBrDvI8TKge { 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.5rem;height:2.436525rem;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; }
#faUIOV7XtsHnbTVVghp3oO5DOauOJ07q { 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.625rem;overflow:hidden;display:block; }
#gsGNE3lqBhd58e3qGCSqQBOCdU0KNQaM { 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:5.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#mUTi9uwPNflPnhbzL7HLkFp3rcnMdID7 { 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:68.5rem;left:11.0625rem;height:5.84716875rem;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; }
#nmOODH1xdPBkzfNsw4uQh5SMWLRq1GBd { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:74.375rem;left:10.9375rem;height:2.436525rem;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; }
#HCsMFC1rdxB1l8qHQCzJ0yQd3XOsUwEy { 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:53.6875rem;left:11.0625rem;overflow:hidden;display:block; }
#vtL95ku6HpMVtvzBGaOzUw0spIHeUZ9S { 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:59.375rem;left:22.875rem;overflow:hidden;display:block; }
#S6lLeSZT8brZiCHC0IF0U78QhOlTcmWa { color:#ffffff;display:block;width:13.874rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:74.375rem;left:29.25rem;height:2.436525rem;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; }
#EizTIzqfwF4h3I0vsStlEucPFDgbIlyF { color:#ffffff;display:block;width:12.124rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15029;line-height:.9;letter-spacing:0;top:68.5rem;left:29.375rem;height:5.84716875rem;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; }
#zAfmHNtb4vhvwm0prWeoH7hrLs0499cR { 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:14.375rem;width:14.375rem;top:53.6875rem;left:29.375rem;overflow:hidden;display:block; }
#yJ8x3HRvJy4VHtZcLCsdKXETpR2LgFim { position:absolute;display:block;z-index:15048;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.936525rem;width:4.375rem;top:59.375rem;left:41.1875rem;overflow:hidden;display:block; }
#Z1fV7fvNTvnAQghB81sMyrCiGh3536os { 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:20.8125rem;left:9.8125rem;display:none; }
#CfJZfAm5SxttCcX2Dz6DrewP0K5lEP8b { color:#ffffff;display:block;width:12.124rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:68.5rem;left:48.75rem;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:none; }
#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:124.6875rem;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; }#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:21.3125rem;left:29.5rem;height:1.21875rem;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.4375rem;left:29.625rem;height:5.84716875rem;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.625rem;left:29.625rem;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:21.3125rem;left:47.9375rem;height:4.87305rem;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.4375rem;left:48.0625rem;height:5.84716875rem;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; }
#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:6.3125rem;left:59.875rem;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:6.3125rem;left:41.625rem;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:43.875rem;left:48.0625rem;height:5.84716875rem;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:49.75rem;left:47.9375rem;height:2.436525rem;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:34.75rem;left:59.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:29.125rem;left:48.0625rem;overflow:hidden;display:block; }
#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:73.125rem;left:11.1875rem;height:5.84716875rem;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:79rem;left:11.0625rem;height:3.6547875rem;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:58.3125rem;left:11.1875rem;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:64rem;left:23rem;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; }
#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:73.125rem;left:48.0625rem;height:5.84716875rem;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:79rem;left:47.9375rem;height:3.6547875rem;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:58.3125rem;left:48.0625rem;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:64rem;left:59.875rem;overflow:hidden;display:block; }
#kdTbrUnCUO6F9bBGEgCAJWcrIZNv1AZ0 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:108rem;left:11.1875rem;height:2.436525rem;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; }
#DZWe99Jilg4JMKELhavCasU6iI4gRix5 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15029;line-height:.9;letter-spacing:0;top:102.125rem;left:11.3125rem;height:5.84716875rem;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; }
#xEp4Occrgq1pDiIO91c8fJhlylUfUPDn { 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:14.375rem;width:14.375rem;top:87.375rem;left:11.3125rem;overflow:hidden;display:block; }
#Ua7wDcAbAZqIXDZR2y3mFHTElNWbz6sq { 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:1.9375rem;width:4.375rem;top:93rem;left:23.125rem;overflow:hidden;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:23.7305rem;height:3.6046875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:117.0625rem;left:24.9462890625rem;display:block; }
#GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zORV0GoZPwVslspsaxrufgLlnthxm3tV { 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.84716875rem;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:none; }
#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:108.5rem;left:29.625rem;height:3.6547875rem;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; }
#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:102.5rem;left:29.75rem;height:5.84716875rem;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; }
#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:87.375rem;left:29.75rem;overflow:hidden;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:93rem;left:41.5625rem;overflow:hidden;display:block; }
#ft4aZ8fhhumoumMnTFeCwHmwZTeD3K2Z { 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:0rem;left:11.0625rem;overflow:hidden;display:none; }
#VlFs8GHQlOpC3yDNpZwL1C4exIZpibTI { 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.84716875rem;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:none; }
#krpTZ9loOykPxyypHQbw8ebvbsVEkEbi { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.8125rem;left:29.5rem;height:2.436525rem;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; }
#odBALueRCWFSy9GvL4sJeJsQFC8JRuzN { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15025;line-height:.9;letter-spacing:0;top:43.9375rem;left:29.625rem;height:5.84716875rem;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; }
#mXXemvoxRcxs5TUcw2ND3SRCxBvautdK { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:4.375rem;top:34.8125rem;left:41.4375rem;overflow:hidden;display:block; }
#uLTLkyyKd2yeF5uoiH31f11bxMO22FUm { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:79rem;left:29.5rem;height:2.436525rem;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; }
#ioLAUUfryb8sqA4Zc7xtgSrdlwi9bScC { 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:73.125rem;left:29.625rem;height:5.84716875rem;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; }
#kJWRK7kTndG2Txb6NRbdszuqGL8XWWfl { 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.3125rem;width:14.3125rem;top:58.3125rem;left:29.625rem;overflow:hidden;display:block; }
#TlNZQeXBGt5RWfVzuvWMsSpMkWQk8dhU { 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:64rem;left:41.4375rem;overflow:hidden;display:block; }
#OuqgNsKPuPa2vFkRUZvVPEf2kd4sPF6I { 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:0rem;left:11.0625rem;overflow:hidden;display:none; }
#gX7rm1UTImnZvfwcpFEOWJRyo9lWpyQ2 { color:#000000;display:block;width:8.8125rem;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:47.5rem;left:9.75rem;display:none; }
#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.625rem;left:48.0625rem;overflow:hidden;display:block; }
#D3raFkQyucmeD5Tg8aN8vZTpbcn0vdWM { 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.25rem;width:14.25rem;top:29.125rem;left:29.6875rem;overflow:hidden;display:block; }
#JxR2W3BE5FiL5CzcD5Tk53G135yAw1NO { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:108.5rem;left:47.9375rem;height:2.436525rem;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; }
#Lh9JDPUazEpV84egfzxGKAsqXh8SKddR { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15033;line-height:.9;letter-spacing:0;top:102.5rem;left:48.0625rem;height:5.84716875rem;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; }
#m3cBGGTGFeqEcw3v2UPOGUHKET6KSNaA { 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:14.375rem;width:14.375rem;top:87.375rem;left:48.0625rem;overflow:hidden;display:block; }
#sNqwTVTzfZtWA1WLdSAGqPcHNsKqf91l { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:4.375rem;top:93rem;left:59.875rem;overflow:hidden;display:block; }
#PnO3UHPZFz3mETlu8DkMSX31yplziydM { 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.84716875rem;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:none; }
#H4LTBsB4sDDBoS3RUwv468a8Kf0BZyUR { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5rem;left:11.0625rem;height:3.6547875rem;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; }
#kxXuiNG4J1o17vxmlstR8C29Vteh8XeI { 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.625rem;left:11.1875rem;height:5.84716875rem;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; }
#ZOOGmrMQelTMpQATx0lKe9GpEOrU8705 { 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.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#qO2tpaVM9cTUlUfo71SnnU227R4Qff7E { position:absolute;display:block;z-index:15035;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:6.5rem;left:23.1875rem;overflow:hidden;display:block; }
#HnQTGtwFHnsWDiZDoWGP0dSSRG0t3Ae4 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:49.8125rem;left:11rem;height:2.436525rem;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; }
#J6rfFkvbsJBF1uVMexmQzgLhsADq7muo { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"bebas neue";font-size:3.25rem;font-weight:normal;z-index:15029;line-height:.9;letter-spacing:0;top:43.9375rem;left:11.125rem;height:5.84716875rem;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; }
#VVFTy9VkX2ST4USzp2ZCt6vJJbaXLPXD { 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:14.25rem;width:14.25rem;top:29.125rem;left:11.1875rem;overflow:hidden;display:block; }
#OgIB1ghRB4wzBPpKXQuptnC5Voi5HQOh { position:absolute;display:block;z-index:15048;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:34.8125rem;left:22.9375rem;overflow:hidden;display:block; }
#HlZ6240N4zLfIa6EL0FmL7Z1CAL7RHFw { 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:6.3125rem;left:41.625rem;overflow:hidden;display:none; }
#cfxHJw5tDugSb8rxak4CNm7lpmWpWci4 { 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.625rem;left:29.625rem;overflow:hidden;display:none; }
#wJ4pCgW5wJdbHPXzUKZNkH5dqsGa3UCz { 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.625rem;left:29.625rem;overflow:hidden;display:none; }
#LOS7JbOktb6br8tDGrpXgkF24AmcwrwN { 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:6.3125rem;left:41.625rem;overflow:hidden;display:none; }
#XgBPCAJLQGMAuvXUMu5ALxeoHnoJIVQw { 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:3.125rem;left:12.625rem;display:none; }
#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:66.8125rem;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:5.5rem;left:0rem;height:18.1494375rem;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:48.9375rem;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:43.9375rem;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:56.6875rem;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:39rem;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:25.6875rem;left:0rem;height:16.191375rem;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:29.06640625rem;left:48.810546875rem;display:block; }
#nSCtvaGSHkIrIlBIeEfaR6VtJoANLqFi { 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:63.4375rem;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:10.9375rem;width:24.0625rem;top:50.597482681274rem;left:48.742895126343rem;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:32.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:9.8115234375rem;left:13.875rem;height:1.7248875rem;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:;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:;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:35.68714427948rem;left:13.811256408691rem;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; }
#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:34.999999046326rem;left:4.5623226165771rem;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:26.49964427948rem;left:4.5623226165771rem;display:block; }
#hOxAGMOUlJQqgOyPlZhigsQQBR4Bd0I2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXTXXTMgGoeRIBvXUQgWHoisIMwByBm5 { color:#1d2540;display:block;width:49.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:27.186789512634rem;left:13.812143325806rem;height:1.7248875rem;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:22.062321662903rem;left:4.5623226165771rem;display:block; }
#b48Nur5TV9IlCKwR3rJWCPwKX3qU1dOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C84r61fxEJoz9taGZb4UZ1wn9xUzEgiq { color:#1d2540;display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:22.124466896057rem;left:13.812143325806rem;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:47.562319755554rem;left:4.5623226165771rem;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:48.249464988709rem;left:13.811256408691rem;height:1.7248875rem;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:43.499819755554rem;left:4.5623226165771rem;display:block; }
#o3QGruWFMf0AV2i4BOM2hboEDr4EILAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPbAItHDiw7dW74bzOhQ8FidzZ5lsdvS { color:#1d2540;display:block;width:45.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.2;letter-spacing:0;top:44.186964988709rem;left:13.811256408691rem;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; }
#cwIIzgAZXwkwWPDwI8dkvkWN56U8TeEq { color:#1d2540;display:block;width:47.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:39.874999046326rem;left:13.811256408691rem;height:1.7248875rem;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:39.186966896057rem;left:4.5623226165771rem;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.3940625rem;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:52.5625rem;width:70.125rem;top:4.9351921081543rem;left:2.5621452331543rem;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; }
#zLB7fDxXBAnMf71ezf98eDUkuNdvXgo2 { 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:15036;text-align:center;text-align-last:center;top:51.81214427948rem;left:4.5623226165771rem;display:block; }
#PV6CeuclqaOXKR9dEUDG8n7Su73XTEET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJ04EsFsF7C9eeTrZxDXqOpLs3xTH2s3 { color:#1d2540;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15065;line-height:1.2;letter-spacing:0;top:52.499289512634rem;left:13.811256408691rem;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; }
#NNwi9oGTno98EuI1PB5ANmopB511aJfP { 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.749466896057rem;left:4.5623226165771rem;display:block; }
#Iv7nRHu6Z7bKR51cDW1IEx9X0SsczTkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLXcXkxnDWesMSGiu3RqMZolBMqGZDI5 { color:#1d2540;display:block;width:49.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15057;line-height:1.2;letter-spacing:0;top:31.437499046326rem;left:13.812143325806rem;height:1.7248875rem;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; }
#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.77514375rem;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.04785rem;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.071775rem;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.071775rem;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.3940625rem;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.69825rem;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:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.adaptive-delivery-prevent-bg, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyload, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyloading { background-image: none; }#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:none; }#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.1675rem;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.7757873535156rem;left:12.937284469604rem;height:6.3940625rem;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.36221875rem;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.8129875rem;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.975125rem;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.874025rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:7.875rem;left:34.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; }
#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:5.9375rem;width:17.3118125rem;top:8.0625rem;left:13rem;overflow:hidden;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:52rem;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.9360625rem;width:6.9360625rem;top:15.625rem;left:44rem;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.168525rem;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.37426875rem;width:6.875rem;top:17.9375rem;left:34.5rem;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:2rem;width:6.5rem;top:8.3125rem;left:32.75rem;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:43.9375rem;left:28.125rem;overflow:hidden;display:block; }
#ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { box-sizing:content-box;height:8.8125rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:#1d2540;background-image:none;top:42.0625rem;left:24.6875rem;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.25rem;width:16.375rem;top:0.6875rem;left:31.7490234375rem;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:7.99925rem;width:7.99925rem;top:5.0625rem;left:41.6875rem;overflow:hidden;display:block; }
#grOqmvVUdb99LIfQ6qHJ0uB6dBdJDtoo { 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:21.375rem;width:62.5rem;display:none; }
#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:3rem;width:8.875rem;top:0rem;left:51.625rem;overflow:hidden;display:block; }
#VJK1eeAvgPF1gZCIvHV25daHIy5hymlL { 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.5625rem;width:11.0625rem;top:7.8125rem;left:19.6875rem;overflow:hidden;display:block; }
#TG8QcxbOBVaO58PFdpAJC8IQxHtLTuV6 { 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:4.625rem;width:5.0625rem;top:16.8125rem;left:26.3125rem;overflow:hidden;display:block; }
#Ar4hSBxpOTqhBh2onH04c21BescDx6VV { box-sizing:content-box;height:7.9375rem;width:72.625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:33.1875rem;left:1.1875rem;display:block; }
#wTkCPesO0nh2E1KwD538PzmSimdHGqLT { position:absolute;display:block;z-index:15035;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.25rem;width:9.25rem;top:37.5625rem;left:32.40625rem;overflow:hidden;display:block; }
#HHVPnelC33lwDRqC39gWRakISz0BzHZ6 { color:#1d2540;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:34.625rem;left:29.6875rem;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; }
#KmTpcIypTw2m7C0rN1OknwwforsT3lpn { 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.375rem;width:8rem;top:8.0625rem;left:13rem;overflow:hidden;display:none; }
#ChZ6tFxpUWhdiFWc2FTJvNIrZCcu9Mpz { 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:4.0625rem;width:4.25rem;top:7rem;left:51.625rem;overflow:hidden;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.04858125rem;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:;top:3rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXgbdyLrtUrsW3cDT7ug6eCNHTzMkmd { width:47.75rem;height:14.6875rem;top:6.5625rem;left:0rem;display:block; }
 }@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) { #cHLE6d4nhFZoBrJ0I1bPlm8MJcTXlLTI { width:8.0625rem;height:3.875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaCs7i3eME6dEe13RF6Bg7F8k4pJTmU4 { display:block; }
 }@media only screen and (max-width: 763px) { #kwAZxb3OZbsJy6lTbnNRtXkzyg2c7xO5 { width:32.3125rem;height:1.6875rem;top:15.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXFICpdcgJ43rRRUNCsnFs07WoB88Xv { width:8.0625rem;height:3.875rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNWKWaL2bBR0iyFxndbB0oA7GAB0eWCS { display:block; }
 }@media only screen and (max-width: 763px) { #DmHBgt1uo28Tk5OSZkkWxApvmoMOt2TI { width:32.25rem;height:1.6875rem;top:24.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6TOLAyK0l39qee9JoyGbpOiMAH3ER67 { width:45.3125rem;height:;top:27.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx6g7x5d2E5aasptBF3m3fBP6l0Tut19 { width:47.75rem;height:15rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tyth058q2RTedxEmVEqXgeCJmG4h1c { width:28.75rem;height:7.4375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJJxnqzNJLib0nufLiHb5z5fo2UTmP6 { width:47.75rem;height:15rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiNBePKZ4MSuI8F3xfJUKmyu0dJtTCrX { width:45.3125rem;height:;top:44.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2bXZw8Gl9Mm8yZJ3V9Qf8XEJ3CRlcLw { width:8.0625rem;height:3.875rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExSVm7pUwTTxM0JT3Gi2b8kD8L3gUOu { display:block; }
 }@media only screen and (max-width: 763px) { #OzUsrAcAaAx2iw1M0N6zh6BfMV20pn2g { width:47.75rem;height:;top:39.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adW5sd2Wn4FXi1XCIH8S5xTJbcP9Zoit { width:47.75rem;height:7.4375rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lotOVJsybdyeHPJ9pmTy9qi4MBkBCs1o { width:32.3125rem;height:;top:57.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSltasQ0cxdWmguSzuzxnhDMAosKdZED { width:8.0625rem;height:3.875rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GchTkLfoDqiV3AqxT1WMc5meibf3LwI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xMoAnAdD000A5clWmpH6OqQVsXK9GeM7 { width:47.75rem;height:15rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLLATPZ5cv2FC6nQzzTRAh0SoQg9bJr { width:8.0625rem;height:3.875rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8PIss3KJB7exvcwGNBS5F6eHPtfZrpH { display:block; }
 }@media only screen and (max-width: 763px) { #TG3zLiDCvEvAZ8kLb9aXVOvp2DVt3lBv { width:45.3125rem;height:;top:69.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcqPaqoaMEu97ORMQKcfgMsdbAl0svcf { width:24.25rem;height:;top:65.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNyTVUbEGAZEI93nMaCcul3cBhnoIMum { width:47.75rem;height:17.5625rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAuxygTXqhz96GOiF9uv0mdJOXcPos8Z { width:45.3125rem;height:7.625rem;top:86.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy9JDrhIPwAtQ6TGUHqEolrmzUVdmyZS { width:8rem;height:3.8125rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edC45Oooeq3dB9oBt7imGbpgavBgfCXt { display:block; }
 }@media only screen and (max-width: 763px) { #cqTQL58a9wfE89pAwEZBtcJuJJtKAW8S { width:26.75rem;height:;top:81.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9wVE4AVfVf3G4POmWoHAzcVmtpo0guR { width:47.75rem;height:16.375rem;top:97.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNkR7rcFs7brROTGbVEPJsbuL9evr02D { width:45.3125rem;height:;top:102.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1mEnLxnBZAbTXnqqoOMMXfdeeOcZHO { width:8.0625rem;height:3.875rem;top:103.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBfXGkTzXOr9LmGVcM6KMdA05dwhpT5 { display:block; }
 }@media only screen and (max-width: 763px) { #O6lZQaLROzZmLg5l4gcwXTHl4sCu29UO { width:47.75rem;height:1.6875rem;top:100rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUcxnsRsIIT12RTrPp5GCSBUhwtURop9 { width:47.75rem;height:16.375rem;top:115.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyXDqdqt0XzBSz3yhmffrtTfEPqK26p8 { width:45.3125rem;height:7.625rem;top:121.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmezV7STLfRLUanTiJheLF3M2soCUdO { width:8.0625rem;height:3.875rem;top:121.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWC0R3tMTCfzReBDzyLz9cbaydc2eHf7 { display:block; }
 }@media only screen and (max-width: 763px) { #yrq3F4THPW3oKzRhsQyUbQNaohaQAwUq { width:47.75rem;height:1.6875rem;top:118.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOqlx0ArOGxCCNgmnnRAfal7ocacsi8 { width:47.75rem;height:7.4375rem;top:133.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMvwu4FKDUb9VuNDqQhOnCs5srwpXTq { width:32.3125rem;height:;top:136.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmRiAeEBlnCaS1XoBZT5Ntri5Ocbxor { width:8.0625rem;height:3.875rem;top:135.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtA0lBWZHd2TyGcTy6uI7ek6xHsdhuea { display:block; }
 }@media only screen and (max-width: 763px) { #QdztLvA6WZyrR9eQXbJmwRVx48eZg1XT { top:102.1875rem;left:36rem;width:11.75rem;height:24.375388968973rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwIdWKRdafhrRS4DlwsENayakKJvoOP { display:block; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6ffVCZpSppy9THloB8B2IEQ3zr3uRT6 { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhMn1V3l9BM5d18XwvAn0N5vs8mvA3G { width:47.75rem;height:6.25rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfi9Zp5zDis1LiDUWE2k1MJfhaXVZ92z { top:10.125rem;left:0rem;width:3.1875rem;height:1rem;display:block; }
 }@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:21rem;left:35rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzW2shCKzoa2Cv7KdDOAsrqMM9Wgbq0 { width:12.1875rem;height:5.8125rem;top:15.125rem;left:35.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cBuqhMF04LP4w1MAK8xPOxQWehzfNP { top:0.3125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osp8V79Pth3fDtHvCBtVvqoq8NLUZqn0 { width:10.375rem;height:2.4375rem;top:47.75rem;left:15.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhdlpoovfT4dHekHqWLiizZSgSIcfWHT { width:12.1875rem;height:5.8125rem;top:41.875rem;left:15.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPFGvoGtOinOHqOG8f7GxNZ2zmTWaeo { top:27.0625rem;left:15.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuvosGQs23SNk7UaAMKbsIyHlgPmgT6 { top:32.75rem;left:27.6875rem;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:6rem;left:43.375rem;width:4.375rem;height:1.9375rem;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) { #ROayy736Z32Un1PPReJyNywGBz2RkT5A { width:12.125rem;height:5.8125rem;top:41.875rem;left:35.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr59ToqTtWS0dLuBpdg5Mtm7uAf5C6dQ { width:11.9375rem;height:2.4375rem;top:47.75rem;left:35rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOapWLlih23796EMysx1BLK5CKITJxG6 { top:27.0625rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A73y7xwVoqpvbL4wL3O4PEnwK1HxFQn9 { top:32.75rem;left:43.375rem;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) { #ILSBEv8a8199bLWqoTbVEAZcKTQpaOe7 { width:12.125rem;height:5.8125rem;top:41.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6lPBblGwVdlhzuGgyW5iV7ZgtAhFlK { width:11.9375rem;height:2.4375rem;top:47.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNS4JJwRdc37Jz5Tu5PbTZrlHwSRCEPp { top:32.8125rem;left:9.125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvAzTybTy6yuKHHCvufFzQT0fvQUCgm { top:27.125rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh7aXHl6EotVPs6TBF2e2nTtJ8z3vFiN { top:20.1875rem;left:0rem;width:8.8125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgSTpUilRWi9DI5teKXEV1Qn86DsSM5q { top:53.6875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { width:12.0625rem;height:5.8125rem;top:68.5rem;left:35.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu5LTICpa56cyWkirZ17U5oMzxE9Ol5Q { width:13.8125rem;height:3.625rem;top:74.375rem;left:33.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJdpvulMXvU2W8wQ0fFuqMaTNulquZ2 { top:59.375rem;left:43.375rem;width:4.375rem;height:1.936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vMxQAUb0SOK1ete1uDMEwoRzGqlVCN { width:12.125rem;height:5.8125rem;top:15.0625rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOUyvc4ygkoJ3E5T25KyVxBrDvI8TKge { width:11.9375rem;height:2.4375rem;top:20.9375rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faUIOV7XtsHnbTVVghp3oO5DOauOJ07q { top:0.25rem;left:16rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsGNE3lqBhd58e3qGCSqQBOCdU0KNQaM { top:5.6875rem;left:27.8125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTi9uwPNflPnhbzL7HLkFp3rcnMdID7 { width:12.125rem;height:5.8125rem;top:68.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOODH1xdPBkzfNsw4uQh5SMWLRq1GBd { width:11.4375rem;height:2.4375rem;top:74.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCsMFC1rdxB1l8qHQCzJ0yQd3XOsUwEy { top:53.6875rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtL95ku6HpMVtvzBGaOzUw0spIHeUZ9S { top:59.375rem;left:9.25rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6lLeSZT8brZiCHC0IF0U78QhOlTcmWa { width:13.8125rem;height:2.4375rem;top:74.375rem;left:15.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizTIzqfwF4h3I0vsStlEucPFDgbIlyF { width:12.0625rem;height:5.8125rem;top:68.5rem;left:15.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfmHNtb4vhvwm0prWeoH7hrLs0499cR { top:53.6875rem;left:15.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ8x3HRvJy4VHtZcLCsdKXETpR2LgFim { top:59.375rem;left:27.5625rem;width:4.375rem;height:1.936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1fV7fvNTvnAQghB81sMyrCiGh3536os { top:20.8125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfJZfAm5SxttCcX2Dz6DrewP0K5lEP8b { width:8.5rem;height:1.125rem;top:57.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@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) { #OygNZ86T9Z7oE4BVdovASfGtS0gRSyTm { width:11.9375rem;height:1.1875rem;top:21.3125rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td6zmE1i05NBWTCcZAxEVZvhTKugFro1 { width:12.1875rem;height:5.8125rem;top:15.4375rem;left:16rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V40qyot9mGERCFKGXGW5QMTrC13EE9Jh { top:0.625rem;left:16rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QhHSH745UrJ66uv9mIpVwPF1ILkGs7 { width:14.625rem;height:4.875rem;top:21.3125rem;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.4375rem;left:34.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaTvdm6uuk0MAt2C3OdoKywubhW1xod { top:6.3125rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgcU4KHEhrkaLgTZ5PwxrhnKzb7esIu { top:6.3125rem;left:28rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55EL5pyoNQT43I8voPrzTQbJ2sMkgXl { width:12.1875rem;height:5.8125rem;top:43.875rem;left:34.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #el8BRNCmGaKFe2xJ1fOZBhnqBe82mew4 { width:15.125rem;height:2.375rem;top:49.75rem;left:32.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeUHHE5ht1iTP6nrPXytranseV9yJvot { top:34.75rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GieTcyXuUNI9WmPuzfAmKc6JkdTr3ziz { top:29.125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@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:73.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD7B18dVxah82uJIy7qgcT94ex51M5Q8 { width:11.9375rem;height:3.625rem;top:79rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQO4hMQMMRiAfwtHqcx6T1uoSAIoQr0 { top:58.3125rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RoVsQtL5dsHOemCSVridD7g4e3PAsd { top:64rem;left:9.375rem;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) { #nziOfhQAmtJ19ZpXPIUC3T9rQu5Laec2 { width:12.125rem;height:5.8125rem;top:73.125rem;left:34.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqAzBmpwsuddEKED3FJMyOQkynwarDL { width:13.875rem;height:3.625rem;top:79rem;left:33.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GChrsGeUae9xqqq3TT8vuGIXVwRsTpDn { top:58.3125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chZC8NyaDRZD9yVUqqoTkapOLNmcKRUs { top:64rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTbrUnCUO6F9bBGEgCAJWcrIZNv1AZ0 { width:15.125rem;height:2.4375rem;top:108rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWe99Jilg4JMKELhavCasU6iI4gRix5 { width:12.1875rem;height:5.8125rem;top:102.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEp4Occrgq1pDiIO91c8fJhlylUfUPDn { top:87.375rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua7wDcAbAZqIXDZR2y3mFHTElNWbz6sq { top:93rem;left:9.5rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96C3fEHssS9cWbPaQf5LQ4bXvIVieRu { width:23.6875rem;height:3.5625rem;top:117.0625rem;left:11.3212890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block; }
 }@media only screen and (max-width: 763px) { #zORV0GoZPwVslspsaxrufgLlnthxm3tV { width:8.5rem;height:1.125rem;top:56.875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0aKsil9XD3rsRLy51yALq2uEgLVFpGs { width:15.125rem;height:3.625rem;top:108.5rem;left:16rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJda1OIwDrf4fp3J9M9GpA5NKWpEUC8I { width:12.1875rem;height:5.8125rem;top:102.5rem;left:16.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vht1GyOXThoJKRIxzNhp5vHgzAr876B6 { top:87.375rem;left:16.125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGHBd1BNgmFimLBqy4oOcvTFE5CIoxL { top:93rem;left:27.9375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft4aZ8fhhumoumMnTFeCwHmwZTeD3K2Z { top:0rem;left:0rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlFs8GHQlOpC3yDNpZwL1C4exIZpibTI { width:8.5rem;height:1.125rem;top:56.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #krpTZ9loOykPxyypHQbw8ebvbsVEkEbi { width:11.1875rem;height:2.375rem;top:49.8125rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odBALueRCWFSy9GvL4sJeJsQFC8JRuzN { width:12.125rem;height:5.8125rem;top:43.9375rem;left:16rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXemvoxRcxs5TUcw2ND3SRCxBvautdK { top:34.8125rem;left:27.8125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTLkyyKd2yeF5uoiH31f11bxMO22FUm { width:11.9375rem;height:2.4375rem;top:79rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioLAUUfryb8sqA4Zc7xtgSrdlwi9bScC { width:12.125rem;height:5.8125rem;top:73.125rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWRK7kTndG2Txb6NRbdszuqGL8XWWfl { top:58.3125rem;left:16rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNZQeXBGt5RWfVzuvWMsSpMkWQk8dhU { top:64rem;left:27.8125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuqgNsKPuPa2vFkRUZvVPEf2kd4sPF6I { top:0rem;left:0rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gX7rm1UTImnZvfwcpFEOWJRyo9lWpyQ2 { top:47.5rem;left:0rem;width:8.8125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMUUmmZeyKqUauO1obJVJCDAv96ykeDW { top:0.625rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3raFkQyucmeD5Tg8aN8vZTpbcn0vdWM { top:29.125rem;left:16.0625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxR2W3BE5FiL5CzcD5Tk53G135yAw1NO { width:15.125rem;height:2.4375rem;top:108.5rem;left:32.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh9JDPUazEpV84egfzxGKAsqXh8SKddR { width:12.1875rem;height:5.8125rem;top:102.5rem;left:34.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cBGGTGFeqEcw3v2UPOGUHKET6KSNaA { top:87.375rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNqwTVTzfZtWA1WLdSAGqPcHNsKqf91l { top:93rem;left:43.375rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnO3UHPZFz3mETlu8DkMSX31yplziydM { width:8.5rem;height:1.125rem;top:84.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4LTBsB4sDDBoS3RUwv468a8Kf0BZyUR { width:11.9375rem;height:3.625rem;top:21.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXuiNG4J1o17vxmlstR8C29Vteh8XeI { width:12.1875rem;height:5.8125rem;top:15.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOOGmrMQelTMpQATx0lKe9GpEOrU8705 { top:0.8125rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO2tpaVM9cTUlUfo71SnnU227R4Qff7E { top:6.5rem;left:9.5625rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnQTGtwFHnsWDiZDoWGP0dSSRG0t3Ae4 { width:11.1875rem;height:2.4375rem;top:49.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rfFkvbsJBF1uVMexmQzgLhsADq7muo { width:12.125rem;height:5.8125rem;top:43.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFTy9VkX2ST4USzp2ZCt6vJJbaXLPXD { top:29.125rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIB1ghRB4wzBPpKXQuptnC5Voi5HQOh { top:34.8125rem;left:9.3125rem;width:4.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZ6240N4zLfIa6EL0FmL7Z1CAL7RHFw { top:6.3125rem;left:28rem;width:4.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfxHJw5tDugSb8rxak4CNm7lpmWpWci4 { top:0.625rem;left:16rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJ4pCgW5wJdbHPXzUKZNkH5dqsGa3UCz { top:0.625rem;left:16rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOS7JbOktb6br8tDGrpXgkF24AmcwrwN { top:6.3125rem;left:28rem;width:4.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgBPCAJLQGMAuvXUMu5ALxeoHnoJIVQw { top:3.125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@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:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXLgmC35U4S5TBkDAG2yN4MeA4DcP0RI { width:21.375rem;height:12.0625rem;top:48.9375rem;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:43.9375rem;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:56.6875rem;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:39rem;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:25.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFrKhI5hcMSdVBB8C0C7fsZqBuLbodT { width:22rem;height:9.4375rem;top:29.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCtvaGSHkIrIlBIeEfaR6VtJoANLqFi { 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:50.5625rem;left:23.6875rem;width:24.0625rem;height:10.9375rem;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:32.3125rem;height:;top:9.75rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw6nSMEGvLbnKesaPkJ5PKfOawKTX0NT { width:32.4375rem;height:;top:14.0625rem;left:0.18701171875rem;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:;top:35.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c7p5gc8GiSxhl1eKlJALOoInqzIaxs { width:8.4375rem;height:3.3125rem;top:34.9375rem;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:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxAGMOUlJQqgOyPlZhigsQQBR4Bd0I2 { display:block; }
 }@media only screen and (max-width: 763px) { #EXTXXTMgGoeRIBvXUQgWHoisIMwByBm5 { width:47.75rem;height:;top:27.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zds2N6TRB1xm4RosnyBFD9d9VZMbBGww { width:8.4375rem;height:3.3125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48Nur5TV9IlCKwR3rJWCPwKX3qU1dOu { display:block; }
 }@media only screen and (max-width: 763px) { #C84r61fxEJoz9taGZb4UZ1wn9xUzEgiq { width:40.125rem;height:;top:22.0625rem;left:0.18671894073486rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQPHTISrGycfmPWbI2oVS24wu6pJ2Pk { width:8.4375rem;height:3.3125rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXURRAr7NbiQzgN1VBlOZdPED5RJ6Gbb { display:block; }
 }@media only screen and (max-width: 763px) { #eSeoW9II8D0IhEvvLPJB6t1sr8R1G8vU { width:27.75rem;height:;top:48.1875rem;left:0.18625640869141rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkGrWuPJJ9bm96Rl7TVWMegIn59AmcK { width:8.4375rem;height:3.3125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QGruWFMf0AV2i4BOM2hboEDr4EILAt { display:block; }
 }@media only screen and (max-width: 763px) { #LPbAItHDiw7dW74bzOhQ8FidzZ5lsdvS { width:45.6875rem;height:;top:44.125rem;left:0.18625640869141rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwIIzgAZXwkwWPDwI8dkvkWN56U8TeEq { width:47.3125rem;height:1.75rem;top:39.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34a1fO2DiPP4TS8qphOVi3u01gqTu6m { width:8.4375rem;height:3.3125rem;top:39.125rem;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:52.5625rem;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) { #zLB7fDxXBAnMf71ezf98eDUkuNdvXgo2 { width:8.4375rem;height:3.375rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV6CeuclqaOXKR9dEUDG8n7Su73XTEET { display:block; }
 }@media only screen and (max-width: 763px) { #dJ04EsFsF7C9eeTrZxDXqOpLs3xTH2s3 { width:28.5rem;height:;top:52.4375rem;left:0.18593692779541rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNwi9oGTno98EuI1PB5ANmopB511aJfP { width:8.4375rem;height:3.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv7nRHu6Z7bKR51cDW1IEx9X0SsczTkw { display:block; }
 }@media only screen and (max-width: 763px) { #eLXcXkxnDWesMSGiu3RqMZolBMqGZDI5 { width:47.75rem;height:;top:31.4375rem;left:0rem;font-size:0.75rem;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.75rem;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.8125rem;height:1.125rem;top:7.875rem;left:20.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoisyaryFTKbMkOqlvH0GgQdLIVrxOS { top:8.0625rem;left:0rem;width:17.25rem;height:5.9162999252678rem;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:15.625rem;left:30.375rem;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:17.9375rem;left:20.875rem;width:6.875rem;height:2.37426875rem;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.3125rem;left:19.125rem;width:6.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdir417zUCnCCMn0knLTl2pqwhuFqeK { top:43.9375rem;left:14.5rem;width:18.75rem;height:5.18676875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { top:42.0625rem;left:11.0625rem;width:25.625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcz5ghmBmTraOxNNmTzkPLQ8zsvxsawb { top:0.6875rem;left:18.1240234375rem;width:16.375rem;height:1.25rem;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:5.0625rem;left:28.0625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grOqmvVUdb99LIfQ6qHJ0uB6dBdJDtoo { width:47.75rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnK7JErS4dIDThqIUCSbm1oivK2ZBdBL { top:0rem;left:38rem;width:8.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJK1eeAvgPF1gZCIvHV25daHIy5hymlL { top:7.8125rem;left:6.0625rem;width:11.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8QcxbOBVaO58PFdpAJC8IQxHtLTuV6 { top:16.8125rem;left:12.6875rem;width:5.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4hSBxpOTqhBh2onH04c21BescDx6VV { top:33.1875rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTkCPesO0nh2E1KwD538PzmSimdHGqLT { top:37.5625rem;left:18.78125rem;width:9.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVPnelC33lwDRqC39gWRakISz0BzHZ6 { width:15.625rem;height:1.125rem;top:34.625rem;left:16.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTpcIypTw2m7C0rN1OknwwforsT3lpn { top:8.0625rem;left:0rem;width:8rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChZ6tFxpUWhdiFWc2FTJvNIrZCcu9Mpz { top:7rem;left:38rem;width:4.25rem;height:4.0625rem;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:2.8125rem;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:none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC.adaptive-delivery-prevent-bg, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyload, #xWi2aEikcGGDoaHRckZe3240wFlOBKoC.lazyloading { background-image: none; }#xWi2aEikcGGDoaHRckZe3240wFlOBKoC > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:17.5625rem;height:4.38743125rem;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.95068125rem;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:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { width:20rem;height:207.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p96J1J9NyxRkue1t9S6uot7ayt6QUsQI { width:20rem;height:2.19921875rem;top:1.2421875rem;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.25rem;top:2.5617828369141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJuFHyd94h4XsISETlh14C5OSCZdouSt { width:10.597625rem;height:1.91015625rem;top:5.28125rem;left:9.402375rem;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:none; }
 }@media only screen and (max-width: 763px) { #cKa1haqJOOi46T6IFC4tslvKZeTyIrQc { display:block; }
 }@media only screen and (max-width: 763px) { #cHLE6d4nhFZoBrJ0I1bPlm8MJcTXlLTI { width:3.0625rem;height:1.5625rem;top:4.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaCs7i3eME6dEe13RF6Bg7F8k4pJTmU4 { display:block; }
 }@media only screen and (max-width: 763px) { #kwAZxb3OZbsJy6lTbnNRtXkzyg2c7xO5 { width:6.625rem;height:0.8984375rem;top:5.2684154510498rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXFICpdcgJ43rRRUNCsnFs07WoB88Xv { width:3.0625rem;height:1.5625rem;top:12.593750476837rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNWKWaL2bBR0iyFxndbB0oA7GAB0eWCS { display:block; }
 }@media only screen and (max-width: 763px) { #DmHBgt1uo28Tk5OSZkkWxApvmoMOt2TI { width:10.3125rem;height:1.796875rem;top:8.7053576707837rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6TOLAyK0l39qee9JoyGbpOiMAH3ER67 { width:13.75rem;height:6.7505rem;top:11.093750119209rem;left:5.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wx6g7x5d2E5aasptBF3m3fBP6l0Tut19 { width:20rem;height:11.3125rem;top:7.7187498807906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tyth058q2RTedxEmVEqXgeCJmG4h1c { width:20rem;height:3.25rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJJxnqzNJLib0nufLiHb5z5fo2UTmP6 { width:20rem;height:12.3125rem;top:19.422433853149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiNBePKZ4MSuI8F3xfJUKmyu0dJtTCrX { width:14rem;height:6.7505rem;top:23.8125rem;left:5.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2bXZw8Gl9Mm8yZJ3V9Qf8XEJ3CRlcLw { width:3.0625rem;height:1.5625rem;top:24.797433376313rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExSVm7pUwTTxM0JT3Gi2b8kD8L3gUOu { display:block; }
 }@media only screen and (max-width: 763px) { #OzUsrAcAaAx2iw1M0N6zh6BfMV20pn2g { width:13.375rem;height:2.6953125rem;top:20.4375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adW5sd2Wn4FXi1XCIH8S5xTJbcP9Zoit { width:16.125rem;height:3.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lotOVJsybdyeHPJ9pmTy9qi4MBkBCs1o { width:9.9375rem;height:1.796875rem;top:33.162949562072rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSltasQ0cxdWmguSzuzxnhDMAosKdZED { width:3.0625rem;height:1.5625rem;top:33.312501907349rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GchTkLfoDqiV3AqxT1WMc5meibf3LwI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xMoAnAdD000A5clWmpH6OqQVsXK9GeM7 { width:20rem;height:10.4375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLLATPZ5cv2FC6nQzzTRAh0SoQg9bJr { width:3.061525rem;height:1.5625rem;top:41.000001907349rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8PIss3KJB7exvcwGNBS5F6eHPtfZrpH { display:block; }
 }@media only screen and (max-width: 763px) { #TG3zLiDCvEvAZ8kLb9aXVOvp2DVt3lBv { width:13rem;height:5.39583125rem;top:40.3125rem;left:5.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcqPaqoaMEu97ORMQKcfgMsdbAl0svcf { width:12.6875rem;height:1.79948125rem;top:37.875rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNyTVUbEGAZEI93nMaCcul3cBhnoIMum { width:20rem;height:12.375rem;top:47.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAuxygTXqhz96GOiF9uv0mdJOXcPos8Z { width:12.8125rem;height:6.7448125rem;top:51.625rem;left:5.1875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qy9JDrhIPwAtQ6TGUHqEolrmzUVdmyZS { width:3.0625rem;height:1.5625rem;top:52.842451095581rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edC45Oooeq3dB9oBt7imGbpgavBgfCXt { display:block; }
 }@media only screen and (max-width: 763px) { #cqTQL58a9wfE89pAwEZBtcJuJJtKAW8S { width:13.6875rem;height:1.79948125rem;top:48.9375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9wVE4AVfVf3G4POmWoHAzcVmtpo0guR { width:20rem;height:16.375rem;top:112.392625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNkR7rcFs7brROTGbVEPJsbuL9evr02D { width:20rem;height:16.567375rem;top:117.517625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1mEnLxnBZAbTXnqqoOMMXfdeeOcZHO { width:8.0625rem;height:3.875rem;top:118.642625rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBfXGkTzXOr9LmGVcM6KMdA05dwhpT5 { display:block; }
 }@media only screen and (max-width: 763px) { #O6lZQaLROzZmLg5l4gcwXTHl4sCu29UO { width:20rem;height:1.796875rem;top:114.705125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUcxnsRsIIT12RTrPp5GCSBUhwtURop9 { width:20rem;height:16.375rem;top:135.334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyXDqdqt0XzBSz3yhmffrtTfEPqK26p8 { width:20rem;height:14.0185625rem;top:156.00685rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCmezV7STLfRLUanTiJheLF3M2soCUdO { width:8.0625rem;height:3.875rem;top:141.584rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWC0R3tMTCfzReBDzyLz9cbaydc2eHf7 { display:block; }
 }@media only screen and (max-width: 763px) { #yrq3F4THPW3oKzRhsQyUbQNaohaQAwUq { width:20rem;height:1.796875rem;top:152.959rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuOqlx0ArOGxCCNgmnnRAfal7ocacsi8 { width:20rem;height:7.4375rem;top:196.9004125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMvwu4FKDUb9VuNDqQhOnCs5srwpXTq { width:20rem;height:0.8984375rem;top:205.5879125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCmRiAeEBlnCaS1XoBZT5Ntri5Ocbxor { width:8.0625rem;height:3.875rem;top:198.7129125rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtA0lBWZHd2TyGcTy6uI7ek6xHsdhuea { display:block; }
 }@media only screen and (max-width: 763px) { #QdztLvA6WZyrR9eQXbJmwRVx48eZg1XT { width:11.75rem;height:24.375rem;top:171.2754125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwIdWKRdafhrRS4DlwsENayakKJvoOP { display:block; }#MhwIdWKRdafhrRS4DlwsENayakKJvoOP > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6ffVCZpSppy9THloB8B2IEQ3zr3uRT6 { width:20rem;height:2.1984875rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIhMn1V3l9BM5d18XwvAn0N5vs8mvA3G { width:20rem;height:2.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfi9Zp5zDis1LiDUWE2k1MJfhaXVZ92z { width:2.62388125rem;height:0.81194375rem;top:9.89687538147rem;left:0.375rem;display:none; }
 }@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:80.625rem;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.7846625rem;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.78466875rem;top:23.1875rem;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:18.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osp8V79Pth3fDtHvCBtVvqoq8NLUZqn0 { width:7.375rem;height:1.7846625rem;top:41.3125rem;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:36.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuvosGQs23SNk7UaAMKbsIyHlgPmgT6 { width:1.9375rem;height:0.8125rem;top:38rem;left:7.9375rem;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:19.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0ZgrtHXpV1L94KoIKc1rOsBARUwuHC { top:3.5rem;left:9.8125rem;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) { #PR8OTFXmdrdHJuNEuLZuTR307AIlZgJZ { top:21.5rem;left:9.8125rem;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) { #HelqbsMf1X8TJ7KT4bvpPlmhPt54SQxX { top:39.5625rem;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) { #ROayy736Z32Un1PPReJyNywGBz2RkT5A { width:12.125rem;height:auto;top:41.875rem;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:7.4375rem;height:1.78466875rem;top:50.1875rem;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:45.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A73y7xwVoqpvbL4wL3O4PEnwK1HxFQn9 { width:1.9375rem;height:0.8125rem;top:46.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gkEwWUhdDuAZgpFQpOgnCxyTEmKH68 { top:48.5rem;left:9.8125rem;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) { #ILSBEv8a8199bLWqoTbVEAZcKTQpaOe7 { width:12.125rem;height:auto;top:41.9375rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gr6lPBblGwVdlhzuGgyW5iV7ZgtAhFlK { width:5.249025rem;height:1.7846625rem;top:31.8125rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNS4JJwRdc37Jz5Tu5PbTZrlHwSRCEPp { width:1.93725625rem;height:0.81176875rem;top:28.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFvAzTybTy6yuKHHCvufFzQT0fvQUCgm { width:7.375rem;height:7.375rem;top:27.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh7aXHl6EotVPs6TBF2e2nTtJ8z3vFiN { top:30.125rem;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) { #vgSTpUilRWi9DI5teKXEV1Qn86DsSM5q { width:7.4369375rem;height:7.4369375rem;top:71.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAK2UHhtSLnrv3hBfZ3L5iNtE9ocVQt { width:8.562rem;height:1.18080625rem;top:74.8125rem;left:9.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tu5LTICpa56cyWkirZ17U5oMzxE9Ol5Q { width:7.8125rem;height:2.677rem;top:76.4375rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVJdpvulMXvU2W8wQ0fFuqMaTNulquZ2 { width:1.93714375rem;height:0.812325rem;top:73rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vMxQAUb0SOK1ete1uDMEwoRzGqlVCN { width:12.125rem;height:auto;top:15.0625rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vOUyvc4ygkoJ3E5T25KyVxBrDvI8TKge { width:7.25rem;height:1.7846625rem;top:14.125rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #faUIOV7XtsHnbTVVghp3oO5DOauOJ07q { width:7.4375rem;height:7.4375rem;top:9.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsGNE3lqBhd58e3qGCSqQBOCdU0KNQaM { width:1.9375rem;height:0.8125rem;top:10.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTi9uwPNflPnhbzL7HLkFp3rcnMdID7 { width:12.125rem;height:auto;top:68.5rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nmOODH1xdPBkzfNsw4uQh5SMWLRq1GBd { width:8.5625rem;height:1.78466875rem;top:58.96484375rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HCsMFC1rdxB1l8qHQCzJ0yQd3XOsUwEy { width:7.4375rem;height:7.4375rem;top:54.2490234375rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtL95ku6HpMVtvzBGaOzUw0spIHeUZ9S { width:1.9375rem;height:0.8125rem;top:55.41015625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6lLeSZT8brZiCHC0IF0U78QhOlTcmWa { width:3.75rem;height:1.7846625rem;top:68.25rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EizTIzqfwF4h3I0vsStlEucPFDgbIlyF { width:6.125rem;height:1.18080625rem;top:66.75rem;left:9.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAfmHNtb4vhvwm0prWeoH7hrLs0499cR { width:7.4375rem;height:7.4375rem;top:63.09765625rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ8x3HRvJy4VHtZcLCsdKXETpR2LgFim { width:1.9375rem;height:0.8125rem;top:64.66015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1fV7fvNTvnAQghB81sMyrCiGh3536os { top:12.25rem;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) { #CfJZfAm5SxttCcX2Dz6DrewP0K5lEP8b { width:8.5615rem;height:1.18080625rem;top:57.3779296875rem;left:9.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15022;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:111.25rem;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) { #OygNZ86T9Z7oE4BVdovASfGtS0gRSyTm { width:7.6875rem;height:0.89233125rem;top:13.8056640625rem;left:9.8115234375rem;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:9rem;left:1.310546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5QhHSH745UrJ66uv9mIpVwPF1ILkGs7 { width:10rem;height:3.56933125rem;top:21.5361328125rem;left:9.8115234375rem;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) { #GJaTvdm6uuk0MAt2C3OdoKywubhW1xod { width:1.93685rem;height:0.81163125rem;top:18.5107421875rem;left:7.9423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgcU4KHEhrkaLgTZ5PwxrhnKzb7esIu { width:1.9375rem;height:0.8125rem;top:10.623046875rem;left:7.916015625rem;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.7846625rem;top:48.4296875rem;left:9.810546875rem;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:44.935546875rem;left:7.9150390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GieTcyXuUNI9WmPuzfAmKc6JkdTr3ziz { width:7.4375rem;height:7.4375rem;top:43.623046875rem;left:1.3095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoB70tnX8KG3WQtavDVDENXKQK9O6AIX { top:11.8642578125rem;left:9.8115234375rem;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.8798828125rem;left:9.8115234375rem;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:46.4892578125rem;left:9.810546875rem;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:73.125rem;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.677rem;top:57.3994140625rem;left:9.810546875rem;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:52.59375rem;left:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RoVsQtL5dsHOemCSVridD7g4e3PAsd { width:1.9375rem;height:0.8125rem;top:54.0390625rem;left:7.408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DQVq03znhKsQyJ6ABuHxt9ovu99Nip { top:55.4580078125rem;left:9.810546875rem;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) { #nziOfhQAmtJ19ZpXPIUC3T9rQu5Laec2 { width:8.5625rem;height:1.18080625rem;top:73.3740234375rem;left:9.8740234375rem;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.677rem;top:74.9365234375rem;left:9.8740234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GChrsGeUae9xqqq3TT8vuGIXVwRsTpDn { width:7.4369375rem;height:7.4369375rem;top:70.3740234375rem;left:1.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chZC8NyaDRZD9yVUqqoTkapOLNmcKRUs { width:1.93714375rem;height:0.812325rem;top:71.3740234375rem;left:7.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTbrUnCUO6F9bBGEgCAJWcrIZNv1AZ0 { width:8.125rem;height:1.7846625rem;top:84.1865234375rem;left:9.9365234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DZWe99Jilg4JMKELhavCasU6iI4gRix5 { width:12.1875rem;height:auto;top:102.125rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xEp4Occrgq1pDiIO91c8fJhlylUfUPDn { width:7.4375rem;height:7.4375rem;top:79.3115234375rem;left:1.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua7wDcAbAZqIXDZR2y3mFHTElNWbz6sq { width:1.9375rem;height:0.8125rem;top:80.4990234375rem;left:8.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96C3fEHssS9cWbPaQf5LQ4bXvIVieRu { width:13.8965rem;height:2.5214875rem;top:106.9375rem;left:3.05078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOZaIH1PrgnJsErCSJDk2NLJndnCxbB { display:block; }
 }@media only screen and (max-width: 763px) { #zORV0GoZPwVslspsaxrufgLlnthxm3tV { width:8.5618125rem;height:1.18080625rem;top:82.5615234375rem;left:9.9365234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #D0aKsil9XD3rsRLy51yALq2uEgLVFpGs { width:7.875rem;height:2.677rem;top:93.0625rem;left:9.9990234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;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) { #vht1GyOXThoJKRIxzNhp5vHgzAr876B6 { width:7.4375rem;height:7.4375rem;top:88.2490234375rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGHBd1BNgmFimLBqy4oOcvTFE5CIoxL { width:1.9375rem;height:0.8125rem;top:89.5615234375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft4aZ8fhhumoumMnTFeCwHmwZTeD3K2Z { width:7.4375rem;height:7.4375rem;top:17.712890625rem;left:1.310546875rem;overflow:hidden;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VlFs8GHQlOpC3yDNpZwL1C4exIZpibTI { width:8.561375rem;height:1.18080625rem;top:91.376953125rem;left:9.998046875rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #krpTZ9loOykPxyypHQbw8ebvbsVEkEbi { width:8.5rem;height:1.7846625rem;top:38.994140625rem;left:9.8115234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odBALueRCWFSy9GvL4sJeJsQFC8JRuzN { width:7.3118125rem;height:1.18080625rem;top:37.462890625rem;left:9.8115234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXXemvoxRcxs5TUcw2ND3SRCxBvautdK { width:1.9375rem;height:0.8125rem;top:35.998046875rem;left:7.9306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTLkyyKd2yeF5uoiH31f11bxMO22FUm { width:7.9998125rem;height:1.7846625rem;top:66.515625rem;left:9.8115234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ioLAUUfryb8sqA4Zc7xtgSrdlwi9bScC { width:12.125rem;height:auto;top:73.125rem;left:3.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kJWRK7kTndG2Txb6NRbdszuqGL8XWWfl { width:7.4375rem;height:7.4375rem;top:61.673828125rem;left:1.3076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNZQeXBGt5RWfVzuvWMsSpMkWQk8dhU { width:1.9375rem;height:0.8125rem;top:63.01953125rem;left:7.9306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuqgNsKPuPa2vFkRUZvVPEf2kd4sPF6I { width:7.375rem;height:7.375rem;top:34.9306640625rem;left:1.3076171875rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gX7rm1UTImnZvfwcpFEOWJRyo9lWpyQ2 { top:64.6796875rem;left:9.8115234375rem;width:8.8743125rem;height:1.70605625rem;z-index:15040;font-family:"bebas neue";color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMUUmmZeyKqUauO1obJVJCDAv96ykeDW { width:7.375rem;height:7.375rem;top:10.686847686767rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3raFkQyucmeD5Tg8aN8vZTpbcn0vdWM { width:14.3125rem;height:14.3125rem;top:52.9986875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxR2W3BE5FiL5CzcD5Tk53G135yAw1NO { width:5.8125rem;height:1.7846625rem;top:102.775390625rem;left:9.8115234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lh9JDPUazEpV84egfzxGKAsqXh8SKddR { width:12.1875rem;height:auto;top:102.5rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m3cBGGTGFeqEcw3v2UPOGUHKET6KSNaA { width:7.4375rem;height:7.4375rem;top:97.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNqwTVTzfZtWA1WLdSAGqPcHNsKqf91l { width:1.9375rem;height:0.8125rem;top:99.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnO3UHPZFz3mETlu8DkMSX31yplziydM { width:8.5605625rem;height:1.18080625rem;top:101.220703125rem;left:9.8115234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #H4LTBsB4sDDBoS3RUwv468a8Kf0BZyUR { width:7.1875rem;height:2.677rem;top:4.625rem;left:9.8115234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxXuiNG4J1o17vxmlstR8C29Vteh8XeI { width:12.1875rem;height:auto;top:15.625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZOOGmrMQelTMpQATx0lKe9GpEOrU8705 { width:14.375rem;height:14.375rem;top:119.521484375rem;left:1.72265625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qO2tpaVM9cTUlUfo71SnnU227R4Qff7E { width:4.375rem;height:1.9375rem;top:126.4375rem;left:13.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnQTGtwFHnsWDiZDoWGP0dSSRG0t3Ae4 { width:4.4375rem;height:1.7846625rem;top:31rem;left:9.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6rfFkvbsJBF1uVMexmQzgLhsADq7muo { width:5.1875rem;height:1.18080625rem;top:29.375rem;left:9.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVFTy9VkX2ST4USzp2ZCt6vJJbaXLPXD { width:14.25rem;height:14.25rem;top:29.125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgIB1ghRB4wzBPpKXQuptnC5Voi5HQOh { width:4.375rem;height:1.9375rem;top:50.4375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlZ6240N4zLfIa6EL0FmL7Z1CAL7RHFw { width:1.9375rem;height:0.8125rem;top:27.625rem;left:7.9375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #cfxHJw5tDugSb8rxak4CNm7lpmWpWci4 { width:7.4375rem;height:7.4375rem;top:26.25rem;left:1.3125rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4pCgW5wJdbHPXzUKZNkH5dqsGa3UCz { width:7.4375rem;height:7.4375rem;top:0rem;left:1.3125rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LOS7JbOktb6br8tDGrpXgkF24AmcwrwN { width:1.9375rem;height:0.8125rem;top:1.375rem;left:7.9365234375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #XgBPCAJLQGMAuvXUMu5ALxeoHnoJIVQw { top:2.75rem;left:9.8115234375rem;width:6.1875rem;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) { #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:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { width:18.5625rem;height:5.77514375rem;top:1.6875rem;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:21.56640625rem;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:21.56640625rem;left:9.4375rem;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:26.87890625rem;left:2.90625rem;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:17.62890625rem;left:7.4375rem;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.80275rem;top:8.5908203125rem;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:17.6611328125rem;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) { #Tp78hwByccpyzlZlgX5spsCGKrOs2unC { display:block; }#Tp78hwByccpyzlZlgX5spsCGKrOs2unC > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u428aDc2B0BmmEPglmslxoV9co6J9i7T { width:5.375rem;height:2.4375rem;top:31.682351112366rem;left:13.946376260508rem;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.796875rem;top:3.1374999284744rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw6nSMEGvLbnKesaPkJ5PKfOawKTX0NT { width:10.25rem;height:0.8984375rem;top:6.1487922668457rem;left:4.1246446371079rem;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.796875rem;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.796875rem;top:22.380149841309rem;left:4.1246446371079rem;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:19.812141418457rem;left:0.28586649894714rem;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:14.25rem;left:0.28645837306976rem;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:2.6953125rem;top:13.868492126465rem;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.998695373535rem;left:0.28645837306976rem;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:2.6953125rem;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:27.254791259766rem;left:0.2734375rem;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.124625rem;height:0.8984375rem;top:27.772369384766rem;left:4.1246446371079rem;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:24.848541259766rem;left:0.28586649894714rem;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:12.249625rem;height:1.796875rem;top:24.916015625rem;left:4.1246446371079rem;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.796875rem;top:19.881393432618rem;left:4.1246446371079rem;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:22.310897827149rem;left:0.28586649894714rem;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.1984875rem;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:31.375rem;top:1.9877471923828rem;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) { #zLB7fDxXBAnMf71ezf98eDUkuNdvXgo2 { width:3.25rem;height:1.9375rem;top:29.746269226074rem;left:0.28675425052643rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV6CeuclqaOXKR9dEUDG8n7Su73XTEET { display:block; }
 }@media only screen and (max-width: 763px) { #dJ04EsFsF7C9eeTrZxDXqOpLs3xTH2s3 { width:14.437125rem;height:0.8984375rem;top:30.265625rem;left:4.1246446371079rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NNwi9oGTno98EuI1PB5ANmopB511aJfP { width:3.25rem;height:1.9375rem;top:17.066939353943rem;left:0.28586649894714rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv7nRHu6Z7bKR51cDW1IEx9X0SsczTkw { display:block; }
 }@media only screen and (max-width: 763px) { #eLXcXkxnDWesMSGiu3RqMZolBMqGZDI5 { width:14.124625rem;height:1.796875rem;top:17.129439353943rem;left:4.1246446371079rem;font-size:0.75rem;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:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFiGvhATaLgI7rJqSTM37oNgfPB1EZa5 { width:6.1859375rem;height:1.57486875rem;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.44286875rem;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.44286875rem;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.1494125rem;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.6953125rem;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.6953125rem;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.4921875rem;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.4921875rem;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.4992875rem;height:9.6875rem;top:8.4002132415769rem;left:15.500709891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6q501CeeVUb4L7TLyudObmtThIRa6hv { width:20rem;height:2.1984875rem;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.630125rem;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:none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.adaptive-delivery-prevent-bg, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyload, #aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR.lazyloading { background-image: none; }#aFrgTzih33wXdN3xAQddG7ci2P9ZPPnR > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@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.8501rem;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.827375rem;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.2490234375rem;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.1984875rem;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.249267578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhW0Vv04WIbl8cDMbW69tSylkBneq8Mz { width:14.3125rem;height:1.7871125rem;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.7871125rem;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.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4ildv302MSLon1PFZNHr97dV4EhIF0H { width:13.68675rem;height:2.000175rem;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.25rem;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.3501rem;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.17529375rem;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.57486875rem;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.3999rem;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.65576171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7idWNDQ8u08lXoZT7UAmJTuUTMAFnES { width:20rem;height:2.125rem;top:1.5310363769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJa40mZuvtgPMy5sGNCcEUqyI8CCwQ7G { width:4.375rem;height:0.89355625rem;top:2.1451826095581rem;left:7.8125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qPoisyaryFTKbMkOqlvH0GgQdLIVrxOS { width:3.5rem;height:1.25rem;top:0.24957275390625rem;left:0.68684893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWNCu45PqT8SiaAGaNJxIctGkUadvIXX { display:block; }#hWNCu45PqT8SiaAGaNJxIctGkUadvIXX > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZh3iOChVd371CIOqHyJL97iAwTdBy9J { width:20rem;height:4.125rem;top:12.812487721443rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5P7MrUvt4SamEMUVhmJugA74cwIIXl { width:20rem;height:4.9375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuh0QJ58QxV1KmK6ubiW6MB2udtPCQMk { width:3.75rem;height:3.75rem;top:8.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fgJFR0icaneH5gs5UkkpAQpv87WwyR { width:3.4375rem;height:0.89355625rem;top:7.9991455078125rem;left:8.2812502980231rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aQmaC9eNd34xxZpNMnrghWM4aecZsSTb { width:5.99964375rem;height:0.89355625rem;top:13.1875rem;left:6.75rem;font-size:0.8125rem;z-index:15033;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SrMRI8RgxbVTvvh6HfJkXH18B6Or5LpU { width:3.625rem;height:1.125rem;top:9.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuCA2QFxqiIlrMDGtZaNzlTda0ce99B { width:4.75rem;height:1rem;top:14.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvq46RwMASKlD1lhw8h4eRndAyHu35yT { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDV1RxH2v8x5FLDT4bX3TSDZQSmK4Mxf { width:2.625rem;height:0.89355625rem;top:3.625rem;left:8.6875rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cZHpiIg4EJt0BvhAkSPRuhU0JX1xfV4l { width:5.1875rem;height:1.75rem;top:14.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOivdlxBC5kAn6gsOi9HbsBoIfh8PWDi { width:3.4375rem;height:0.9375rem;top:5.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdir417zUCnCCMn0knLTl2pqwhuFqeK { width:11.875rem;height:3.25rem;top:24.65625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvURgzGpuKuEPkfyQ0VsiWIOTuOzk2mx { width:13.75rem;height:6.1875rem;top:23.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcz5ghmBmTraOxNNmTzkPLQ8zsvxsawb { width:7.4375rem;height:0.5625rem;top:0.498046875rem;left:7.4993495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuuQapTtBnaVdOI0bgN9afBOMeksueso { width:20rem;height:4.3125rem;top:2.8125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QbnNMaKvXqr9bR7ibUNvPiLGfRhhLGS4 { width:3.75rem;height:3.75rem;top:3.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grOqmvVUdb99LIfQ6qHJ0uB6dBdJDtoo { top:0.25rem;left:15.8125rem;width:3.8125rem;height:1.1875rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hnK7JErS4dIDThqIUCSbm1oivK2ZBdBL { width:4.8125rem;height:1.625rem;top:1.9351562261581rem;left:7.3125005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJK1eeAvgPF1gZCIvHV25daHIy5hymlL { width:6.4375rem;height:1.4375rem;top:5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8QcxbOBVaO58PFdpAJC8IQxHtLTuV6 { width:2.5rem;height:2.25rem;top:9.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar4hSBxpOTqhBh2onH04c21BescDx6VV { width:20rem;height:4.25rem;top:17.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wTkCPesO0nh2E1KwD538PzmSimdHGqLT { width:6.875rem;height:0.875rem;top:20.125rem;left:6.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HHVPnelC33lwDRqC39gWRakISz0BzHZ6 { width:11.3125rem;height:0.89355625rem;top:18.4375rem;left:4.34375rem;font-size:0.8125rem;z-index:15033;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KmTpcIypTw2m7C0rN1OknwwforsT3lpn { width:6.375rem;height:1.0625rem;top:0.15625rem;left:0.41666674613952rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ChZ6tFxpUWhdiFWc2FTJvNIrZCcu9Mpz { width:2.25rem;height:2.125rem;top:4.5rem;left:15.6875rem;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:5rem;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.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMtNAZdDkQ13Da79n6ROGQ7Nz81aTJz9 { width:9.746875rem;height:1.13769375rem;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.13769375rem;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.13769375rem;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; } }