.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;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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#mn6865ATCMffS9oW1b5855QfN5fZzoxX { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:39.125rem;top:5.3289065361023rem;left:17.937501907349rem;overflow:hidden;display:block; }
#TcNFCB7M3GXBqNerH9v9H76P7GTUDT7N { color:#000000;display:block;width:29.25rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:400;z-index:100044;line-height:1.1;letter-spacing:0;top:24.581251144409rem;left:22.875001907349rem;height:6.46225rem;font-style:italic;display:block; }
#D5k8D8ss792x6GEELWspTcBRSSXmkOTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx.adaptive-delivery-prevent-bg, #D5k8D8ss792x6GEELWspTcBRSSXmkOTx.lazyload, #D5k8D8ss792x6GEELWspTcBRSSXmkOTx.lazyloading { background-image: none; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container { background-color: transparent; background-image: none; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,54,24,0.83); }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container > .video-iframe-container { display: none; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,54,24,0.83); }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row > .video-iframe-container { display: none; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .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); }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container { border-width: 0; border-radius: 0; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#GWmiM8Fh1lRNGnw74ay8gipoobvoXe2M { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:3.25rem;left:17.406251907349rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC.adaptive-delivery-prevent-bg, #hbwgTSgPNowQN56iJUJpuMLKyvpknbpC.lazyload, #hbwgTSgPNowQN56iJUJpuMLKyvpknbpC.lazyloading { background-image: none; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container { background-color: transparent; background-image: none; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container > .video-iframe-container { display: none; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row > .video-iframe-container { display: none; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .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); }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container { border-width: 0; border-radius: 0; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#TR9I8i7BhgMTPMDZ7oQs3FZrbcebibFm { position:absolute;display:block;z-index:100006;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:1.5rem;left:6.9375rem;display:block; }
#zz5NHdonam261virnRrf20SeiAaf9DFO { position:absolute;display:block;z-index:100010;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:7.0625rem;left:6.9375rem;display:block; }
#DbTEaqbKTZ7IUaSM4TuxGTHkCB9Ac2TW { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:2.25rem;left:7.625rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#K0MZmZCabdgC6rpQGW6Ctr3ftv9mfO07 { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:7.875rem;left:7.6875rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cmmBvymHheFuQxnGFyGigyshNGVKX1gN { position:absolute;display:block;z-index:100010;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:12.125rem;left:6.9375rem;display:block; }
#uVm13ML63VdrVvbSNWhoeULaCz80LIH9 { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:12.9375rem;left:7.6875rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FusOUQ9TUy1DyNrygeLPMcswowxDHonJ { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:2.4375rem;left:11.6875rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#a1AarfSX5sQfcacZP0sWR71DB4FQVtTw { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:7.25rem;left:11.6875rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#H2PEnA4Lqms6VSBbQ75vkv7fSz9zsHfz { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:13.125rem;left:11.6875rem;height:1.58073125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KUKnVidCbu3E4TpbndXeffgM7a9owrUg { position:absolute;display:block;z-index:100011;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:17.0625rem;left:6.9375rem;display:block; }
#uRH9sIMvkqeGgFWt1R2fapTby3mEufpa { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:17.875rem;left:7.625rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Tq2vB3JaLFpQCXazR4IPsTUHAbEJe8Xm { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:18.0625rem;left:11.6875rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TmyN4kogwIAngH8TqVJFVWs9851gtZTc { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:1.5rem;left:44.3125rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#d6NQ3tTaQfHAKt60VAKWb2OJ9Sc2yd3m { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:7.375rem;left:44.3125rem;height:1.58073125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fSyUo8UxoVPepoDPQhANGgTJw1OkCMTG { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:12.3125rem;left:44.3125rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EXNz3FdgCr2HzytTacKhPeJ2qeVZPCoM { color:#000000;display:block;width:26.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:17.875rem;left:44.3125rem;height:3.16145625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NK4LrH5ZFDHdBu3nJbDo2qS4ymvQ3BxR { position:absolute;display:block;z-index:100012;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:1.5rem;left:39.5625rem;display:block; }
#ogtChpiLwv7H7q8JRKs46N2dOiqe1Eky { position:absolute;display:block;z-index:100013;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:6.4375rem;left:39.5625rem;display:block; }
#wT9BOQ622PpfSW6ZmBvK1AG36XLJUIWZ { position:absolute;display:block;z-index:100014;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:12.125rem;left:39.5625rem;display:block; }
#B5ylMSBQ5yHZx9ZsE02UbtNUw3yRh86m { position:absolute;display:block;z-index:100015;background-color:#bc6c25;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;height:3.5625rem;width:3.5625rem;top:17.6875rem;left:39.5625rem;display:block; }
#MV6le63ZKQA39vqJIRXleahDTi1efpDy { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100016;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.25rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VwOfUpymAzyqC1CaPCT4recDGoU8lGRy { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100017;line-height:1.1;letter-spacing:0;top:7.25rem;left:40.25rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wT0wsEld5qeEsL51eE237RnioFMzuW1E { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100018;line-height:1.1;letter-spacing:0;top:13.1875rem;left:40.25rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lQ75q4FyhhN7y6PZe6hKRRx1wrwTSTlE { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100019;line-height:1.1;letter-spacing:0;top:18.5rem;left:40.25rem;height:1.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU.adaptive-delivery-prevent-bg, #gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU.lazyload, #gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU.lazyloading { background-image: none; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container { background-color: transparent; background-image: none; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container > .video-iframe-container { display: none; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row > .video-iframe-container { display: none; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .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); }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container { border-width: 0; border-radius: 0; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#i6kXBGztVTMIRPRTZA3Te3IOmFADE6tJ { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"muli black";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:2.453125rem;left:9.0625rem;height:2.03125rem;display:block; }
#nQAE9cJx6fzyuucThzQ3vgMtgfSIeIu3 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.312503814698rem;overflow:hidden;display:block; }
#xRnH2MazIOXncrL1EJelUIrqzCW4zfJr { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie.adaptive-delivery-prevent-bg, #nK7buwHgebm9ggAB7x0ccqw1FOT4wPie.lazyload, #nK7buwHgebm9ggAB7x0ccqw1FOT4wPie.lazyloading { background-image: none; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container { background-color: transparent; background-image: none; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container > .video-iframe-container { display: none; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row > .video-iframe-container { display: none; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .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); }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container { border-width: 0; border-radius: 0; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#OTy4XD0qPFinhTzDVfwTUMBKhEQfV8eX { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#tU2oTDbfQFCrD1tpPuAWM3HSHDXmOB3e { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#SkWnDcJITD01KcTxwdFms0OtcdT22C3Q { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:14.457683563233rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJHWIzCHQlVB0Ximpas5qVa1oUpqRKhv { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:14.082683563233rem;left:42.582683563233rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL.adaptive-delivery-prevent-bg, #g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL.lazyload, #g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL.lazyloading { background-image: none; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container { background-color: transparent; background-image: none; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container > .video-iframe-container { display: none; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row > .video-iframe-container { display: none; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .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); }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container { border-width: 0; border-radius: 0; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy.adaptive-delivery-prevent-bg, #m3axzOCC2TnBiUtFI284pCSHS8zkvSpy.lazyload, #m3axzOCC2TnBiUtFI284pCSHS8zkvSpy.lazyloading { background-image: none; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container { background-color: transparent; background-image: none; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container > .video-iframe-container { display: none; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row > .video-iframe-container { display: none; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .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); }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container { border-width: 0; border-radius: 0; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#xL0PdCXdNWqrxacdDlXtgN3sAyk4qVZy { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"muli black";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:2.453125rem;left:8.9375rem;height:2.03125rem;display:block; }
#SVdLBHk0x2zTftxl1vbo9QGiPtLtbp3W { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.562503814698rem;overflow:hidden;display:block; }
#lMtIuytc2r01e896fBF2RaTpqg5Jnn1a { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT.adaptive-delivery-prevent-bg, #B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT.lazyload, #B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT.lazyloading { background-image: none; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container { background-color: transparent; background-image: none; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container > .video-iframe-container { display: none; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row > .video-iframe-container { display: none; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .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); }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container { border-width: 0; border-radius: 0; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#hUP3fxT0vN84PMPWm3bAehsQennuS3Ry { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#cCp3JPfn616Fh6O1uEU2PSJ2c6MR1oLL { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#A33K9KOoJAZHvRQ8QePoRKJWd4EQQGDw { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:14.457683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRrkTHDBVS8r56TUgvKahTqSedEW0xfZ { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:14.082683563233rem;left:42.582683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdpSenJ1LQ90bum0tIQcQTxmAXLgGTqi { position:absolute;display:block;z-index:100037;height:11.25rem;width:20rem;top:20.8125rem;left:11.9375rem;display:block; }
#I2muN60v5scMDnwNtkvCrHDWCD18bSC7 { position:absolute;display:block;z-index:100038;height:11.25rem;width:20rem;top:20.8125rem;left:40.0625rem;display:block; }
#bXAWxJu9eLwtgVA0R1KwJV7ed2ehxmwS { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDkUMoqGeLvZePMKVK4bLNuW4bvRSSUs { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:33.25rem;left:42.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXtpqgZDCislGiDE4i7gB2zxThWogsoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa.adaptive-delivery-prevent-bg, #cXtpqgZDCislGiDE4i7gB2zxThWogsoa.lazyload, #cXtpqgZDCislGiDE4i7gB2zxThWogsoa.lazyloading { background-image: none; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container { background-color: transparent; background-image: none; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container > .video-iframe-container { display: none; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row > .video-iframe-container { display: none; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .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); }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container { border-width: 0; border-radius: 0; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv.adaptive-delivery-prevent-bg, #cU2p1kTrgZv21mDITKKRwOh04bOcTDlv.lazyload, #cU2p1kTrgZv21mDITKKRwOh04bOcTDlv.lazyloading { background-image: none; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container { background-color: transparent; background-image: none; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container > .video-iframe-container { display: none; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row > .video-iframe-container { display: none; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .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); }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container { border-width: 0; border-radius: 0; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#BFHTakTuIxNKmrf5F8cff17TOTTWJ0K6 { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"muli black";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:2.166015625rem;left:9.0625rem;height:2.03125rem;display:block; }
#Hgg07N0F7TRRHIv8hutXvzgSVoiTslZX { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.250003814698rem;overflow:hidden;display:block; }
#pL6DMdDTTEy6r93mbJlrKJkU72SNmtGk { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1.adaptive-delivery-prevent-bg, #mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1.lazyload, #mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1.lazyloading { background-image: none; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container { background-color: transparent; background-image: none; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container > .video-iframe-container { display: none; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row > .video-iframe-container { display: none; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .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); }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container { border-width: 0; border-radius: 0; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#d8nZqxy4Kn5VnFBbWtMeP0K64IXN2WyI { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#WI4oxmUtuttEK9axRmkg3zIZn8fyAXaJ { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#wIcw2LEI6OVGtPyUtWRJbr1mxTazC6gH { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:14.457683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS8ADWL4vMLw7rycMq9WD0vR36gNGQil { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:14.082683563233rem;left:42.582683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSlyiL9uyKCTnko1dVZmCRHsTgLmIRsC { position:absolute;display:block;z-index:100037;height:11.25rem;width:20rem;top:20.8125rem;left:11.9375rem;display:block; }
#P1HMFtrdJKpv1ZD4C70QXz7bgM9qkyBG { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR.adaptive-delivery-prevent-bg, #uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR.lazyload, #uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR.lazyloading { background-image: none; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container { background-color: transparent; background-image: none; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container > .video-iframe-container { display: none; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row > .video-iframe-container { display: none; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .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); }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container { border-width: 0; border-radius: 0; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29.adaptive-delivery-prevent-bg, #hz66x7eD3DmogcVWBLydsCQXu0I6Xs29.lazyload, #hz66x7eD3DmogcVWBLydsCQXu0I6Xs29.lazyloading { background-image: none; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container { background-color: transparent; background-image: none; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container > .video-iframe-container { display: none; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row > .video-iframe-container { display: none; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .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); }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container { border-width: 0; border-radius: 0; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#VHR1VmmW6rD9tDd1upG6UCZltsnC49qX { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:"muli black";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:2.296875rem;left:9.5625rem;height:2.34375rem;display:block; }
#noTdezBtOZsFB4ltK2zodg1S67ofQHGd { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.562503814698rem;overflow:hidden;display:block; }
#TW7JTAy4eK4KchCiHC0qPIsQvSBQvEI5 { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC.adaptive-delivery-prevent-bg, #IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC.lazyload, #IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC.lazyloading { background-image: none; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container { background-color: transparent; background-image: none; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container > .video-iframe-container { display: none; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row > .video-iframe-container { display: none; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .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); }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container { border-width: 0; border-radius: 0; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#V751XhNbgv4BxDZUM9aCro8WRNVDXqEO { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#guburW87mwIiFyWlkIyJ7JTGHaucnQOI { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#qzCWCeccKGHe6qxehs6egLikgVcZlKPs { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:14.457683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VInVnAUcgWgUc8cn4lzKeThizeh3eLXk { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:14.082683563233rem;left:42.582683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX5zTlk0DnEivNmaiQiL11AvZ3SKLFdI { position:absolute;display:block;z-index:100037;height:11.25rem;width:20rem;top:20.8125rem;left:11.9375rem;display:block; }
#ariTUx2ua9Rpqg4xJDSBSDaskTAt70Wy { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre.adaptive-delivery-prevent-bg, #Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre.lazyload, #Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre.lazyloading { background-image: none; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container { background-color: transparent; background-image: none; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container > .video-iframe-container { display: none; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row > .video-iframe-container { display: none; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .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); }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container { border-width: 0; border-radius: 0; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS.adaptive-delivery-prevent-bg, #BmKrXe43iJOOplFO4XIq1c8eA8xR9krS.lazyload, #BmKrXe43iJOOplFO4XIq1c8eA8xR9krS.lazyloading { background-image: none; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container { background-color: transparent; background-image: none; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container > .video-iframe-container { display: none; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row > .video-iframe-container { display: none; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .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); }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container { border-width: 0; border-radius: 0; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#vWCkM9HuN4hxJ0AEkln3pZzwDTIwoQDw { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"muli black";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:2.171875rem;left:8.4375rem;height:2.34375rem;display:block; }
#m1iwCAaG7uncfKviSEybRQSwgvox1qVo { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.687503814698rem;overflow:hidden;display:block; }
#TxQaOtfo3lrEpCPDozg95I6J8y3bN0aU { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3.adaptive-delivery-prevent-bg, #sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3.lazyload, #sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3.lazyloading { background-image: none; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container { background-color: transparent; background-image: none; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container > .video-iframe-container { display: none; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row > .video-iframe-container { display: none; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .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); }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container { border-width: 0; border-radius: 0; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#UaM3MP3ktfSpq2oJc0bFRwNBH1ATTTCb { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#m68Z09WTFZR92sx7yBxqatAahfOrmNtf { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#g9J171hdSkGoVpESvl2Kzc0eUbnRl5IB { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:14.457683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFQykLbDWnn2xhUlIwiFX4XLsJZxmQzG { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:14.082683563233rem;left:42.582683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRZ9hHaMs5XaPkkvXlbz9yxMsbhcC51e { position:absolute;display:block;z-index:100037;height:11.25rem;width:20rem;top:20.8125rem;left:11.9375rem;display:block; }
#ThoeGl7cTATRg70KIx9iC7Pn9whPaw8l { color:#20ee59;display:block;width:15rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brTb9XlGk37pB8EHDdu7OqKGCWbAU8R8 { position:absolute;display:block;z-index:100021;background-color:rgba(49,54,63,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:8rem;width:18.9375rem;top:25.375rem;left:42.25rem;display:block; }
#ZNWvT5EcmX6H5bBa8mUTHil7zDtTRITu { position:absolute;display:block;z-index:100023;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:8.75rem;width:13.5625rem;top:18.500000953674rem;left:44.687503814698rem;overflow:hidden;display:block; }
#dz0Nkc7P24i8TJMJyx6BCKfwb5dSu80d { color:#20ee59;display:block;width:15.4375rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:29.125000953674rem;left:44.707683563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STlzO8Cl02TTrDC6Nl9JILGIfnvTckDM { background-color:#288b46;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:28.687500953674rem;left:43.218753814698rem;display:block; }
#twWVTnKluhG9LzdScOdGyAVOrgBPnbQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA.adaptive-delivery-prevent-bg, #CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA.lazyload, #CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA.lazyloading { background-image: none; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container { background-color: transparent; background-image: none; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container > .video-iframe-container { display: none; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row > .video-iframe-container { display: none; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .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); }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container { border-width: 0; border-radius: 0; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV.adaptive-delivery-prevent-bg, #cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV.lazyload, #cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV.lazyloading { background-image: none; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container { background-color: transparent; background-image: none; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container > .video-iframe-container { display: none; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row > .video-iframe-container { display: none; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .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); }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container { border-width: 0; border-radius: 0; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#kc3ZEplTxvMzIfNtaOMTTqpCb9xbnweV { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"muli black";font-size:2.3125rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:1.578125rem;left:7.5rem;height:3.46875rem;text-align:center;text-align-last:center;display:block; }
#xhFl95gi6Q5EJcXMEX7TeGnds8dQucxJ { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.1875rem;left:61.687503814698rem;overflow:hidden;display:block; }
#uStiAllVH69zeLaMfie00MC1wdaSP5y3 { position:absolute;display:block;z-index:100031;background-color:#dda15e;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.375rem;border-top-right-radius:26.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.875rem;width:59.875rem;top:0.875rem;left:7.5625rem;display:block; }
#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ.adaptive-delivery-prevent-bg, #Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ.lazyload, #Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ.lazyloading { background-image: none; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container { background-color: transparent; background-image: none; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container > .video-iframe-container { display: none; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96,108,56,0.48); }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row > .video-iframe-container { display: none; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .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); }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container { border-width: 0; border-radius: 0; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#H3GhK96yzgVxDNpbGWiK7HP85MqfS20h { position:absolute;display:block;z-index:100033;height:11.25rem;width:20rem;top:1.6875rem;left:11.957683563233rem;display:block; }
#CiSe6bdcAD55oQsf5NplA2WIEHKytXqf { position:absolute;display:block;z-index:100034;height:11.25rem;width:20rem;top:1.6875rem;left:40.082683563233rem;display:block; }
#CIkiKZe3ZrqJDwMDpmQPISyQTG0d1Nxt { color:#20ee59;display:block;width:20.25rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.520183563233rem;left:11.957683563233rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CberJam3Stc5l8nDbpiBHav9wNXw9uxR { color:#20ee59;display:block;width:18.625rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:13.582683563233rem;left:40.770183563233rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGnweD0VTsk6L7TtSQ97IavTTd24CMuW { position:absolute;display:block;z-index:100037;height:11.25rem;width:20rem;top:20.8125rem;left:11.9375rem;display:block; }
#ebVZWJxsghi9KuTgXA4q6TlIW2oZCXZe { color:#20ee59;display:block;width:17.625rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:32.625rem;left:13.145183563233rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKlkbFdpD7TM75Qr3MgovCW2zoCheZy2 { position:absolute;display:block;z-index:100039;height:11.25rem;width:20rem;top:20.8125rem;left:40.0625rem;display:block; }
#Q4vblnnLZAqRyfuDTbn8fkN5ytZrhZzc { color:#20ee59;display:block;width:17.625rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:32.625rem;left:41.270183563233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gntnXklTpnR4hlyht1rGHR8pVrqSPD3P { position:absolute;display:block;z-index:100039;height:11.25rem;width:32.6875rem;top:38.5rem;left:21.15625rem;display:block; }
#QPLNZT72RFmbzFyE4GQXCHOIJ112V3ZS { color:#20ee59;display:block;width:17.625rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:49.6875rem;left:28.6875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(96,108,56,0.49);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06.adaptive-delivery-prevent-bg, #b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06.lazyload, #b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06.lazyloading { background-image: none; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container { background-color: transparent; background-image: none; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container > .video-iframe-container { display: none; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row > .video-iframe-container { display: none; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .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); }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container { border-width: 0; border-radius: 0; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312424;background-image:none;position:relative;display:block; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container { background-color: transparent; background-image: none; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container > .video-iframe-container { display: none; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row > .video-iframe-container { display: none; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .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); }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container { border-width: 0; border-radius: 0; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#hKTGlpV54T0myrAbeW30eQA3akqpdB5g { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:9.5625rem;height:5.03645625rem;font-style:normal;display:block; }
#KGcdlKttnqx8mIJo6cAGHLav7kw0e41Z { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:14.875rem;top:1.79296875rem;left:32.9375rem;overflow:hidden;display:block; }
#UGeNdbraIuVbrWEaxxWlNd39ccqQMTGT { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:9.5625rem;height:6rem;display:block; }
#T6DuEPPP6cFoEHMvRCFhyJ3uZUMXu2Gm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:25.4375rem;top:2.76171875rem;left:42rem;overflow:hidden;display:block; }
#HDFkwR40Jp263lX1B63xB92oQJekIzg8 { z-index:100002;top:17.5625rem;left:9.5625rem;background-color:rgba(255,255,255,0.98);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GBSXQF4fwEsdZveKFZn8M0BtRLfK4rLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fbz0AxpQpsRdiLCsx9WRy6es0m5pxrwC { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.6875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1rem;left:55.0625rem;height:0.8888875rem;text-align:center;text-align-last:center;display:none; }
#t7boDddsm7CNar3McuXPr8LcXPHVDELf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container { background-color: transparent; background-image: none; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container > .video-iframe-container { display: none; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row > .video-iframe-container { display: none; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .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); }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container { border-width: 0; border-radius: 0; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn6865ATCMffS9oW1b5855QfN5fZzoxX { width:39.125rem;height:13.75rem;top:5.3125rem;left:4.3125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNFCB7M3GXBqNerH9v9H76P7GTUDT7N { top:24.5625rem;left:9.2500019073488rem;width:29.25rem;height:3.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5k8D8ss792x6GEELWspTcBRSSXmkOTx { display:block; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWmiM8Fh1lRNGnw74ay8gipoobvoXe2M { top:3.25rem;left:3.7812519073486rem;width:40.1875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwgTSgPNowQN56iJUJpuMLKyvpknbpC { display:block; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR9I8i7BhgMTPMDZ7oQs3FZrbcebibFm { top:1.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz5NHdonam261virnRrf20SeiAaf9DFO { top:7.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTEaqbKTZ7IUaSM4TuxGTHkCB9Ac2TW { top:2.25rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0MZmZCabdgC6rpQGW6Ctr3ftv9mfO07 { top:7.875rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmBvymHheFuQxnGFyGigyshNGVKX1gN { top:12.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVm13ML63VdrVvbSNWhoeULaCz80LIH9 { top:12.9375rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FusOUQ9TUy1DyNrygeLPMcswowxDHonJ { top:2.4375rem;left:0rem;width:22.4375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1AarfSX5sQfcacZP0sWR71DB4FQVtTw { top:7.25rem;left:0rem;width:26.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2PEnA4Lqms6VSBbQ75vkv7fSz9zsHfz { top:13.125rem;left:0rem;width:26.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKnVidCbu3E4TpbndXeffgM7a9owrUg { top:17.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRH9sIMvkqeGgFWt1R2fapTby3mEufpa { top:17.875rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2vB3JaLFpQCXazR4IPsTUHAbEJe8Xm { top:18.0625rem;left:0rem;width:26.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyN4kogwIAngH8TqVJFVWs9851gtZTc { top:1.5rem;left:21.25rem;width:26.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NQ3tTaQfHAKt60VAKWb2OJ9Sc2yd3m { top:7.375rem;left:21.25rem;width:26.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSyUo8UxoVPepoDPQhANGgTJw1OkCMTG { top:12.3125rem;left:21.25rem;width:26.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXNz3FdgCr2HzytTacKhPeJ2qeVZPCoM { top:17.875rem;left:21.25rem;width:26.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4LrH5ZFDHdBu3nJbDo2qS4ymvQ3BxR { top:1.5rem;left:25.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtChpiLwv7H7q8JRKs46N2dOiqe1Eky { top:6.4375rem;left:25.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9BOQ622PpfSW6ZmBvK1AG36XLJUIWZ { top:12.125rem;left:25.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ylMSBQ5yHZx9ZsE02UbtNUw3yRh86m { top:17.6875rem;left:25.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV6le63ZKQA39vqJIRXleahDTi1efpDy { top:2.125rem;left:26.625rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwOfUpymAzyqC1CaPCT4recDGoU8lGRy { top:7.25rem;left:26.625rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0wsEld5qeEsL51eE237RnioFMzuW1E { top:13.1875rem;left:26.625rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ75q4FyhhN7y6PZe6hKRRx1wrwTSTlE { top:18.5rem;left:26.625rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU { display:block; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6kXBGztVTMIRPRTZA3Te3IOmFADE6tJ { width:47.125rem;height:2rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQAE9cJx6fzyuucThzQ3vgMtgfSIeIu3 { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRnH2MazIOXncrL1EJelUIrqzCW4zfJr { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK7buwHgebm9ggAB7x0ccqw1FOT4wPie { display:block; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTy4XD0qPFinhTzDVfwTUMBKhEQfV8eX { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU2oTDbfQFCrD1tpPuAWM3HSHDXmOB3e { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkWnDcJITD01KcTxwdFms0OtcdT22C3Q { width:15rem;height:1.75rem;top:13.5rem;left:0.83268356323244rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHWIzCHQlVB0Ximpas5qVa1oUpqRKhv { width:15rem;height:1.75rem;top:14.0625rem;left:28.957683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL { display:block; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3axzOCC2TnBiUtFI284pCSHS8zkvSpy { display:block; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL0PdCXdNWqrxacdDlXtgN3sAyk4qVZy { width:47.75rem;height:2rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdLBHk0x2zTftxl1vbo9QGiPtLtbp3W { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMtIuytc2r01e896fBF2RaTpqg5Jnn1a { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT { display:block; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUP3fxT0vN84PMPWm3bAehsQennuS3Ry { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCp3JPfn616Fh6O1uEU2PSJ2c6MR1oLL { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #A33K9KOoJAZHvRQ8QePoRKJWd4EQQGDw { width:15rem;height:1.75rem;top:13.5rem;left:0.83268356323244rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRrkTHDBVS8r56TUgvKahTqSedEW0xfZ { width:15rem;height:1.75rem;top:14.0625rem;left:28.957683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdpSenJ1LQ90bum0tIQcQTxmAXLgGTqi { width:20rem;height:11.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2muN60v5scMDnwNtkvCrHDWCD18bSC7 { width:20rem;height:11.25rem;top:20.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAWxJu9eLwtgVA0R1KwJV7ed2ehxmwS { width:15rem;height:1.75rem;top:32.6875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkUMoqGeLvZePMKVK4bLNuW4bvRSSUs { width:15rem;height:1.75rem;top:33.25rem;left:28.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtpqgZDCislGiDE4i7gB2zxThWogsoa { display:block; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU2p1kTrgZv21mDITKKRwOh04bOcTDlv { display:block; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFHTakTuIxNKmrf5F8cff17TOTTWJ0K6 { width:47.75rem;height:2rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgg07N0F7TRRHIv8hutXvzgSVoiTslZX { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6DMdDTTEy6r93mbJlrKJkU72SNmtGk { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 { display:block; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nZqxy4Kn5VnFBbWtMeP0K64IXN2WyI { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI4oxmUtuttEK9axRmkg3zIZn8fyAXaJ { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIcw2LEI6OVGtPyUtWRJbr1mxTazC6gH { width:15rem;height:1.75rem;top:13.5rem;left:0.83268356323244rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS8ADWL4vMLw7rycMq9WD0vR36gNGQil { width:15rem;height:1.75rem;top:14.0625rem;left:28.957683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSlyiL9uyKCTnko1dVZmCRHsTgLmIRsC { width:20rem;height:11.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1HMFtrdJKpv1ZD4C70QXz7bgM9qkyBG { width:15rem;height:1.75rem;top:32.6875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR { display:block; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 { display:block; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHR1VmmW6rD9tDd1upG6UCZltsnC49qX { width:47.75rem;height:2.3125rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTdezBtOZsFB4ltK2zodg1S67ofQHGd { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7JTAy4eK4KchCiHC0qPIsQvSBQvEI5 { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC { display:block; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V751XhNbgv4BxDZUM9aCro8WRNVDXqEO { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guburW87mwIiFyWlkIyJ7JTGHaucnQOI { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzCWCeccKGHe6qxehs6egLikgVcZlKPs { width:15rem;height:1.75rem;top:13.5rem;left:0.83268356323244rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VInVnAUcgWgUc8cn4lzKeThizeh3eLXk { width:15rem;height:1.75rem;top:14.0625rem;left:28.957683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5zTlk0DnEivNmaiQiL11AvZ3SKLFdI { width:20rem;height:11.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ariTUx2ua9Rpqg4xJDSBSDaskTAt70Wy { width:15rem;height:1.75rem;top:32.6875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre { display:block; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmKrXe43iJOOplFO4XIq1c8eA8xR9krS { display:block; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWCkM9HuN4hxJ0AEkln3pZzwDTIwoQDw { width:47.75rem;height:2.3125rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1iwCAaG7uncfKviSEybRQSwgvox1qVo { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQaOtfo3lrEpCPDozg95I6J8y3bN0aU { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 { display:block; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaM3MP3ktfSpq2oJc0bFRwNBH1ATTTCb { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68Z09WTFZR92sx7yBxqatAahfOrmNtf { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9J171hdSkGoVpESvl2Kzc0eUbnRl5IB { width:15rem;height:1.75rem;top:13.5rem;left:0.83268356323244rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFQykLbDWnn2xhUlIwiFX4XLsJZxmQzG { width:15rem;height:1.75rem;top:14.0625rem;left:28.957683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRZ9hHaMs5XaPkkvXlbz9yxMsbhcC51e { width:20rem;height:11.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThoeGl7cTATRg70KIx9iC7Pn9whPaw8l { width:15rem;height:1.75rem;top:32.6875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTb9XlGk37pB8EHDdu7OqKGCWbAU8R8 { width:18.9375rem;height:8rem;top:25.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWvT5EcmX6H5bBa8mUTHil7zDtTRITu { width:13.5625rem;height:8.75rem;top:18.5rem;left:31.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz0Nkc7P24i8TJMJyx6BCKfwb5dSu80d { width:15.4375rem;height:1.75rem;top:29.125rem;left:31.082683563233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlzO8Cl02TTrDC6Nl9JILGIfnvTckDM { width:17.5rem;height:3.4375rem;top:28.6875rem;left:29.593753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #twWVTnKluhG9LzdScOdGyAVOrgBPnbQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA { display:block; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV { display:block; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3ZEplTxvMzIfNtaOMTTqpCb9xbnweV { width:47.75rem;height:3.4375rem;top:1.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhFl95gi6Q5EJcXMEX7TeGnds8dQucxJ { width:4.5625rem;height:4.5625rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStiAllVH69zeLaMfie00MC1wdaSP5y3 { width:47.75rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ { display:block; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3GhK96yzgVxDNpbGWiK7HP85MqfS20h { width:20rem;height:11.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSe6bdcAD55oQsf5NplA2WIEHKytXqf { width:20rem;height:11.25rem;top:1.6875rem;left:26.457683563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIkiKZe3ZrqJDwMDpmQPISyQTG0d1Nxt { width:20.25rem;height:3.5625rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CberJam3Stc5l8nDbpiBHav9wNXw9uxR { width:18.625rem;height:3.5625rem;top:13.5625rem;left:27.145183563233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGnweD0VTsk6L7TtSQ97IavTTd24CMuW { width:20rem;height:11.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebVZWJxsghi9KuTgXA4q6TlIW2oZCXZe { width:17.625rem;height:3.5625rem;top:32.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKlkbFdpD7TM75Qr3MgovCW2zoCheZy2 { width:20rem;height:11.25rem;top:20.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vblnnLZAqRyfuDTbn8fkN5ytZrhZzc { width:17.625rem;height:3.5625rem;top:32.625rem;left:27.645183563233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntnXklTpnR4hlyht1rGHR8pVrqSPD3P { width:32.6875rem;height:11.25rem;top:38.5rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPLNZT72RFmbzFyE4GQXCHOIJ112V3ZS { width:17.625rem;height:4.125rem;top:49.6875rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 { display:block; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL { display:block; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKTGlpV54T0myrAbeW30eQA3akqpdB5g { width:22.25rem;height:5rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGcdlKttnqx8mIJo6cAGHLav7kw0e41Z { width:14.875rem;height:6.9375rem;top:1.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeNdbraIuVbrWEaxxWlNd39ccqQMTGT { width:31.75rem;height:6rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DuEPPP6cFoEHMvRCFhyJ3uZUMXu2Gm { width:25.4375rem;height:18.625rem;top:2.75rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDFkwR40Jp263lX1B63xB92oQJekIzg8 { top:17.5625rem;left:0rem;width:21.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBSXQF4fwEsdZveKFZn8M0BtRLfK4rLb { display:block; }
 }@media only screen and (max-width: 763px) { #Fbz0AxpQpsRdiLCsx9WRy6es0m5pxrwC { width:8.9375rem;height:0.875rem;top:1rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7boDddsm7CNar3McuXPr8LcXPHVDELf { display:block; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb4fdb22-9b44-4fb8-98f7-212b97504f84/teste01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn6865ATCMffS9oW1b5855QfN5fZzoxX { width:16.5625rem;height:5.8125rem;top:1.1875rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNFCB7M3GXBqNerH9v9H76P7GTUDT7N { width:20rem;height:2.19986875rem;top:9.591125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5k8D8ss792x6GEELWspTcBRSSXmkOTx { display:block; }#D5k8D8ss792x6GEELWspTcBRSSXmkOTx > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWmiM8Fh1lRNGnw74ay8gipoobvoXe2M { width:20rem;height:1.92448125rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwgTSgPNowQN56iJUJpuMLKyvpknbpC { display:block; }#hbwgTSgPNowQN56iJUJpuMLKyvpknbpC > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR9I8i7BhgMTPMDZ7oQs3FZrbcebibFm { width:3.25rem;height:3.25rem;top:2.875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz5NHdonam261virnRrf20SeiAaf9DFO { width:3.3125rem;height:3.3125rem;top:8.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTEaqbKTZ7IUaSM4TuxGTHkCB9Ac2TW { width:2.125rem;height:1.92448125rem;top:3.5625rem;left:1.1250000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0MZmZCabdgC6rpQGW6Ctr3ftv9mfO07 { width:2.125rem;height:1.92448125rem;top:8.75rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmBvymHheFuQxnGFyGigyshNGVKX1gN { width:3.3125rem;height:3.3125rem;top:13.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVm13ML63VdrVvbSNWhoeULaCz80LIH9 { width:2.125rem;height:1.92448125rem;top:13.8125rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FusOUQ9TUy1DyNrygeLPMcswowxDHonJ { width:15.875rem;height:2.75rem;top:3.4375rem;left:4.1243489384651rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1AarfSX5sQfcacZP0sWR71DB4FQVtTw { width:14.875rem;height:4.125rem;top:24.062501430511rem;left:3.8750002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2PEnA4Lqms6VSBbQ75vkv7fSz9zsHfz { width:15.5rem;height:1.375rem;top:14.093750318512rem;left:3.8750002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUKnVidCbu3E4TpbndXeffgM7a9owrUg { width:3.3125rem;height:3.3125rem;top:17.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRH9sIMvkqeGgFWt1R2fapTby3mEufpa { width:2.125rem;height:1.92448125rem;top:18.625rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2vB3JaLFpQCXazR4IPsTUHAbEJe8Xm { width:15.5rem;height:2.75rem;top:18.562501272187rem;left:3.8750002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmyN4kogwIAngH8TqVJFVWs9851gtZTc { width:15.8125rem;height:4.125rem;top:8.0625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6NQ3tTaQfHAKt60VAKWb2OJ9Sc2yd3m { width:16.625rem;height:2.75rem;top:30.000001430511rem;left:3.3743489384651rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSyUo8UxoVPepoDPQhANGgTJw1OkCMTG { width:16.25rem;height:4.125rem;top:34.187501430511rem;left:3.7493489384651rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXNz3FdgCr2HzytTacKhPeJ2qeVZPCoM { width:15.6875rem;height:2.75rem;top:39.905599594116rem;left:3.6875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK4LrH5ZFDHdBu3nJbDo2qS4ymvQ3BxR { width:3.25rem;height:3.25rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtChpiLwv7H7q8JRKs46N2dOiqe1Eky { width:3.3125rem;height:3.3125rem;top:29.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9BOQ622PpfSW6ZmBvK1AG36XLJUIWZ { width:3.3125rem;height:3.3125rem;top:34.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ylMSBQ5yHZx9ZsE02UbtNUw3yRh86m { width:3.3125rem;height:3.3125rem;top:39.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV6le63ZKQA39vqJIRXleahDTi1efpDy { width:2.125rem;height:1.92448125rem;top:24.0625rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwOfUpymAzyqC1CaPCT4recDGoU8lGRy { width:2.125rem;height:1.92448125rem;top:30rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0wsEld5qeEsL51eE237RnioFMzuW1E { width:2.125rem;height:1.92448125rem;top:34.9375rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ75q4FyhhN7y6PZe6hKRRx1wrwTSTlE { width:2.125rem;height:1.92448125rem;top:40.3125rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU { display:block; }#gL7gqZAHKvhxcLTXPo7ixf6sTTHG1KxU > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6kXBGztVTMIRPRTZA3Te3IOmFADE6tJ { width:16.5625rem;height:3.9622375rem;top:1.017578125rem;left:1.7187500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQAE9cJx6fzyuucThzQ3vgMtgfSIeIu3 { width:4.5625rem;height:4.5625rem;top:6.0110692977905rem;left:15.436848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRnH2MazIOXncrL1EJelUIrqzCW4zfJr { width:20rem;height:4.875rem;top:0.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK7buwHgebm9ggAB7x0ccqw1FOT4wPie { display:block; }#nK7buwHgebm9ggAB7x0ccqw1FOT4wPie > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTy4XD0qPFinhTzDVfwTUMBKhEQfV8eX { width:18.5625rem;height:10.375rem;top:1.6875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU2oTDbfQFCrD1tpPuAWM3HSHDXmOB3e { width:18.5625rem;height:10.375rem;top:17.5625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkWnDcJITD01KcTxwdFms0OtcdT22C3Q { width:15rem;height:1.7871125rem;top:13.125rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHWIzCHQlVB0Ximpas5qVa1oUpqRKhv { width:15rem;height:1.7871125rem;top:28.849613189698rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL { display:none; }#g8ADbnF0LgPM6cXuhaeTruzfoVPExkXL > .row .container { width:20rem;height:1.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m3axzOCC2TnBiUtFI284pCSHS8zkvSpy { display:block; }#m3axzOCC2TnBiUtFI284pCSHS8zkvSpy > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL0PdCXdNWqrxacdDlXtgN3sAyk4qVZy { width:20rem;height:3.9622375rem;top:1.173828125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVdLBHk0x2zTftxl1vbo9QGiPtLtbp3W { width:4.5625rem;height:4.5625rem;top:1.4375rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMtIuytc2r01e896fBF2RaTpqg5Jnn1a { width:20rem;height:4.875rem;top:0.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT { display:block; }#B2bHSS7M9dG43e8yfM0bFC9BkP3L2KoT > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUP3fxT0vN84PMPWm3bAehsQennuS3Ry { width:18.5625rem;height:10.375rem;top:0.75000131130219rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCp3JPfn616Fh6O1uEU2PSJ2c6MR1oLL { width:18.5625rem;height:10.375rem;top:15.625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #A33K9KOoJAZHvRQ8QePoRKJWd4EQQGDw { width:15rem;height:1.7871125rem;top:11.4375rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRrkTHDBVS8r56TUgvKahTqSedEW0xfZ { width:15rem;height:1.7871125rem;top:26.599613189698rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdpSenJ1LQ90bum0tIQcQTxmAXLgGTqi { width:18.5625rem;height:10.375rem;top:31.13671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2muN60v5scMDnwNtkvCrHDWCD18bSC7 { width:18.5625rem;height:10.375rem;top:45.88671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAWxJu9eLwtgVA0R1KwJV7ed2ehxmwS { width:15rem;height:1.7871125rem;top:41.76171875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkUMoqGeLvZePMKVK4bLNuW4bvRSSUs { width:15rem;height:1.7871125rem;top:56.51171875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtpqgZDCislGiDE4i7gB2zxThWogsoa { display:none; }#cXtpqgZDCislGiDE4i7gB2zxThWogsoa > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cU2p1kTrgZv21mDITKKRwOh04bOcTDlv { display:block; }#cU2p1kTrgZv21mDITKKRwOh04bOcTDlv > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFHTakTuIxNKmrf5F8cff17TOTTWJ0K6 { width:20rem;height:3.25rem;top:1.8144540786743rem;left:0.031250059604645rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hgg07N0F7TRRHIv8hutXvzgSVoiTslZX { width:4.5625rem;height:4.5625rem;top:6.0110692977905rem;left:15.436848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #pL6DMdDTTEy6r93mbJlrKJkU72SNmtGk { width:20rem;height:4.875rem;top:0.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 { display:block; }#mpJo9lt1gmOB5Sq3JErBI8prIXzhC5n1 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8nZqxy4Kn5VnFBbWtMeP0K64IXN2WyI { width:18.5625rem;height:10.375rem;top:0.75000131130219rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI4oxmUtuttEK9axRmkg3zIZn8fyAXaJ { width:18.5625rem;height:10.375rem;top:15.625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIcw2LEI6OVGtPyUtWRJbr1mxTazC6gH { width:15rem;height:1.7871125rem;top:11.4375rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS8ADWL4vMLw7rycMq9WD0vR36gNGQil { width:15rem;height:1.7871125rem;top:26.599613189698rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSlyiL9uyKCTnko1dVZmCRHsTgLmIRsC { width:18.5625rem;height:10.375rem;top:31.13671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1HMFtrdJKpv1ZD4C70QXz7bgM9qkyBG { width:15rem;height:1.7871125rem;top:41.76171875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR { display:none; }#uLuz1TVhuS5W7IVcb3Dl9GJmD1wLm2HR > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 { display:block; }#hz66x7eD3DmogcVWBLydsCQXu0I6Xs29 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHR1VmmW6rD9tDd1upG6UCZltsnC49qX { width:19.75rem;height:3rem;top:1.814453125rem;left:0.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noTdezBtOZsFB4ltK2zodg1S67ofQHGd { width:4.5625rem;height:4.5625rem;top:6.0110692977905rem;left:15.436848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW7JTAy4eK4KchCiHC0qPIsQvSBQvEI5 { width:20rem;height:4.875rem;top:0.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC { display:block; }#IbItBzaAaXMM8QpXHERBnsVRrKw5pSPC > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V751XhNbgv4BxDZUM9aCro8WRNVDXqEO { width:18.5625rem;height:10.375rem;top:0.75000131130219rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #guburW87mwIiFyWlkIyJ7JTGHaucnQOI { width:18.5625rem;height:10.375rem;top:15.625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzCWCeccKGHe6qxehs6egLikgVcZlKPs { width:15rem;height:1.7871125rem;top:11.4375rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VInVnAUcgWgUc8cn4lzKeThizeh3eLXk { width:15rem;height:1.7871125rem;top:26.599613189698rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5zTlk0DnEivNmaiQiL11AvZ3SKLFdI { width:18.5625rem;height:10.375rem;top:31.13671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ariTUx2ua9Rpqg4xJDSBSDaskTAt70Wy { width:15rem;height:1.7871125rem;top:41.76171875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre { display:none; }#Hdk0KHe54Vo9BLcZkt1ZoB3hcDTAoTre > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BmKrXe43iJOOplFO4XIq1c8eA8xR9krS { display:block; }#BmKrXe43iJOOplFO4XIq1c8eA8xR9krS > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWCkM9HuN4hxJ0AEkln3pZzwDTIwoQDw { width:19.75rem;height:4.5rem;top:1.064453125rem;left:0.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1iwCAaG7uncfKviSEybRQSwgvox1qVo { width:4.5625rem;height:4.5625rem;top:6.0110692977905rem;left:15.436848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxQaOtfo3lrEpCPDozg95I6J8y3bN0aU { width:20rem;height:4.875rem;top:0.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 { display:block; }#sZUs5oJbtn9EPWNCy18FLbF6P7QLTrc3 > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaM3MP3ktfSpq2oJc0bFRwNBH1ATTTCb { width:18.5625rem;height:10.375rem;top:0.75000131130219rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68Z09WTFZR92sx7yBxqatAahfOrmNtf { width:18.5625rem;height:10.375rem;top:15.625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9J171hdSkGoVpESvl2Kzc0eUbnRl5IB { width:15rem;height:1.7871125rem;top:11.4375rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFQykLbDWnn2xhUlIwiFX4XLsJZxmQzG { width:15rem;height:1.7871125rem;top:26.599613189698rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRZ9hHaMs5XaPkkvXlbz9yxMsbhcC51e { width:18.5625rem;height:10.375rem;top:31.13671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThoeGl7cTATRg70KIx9iC7Pn9whPaw8l { width:15rem;height:1.7871125rem;top:41.76171875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTb9XlGk37pB8EHDdu7OqKGCWbAU8R8 { width:18.9375rem;height:8rem;top:52.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWvT5EcmX6H5bBa8mUTHil7zDtTRITu { width:13.5625rem;height:8.75rem;top:45.625rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz0Nkc7P24i8TJMJyx6BCKfwb5dSu80d { width:15.4375rem;height:1.7871125rem;top:56.375rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlzO8Cl02TTrDC6Nl9JILGIfnvTckDM { width:17.5rem;height:3.4375rem;top:55.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twWVTnKluhG9LzdScOdGyAVOrgBPnbQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA { display:none; }#CrRBfqst66JxDVGL6IMsMeFhTbOyLPxA > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV { display:block; }#cxHr9ilMxrWqBN0STqSOwauNIQ6i2IAV > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3ZEplTxvMzIfNtaOMTTqpCb9xbnweV { width:19.75rem;height:4.21875rem;top:1.251953125rem;left:0.03125rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhFl95gi6Q5EJcXMEX7TeGnds8dQucxJ { width:4.5625rem;height:4.5625rem;top:6.0110692977905rem;left:15.436848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #uStiAllVH69zeLaMfie00MC1wdaSP5y3 { width:20rem;height:4.875rem;top:0.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ { display:block; }#Q1XELa7CiMNKi8Kqhw8UxAVOwO1ShzpQ > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3GhK96yzgVxDNpbGWiK7HP85MqfS20h { width:18.5625rem;height:10.375rem;top:0.75000131130219rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSe6bdcAD55oQsf5NplA2WIEHKytXqf { width:18.5625rem;height:10.375rem;top:16.875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIkiKZe3ZrqJDwMDpmQPISyQTG0d1Nxt { width:15rem;height:2.76171875rem;top:11.4375rem;left:2.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CberJam3Stc5l8nDbpiBHav9wNXw9uxR { width:15rem;height:2.76171875rem;top:27.849609375rem;left:2.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGnweD0VTsk6L7TtSQ97IavTTd24CMuW { width:18.5625rem;height:10.375rem;top:33.63671875rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebVZWJxsghi9KuTgXA4q6TlIW2oZCXZe { width:15rem;height:2.76171875rem;top:44.26171875rem;left:2.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKlkbFdpD7TM75Qr3MgovCW2zoCheZy2 { width:20rem;height:11.25rem;top:49.80989375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vblnnLZAqRyfuDTbn8fkN5ytZrhZzc { width:17.625rem;height:1.3808625rem;top:61.997398376465rem;left:1.1875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntnXklTpnR4hlyht1rGHR8pVrqSPD3P { width:20rem;height:11.25rem;top:65.940755844119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPLNZT72RFmbzFyE4GQXCHOIJ112V3ZS { width:17.625rem;height:4.142575rem;top:77.628265380863rem;left:1.1875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 { display:none; }#b12Fr1dcoVw1FaVrggwbaGIQLEPyKV06 > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL { display:block; }#I4qXpSfgMEH97IEsaxOZFdbUhAEsXeCL > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKTGlpV54T0myrAbeW30eQA3akqpdB5g { width:17.6875rem;height:7.3125rem;top:0.6875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGcdlKttnqx8mIJo6cAGHLav7kw0e41Z { width:8.1875rem;height:3.6875rem;top:5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeNdbraIuVbrWEaxxWlNd39ccqQMTGT { width:17.5rem;height:9.1875rem;top:9.375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DuEPPP6cFoEHMvRCFhyJ3uZUMXu2Gm { width:18.5625rem;height:13.5rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDFkwR40Jp263lX1B63xB92oQJekIzg8 { top:20.82421875rem;left:1.1875rem;width:17.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBSXQF4fwEsdZveKFZn8M0BtRLfK4rLb { display:block; }
 }@media only screen and (max-width: 763px) { #Fbz0AxpQpsRdiLCsx9WRy6es0m5pxrwC { width:8.9375rem;height:0;top:126.4375rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #t7boDddsm7CNar3McuXPr8LcXPHVDELf { display:block; }#t7boDddsm7CNar3McuXPr8LcXPHVDELf > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }