.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container { background-color: transparent; background-image: none; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container > .video-iframe-container { display: none; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row > .video-iframe-container { display: none; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .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); }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container { border-width: 0; border-radius: 0; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#hA1hF3QHW6C10B7E9TfEdyRMnhhJ9hMk { position:absolute;display:block;z-index:100026;height:7.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:#186f3b;background-image:url("https://images.assets-landingi.com/uc/335db50b-cbe0-4948-952e-9cce2d36606c/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:75rem;height:67.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.4375rem;color:#304c27;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#304c27;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { background-color:#d4c12b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.7;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.875rem;left:38.375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.875rem;left:45.875rem;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:100002;background-color:#0d291b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:40.25rem;width:22.375rem;top:16.3125rem;left:44.4375rem;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:100006;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.375rem;width:22.375rem;top:16.3125rem;left:44.4375rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#0d291b;display:block;width:14rem;position:absolute;font-family:fabrikat;font-size:1.625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:17.875rem;left:48.625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzEL7GtKtwqW7SRQAZx0HHCZ1VfGy70G { color:#fcfcfc;display:block;width:28.875rem;position:absolute;font-family:fabrikat;font-size:3.125rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:17.65625rem;left:7.125rem;height:17.1875rem;font-style:normal;display:block; }
#oablrTLOPFwgucGFtO5vXhzlgfekBwOs { position:absolute;display:block;z-index:100023;height:11.25rem;width:20rem;top:25.4375rem;left:45.625rem;display:block; }
#xFoG36Cct8JwMtH0ViRT4EMf0GkiDpQD { box-sizing:content-box;color:#f7ad1c;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:60.6875rem;left:30.9375rem;display:block; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .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; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f7ad1c;padding-top:0.605625rem;padding-right:0.551875rem;padding-bottom:0.605625rem;padding-left:0.551875rem;display:block;align-items:center;width:3.306875rem;min-width:3.306875rem;height:3.25375rem;position:relative;font-family:roboto;font-size:2.421875rem;font-weight:700;line-height:52.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.40875rem;height:1.28625rem;position:relative;font-family:fabrikat;font-size:0.908125rem;font-weight:700;line-height:20.58px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:21.625rem;height:6.13rem;padding-top:1.09375rem;padding-right:1.1025rem;padding-bottom:1.09375rem;padding-left:1.1025rem;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:46.5625rem;left:7.125rem;z-index:100013; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #iLZ6Dw94mSqNKgtlTsNlas0c1PfHefuk { display:flex;position:relative;top:0rem;left:0rem; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #sXASLfGpyolUxCKGAhX9r14SXozrZnqu { width:auto; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #DS5tpwulCF180rNA6t3IA153av23qab5 {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #aFcsamUC9QpFdzSst2bqua9GT8ZLlz20 { display:flex;position:relative;top:0rem;left:0rem; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #stlQpOiuVFs6KgTFITJ86RoTgcBJ7mKT {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #SOQZQrJ0vk2N63uv48tITlsSgGWR406P {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #LQbDl534Z3gcax54OFyKxvUyaBG3pZzQ { display:flex;position:relative;top:0rem;left:0rem; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #F4qEGvC5WlPiqPUXMrz5bcaX09Nipv8S {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zfxkNgqEDGQbLuuQybkpHUEy0tZ0v3I1 {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #p85hHUBGtCEhGW2ZtFE7ETKdsZTGV9LN { display:flex;position:relative;top:0rem;left:0rem; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zR56NcW7S3gK2RbdGRyvXQpmGeVxR0x4 {  }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #B9t8SCrmnHLNB9BtXNHeh5nSUaZdUfoZ {  }
#SzQZSQTNRvPtCZQFUTUwsoaSbV8uc6eC { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:7.9375rem;width:24.3125rem;top:46.6875rem;left:6.625rem;display:block; }
#HxedBw5wmg827LTTqtLQQICAq31KNC6l { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:fabrikat;font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:43.8125rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAJ0OPkg6eh2tZi2mUhdKhGM4EZIJzpq { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:fabrikat;font-size:1.5rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:61.75rem;left:34.625rem;height:1.9504625rem;font-style:normal;display:block; }
#bSz8OBWEZQI4sVrHDoDB2DOzKWTLb57s { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.1875rem;left:9.125rem;height:1.7871125rem;font-style:normal;display:block; }
#kXpTkyCizOfkThGI4eSgl00Lxtc6JxQb { box-sizing:content-box;color:#f7ad1c;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.12);display:block;z-index:100004;top:37.5625rem;left:6.25rem;display:block; }
#RbZmbRuFPfQVxzbVSvO8a47kFtU7Ir1v { position:absolute;display:block;z-index:100000;background-color:rgba(1,18,1,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:19.9375rem;width:32.75rem;top:16.28125rem;left:5.1875rem;display:block; }
#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 { position:relative;display:block; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 { background-color: transparent; background-image: none; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row .container > .video-iframe-container { display: none; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row > .video-iframe-container { display: none; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .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); }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 { border-width: 0; border-radius: 0; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#OkInll6ibEbGGbAWgmBDTTd84180c43d { color:#1c1c1c;display:block;width:37.7494375rem;position:absolute;font-family:fabrikat;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:4rem;left:18.625rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WulXRtnndLQmkheNwS48aCOcEmUBrrgS { color:#006532;display:block;width:48.499625rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:5.8744678497314rem;left:12.183948516846rem;height:4.67506875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#gIHzXr5WfvfJ5c2as732ZaHZlOBOypfx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:25.1873125rem;width:44.8748125rem;top:14.648441314698rem;left:15.061256408691rem;display:block; }
#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(229deg, #de9e08, #ffb600);background-image: -moz-linear-gradient(229deg, #de9e08, #ffb600);background-image: -ms-linear-gradient(229deg, #de9e08, #ffb600);background-image: -o-linear-gradient(229deg, #de9e08, #ffb600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9e08', endColorstr='#ffb600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9e08', endColorstr='#ffb600' );";background-image: linear-gradient(229deg, #de9e08, #ffb600);background-size:auto !important;position:relative;display:block; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container { background-color: transparent; background-image: none; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container > .video-iframe-container { display: none; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row > .video-iframe-container { display: none; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .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); }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container { border-width: 0; border-radius: 0; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM { position:relative;display:block; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM { background-color: transparent; background-image: none; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row .container > .video-iframe-container { display: none; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row > .video-iframe-container { display: none; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .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); }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM { border-width: 0; border-radius: 0; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container { background-color: transparent; background-image: none; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container > .video-iframe-container { display: none; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row > .video-iframe-container { display: none; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .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); }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container { border-width: 0; border-radius: 0; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#Dz5HeRPHJ5xgHIee2tUDd3ay4LKXq9R3 { color:#1c1c1c;display:block;width:37.75rem;position:absolute;font-family:fabrikat;font-size:1.375rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:4.0625rem;left:18.625rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZewS7u35dzniBLg3xSZfd4DNJGuQ5xr { color:#006532;display:block;width:56.25rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:400;z-index:100000;line-height:1.1;letter-spacing:0;top:6rem;left:9.375rem;height:4.67506875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ezkt5QN9PBLMePdQO6l7AX8Nve33PE2L { color:#000000;display:block;width:37rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28rem;height:3.900925rem;text-align:left;text-align-last:left;display:block; }
#UBx99xvoZ1ktmZZkbqNNcyyfxrL74NsJ { color:#000000;display:block;width:46rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:26rem;left:14.5rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMstLsMeZi55lozFKWBueOxVcKGlHcJt { background-color:#f7ad1c;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:29.25rem;left:26.3125rem;display:block; }
#mx6UbG4Q4xs9L3LZRLt4hH3pOCw1wmdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UCTJf1tbkSIeRBUOuoqXVuzdWUDsHHgH { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.3125rem;top:13.6875rem;left:17rem;overflow:hidden;display:block; }
#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container { background-color: transparent; background-image: none; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container > .video-iframe-container { display: none; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row > .video-iframe-container { display: none; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .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); }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container { border-width: 0; border-radius: 0; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#H3MwPCQSTMbrfVebDcigUikeORPpnUrf { color:#006532;display:block;width:56.25rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:6.619140625rem;left:9.375rem;height:4.67506875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#fruJB4RVvUKIUC84Bn5gcDpoARaFMRIb { color:#1c1c1c;display:block;width:47.375rem;position:absolute;font-family:fabrikat;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:4.625rem;left:13.8125rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container { background-color: transparent; background-image: none; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container > .video-iframe-container { display: none; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row > .video-iframe-container { display: none; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .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); }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container { border-width: 0; border-radius: 0; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d488202a-5b0d-4650-93e5-34fff6390ff1/WhatsAppImage20220204at080750.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:28.75rem;display:block; }#LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak.adaptive-delivery-prevent-bg, #LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak.lazyload, #LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak.lazyloading { background-image: none; }
#IuwBB0Qga2TzAe9lkz8qMlu5aPZraFQI { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17.2265625rem;left:29.75rem;height:1.46218125rem;font-style:normal;display:block; }
#TKHxXUQhJDl4sGtZoSpIUkDaTiFB1kTs { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:19rem;left:29.75rem;height:3.5981875rem;font-style:normal;display:block; }
#xgCIV9I5F6fZvnXLOsQFwn5CdHTlHHsZ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:28.8125rem;display:block; }
#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container { background-color: transparent; background-image: none; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container > .video-iframe-container { display: none; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row > .video-iframe-container { display: none; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .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); }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container { border-width: 0; border-radius: 0; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#F4V2qrNo3EnxtVoW7dMdb6F3kqvU2qpu { color:#1c1c1c;display:block;width:47.375rem;position:absolute;font-family:fabrikat;font-size:1.5625rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:1.625rem;left:13.8125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iErCxUPXAvZwSawM2abhehWdFRSlm1BD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container { background-color: transparent; background-image: none; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container > .video-iframe-container { display: none; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row > .video-iframe-container { display: none; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .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); }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container { border-width: 0; border-radius: 0; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/73c12972-3100-4ea0-937e-db68f1bd27fb/tios.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:28.75rem;display:block; }#limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn.adaptive-delivery-prevent-bg, #limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn.lazyload, #limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn.lazyloading { background-image: none; }
#KOXmQH19hRBnbJXrXzcuMBKJ49ssMT54 { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:29.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#AXrwK0d7K6wEsk2UtkvVd6L4gfGWTpAf { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:21.0625rem;left:29.6875rem;height:1.19939375rem;font-style:normal;display:block; }
#q6E6Dy3gpGhJ4WSZsyoMWOmL88Wyfl7W { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:28.8125rem;display:block; }
#mD4bb79hwAMidRnb8C9BbiKsbThM8LTO { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/586846b0-f99f-430d-850a-aa704942b0eb/03.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:3.75rem;display:block; }#mD4bb79hwAMidRnb8C9BbiKsbThM8LTO.adaptive-delivery-prevent-bg, #mD4bb79hwAMidRnb8C9BbiKsbThM8LTO.lazyload, #mD4bb79hwAMidRnb8C9BbiKsbThM8LTO.lazyloading { background-image: none; }
#aGDBvP2O32mEQQ5cTc0FXiJMOvrtoapR { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:3.8125rem;display:block; }
#oVOJ9cp0rvbLepHlJXPz9WuxcXJDAe7n { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:18.5rem;left:4.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#Ss8riiERsglUvuATESb5tLUBmeWqOyDU { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:20.25rem;left:4.6875rem;height:2.39879375rem;font-style:normal;display:block; }
#tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c747422-cfbd-4a4a-83f8-cf7e72a41e5c/dall.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:53.75rem;display:block; }#tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4.adaptive-delivery-prevent-bg, #tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4.lazyload, #tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4.lazyloading { background-image: none; }
#q9x7WI5oXhKSVAdTOHKaGTqtGXQtaFtB { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:53.8125rem;display:block; }
#FIrBWVsaAWCaOO6RW3cEhs6ToiZ2E3Z2 { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:21.0625rem;left:54.8125rem;height:1.19939375rem;font-style:normal;display:block; }
#RNeMTXpQHhowSM1VNv2gEaVQUWIGM5pf { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:19.3125rem;left:54.8125rem;height:1.46218125rem;font-style:normal;display:block; }
#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container { background-color: transparent; background-image: none; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container > .video-iframe-container { display: none; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row > .video-iframe-container { display: none; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .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); }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container { border-width: 0; border-radius: 0; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5164a821-af0e-4734-9b85-daa5b56a5721/Fernanda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:28.75rem;display:block; }#Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd.adaptive-delivery-prevent-bg, #Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd.lazyload, #Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd.lazyloading { background-image: none; }
#nI66kIzpngcwelI1xSMDiKFl3aF2BgHJ { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:29.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#a2qkHWNBiRk36aJCa7uLd2Tw7MPMy1u4 { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:21.0625rem;left:29.6875rem;height:1.19939375rem;font-style:normal;display:block; }
#uqcAxQaJQwBUr24ZiWC0m46Ckecz9r0y { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:28.8125rem;display:block; }
#D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e4bd653-7280-45ea-b888-754725abc339/lindineide.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:3.75rem;display:block; }#D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr.adaptive-delivery-prevent-bg, #D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr.lazyload, #D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr.lazyloading { background-image: none; }
#DLNNG2dgQZPlOTOhNsLUZKLwtfQVG9xT { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:3.8125rem;display:block; }
#CIONTvnktJOJ26RMT1Hm3ZsAoVkEmgqX { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:18.5rem;left:4.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#xK0P7lmMhJz8OmipL0qTIGEI8Liqidul { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:20.25rem;left:4.6875rem;height:2.39879375rem;font-style:normal;display:block; }
#AbWvzCXnearoiLvwDMqpIUHKNdafKo30 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72f0f893-9b4d-4263-a491-ac495d0ca6b5/felipeansaloni.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:53.75rem;display:block; }#AbWvzCXnearoiLvwDMqpIUHKNdafKo30.adaptive-delivery-prevent-bg, #AbWvzCXnearoiLvwDMqpIUHKNdafKo30.lazyload, #AbWvzCXnearoiLvwDMqpIUHKNdafKo30.lazyloading { background-image: none; }
#HC1nseyHZ0yKl4w0p8alCH0BqTehXn8n { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:53.8125rem;display:block; }
#fPiMwH3aUUo5t8xMW3KETTW345R5naaM { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:19.1875rem;left:54.6875rem;height:3.5981875rem;font-style:normal;display:block; }
#Qm5P09ih9MFnkexEPTFuA0xFwBIUBOwO { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17.4375rem;left:54.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container { background-color: transparent; background-image: none; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container > .video-iframe-container { display: none; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row > .video-iframe-container { display: none; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .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); }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container { border-width: 0; border-radius: 0; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eafb95b9-466e-484a-9bbf-e9a214604114/luciano.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:28.75rem;display:block; }#CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm.adaptive-delivery-prevent-bg, #CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm.lazyload, #CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm.lazyloading { background-image: none; }
#DnnpEJ73pInyZKCaqfGHdvwt0kMwWTJF { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.75rem;left:29.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#Zn1lAWrUw8w1qxWzRLvSJAkGRC957nAG { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:20.5rem;left:29.6875rem;height:2.39879375rem;font-style:normal;display:block; }
#w9kgE4uRz0OT6dSgCumRMRz1el0RvXIx { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:28.8125rem;display:block; }
#uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9919d34a-27ff-48f0-93e8-5280ce2b668a/fotopalestrantejoelniebuhr.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:3.75rem;display:block; }#uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS.adaptive-delivery-prevent-bg, #uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS.lazyload, #uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS.lazyloading { background-image: none; }
#T7PzaTdzdQMJxhJGKp9hGOuwqVHz7upi { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:3.8125rem;display:block; }
#HbX1IC3Afr23HkGv0NgJyPn9aIktWL8J { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:4.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#X7g6VkdpLCsobrJwEG5I36UpTVTWc9fT { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:21.3125rem;left:4.6875rem;height:1.19939375rem;font-style:normal;display:block; }
#IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/25ce92ff-c245-4a70-b4ab-4634be1a8fa7/abi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:53.75rem;display:block; }#IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh.adaptive-delivery-prevent-bg, #IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh.lazyload, #IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh.lazyloading { background-image: none; }
#A6rUwRwyyfvZnbBRnekV0G5G81rRU3z2 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:53.8125rem;display:block; }
#ho7PM9xorLL0eTNdzTwBnLd2Ca6gmO2K { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:20.5rem;left:54.8125rem;height:2.39879375rem;font-style:normal;display:block; }
#umTavRgvmPC5zQWOysDnaKt2TanhHmL0 { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:18.75rem;left:54.8125rem;height:1.46218125rem;font-style:normal;display:block; }
#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container { background-color: transparent; background-image: none; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container > .video-iframe-container { display: none; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row > .video-iframe-container { display: none; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .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); }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container { border-width: 0; border-radius: 0; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08a42143-3133-4a76-83e1-d703d8560b21/fotopalestrantefelipe_boselli.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:28.75rem;display:block; }#niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW.adaptive-delivery-prevent-bg, #niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW.lazyload, #niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW.lazyloading { background-image: none; }
#pVJkOVG4KlfugDNiQ4l8dQCllUlcCV8H { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:29.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#RJy0TSyQnDhkKQPU1TsdT243hL1vr7ii { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:21.1875rem;left:29.6875rem;height:1.19939375rem;font-style:normal;display:block; }
#MTMUx7PlND8OTeiy9Su2tPA3VCPCqvKk { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:28.8125rem;display:block; }
#eibbmHhl5VgcdPb0bkpkT74KTDngnO3x { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f96f1cbd-4d7f-4772-9ddf-9c4f85d01e10/profjonas.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:22.5625rem;width:17.5rem;top:1.375rem;left:3.75rem;display:block; }#eibbmHhl5VgcdPb0bkpkT74KTDngnO3x.adaptive-delivery-prevent-bg, #eibbmHhl5VgcdPb0bkpkT74KTDngnO3x.lazyload, #eibbmHhl5VgcdPb0bkpkT74KTDngnO3x.lazyloading { background-image: none; }
#sCvJrnTw2HNNFrZrSFn3lfTCZppCLTBt { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -moz-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -ms-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-image: -o-linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5000000', endColorstr='#00000000' );";background-image: linear-gradient(1deg, rgba(0,0,0,0.9), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:12rem;width:17.5rem;top:11.875rem;left:3.8125rem;display:block; }
#IT4KuSCgMmyyG4TqkSH8xG7C2lCdG2I0 { color:#f7ad1c;display:block;width:12.5rem;position:absolute;font-family:fabrikat;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:4.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#A8mDZMo8ksUd6ZBbChuO8BS1LfaD41a9 { color:#cecece;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:21.3125rem;left:4.6875rem;height:1.19939375rem;font-style:normal;display:block; }
#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container { background-color: transparent; background-image: none; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container > .video-iframe-container { display: none; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row > .video-iframe-container { display: none; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .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); }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container { border-width: 0; border-radius: 0; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#DeN8B0x1likH33OHQSBTvMwCSeatgqun { background-color:#f7ad1c;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:3.125rem;left:28.28125rem;display:block; }
#PmavoCQ3SBZ9TeJi8QbQO5JET94Tnqc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#186f3b;background-image:url("https://images.assets-landingi.com/uc/5bdf5cf5-28b1-4611-b55f-06cce4c6be68/Grupo4860.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC.adaptive-delivery-prevent-bg, #kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC.lazyload, #kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC.lazyloading { background-image: none; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container { background-color: transparent; background-image: none; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container > .video-iframe-container { display: none; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row > .video-iframe-container { display: none; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .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); }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container { border-width: 0; border-radius: 0; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .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; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.781875rem;padding-right:0.713125rem;padding-bottom:0.781875rem;padding-left:0.713125rem;display:block;align-items:center;width:4.275625rem;min-width:4.275625rem;height:4.2025rem;position:relative;font-family:roboto;font-size:3.128125rem;font-weight:700;line-height:67.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .widget-text.counter-label { background-color:;background-image:none;color:#fcfcfc;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.489375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.700625rem;height:1.661875rem;position:relative;font-family:fabrikat;font-size:1.17375rem;font-weight:700;line-height:26.59px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:26.8125rem;height:7.9175rem;padding-top:0.978125rem;padding-right:1.01875rem;padding-bottom:0.978125rem;padding-left:1.01875rem;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:10.0625rem;left:23.0625rem;z-index:100011; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Zoe6TbuCOVSw4pKHn5gfaUTwWVBTHubE { display:flex;position:relative;top:0rem;left:0rem; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #kvDRokraQqIesWQxVluT1KfazFEt8fHI { width:auto; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #RxHPRqut60MQ9k96QMroeudbz2w4asAh {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #JfBcONUsAw6PtHRhc8QeIIslhLD9UMc4 { display:flex;position:relative;top:0rem;left:0rem; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #xiW6olO6SCvOCB8L1z9eAOPCFUNGu26M {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #EfO7AL8sQHFA6qLEdoxNqv5mh9Ig3ePS {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #D5SeF7sHIKF9v7SPmA3WwGPdzPOGWIdC { display:flex;position:relative;top:0rem;left:0rem; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #ThcPZXL03rs17n9cIEXNPVHf1FE6h91T {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #k9fBdQKo84BKfpCn70N9zFEHdb8IxGeH {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Tvkn4Qqlptgldo83JLvIHLsprLIxWioa { display:flex;position:relative;top:0rem;left:0rem; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Q4oiyXx0at2W56VxT2uSD7DXT6p4ceky {  }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #TcQfuGECWOOpw18g81TLT89bxgXFoQsy {  }
#FL8SVVXV93sxpJsn10zQ8fEH9Hb4LfxZ { color:#000000;display:block;width:53.625rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:4.5rem;left:10.6875rem;height:2.76278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APhDU2tFIOsd8hrToAXCOnAxytLduFpD { position:absolute;display:block;z-index:100010;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:11.1875rem;width:32.375rem;top:9.375rem;left:21.3125rem;display:block; }
#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container { background-color: transparent; background-image: none; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container > .video-iframe-container { display: none; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row > .video-iframe-container { display: none; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .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); }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container { border-width: 0; border-radius: 0; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#rTbzLQPLhbvWU1K7aQodOnSrtI6vbeJa { color:#006532;display:block;width:56.25rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5.8125rem;left:9.375rem;height:4.67506875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bn1grgrau7EdZBdVC8EKxAqtBOevvDkf { color:#1c1c1c;display:block;width:47.375rem;position:absolute;font-family:fabrikat;font-size:1.375rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:3.8125rem;left:13.8125rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 { position:relative;display:block; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 { background-color: transparent; background-image: none; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row .container > .video-iframe-container { display: none; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row > .video-iframe-container { display: none; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .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); }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 { border-width: 0; border-radius: 0; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#i3vrH7QlhIar6Zzm1exPky4gTC6nWt8R { color:#ed8f1c;display:block;width:16.25rem;position:absolute;font-family:fabrikat;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9.9375rem;left:4.375rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ep7qy7Vpgz1V9ITtKOWD882mplNXIh2q { color:#1c1c1c;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.375rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyiJ2A00TegNKDNetT1GEL4TetWZ4ka8 { color:#ed8f1c;display:block;width:16.25rem;position:absolute;font-family:fabrikat;font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:29.375rem;height:3.73579375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PoV5pCoH8mNApLMwsqKHhTVO1kd86RC8 { color:#1c1c1c;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.375rem;height:2.9243625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T078VGxATNJ3rQ8bN91E93Ut0heIoTwZ { color:#ed8f1c;display:block;width:16.25rem;position:absolute;font-family:fabrikat;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:54.375rem;height:3.7358rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwbUrrznUtDic2A21zT9spbmeIBeKAWv { color:#1c1c1c;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.375rem;left:54.375rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRIa5SUbtwMqXAKtbgTwe7WNKNTS7eCH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.1875rem;left:4.375rem;overflow:hidden;display:block; }
#R7997IX8FOAzuSifeAVrHD3GEfk0m36F { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.1875rem;left:29.375rem;overflow:hidden;display:block; }
#bBBcZCNufzwJtak8w2CZJdz4FBgZdJuk { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.1875rem;left:54.375rem;overflow:hidden;display:block; }
#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee { position:relative;display:block; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee { background-color: transparent; background-image: none; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row .container > .video-iframe-container { display: none; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row > .video-iframe-container { display: none; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .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); }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee { border-width: 0; border-radius: 0; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#QD6aSSQkGR1CGeKK9DgpTwNgcef9NqJF { color:#1c1c1c;display:block;width:47.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:13.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNZBV8tfZBhpXoZbeXyK7ykUUyRkHzvX { background-color:#f7ad1c;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:5.8125rem;left:27.9375rem;display:block; }
#fmrqdrvLNIH6s5V5voGcMmXpCSkRRIWO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcf7;background-image:none;position:relative;display:block; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container { background-color: transparent; background-image: none; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container > .video-iframe-container { display: none; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row > .video-iframe-container { display: none; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .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); }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container { border-width: 0; border-radius: 0; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#obkKmRmw1cvGM3zXOsKRNMo5VQkO968E { color:#006532;display:block;width:48.75rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:13.125rem;height:2.76278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 { color:#03373d;display:block;width:33.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.9775390625rem;left:35.375rem;height:28.7145rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fbaf13f0-f753-4134-a1e5-e93cc80961b3/Grupo4859.svg); }
#NgWG0J8Cfk0MAsnobJHnv9lEPnpbnVEv { color:#1c1c1c;display:block;width:47.375rem;position:absolute;font-family:fabrikat;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:5.662109375rem;left:13.8125rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB { position:absolute;display:block;z-index:100023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/812fec49-dfd2-45e8-9f74-ab4143303025/IMG_2766.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.3125rem 0.3125rem 0rem #f7ad1c ;height:26.125rem;width:26.0625rem;top:14.9775390625rem;left:4.3125rem;display:block; }#ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.adaptive-delivery-prevent-bg, #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.lazyload, #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.lazyloading { background-image: none; }
#l49vZkeETrKec2TokyIUrZmftfWfm2it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(229deg, #0d291b, #0e742a);background-image: -moz-linear-gradient(229deg, #0d291b, #0e742a);background-image: -ms-linear-gradient(229deg, #0d291b, #0e742a);background-image: -o-linear-gradient(229deg, #0d291b, #0e742a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d291b', endColorstr='#0e742a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d291b', endColorstr='#0e742a' );";background-image: linear-gradient(229deg, #0d291b, #0e742a);background-size:auto !important;position:relative;display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { background-color: transparent; background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .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); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { border-width: 0; border-radius: 0; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#vThzKF8pibIf6tzbVVTpDrFzNIEPNR2e { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:fabrikat;font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:4.8310546875rem;left:12.0625rem;height:7.649125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TK3XVJMJdmkMssktqPhhACsVPUprTwVs { background-color:#f7ad1c;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:15.1875rem;left:25.875rem;display:block; }
#RrAJHiX5MANnozGm2QhsQBJHc6xBBn43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39e4bcb2-2e29-4f6a-bc97-b1e5e5f6a3ed/Grupo481.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.adaptive-delivery-prevent-bg, #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.lazyload, #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.lazyloading { background-image: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { background-color: transparent; background-image: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container > .video-iframe-container { display: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row > .video-iframe-container { display: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .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); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { border-width: 0; border-radius: 0; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;display:block; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container { background-color: transparent; background-image: none; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container > .video-iframe-container { display: none; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row > .video-iframe-container { display: none; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .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); }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container { border-width: 0; border-radius: 0; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#ETvZpavSM2zaFaniNOfMJOOhTcyhllLH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7.375rem;top:3.875rem;left:33.8125rem;overflow:hidden;display:block; }
#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container { background-color: transparent; background-image: none; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container > .video-iframe-container { display: none; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row > .video-iframe-container { display: none; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .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); }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container { border-width: 0; border-radius: 0; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#gBSSkHqpEDaRD7ay2uDB0Q3v0KBDH2lo { position:absolute;display:block;z-index:100000;height:1.75rem;width:30rem;top:1.5rem;left:3.75rem;display:block; }
#ycHtVPwMTxThDKnxpZiBJ4NIw0pQ4a8a { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10.4375rem;top:1.21875rem;left:58.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 { display:block; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA1hF3QHW6C10B7E9TfEdyRMnhhJ9hMk { top:0rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:22.375rem;height:40.25rem;top:16.3125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:22.375rem;height:7.375rem;top:16.3125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:14rem;height:4.1875rem;top:17.875rem;left:33.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEL7GtKtwqW7SRQAZx0HHCZ1VfGy70G { top:17.625rem;left:0rem;width:28.875rem;height:17.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oablrTLOPFwgucGFtO5vXhzlgfekBwOs { top:25.4375rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFoG36Cct8JwMtH0ViRT4EMf0GkiDpQD { top:60.6875rem;left:17.3125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .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; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .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; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc { display:flex;width:18rem;height:5.0625rem;top:7.25rem;left:9.845703125rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #iLZ6Dw94mSqNKgtlTsNlas0c1PfHefuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #sXASLfGpyolUxCKGAhX9r14SXozrZnqu {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #DS5tpwulCF180rNA6t3IA153av23qab5 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #aFcsamUC9QpFdzSst2bqua9GT8ZLlz20 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #stlQpOiuVFs6KgTFITJ86RoTgcBJ7mKT {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #SOQZQrJ0vk2N63uv48tITlsSgGWR406P {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #LQbDl534Z3gcax54OFyKxvUyaBG3pZzQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #F4qEGvC5WlPiqPUXMrz5bcaX09Nipv8S {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zfxkNgqEDGQbLuuQybkpHUEy0tZ0v3I1 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #p85hHUBGtCEhGW2ZtFE7ETKdsZTGV9LN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zR56NcW7S3gK2RbdGRyvXQpmGeVxR0x4 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #B9t8SCrmnHLNB9BtXNHeh5nSUaZdUfoZ {  }
 }@media only screen and (max-width: 763px) { #SzQZSQTNRvPtCZQFUTUwsoaSbV8uc6eC { top:46.6875rem;left:0rem;width:24.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxedBw5wmg827LTTqtLQQICAq31KNC6l { top:43.8125rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAJ0OPkg6eh2tZi2mUhdKhGM4EZIJzpq { top:61.75rem;left:21rem;width:9.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSz8OBWEZQI4sVrHDoDB2DOzKWTLb57s { top:38.1875rem;left:0rem;width:22.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXpTkyCizOfkThGI4eSgl00Lxtc6JxQb { top:37.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZmbRuFPfQVxzbVSvO8a47kFtU7Ir1v { top:16.25rem;left:0rem;width:32.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 { display:block; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkInll6ibEbGGbAWgmBDTTd84180c43d { width:37.6875rem;height:1.375rem;top:4rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WulXRtnndLQmkheNwS48aCOcEmUBrrgS { top:5.8125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHzXr5WfvfJ5c2as732ZaHZlOBOypfx { top:14.625rem;left:1.4362564086914rem;width:44.8125rem;height:25.15233777091rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG { display:block; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM { display:block; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ { display:block; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz5HeRPHJ5xgHIee2tUDd3ay4LKXq9R3 { width:37.75rem;height:1.375rem;top:4.0625rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZewS7u35dzniBLg3xSZfd4DNJGuQ5xr { top:6rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezkt5QN9PBLMePdQO6l7AX8Nve33PE2L { top:16.3125rem;left:10.75rem;width:37rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBx99xvoZ1ktmZZkbqNNcyyfxrL74NsJ { top:26rem;left:0.875rem;width:46rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMstLsMeZi55lozFKWBueOxVcKGlHcJt { width:22.375rem;height:3.4375rem;top:29.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx6UbG4Q4xs9L3LZRLt4hH3pOCw1wmdT { display:block; }
 }@media only screen and (max-width: 763px) { #UCTJf1tbkSIeRBUOuoqXVuzdWUDsHHgH { top:13.6875rem;left:3.375rem;width:9.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil { display:block; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3MwPCQSTMbrfVebDcigUikeORPpnUrf { top:6.5625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fruJB4RVvUKIUC84Bn5gcDpoARaFMRIb { width:47.375rem;height:1.375rem;top:4.625rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu { display:block; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak { top:1.375rem;left:14.25rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwBB0Qga2TzAe9lkz8qMlu5aPZraFQI { top:17.1875rem;left:16.0625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHxXUQhJDl4sGtZoSpIUkDaTiFB1kTs { top:19rem;left:16.0625rem;width:15.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCIV9I5F6fZvnXLOsQFwn5CdHTlHHsZ { top:11.875rem;left:14.25rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 { display:block; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4V2qrNo3EnxtVoW7dMdb6F3kqvU2qpu { width:47.375rem;height:1.5625rem;top:1.625rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErCxUPXAvZwSawM2abhehWdFRSlm1BD { display:block; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn { top:1.375rem;left:14.25rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOXmQH19hRBnbJXrXzcuMBKJ49ssMT54 { top:19.3125rem;left:16rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXrwK0d7K6wEsk2UtkvVd6L4gfGWTpAf { top:21.0625rem;left:16rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6E6Dy3gpGhJ4WSZsyoMWOmL88Wyfl7W { top:11.875rem;left:14.25rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD4bb79hwAMidRnb8C9BbiKsbThM8LTO { top:1.375rem;left:0rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGDBvP2O32mEQQ5cTc0FXiJMOvrtoapR { top:11.875rem;left:0rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVOJ9cp0rvbLepHlJXPz9WuxcXJDAe7n { top:18.5rem;left:0.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8riiERsglUvuATESb5tLUBmeWqOyDU { top:20.25rem;left:0.125rem;width:15.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4 { top:1.375rem;left:30.125rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9x7WI5oXhKSVAdTOHKaGTqtGXQtaFtB { top:11.875rem;left:30.125rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrBWVsaAWCaOO6RW3cEhs6ToiZ2E3Z2 { top:21.0625rem;left:31.9375rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeMTXpQHhowSM1VNv2gEaVQUWIGM5pf { top:19.3125rem;left:32rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOJBH6vuhzCxyU3EaQPrLQFucKAEschm { display:block; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd { top:1.375rem;left:14.25rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI66kIzpngcwelI1xSMDiKFl3aF2BgHJ { top:19.3125rem;left:16rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qkHWNBiRk36aJCa7uLd2Tw7MPMy1u4 { top:21.0625rem;left:16rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcAxQaJQwBUr24ZiWC0m46Ckecz9r0y { top:11.875rem;left:14.25rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr { top:1.375rem;left:0rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNNG2dgQZPlOTOhNsLUZKLwtfQVG9xT { top:11.875rem;left:0rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIONTvnktJOJ26RMT1Hm3ZsAoVkEmgqX { top:18.5rem;left:0.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0P7lmMhJz8OmipL0qTIGEI8Liqidul { top:20.25rem;left:0.125rem;width:15.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWvzCXnearoiLvwDMqpIUHKNdafKo30 { top:1.375rem;left:30.125rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1nseyHZ0yKl4w0p8alCH0BqTehXn8n { top:11.875rem;left:30.125rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiMwH3aUUo5t8xMW3KETTW345R5naaM { top:19.1875rem;left:31.875rem;width:15.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5P09ih9MFnkexEPTFuA0xFwBIUBOwO { top:17.4375rem;left:31.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN8wZsPqfiT65uV2JirELLuMC5cGX7kz { display:block; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm { top:1.375rem;left:14.25rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnnpEJ73pInyZKCaqfGHdvwt0kMwWTJF { top:18.75rem;left:16rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1lAWrUw8w1qxWzRLvSJAkGRC957nAG { top:20.5rem;left:16rem;width:15.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kgE4uRz0OT6dSgCumRMRz1el0RvXIx { top:11.875rem;left:14.25rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS { top:1.375rem;left:0rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PzaTdzdQMJxhJGKp9hGOuwqVHz7upi { top:11.875rem;left:0rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbX1IC3Afr23HkGv0NgJyPn9aIktWL8J { top:19.5625rem;left:0.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7g6VkdpLCsobrJwEG5I36UpTVTWc9fT { top:21.3125rem;left:0.125rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh { top:1.375rem;left:30.125rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6rUwRwyyfvZnbBRnekV0G5G81rRU3z2 { top:11.875rem;left:30.125rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho7PM9xorLL0eTNdzTwBnLd2Ca6gmO2K { top:20.5rem;left:31.9375rem;width:15.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTavRgvmPC5zQWOysDnaKt2TanhHmL0 { top:18.75rem;left:32rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 { display:block; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW { top:1.375rem;left:14.25rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJkOVG4KlfugDNiQ4l8dQCllUlcCV8H { top:19.4375rem;left:16rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJy0TSyQnDhkKQPU1TsdT243hL1vr7ii { top:21.1875rem;left:16rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMUx7PlND8OTeiy9Su2tPA3VCPCqvKk { top:11.875rem;left:14.25rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibbmHhl5VgcdPb0bkpkT74KTDngnO3x { top:1.375rem;left:0rem;width:17.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvJrnTw2HNNFrZrSFn3lfTCZppCLTBt { top:11.875rem;left:0rem;width:17.5rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4KuSCgMmyyG4TqkSH8xG7C2lCdG2I0 { top:19.5625rem;left:0.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mDZMo8ksUd6ZBbChuO8BS1LfaD41a9 { top:21.3125rem;left:0.125rem;width:15.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP { display:block; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeN8B0x1likH33OHQSBTvMwCSeatgqun { width:18.4375rem;height:3.4375rem;top:3.125rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmavoCQ3SBZ9TeJi8QbQO5JET94Tnqc0 { display:block; }
 }@media only screen and (max-width: 763px) { #kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC { display:block; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .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; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .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; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU { display:flex;width:18rem;height:5.0625rem;top:7.25rem;left:9.845703125rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Zoe6TbuCOVSw4pKHn5gfaUTwWVBTHubE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #kvDRokraQqIesWQxVluT1KfazFEt8fHI {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #RxHPRqut60MQ9k96QMroeudbz2w4asAh {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #JfBcONUsAw6PtHRhc8QeIIslhLD9UMc4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #xiW6olO6SCvOCB8L1z9eAOPCFUNGu26M {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #EfO7AL8sQHFA6qLEdoxNqv5mh9Ig3ePS {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #D5SeF7sHIKF9v7SPmA3WwGPdzPOGWIdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #ThcPZXL03rs17n9cIEXNPVHf1FE6h91T {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #k9fBdQKo84BKfpCn70N9zFEHdb8IxGeH {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Tvkn4Qqlptgldo83JLvIHLsprLIxWioa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Q4oiyXx0at2W56VxT2uSD7DXT6p4ceky {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #TcQfuGECWOOpw18g81TLT89bxgXFoQsy {  }
 }@media only screen and (max-width: 763px) { #FL8SVVXV93sxpJsn10zQ8fEH9Hb4LfxZ { top:4.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APhDU2tFIOsd8hrToAXCOnAxytLduFpD { top:9.375rem;left:7.6875rem;width:32.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N { display:block; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTbzLQPLhbvWU1K7aQodOnSrtI6vbeJa { top:5.8125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1grgrau7EdZBdVC8EKxAqtBOevvDkf { width:47.375rem;height:1.375rem;top:3.8125rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 { display:block; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3vrH7QlhIar6Zzm1exPky4gTC6nWt8R { top:9.9375rem;left:0rem;width:16.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7qy7Vpgz1V9ITtKOWD882mplNXIh2q { top:12.375rem;left:0rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyiJ2A00TegNKDNetT1GEL4TetWZ4ka8 { top:9.9375rem;left:15.5rem;width:16.25rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoV5pCoH8mNApLMwsqKHhTVO1kd86RC8 { top:14.375rem;left:15.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T078VGxATNJ3rQ8bN91E93Ut0heIoTwZ { top:9.9375rem;left:31.375rem;width:16.25rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwbUrrznUtDic2A21zT9spbmeIBeKAWv { top:14.375rem;left:31.75rem;width:14.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRIa5SUbtwMqXAKtbgTwe7WNKNTS7eCH { top:2.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7997IX8FOAzuSifeAVrHD3GEfk0m36F { top:2.1875rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBcZCNufzwJtak8w2CZJdz4FBgZdJuk { top:2.1875rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee { display:block; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QD6aSSQkGR1CGeKK9DgpTwNgcef9NqJF { top:2.3125rem;left:0.25rem;width:47.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNZBV8tfZBhpXoZbeXyK7ykUUyRkHzvX { width:19.1875rem;height:3.4375rem;top:5.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrqdrvLNIH6s5V5voGcMmXpCSkRRIWO { display:block; }
 }@media only screen and (max-width: 763px) { #QplWfpq63u27nAAFqXOO6LnMDdNm6pyV { display:block; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obkKmRmw1cvGM3zXOsKRNMo5VQkO968E { top:7.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 { top:14.9375rem;left:14.125rem;width:33.625rem;height:28.6875rem;font-size:1.0625rem;display:block; }#NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fbaf13f0-f753-4134-a1e5-e93cc80961b3/Grupo4859.svg); }
 }@media only screen and (max-width: 763px) { #NgWG0J8Cfk0MAsnobJHnv9lEPnpbnVEv { width:47.375rem;height:1.375rem;top:5.625rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB { top:14.9375rem;left:0rem;width:26.0625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vThzKF8pibIf6tzbVVTpDrFzNIEPNR2e { width:47.75rem;height:7.625rem;top:4.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3XVJMJdmkMssktqPhhACsVPUprTwVs { width:23.25rem;height:3.4375rem;top:15.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAJHiX5MANnozGm2QhsQBJHc6xBBn43 { display:block; }
 }@media only screen and (max-width: 763px) { #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF { display:block; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8ZVayoS4McPOkeDcygDonuGfUwcATN9 { display:block; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETvZpavSM2zaFaniNOfMJOOhTcyhllLH { top:3.875rem;left:20.1875rem;width:7.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 { display:block; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBSSkHqpEDaRD7ay2uDB0Q3v0KBDH2lo { top:1.5rem;left:0rem;width:30rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHtVPwMTxThDKnxpZiBJ4NIw0pQ4a8a { top:1.1875rem;left:37.3125rem;width:10.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 { display:block; }#sQ8iiFqZu9HxpUUhL9DggTt1nmRVZTP5 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA1hF3QHW6C10B7E9TfEdyRMnhhJ9hMk { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(5,11,38,0.3);background-image:url("https://images.assets-landingi.com/uc/335db50b-cbe0-4948-952e-9cce2d36606c/bg.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:36.9375rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:41.5rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:7.9375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:17.5625rem;height:1.625rem;top:46.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzEL7GtKtwqW7SRQAZx0HHCZ1VfGy70G { width:19.1875rem;height:11.6876875rem;top:23.25rem;left:0.4375rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oablrTLOPFwgucGFtO5vXhzlgfekBwOs { width:17.749rem;height:11.25rem;top:54.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFoG36Cct8JwMtH0ViRT4EMf0GkiDpQD { width:3.8125rem;height:3.8125rem;top:87.25rem;left:3.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .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; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .widget-text.counter-number { padding-top:0.495rem;padding-right:0.430625rem;padding-bottom:0.495rem;padding-left:0.430625rem;width:2.58375rem;min-width:2.58375rem;height:2.66rem;font-size:1.98rem;line-height:42.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.309375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.445625rem;height:1.05125rem;font-size:0.7425rem;line-height:16.82px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc { display:flex;width:17.8125rem;height:5.010625rem;top:14.25rem;left:1.125rem;z-index:100001;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #iLZ6Dw94mSqNKgtlTsNlas0c1PfHefuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #sXASLfGpyolUxCKGAhX9r14SXozrZnqu {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #DS5tpwulCF180rNA6t3IA153av23qab5 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #aFcsamUC9QpFdzSst2bqua9GT8ZLlz20 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #stlQpOiuVFs6KgTFITJ86RoTgcBJ7mKT {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #SOQZQrJ0vk2N63uv48tITlsSgGWR406P {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #LQbDl534Z3gcax54OFyKxvUyaBG3pZzQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #F4qEGvC5WlPiqPUXMrz5bcaX09Nipv8S {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zfxkNgqEDGQbLuuQybkpHUEy0tZ0v3I1 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #p85hHUBGtCEhGW2ZtFE7ETKdsZTGV9LN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #zR56NcW7S3gK2RbdGRyvXQpmGeVxR0x4 {  }
 }@media only screen and (max-width: 763px) { #uE1yxOx9ilFH7NB4MwekkNhmf2GCwbtc #B9t8SCrmnHLNB9BtXNHeh5nSUaZdUfoZ {  }
 }@media only screen and (max-width: 763px) { #SzQZSQTNRvPtCZQFUTUwsoaSbV8uc6eC { width:20rem;height:7.125rem;top:13.1875rem;left:0rem;z-index:100000;background-color:rgba(1,18,1,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HxedBw5wmg827LTTqtLQQICAq31KNC6l { width:20rem;height:2.11230625rem;top:9.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAJ0OPkg6eh2tZi2mUhdKhGM4EZIJzpq { width:9.1875rem;height:1.70605625rem;top:88.3125rem;left:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSz8OBWEZQI4sVrHDoDB2DOzKWTLb57s { width:16.8125rem;height:1.46218125rem;top:38.0625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXpTkyCizOfkThGI4eSgl00Lxtc6JxQb { width:2.8125rem;height:2.8125rem;top:37.32421875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZmbRuFPfQVxzbVSvO8a47kFtU7Ir1v { width:20rem;height:13.8125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 { display:block; }#VFetN1DreZJWDD7pDT2XIUQzNMDoxn40 > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkInll6ibEbGGbAWgmBDTTd84180c43d { width:20rem;height:1.062675rem;top:2.1871452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WulXRtnndLQmkheNwS48aCOcEmUBrrgS { width:20rem;height:4.5356875rem;top:3.625rem;left:0rem;font-size:1.375rem;color:#006532;display:block; }
 }@media only screen and (max-width: 763px) { #gIHzXr5WfvfJ5c2as732ZaHZlOBOypfx { height:11.25rem;width:20rem;top:11.185188293457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG { display:none; }#e7fpALsDhLhKGi8Vi0h0NaAK9zyWL1HG > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM { display:none; }#O9zdZ7WybPBnZe3TPqC8k0K36B2SZHaM > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ { display:block; }#nmmv5aBVroeyhxy5vvyDmMiTdfWEdohJ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz5HeRPHJ5xgHIee2tUDd3ay4LKXq9R3 { width:20rem;height:1.062675rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZewS7u35dzniBLg3xSZfd4DNJGuQ5xr { width:20rem;height:6.0475875rem;top:3.5625rem;left:0rem;font-size:1.375rem;color:#006532;display:block; }
 }@media only screen and (max-width: 763px) { #ezkt5QN9PBLMePdQO6l7AX8Nve33PE2L { width:17.6875rem;height:4.38654375rem;top:19.8125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBx99xvoZ1ktmZZkbqNNcyyfxrL74NsJ { width:18.75rem;height:2.9243625rem;top:26.6875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMstLsMeZi55lozFKWBueOxVcKGlHcJt { width:18.75rem;height:3.4375rem;top:31.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx6UbG4Q4xs9L3LZRLt4hH3pOCw1wmdT { display:block; }
 }@media only screen and (max-width: 763px) { #UCTJf1tbkSIeRBUOuoqXVuzdWUDsHHgH { width:7.4375rem;height:7.3125rem;top:11.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil { display:block; }#yOoHfQ4X5A78S1w1cpCWKfu7Nh8lbiil > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3MwPCQSTMbrfVebDcigUikeORPpnUrf { width:20rem;height:7.5595rem;top:7.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fruJB4RVvUKIUC84Bn5gcDpoARaFMRIb { width:20rem;height:1.062675rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu { display:block; }#bxtEUvtF8FxfkUq84rOrAzSUdIu0PUbu > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkMxSQb6sEet9us0Uo0AcrGX4cQp37ak { width:17.5rem;height:22.875rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwBB0Qga2TzAe9lkz8qMlu5aPZraFQI { width:12.5rem;height:1.46218125rem;top:19.3125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHxXUQhJDl4sGtZoSpIUkDaTiFB1kTs { width:15.6875rem;height:3.5981875rem;top:21.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCIV9I5F6fZvnXLOsQFwn5CdHTlHHsZ { width:17.5rem;height:13rem;top:12.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 { display:block; }#viLLg6hCwRqJ5dOhk7X2N0tS0ZMsCA86 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4V2qrNo3EnxtVoW7dMdb6F3kqvU2qpu { width:20rem;height:1.375175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErCxUPXAvZwSawM2abhehWdFRSlm1BD { display:block; }#iErCxUPXAvZwSawM2abhehWdFRSlm1BD > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #limZ16QMxN0Ia2ZMwhOu8BGc7gPneMfn { width:17.5rem;height:22.875rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOXmQH19hRBnbJXrXzcuMBKJ49ssMT54 { width:12.5rem;height:1.46218125rem;top:21.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXrwK0d7K6wEsk2UtkvVd6L4gfGWTpAf { width:15.6875rem;height:1.19939375rem;top:22.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6E6Dy3gpGhJ4WSZsyoMWOmL88Wyfl7W { width:17.5rem;height:13rem;top:12.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD4bb79hwAMidRnb8C9BbiKsbThM8LTO { width:17.5rem;height:22.5625rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGDBvP2O32mEQQ5cTc0FXiJMOvrtoapR { width:17.5rem;height:12rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVOJ9cp0rvbLepHlJXPz9WuxcXJDAe7n { width:12.5rem;height:1.46218125rem;top:44.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8riiERsglUvuATESb5tLUBmeWqOyDU { width:15.6875rem;height:2.39879375rem;top:45.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiUPqfgaXeGNJouiwgfT8CBkQrDQzgb4 { width:17.5rem;height:22.5625rem;top:50.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9x7WI5oXhKSVAdTOHKaGTqtGXQtaFtB { width:17.5rem;height:12rem;top:61.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrBWVsaAWCaOO6RW3cEhs6ToiZ2E3Z2 { width:15.6875rem;height:1.19939375rem;top:70.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeMTXpQHhowSM1VNv2gEaVQUWIGM5pf { width:12.5rem;height:1.46218125rem;top:68.8125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOJBH6vuhzCxyU3EaQPrLQFucKAEschm { display:block; }#NOJBH6vuhzCxyU3EaQPrLQFucKAEschm > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnr8Kh9n4hSwpzHtFbTZgC797N2lvesd { width:17.5rem;height:22.875rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI66kIzpngcwelI1xSMDiKFl3aF2BgHJ { width:12.5rem;height:1.46218125rem;top:21.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qkHWNBiRk36aJCa7uLd2Tw7MPMy1u4 { width:15.6875rem;height:1.19939375rem;top:22.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcAxQaJQwBUr24ZiWC0m46Ckecz9r0y { width:17.5rem;height:13rem;top:12.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2LU7nHrXRe2V2hfC7PwpMEDce3sIGJr { width:17.5rem;height:22.5625rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNNG2dgQZPlOTOhNsLUZKLwtfQVG9xT { width:17.5rem;height:12rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIONTvnktJOJ26RMT1Hm3ZsAoVkEmgqX { width:12.5rem;height:1.46218125rem;top:44.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0P7lmMhJz8OmipL0qTIGEI8Liqidul { width:15.6875rem;height:2.39879375rem;top:45.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWvzCXnearoiLvwDMqpIUHKNdafKo30 { width:17.5rem;height:22.5625rem;top:50.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1nseyHZ0yKl4w0p8alCH0BqTehXn8n { width:17.5rem;height:12rem;top:61.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiMwH3aUUo5t8xMW3KETTW345R5naaM { width:15.6875rem;height:3.5981875rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5P09ih9MFnkexEPTFuA0xFwBIUBOwO { width:12.5rem;height:1.46218125rem;top:66.875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN8wZsPqfiT65uV2JirELLuMC5cGX7kz { display:block; }#lN8wZsPqfiT65uV2JirELLuMC5cGX7kz > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM5eRtqphwx9U2a8SVhEvuUiqV54oFfm { width:17.5rem;height:22.875rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnnpEJ73pInyZKCaqfGHdvwt0kMwWTJF { width:12.5rem;height:1.46218125rem;top:20.4375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1lAWrUw8w1qxWzRLvSJAkGRC957nAG { width:15.6875rem;height:2.39879375rem;top:22.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kgE4uRz0OT6dSgCumRMRz1el0RvXIx { width:17.5rem;height:13rem;top:12.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uomHOEDbHTWTlbpCmWLzg4FShTZ3AcHS { width:17.5rem;height:22.5625rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PzaTdzdQMJxhJGKp9hGOuwqVHz7upi { width:17.5rem;height:12rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbX1IC3Afr23HkGv0NgJyPn9aIktWL8J { width:12.5rem;height:1.46218125rem;top:45.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7g6VkdpLCsobrJwEG5I36UpTVTWc9fT { width:15.6875rem;height:1.19939375rem;top:46.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgGg3B7HM3Z3kyBwAcBMDEhhyRDdovh { width:17.5rem;height:22.5625rem;top:50.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6rUwRwyyfvZnbBRnekV0G5G81rRU3z2 { width:17.5rem;height:12rem;top:61.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho7PM9xorLL0eTNdzTwBnLd2Ca6gmO2K { width:15.6875rem;height:2.39879375rem;top:69.8125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTavRgvmPC5zQWOysDnaKt2TanhHmL0 { width:12.5rem;height:1.46218125rem;top:68.0625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 { display:block; }#n6Fsz86aoaOW2xH5P1n7MCkHaKislBO7 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niWX1gSkGnsUa8vxTfRgx6z8MIWfK8xW { width:17.5rem;height:22.875rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJkOVG4KlfugDNiQ4l8dQCllUlcCV8H { width:12.5rem;height:1.46218125rem;top:20.4375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJy0TSyQnDhkKQPU1TsdT243hL1vr7ii { width:15.6875rem;height:1.19939375rem;top:22.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMUx7PlND8OTeiy9Su2tPA3VCPCqvKk { width:17.5rem;height:13rem;top:12.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibbmHhl5VgcdPb0bkpkT74KTDngnO3x { width:17.5rem;height:22.5625rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvJrnTw2HNNFrZrSFn3lfTCZppCLTBt { width:17.5rem;height:12rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4KuSCgMmyyG4TqkSH8xG7C2lCdG2I0 { width:12.5rem;height:1.46218125rem;top:45.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mDZMo8ksUd6ZBbChuO8BS1LfaD41a9 { width:15.6875rem;height:1.19939375rem;top:46.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP { display:block; }#g8shGK3ypeJGlG4ds9qTsHTa9aZBVZUP > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeN8B0x1likH33OHQSBTvMwCSeatgqun { width:18.4375rem;height:3.4375rem;top:2.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmavoCQ3SBZ9TeJi8QbQO5JET94Tnqc0 { display:block; }
 }@media only screen and (max-width: 763px) { #kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC { display:block; }#kn9FUB2wX6gtM5pAezsETKfJ1HdGI5zC > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .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; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .widget-text.counter-number { padding-top:0.455rem;padding-right:0.4025rem;padding-bottom:0.455rem;padding-left:0.4025rem;width:2.414375rem;min-width:2.414375rem;height:2.444375rem;font-size:1.819375rem;line-height:39.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.219375rem;height:0.96625rem;font-size:0.6825rem;line-height:15.46px;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU { display:flex;width:16.5625rem;height:4.625rem;top:10.0693359375rem;left:0.6826171875rem;padding-top:1.023125rem;padding-right:1.035rem;padding-bottom:1.023125rem;padding-left:1.035rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Zoe6TbuCOVSw4pKHn5gfaUTwWVBTHubE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #kvDRokraQqIesWQxVluT1KfazFEt8fHI {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #RxHPRqut60MQ9k96QMroeudbz2w4asAh {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #JfBcONUsAw6PtHRhc8QeIIslhLD9UMc4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #xiW6olO6SCvOCB8L1z9eAOPCFUNGu26M {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #EfO7AL8sQHFA6qLEdoxNqv5mh9Ig3ePS {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #D5SeF7sHIKF9v7SPmA3WwGPdzPOGWIdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #ThcPZXL03rs17n9cIEXNPVHf1FE6h91T {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #k9fBdQKo84BKfpCn70N9zFEHdb8IxGeH {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Tvkn4Qqlptgldo83JLvIHLsprLIxWioa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #Q4oiyXx0at2W56VxT2uSD7DXT6p4ceky {  }
 }@media only screen and (max-width: 763px) { #rT38eEmU5aiD6JqLlqJrZbgEpG4NT1TU #TcQfuGECWOOpw18g81TLT89bxgXFoQsy {  }
 }@media only screen and (max-width: 763px) { #FL8SVVXV93sxpJsn10zQ8fEH9Hb4LfxZ { width:20rem;height:3.57421875rem;top:4rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APhDU2tFIOsd8hrToAXCOnAxytLduFpD { width:20rem;height:8.5625rem;top:9.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N { display:block; }#t5eEbcWzAUbvNrMDxzPUUzP5ksSGEh7N > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTbzLQPLhbvWU1K7aQodOnSrtI6vbeJa { width:20rem;height:4.5356875rem;top:3.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bn1grgrau7EdZBdVC8EKxAqtBOevvDkf { width:20rem;height:1.062675rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 { display:block; }#zois54wsJ5Vh3OmMM0RElVdh1LneGsH7 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3vrH7QlhIar6Zzm1exPky4gTC6nWt8R { width:16.25rem;height:2.03125rem;top:9.625rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep7qy7Vpgz1V9ITtKOWD882mplNXIh2q { width:18.75rem;height:4.38654375rem;top:12.34375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyiJ2A00TegNKDNetT1GEL4TetWZ4ka8 { width:18.75rem;height:1.8681625rem;top:29.0625rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoV5pCoH8mNApLMwsqKHhTVO1kd86RC8 { width:18.75rem;height:2.9243625rem;top:31.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T078VGxATNJ3rQ8bN91E93Ut0heIoTwZ { width:18.75rem;height:3.7358rem;top:49.5126953125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwbUrrznUtDic2A21zT9spbmeIBeKAWv { width:18.75rem;height:2.9243625rem;top:53.8720703125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRIa5SUbtwMqXAKtbgTwe7WNKNTS7eCH { width:6.25rem;height:6.25rem;top:2.7919921875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7997IX8FOAzuSifeAVrHD3GEfk0m36F { width:6.25rem;height:6.25rem;top:21.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBcZCNufzwJtak8w2CZJdz4FBgZdJuk { width:6.25rem;height:6.25rem;top:42.01269375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee { display:block; }#pVoUtlTLsZGpDpg6J1W5wmmfthFlxNee > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QD6aSSQkGR1CGeKK9DgpTwNgcef9NqJF { width:18.75rem;height:2.9243625rem;top:1.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNZBV8tfZBhpXoZbeXyK7ykUUyRkHzvX { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrqdrvLNIH6s5V5voGcMmXpCSkRRIWO { display:block; }
 }@media only screen and (max-width: 763px) { #QplWfpq63u27nAAFqXOO6LnMDdNm6pyV { display:block; }#QplWfpq63u27nAAFqXOO6LnMDdNm6pyV > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obkKmRmw1cvGM3zXOsKRNMo5VQkO968E { width:20rem;height:1.7871125rem;top:2.28515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 { width:16.875rem;height:35.53175rem;top:23.125rem;left:1.5625rem;font-size:0.875rem;display:block; }#NSz4rC2bFvHVUZ71taVbqbcTig4W0nA2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fbaf13f0-f753-4134-a1e5-e93cc80961b3/Grupo4859.svg); }
 }@media only screen and (max-width: 763px) { #NgWG0J8Cfk0MAsnobJHnv9lEPnpbnVEv { width:20rem;height:0.87535625rem;top:1.34765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB { width:16.1875rem;height:15.5rem;top:5.78125rem;left:1.90625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/812fec49-dfd2-45e8-9f74-ab4143303025/IMG_2766.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.3125rem 0.3125rem 0rem #f7ad1c ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.adaptive-delivery-prevent-bg, #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.lazyload, #ng0eHaouCGnO0ElVozXnhAQ1cZD9WxmB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vThzKF8pibIf6tzbVVTpDrFzNIEPNR2e { width:20rem;height:6.598rem;top:3.42578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3XVJMJdmkMssktqPhhACsVPUprTwVs { width:18.75rem;height:3.4375rem;top:12.3974609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAJHiX5MANnozGm2QhsQBJHc6xBBn43 { display:block; }
 }@media only screen and (max-width: 763px) { #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39e4bcb2-2e29-4f6a-bc97-b1e5e5f6a3ed/Grupo481.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.adaptive-delivery-prevent-bg, #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.lazyload, #Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF.lazyloading { background-image: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { background-color: transparent; background-image: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container > .video-iframe-container { display: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row > .video-iframe-container { display: none; }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .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); }#Jo0Zw30O0PhaAws79MlOrSnJkwqJ9HaF > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8ZVayoS4McPOkeDcygDonuGfUwcATN9 { display:block; }#y8ZVayoS4McPOkeDcygDonuGfUwcATN9 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETvZpavSM2zaFaniNOfMJOOhTcyhllLH { width:6.875rem;height:3.625rem;top:1.9375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 { display:block; }#TGUHNSymx84TK7vW8VxyS7Pa6V4UOQk8 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBSSkHqpEDaRD7ay2uDB0Q3v0KBDH2lo { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHtVPwMTxThDKnxpZiBJ4NIw0pQ4a8a { width:11.0625rem;height:2.1875rem;top:4.625rem;left:4.46875rem;display:block; }
 }