.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c9552;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container { background-color: transparent; background-image: none; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container > .video-iframe-container { display: none; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row > .video-iframe-container { display: none; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .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); }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container { border-width: 0; border-radius: 0; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row > .video-iframe-container {  }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#Z7KUaJGW7Zel5fqqmVhGCnw5y1NJz3Sc { z-index:100002;top:1.4375rem;left:67rem;background-color:#2c9552;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r4bSD5f0WvXp2wuqVZ7mOk6iEBm0QHto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tkSculEFENifZU4nc8yk1rrLGN9lsc8J { background-color:#0e792c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.125rem;height:2.125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:1.8125rem;left:63.8125rem;display:block; }
#JRT9TGdKP5DZMfT6Tmw6aTZAHGwE7Oku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y1C4RrAqTMSFONVCNDhioqOvcFAUv99S { background-color:#0e792c;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.125rem;height:2.125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:1.8125rem;left:61.4375rem;display:block; }
#o8HVyxOc0uXU9lQWPgsdWVZRsJVRvKIa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y2ninboqTQI9Rnwph5aTNu3Rgc7kyC65 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:58.6875rem;overflow:hidden;display:none; }
#Q6RiTmgbJOQSnUHpb1Pu5iLfodTpXMqL { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.249025rem;width:2.1875rem;top:1.75rem;left:58.1875rem;overflow:hidden;display:block; }
#S9maMTRcp79HoTVzibym4lbWUQBbZkBI { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HzaUTXbFRo07Dq3IUBviKJqo6s9QLwg5 { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#XgSGWugB3VHaIOtAiuHdTLkxJsuc3VFH { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:24.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#DDJAPG7y30WkT2SdSs4XXD8vzM8ggafL { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:30.125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#SN7yLs2h46vRDQD4DPdAOHXAFfi1ry9X { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:38.125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#cHbqvcEwfryMVsk05E0ADrhuN6BP0mil { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:42.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ZSGrh02cCWDtbrdkQuzOX4xLXe2X3dWB { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:47.375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#yMLEtrSh5uhTg8QWuwhGKbIhWz2crynn { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:52.6875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ObybaU1ZFPrf8mkLgu338EBA9JRNf28M { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:0.4375rem;left:5.4375rem;overflow:hidden;display:block; }
#sV28Ur53km8U4lzpQ4y9wV4ESSmoZwqo { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:0.4375rem;left:5.4375rem;overflow:hidden;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/pSRGV6Ru/back.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#KpyKCrEDN2309c4duSdbaLue5eIaTMGN { z-index:100000;top:42.5625rem;left:32.125rem;background-color:#2c9552;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDlf91wRQwTn9NwTFSkBc2w1BuimJRhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pdF4VxpMgPcwJ2tIgmUGHfgEHfiW1gGA { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"juntos somos mais";font-size:3.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.23);top:30.75rem;left:21.125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#CIITm1368al3ERDpgaRhaUolTg9OBf9G { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"juntos somos mais";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:35.875rem;left:24.875rem;height:4.9375rem;text-align:center;text-align-last:center;display:block; }
#vrhWrtK9MDhLteNbNXpDkna5ekoOXMqZ { color:#ffffff;display:block;width:5.561525rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:47.0625rem;left:36.125rem;height:1.94921875rem;display:block; }
#oHSPC0bCF7C0M577Q0Treuugnl4NFG1d { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.249025rem;width:2.1875rem;top:46.875rem;left:33.3125rem;overflow:hidden;display:block; }
#DV5IbLSCbKWZieWHEmnQQCD4TDXOt6gl { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:15.9375rem;top:12.625rem;left:21.375rem;overflow:hidden;display:block; }
#ELpO3cl9PJMfvwbLBSTIpzS90mnpZKTz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:15.0625rem;top:14.1875rem;left:37.625rem;overflow:hidden;display:block; }
#BnICQ4N1m8dliQG72PGqhEEehqxaMbRd { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9.0625rem;top:14.1875rem;left:38.875rem;overflow:hidden;display:none; }
#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e { position:relative;display:block; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e { background-color: transparent; background-image: none; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container > .video-iframe-container { display: none; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row > .video-iframe-container { display: none; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .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); }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e { border-width: 0; border-radius: 0; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container > .video-iframe-container {  }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#qyQgalETEmu7ol7RFUZT2IMrGHbZGWVf { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:"juntos somos mais";font-size:2.5rem;font-weight:normal;z-index:99997;line-height:1.4;letter-spacing:0;top:7rem;left:4.5rem;height:7rem;text-align:left;text-align-last:left;display:block; }
#cVOAOHuz5nJ44L9RXLh9PyCxtbtiT723 { position:absolute;display:block;z-index:99996;background-color:#90d2ea;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;height:3.8125rem;width:30.25rem;top:10.5rem;left:4.5rem;display:block; }
#N7UCxwFEgseps8fs4qpRi1PgMdCPn0DH { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"juntos somos mais";font-size:2.5rem;font-weight:normal;z-index:99998;line-height:1.4;letter-spacing:0;top:10.5rem;left:5.75rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#TGuNDUI1fiI7T593TDTFnblZ7eHTEIBv { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:16rem;left:4.5rem;height:8.7715rem;text-align:left;text-align-last:left;display:block; }
#xoD7IqbOeTGATS4aEWsfHiRzQeqFIIU1 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26rem;left:4.5rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#EqERUPaeLi4QeDvpPmkL1P48Vl6BiDav { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:27.375rem;top:4.34375rem;left:43.03125rem;overflow:hidden;display:block; }
#OwzwovHzlr8I9cfud89LGfohGTRComsR { z-index:100001;top:28.9375rem;left:4.5rem;background-color:#2c9552;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lwpTzaEkWQyJei6EK1XZTOwtzJHKSm8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c9552;background-image:none;position:relative;display:block; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container { background-color: transparent; background-image: none; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container > .video-iframe-container { display: none; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row > .video-iframe-container { display: none; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .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); }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container { border-width: 0; border-radius: 0; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row > .video-iframe-container {  }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#kTpv394RHb6S4ip1TF86KGycCEWurnJ8 { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.09375rem;height:13.15725rem;text-align:center;text-align-last:center;display:block; }
#WHFTWaIIyU8ggycpX2O252wXUXVMdJQc { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"juntos somos mais";font-size:3.125rem;font-weight:normal;z-index:100039;line-height:1.4;letter-spacing:0;top:7.125rem;left:14.6875rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#coOg75KgNo54PBT3TwkDH0uaEBKgtPHs { position:absolute;display:block;z-index:99994;background-color:#90d2ea;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;height:3.8125rem;width:46.0625rem;top:12rem;left:14.5rem;display:block; }
#fn0RZtCPp903RJoSdhQyTCxEcWr9kFMf { z-index:100002;top:31.8125rem;left:32.125rem;background-color:#2c9552;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ssuRITluzTsSUQIvr8IrlcRRDctencdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container { background-color: transparent; background-image: none; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container > .video-iframe-container { display: none; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row > .video-iframe-container { display: none; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .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); }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container { border-width: 0; border-radius: 0; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row > .video-iframe-container {  }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#mpT6wcnURFsTrsKCnfaOfs9HT0t5Ezuk { color:#2c9552;display:block;width:49.8125rem;position:absolute;font-family:"juntos somos mais";font-size:2.375rem;font-weight:normal;z-index:99997;line-height:1.4;letter-spacing:0;top:4.25rem;left:12.59375rem;height:3.32421875rem;text-align:center;text-align-last:center;display:block; }
#gNgM2F5c8zoEOhhh4KUeL6y3A5PFJ0cr { color:#000000;display:block;width:46rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.125rem;left:14.5rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container { background-color: transparent; background-image: none; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container > .video-iframe-container { display: none; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row > .video-iframe-container { display: none; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .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); }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container { border-width: 0; border-radius: 0; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row > .video-iframe-container {  }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#DqRuoF363WWkeFJdAVFR1XLk1m55XusB { color:#2c9552;display:block;width:17.9375rem;position:absolute;font-family:"juntos somos mais";font-size:2.375rem;font-weight:normal;z-index:99998;line-height:1.4;letter-spacing:0;top:3.125rem;left:17.0625rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#xt9sJaCrWkSdm0y3ZyTOuQvp7UKCToVO { color:#2c9552;display:block;width:16.9375rem;position:absolute;font-family:"juntos somos mais";font-size:2.375rem;font-weight:normal;z-index:99999;line-height:1.4;letter-spacing:0;top:11.3125rem;left:16.4375rem;height:3.38671875rem;text-align:left;text-align-last:left;display:block; }
#rtHS4Aro52LiOERBldk04v4kvBOhuTre { position:absolute;display:block;z-index:99997;background-color:#90d2ea;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;height:3.75rem;width:17.9375rem;top:10.9375rem;left:16.0625rem;display:block; }
#gTkCXLhEseWXDXdrHiC9FWTxnmr5ZGxh { position:absolute;display:block;z-index:100000;background-color:#006b31;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;height:0.125rem;width:3.125rem;top:12.75rem;left:34rem;display:block; }
#LVNS6bgrTvLvIHBagvRqSIcD1a6cs6ML { position:absolute;display:block;z-index:100001;background-color:#006b31;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;height:18.6875rem;width:0.125rem;top:3.125rem;left:37.0625rem;display:block; }
#zAB3u7dNqxQAs5G3sSRTGz90g37JAfA3 { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:38.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#PUbAszXSW6WFm9R3zSpQ8JT85Se8smSt { color:#2c9552;display:block;width:16.1875rem;position:absolute;font-family:"juntos somos mais";font-size:2.375rem;font-weight:normal;z-index:99999;line-height:1.4;letter-spacing:0;top:3.125rem;left:38.8125rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#h7zS2vgaKcyyKCTCPtDI8o52zrpwH1nH { color:#000000;display:block;width:29rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.3798828125rem;left:38.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#UlHQRIFmybDgsvObJIqVnMuW7XuL3JI8 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:15.5rem;left:38.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#UQTEW7Jdxy0aHHxxExdcZUVzGi5JaHs5 { position:absolute;display:block;z-index:100007;height:7.5rem;width:18.75rem;top:15.5rem;left:15.6875rem;display:block; }
#AHKGcdXX0qEuh03h3ZCc3Ok08sgv02nv { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:7.625rem;width:18.75rem;top:15.4375rem;left:15.6875rem;display:block; }
#d7UrbXMHz5hn1x91Md1KMbZnxSKDLxtW { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.0625rem;left:14.75rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#wrGbTic9ZSEMzeLbGwv9gFcIIJiTlIvM { z-index:100002;top:32.8125rem;left:32.125rem;background-color:#2c9552;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WwKPXJckeLP7bpZl4KThWpGbSqfHsabR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SHs9GMBmUMR0RXgsT1gtQ6TiGqrsEOo6 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:38.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#qvwQtXrMiO6WTX49p62R0eKehCCGSLNK { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:booma;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:19.9306640625rem;left:38.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VG8RM5zX/fundooo.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.adaptive-delivery-prevent-bg, #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.lazyload, #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.lazyloading { background-image: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { background-color: transparent; background-image: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container > .video-iframe-container { display: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row > .video-iframe-container { display: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .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); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { border-width: 0; border-radius: 0; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row > .video-iframe-container {  }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#m14VDkwQzlwOTPDiTL8EBnQwVsG8FEns { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:"juntos somos mais";font-size:2.375rem;font-weight:normal;z-index:99996;line-height:1.4;letter-spacing:0;top:18.5rem;left:12.3125rem;height:6.6484375rem;text-align:left;text-align-last:left;display:block; }
#MTzQmi5nv6HfJhOL548q6TCtUuorhF9x { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:booma;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.375rem;height:8.9355625rem;text-align:left;text-align-last:left;display:block; }
#wfZT383NgFfLSyWErTXB2fp0CgsKDAlp { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:21.125rem;top:6.15625rem;left:43.46875rem;overflow:hidden;display:block; }
#k9fAIPCHWzPXmtiyTqAZLJThhCRrE2lm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:17.1875rem;display:none; }
#TVu0yrBLLWANB5WyQTptxiCsCedalOzS { z-index:100003;top:26.5rem;left:12.3125rem;background-color:transparent;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JRg2B7NPcaGq4LneNIgd3UloMMzeZTTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container { background-color: transparent; background-image: none; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container > .video-iframe-container { display: none; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row > .video-iframe-container { display: none; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .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); }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container { border-width: 0; border-radius: 0; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row > .video-iframe-container {  }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#UxAIWuw6lZXgOGisvWyqoITMkrFKUa3T { position:absolute;display:block;z-index:100007;background-color:#2c9552;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;height:2.9375rem;width:28.875rem;top:3rem;left:23.0625rem;display:block; }
#De5cmHOGVrzZIBBzucELQfW40UriNv3L { color:#1a733e;display:block;width:29.0625rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:3.125rem;left:23rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#ghcQGLoOldmVCnaMuaUpdqKhlwp9CV26 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.9375rem;width:16rem;top:9.3125rem;left:3.625rem;display:block; }
#IXxXJRTovCoGuAExQGznEaITOAysCvBD { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:21.1875rem;left:5.0625rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NeLydBuzBS5a5IXUvFIWrIETgGsSbibx { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:26.3125rem;left:5.0625rem;height:4.22265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sVqr3STuIEJC533CwmxHT3h0CAcDCDB1 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.125rem;top:9.3125rem;left:3.625rem;overflow:hidden;display:block; }
#CtXfIdD3DWfLakeRkR8wQV5huwR4kKqy { color:#0e792c;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:33.5625rem;left:5.0625rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zy9TPsQMcNreUOxR6C5JKzX9CJBTaVc9 { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.9375rem;width:16rem;top:9.3125rem;left:20.8125rem;display:block; }
#dWld7Gc833XSt2RVgpOXw49qqWTRs7Id { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.25rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzmcVmx0CXMK8mQvqzoq3XsVHlPX3QSa { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:27.625rem;left:22.25rem;height:3.16699375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLdrm1pV88ISpPKKu9ZyMaQZfze8TLwQ { color:#0e792c;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:33.5625rem;left:22.25rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tRFCWxDJ9gXXKBdWG8pQS9xsJUVI3F7b { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.125rem;top:9.3125rem;left:20.8125rem;overflow:hidden;display:block; }
#WcZlUkXZs80pDUakAB8Lhk80q28dLwwt { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.9375rem;width:16rem;top:9.3125rem;left:38.0625rem;display:block; }
#ieHCulTaAi5HWcUQu052aRHq0qmOeNkK { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:21.1875rem;left:39.5rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hulwAee7xxtsDskL3wlDB5k1Uu061Uoq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:27.875rem;left:39.5rem;height:3.16699375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJBs7fGwrrVL80SFfQU6iF0TkGz6aTul { color:#0e792c;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:33.5625rem;left:39.5rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N7dg7Eky3BC37qu3yfbwGgalaKSOPRB7 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.125rem;top:9.3125rem;left:38.0625rem;overflow:hidden;display:block; }
#f1V0g8DpwXU3J3vaWSmKJo1sER18SGRe { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.9375rem;width:16rem;top:9.3125rem;left:55.3125rem;display:block; }
#oNSKyvI2BTadNAu30g7wtwMSk31vTrgX { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:21.1875rem;left:56.75rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ARIh7iKeXlhwWtzqH65XtJ7TJn24SVNf { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:26.3125rem;left:56.75rem;height:5.27831875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8spCNytOkeecuzVX0TUDAl3CluHnnT3 { color:#0e792c;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:33.5625rem;left:56.75rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pEwvprgvA3nRygmwpgOh6DRM2mxGxK2v { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:16.125rem;top:9.3125rem;left:55.3125rem;overflow:hidden;display:block; }
#grDyGv5zHWJg9khcT848RhEDR8wyqGhK { color:#0e792c;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:19.5625rem;left:5.0625rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTmSqt5GaSqqlHDyqvrHEMw6X3p63uaE { color:#0e792c;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:19.5625rem;left:22.25rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stR7hoyeRW9WZ1TXCmIURWbeu7hTkTt8 { color:#0e792c;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:19.5625rem;left:39.5rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTwNLRk8OoQRgvoa027J16KlGF2GBQXt { color:#0e792c;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:19.5625rem;left:56.75rem;height:1.0556625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container { background-color: transparent; background-image: none; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container > .video-iframe-container { display: none; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row > .video-iframe-container { display: none; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .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); }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container { border-width: 0; border-radius: 0; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row > .video-iframe-container {  }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#WPA7gF96BZLRIHKcpLTkSTSdSa6XL6HO { color:#1a733e;display:block;width:35.125rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:7.9863125rem;text-align:left;text-align-last:left;display:block; }
#zKlo5LgivZNpFyH4dKPKJoMP16gFcrq5 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:10.233375rem;text-align:left;text-align-last:left;display:block; }
#T8AZBiTGawQUDI5ECxhgqclDd6SSzrKz { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.6875rem;width:38.6875rem;top:7.3125rem;left:35.125rem;overflow:hidden;display:block; }
#VO24LcZuWVPqsKIKmcnff5V73cczB3nq { color:#000000;display:block;width:7.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:38.875rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wCT9gqd57PEEfd80m1tafgSpfEK4b6rC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;opacity:1;top:38.57421875rem;left:6.53125rem; }
#wCT9gqd57PEEfd80m1tafgSpfEK4b6rC > img { max-width: 100%;max-height:100%; }#rrBpoCPJaG3xyOcJe9OCToAxX7yTAW3C { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:10rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#i5oGozD9ygkN6NPlSazdUXWA2RT0F83K { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.4375rem;top:7.3125rem;left:15.46875rem;overflow:hidden;display:block; }
#zlcNQrybacuPwJ9IRs9N27XiavZ2BoUK { color:#1a733e;display:block;width:1.6875rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:8.69921875rem;left:12.0625rem;height:2.6621125rem;text-align:left;text-align-last:left;display:block; }
#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container { background-color: transparent; background-image: none; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container > .video-iframe-container { display: none; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row > .video-iframe-container { display: none; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .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); }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container { border-width: 0; border-radius: 0; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row > .video-iframe-container {  }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#bDn2NCL4KucUku0QqpOQiG3naTWFgD6Q { color:#1a733e;display:block;width:43.0625rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:4.625rem;left:15.96875rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#ohO4sPQcIV96Z5E88JuAQ9voFHWTtLW9 { color:#000000;display:block;width:49.875rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.5625rem;height:10.233375rem;text-align:center;text-align-last:center;display:block; }
#viJtrcDNShwxrKzTm0uCBraT9smZ1STs { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:9.5rem;top:8.875rem;left:32.75rem;overflow:hidden;display:block; }
#kEEkLlI9Cv3JFIipuUpRua9wPA7VTHJG { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:26.1875rem;left:5.65625rem;overflow:hidden;display:block; }
#DV58zsf17TMW4c5XswHdFFNssxhi2QU9 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:26.1875rem;left:18.90625rem;overflow:hidden;display:block; }
#sfNcZJU9wgNKsdTI6z6dfW3yUpfntOTo { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:26.1875rem;left:32.21875rem;overflow:hidden;display:block; }
#fTAWkP87pCRkoU1tlk0W9gAkBUucdN07 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:26.1875rem;left:45.59375rem;overflow:hidden;display:block; }
#y1bftCsoZr2VxHbL9AwQhfeVmJACB17W { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:26.1875rem;left:59.03125rem;overflow:hidden;display:block; }
#g4kD069fQoc8m7sUSSdz3aspNnKSsGA6 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:39.4375rem;left:18.9375rem;overflow:hidden;display:block; }
#gGT8wqRJdcz6DBKubR8Dtys7EerX0gQJ { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:39.4375rem;left:32.25rem;overflow:hidden;display:block; }
#c3cF1BDATCePXDUMFVwOIi0VdtyAHpIA { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:39.4375rem;left:45.625rem;overflow:hidden;display:block; }
#CnPRQMrpiSCuK8AGJ4hr5PXdqHUypJX3 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:39.4375rem;left:59.0625rem;overflow:hidden;display:block; }
#hzI55FzWNqKBNU6skb4p33sRpTM3Qb7w { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:39.4375rem;left:5.6875rem;overflow:hidden;display:block; }
#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container { background-color: transparent; background-image: none; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container > .video-iframe-container { display: none; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row > .video-iframe-container { display: none; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .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); }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container { border-width: 0; border-radius: 0; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row > .video-iframe-container {  }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#zwKWZygxTuVqts5U5q4n6ZU5VVwJSCOf { color:#1a733e;display:block;width:23.375rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:5.5rem;left:25.8125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#CEwoBullqgWLI5JUKNi9vTEUt2ro8DZh { position:absolute;display:block;z-index:100003;background-color:#2c9552;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;height:2.9375rem;width:23.4375rem;top:5.34375rem;left:25.78125rem;display:block; }
#Iq3Ww6W4aD1sylWiKNO6JLOrzDqvZdKd { color:#000000;display:block;width:48.25rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:10.375rem;left:13.375rem;height:16.08105rem;text-align:center;text-align-last:center;display:block; }
#dBBHTJK8mFri768sT9733Rl1qK0UliBc { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:28.9375rem;left:16.75rem;overflow:hidden;display:block; }
#gOF8UuR1xh5e8ucSu1qpmbrUQ1e2NvFU { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:28.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#DpKWPz3FzmPIsrOpKI4ECGualLm0Toyl { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:28.9375rem;left:37.625rem;overflow:hidden;display:block; }
#XC00hT2hnNvMSi8GEe6gBSItfHll8buQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:28.9375rem;left:48.0625rem;overflow:hidden;display:block; }
#mpqxEdA7hGkHNN83IuxMr2qIDVEzvDed { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:39.375rem;left:22rem;overflow:hidden;display:block; }
#qPA5Mm8vGlaaI64iZFBJhX2gEHpp1Z2Q { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:39.375rem;left:32.4375rem;overflow:hidden;display:block; }
#fHPmozJUkTv5AbT6RzoiCBSBukE2reHt { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:39.375rem;left:42.875rem;overflow:hidden;display:block; }
#QqxgPUThORfxHIbWCgheipyIroGHweee { z-index:100004;top:51.3125rem;left:32.125rem;background-color:#2c9552;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yPcy7prDlPz7EKcJTHIo3wbRhFFUQoUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c9552;background-image:none;position:relative;display:block; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container { background-color: transparent; background-image: none; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container > .video-iframe-container { display: none; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row > .video-iframe-container { display: none; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .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); }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container { border-width: 0; border-radius: 0; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row > .video-iframe-container {  }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#c2qS2JRhzgrSHKnTs4BGzBkDMS8zpvMn { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"juntos somos mais";font-size:2.0625rem;font-weight:normal;z-index:100041;line-height:1.4;letter-spacing:0;top:3.5625rem;left:14.6875rem;height:2.88671875rem;text-align:center;text-align-last:center;display:block; }
#p0nIn4u5F348M0UoT6mgiFdXsIvGiuFT { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:20.375rem;top:8.1875rem;left:6.125rem;display:block; }
#QSivmXQihJgXmGMIdwUnp2ZmlAL2Legm { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:20.375rem;top:8.1875rem;left:27.375rem;display:block; }
#VVsUbFeAnaiNgtXTHre7lrKfcuJ4Xz8Q { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:20.3125rem;top:8.1875rem;left:48.5625rem;display:block; }
#acmUB0tRqyeIKcmucr3K1F2CQ9ULzeCL { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:20.375rem;top:20.25rem;left:16.75rem;display:block; }
#K3RSxXc288MEggl01azhv40HyOip00yg { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:20.375rem;top:20.25rem;left:37.9375rem;display:block; }
#AGMyFfgywB1EmLD7VPHmzWuoWvKyx49K { z-index:100005;top:33.8125rem;left:32.125rem;background-color:#2c9552;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wvxrXl62GWipKXT74Trfr94fkawcLFVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 { position:relative;display:block; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 { background-color: transparent; background-image: none; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container > .video-iframe-container { display: none; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row > .video-iframe-container { display: none; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .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); }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 { border-width: 0; border-radius: 0; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container > .video-iframe-container {  }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#ITLq9wn0nTDAk7KTgPCAdsfcaproampt { color:#1a733e;display:block;width:23.375rem;position:absolute;font-family:"juntos somos mais";font-size:2rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:4.125rem;left:25.8125rem;height:2.6621125rem;text-align:center;text-align-last:center;display:block; }
#ZEHXamoIAS2yOQCL4D2svMweCuu0FcGZ { position:absolute;display:block;z-index:100005;background-color:#2c9552;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;height:2.9375rem;width:23.4375rem;top:4rem;left:25.8125rem;display:block; }
#SmafAq4Ttvk4frtcdJtAxSuJ8DsQ6wgO { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:14.6875rem;top:10.3125rem;left:8.6875rem;overflow:hidden;display:block; }
#P9CQXVdstcu59dygEaymb9D2rTgedsXn { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:14.6875rem;top:10.3125rem;left:23.375rem;overflow:hidden;display:block; }
#zJFVA8Og9xh7JnepaN6hwcpxSavBO66l { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:14.6875rem;top:10.3125rem;left:38.0625rem;overflow:hidden;display:block; }
#rVTwT8iLk3wNuS19kTTxQuV0IrBtoKTp { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:13.0625rem;top:10.3125rem;left:52.75rem;overflow:hidden;display:block; }
#lFRC9gTG6innLW9apaD2NyC2nkNwQ1uJ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:29.625rem;top:19.9375rem;left:8.6875rem;overflow:hidden;display:block; }
#aiQx9HWcGLxwiPpNu1nqMrmGJCJ5JG9t { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:14.375rem;top:19.9375rem;left:38.0625rem;overflow:hidden;display:block; }
#pqvmSkyu3tu5CkJMWv0nykCznqPgGHu4 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:13.3125rem;top:19.9375rem;left:52.4375rem;overflow:hidden;display:block; }
#vPNG77BqRMuQCyieR6hHg8RPIThN7D09 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:13.25rem;top:27.875rem;left:52.4375rem;overflow:hidden;display:block; }
#PrT9tlDvW93nIoD1TD44l1h8ZLwo1dc6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:14.375rem;top:30.125rem;left:38.0625rem;overflow:hidden;display:block; }
#hrzSTMXiN7BGqz0ZEXRe1M1Q7bpG89PD { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:14.1875rem;top:39.625rem;left:8.6875rem;overflow:hidden;display:block; }
#PREHzyhnLZRkPXqz8xTeVe2k7yRhb4Nw { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:14.3125rem;top:39.625rem;left:22.6875rem;overflow:hidden;display:block; }
#aFQl6wsXaa9ELpJFnFwez69Cih09h7T1 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:13.9375rem;top:39.5625rem;left:36.75rem;overflow:hidden;display:block; }
#htv3gg5ipI8iTqPAJTNo8RsDEqGuf5CP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:15rem;top:39.125rem;left:50.6875rem;overflow:hidden;display:block; }
#AClnbaUfLfOueshX0i8ptIaROu24zFUJ { z-index:100006;top:51.5625rem;left:32.125rem;background-color:#2c9552;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SbLmwZ5JsdXicvoXwzHh95REtmKczgoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QUFXKXzD01lnINhTCZa1Rv3KqTSss17k { color:#626262;display:block;width:13.25rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:50.1875rem;left:8.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/vJX8Tmmq/fundooo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz.adaptive-delivery-prevent-bg, #AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz.lazyload, #AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz.lazyloading { background-image: none; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container { background-color: transparent; background-image: none; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container > .video-iframe-container { display: none; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row > .video-iframe-container { display: none; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .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); }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container { border-width: 0; border-radius: 0; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row > .video-iframe-container {  }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#GPQmWFb8OKk9lwTFvIOZWKpwCoXElQ7z { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"juntos somos mais";font-size:1.75rem;font-weight:normal;z-index:99998;line-height:1.4;letter-spacing:0;top:6.875rem;left:14.9375rem;height:9.796875rem;text-align:center;text-align-last:center;display:block; }
#Uu3hI4vf6qRr1CuQs6sl02VER5XuIl4I { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"juntos somos mais";font-size:1.75rem;font-weight:normal;z-index:99999;line-height:1.4;letter-spacing:0;top:18.1875rem;left:20.1875rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#hTEGvQX3sNJLxAhVSEeAtINV6wsxGCxZ { position:absolute;display:block;z-index:99997;background-color:#90d2ea;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;height:2.9375rem;width:11.6875rem;top:17.875rem;left:22.3125rem;display:block; }
#T35Vk0RREvaAEzN4bSG3x5rmehVmpoJb { z-index:100006;top:24.5625rem;left:32.125rem;background-color:#2c9552;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iQR9hUXUgqyxER7JT9gAbFVo5JxbxXie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;background-image:none;position:relative;display:block; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container { background-color: transparent; background-image: none; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container > .video-iframe-container { display: none; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row > .video-iframe-container { display: none; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .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); }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container { border-width: 0; border-radius: 0; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row > .video-iframe-container {  }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#rVWh7JIiVThplkDDTTJ1exrnEPFihS3B { color:#2c9552;display:block;width:14.4375rem;position:absolute;font-family:"juntos somos mais";font-size:1.125rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:1.46875rem;left:30.28125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3bSvdNDaPpvumxvQKaK5dpodVB46Tzy { color:#000000;display:block;width:43rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.625rem;left:16rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#FzmIhgTiBr2ILP1XUE6WO9QBJCG3EX5m { color:#000000;display:block;width:43rem;position:absolute;font-family:booma;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:5.75rem;left:16rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c9552;background-image:none;position:relative;display:block; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container { background-color: transparent; background-image: none; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container > .video-iframe-container { display: none; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row > .video-iframe-container { display: none; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .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); }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container { border-width: 0; border-radius: 0; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row > .video-iframe-container {  }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#KzclKAb6Xx3M2JTHVGW1HiCxHli3Uih6 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fu0MK49foQSVuy6kIglwxcqas1q0cG36 { color:#ffffff;display:block;width:26.749rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.4375rem;left:8.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpQFCexSPDy9O2ax6fUOF5bfgST30hQ7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:0.71875rem;left:1.998046875rem;overflow:hidden;display:block; }
#MLXTtnoAqUEtIdmL6hNxQslH38t1eWHw { background-color:transparent;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6855625rem;height:2.061525rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:2.34375rem;left:59.7470703125rem;display:block; }
#XF0sleTOi13m2392El93uvmpHMGOyiyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c9552;background-image:none;position:relative;display:block; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container { background-color: transparent; background-image: none; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container > .video-iframe-container { display: none; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row > .video-iframe-container { display: none; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .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); }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container { border-width: 0; border-radius: 0; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row > .video-iframe-container {  }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#lD4CSIEdenXQSLSTHADmttOh6TKomlRQ { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3.03515625rem;left:61.0595703125rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#olL5TdrRwN0zkhV8fMhUT0qg1suBAZMd { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:25.3720703125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#neEZtXdImhsrLh9mdskzTAHtgrpEmTsQ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:20.125rem;top:1.84375rem;left:2.53125rem;overflow:hidden;display:block; }
#svCTebs23PRiGdeeICJKNrTlud3o1GaO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:18.4375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT { display:block; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7KUaJGW7Zel5fqqmVhGCnw5y1NJz3Sc { top:1.4375rem;left:39.75rem;width:8rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bSD5f0WvXp2wuqVZ7mOk6iEBm0QHto { display:block; }
 }@media only screen and (max-width: 763px) { #tkSculEFENifZU4nc8yk1rrLGN9lsc8J { width:2.125rem;height:2.125rem;top:1.8125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRT9TGdKP5DZMfT6Tmw6aTZAHGwE7Oku { display:block; }
 }@media only screen and (max-width: 763px) { #y1C4RrAqTMSFONVCNDhioqOvcFAUv99S { width:2.125rem;height:2.125rem;top:1.8125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8HVyxOc0uXU9lQWPgsdWVZRsJVRvKIa { display:block; }
 }@media only screen and (max-width: 763px) { #y2ninboqTQI9Rnwph5aTNu3Rgc7kyC65 { top:1.6875rem;left:45.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6RiTmgbJOQSnUHpb1Pu5iLfodTpXMqL { top:1.75rem;left:44.5625rem;width:2.1875rem;height:2.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9maMTRcp79HoTVzibym4lbWUQBbZkBI { top:0rem;left:0rem;width:5.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzaUTXbFRo07Dq3IUBviKJqo6s9QLwg5 { top:2.375rem;left:1.1875rem;width:8.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSGWugB3VHaIOtAiuHdTLkxJsuc3VFH { top:2.3125rem;left:10.9375rem;width:4.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDJAPG7y30WkT2SdSs4XXD8vzM8ggafL { top:2.3125rem;left:16.5rem;width:7.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN7yLs2h46vRDQD4DPdAOHXAFfi1ry9X { top:2.3125rem;left:24.5rem;width:2.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHbqvcEwfryMVsk05E0ADrhuN6BP0mil { top:2.3125rem;left:29.125rem;width:3.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGrh02cCWDtbrdkQuzOX4xLXe2X3dWB { top:2.3125rem;left:33.75rem;width:4.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLEtrSh5uhTg8QWuwhGKbIhWz2crynn { top:2.3125rem;left:39.0625rem;width:4.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObybaU1ZFPrf8mkLgu338EBA9JRNf28M { top:0.4375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV28Ur53km8U4lzpQ4y9wV4ESSmoZwqo { top:0.4375rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpyKCrEDN2309c4duSdbaLue5eIaTMGN { top:42.5625rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDlf91wRQwTn9NwTFSkBc2w1BuimJRhX { display:block; }
 }@media only screen and (max-width: 763px) { #pdF4VxpMgPcwJ2tIgmUGHfgEHfiW1gGA { top:30.75rem;left:7.5rem;width:32.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIITm1368al3ERDpgaRhaUolTg9OBf9G { top:35.875rem;left:11.25rem;width:25.25rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhWrtK9MDhLteNbNXpDkna5ekoOXMqZ { top:47.0625rem;left:22.5rem;width:5.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHSPC0bCF7C0M577Q0Treuugnl4NFG1d { top:46.875rem;left:19.6875rem;width:2.1875rem;height:2.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV5IbLSCbKWZieWHEmnQQCD4TDXOt6gl { top:12.625rem;left:7.75rem;width:15.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpO3cl9PJMfvwbLBSTIpzS90mnpZKTz { top:14.1875rem;left:24rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnICQ4N1m8dliQG72PGqhEEehqxaMbRd { top:14.1875rem;left:25.25rem;width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e { display:block; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyQgalETEmu7ol7RFUZT2IMrGHbZGWVf { top:7rem;left:0rem;width:47.75rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVOAOHuz5nJ44L9RXLh9PyCxtbtiT723 { top:10.5rem;left:0rem;width:30.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7UCxwFEgseps8fs4qpRi1PgMdCPn0DH { top:10.5rem;left:0rem;width:28.5625rem;height:3.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuNDUI1fiI7T593TDTFnblZ7eHTEIBv { top:16rem;left:0rem;width:32.5625rem;height:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoD7IqbOeTGATS4aEWsfHiRzQeqFIIU1 { top:26rem;left:0rem;width:9.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqERUPaeLi4QeDvpPmkL1P48Vl6BiDav { top:4.3125rem;left:20.375rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzwovHzlr8I9cfud89LGfohGTRComsR { top:28.9375rem;left:0rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwpTzaEkWQyJei6EK1XZTOwtzJHKSm8t { display:block; }
 }@media only screen and (max-width: 763px) { #dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 { display:block; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTpv394RHb6S4ip1TF86KGycCEWurnJ8 { top:17.625rem;left:0.46875rem;width:46.8125rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHFTWaIIyU8ggycpX2O252wXUXVMdJQc { top:7.125rem;left:1.0625rem;width:45.625rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOg75KgNo54PBT3TwkDH0uaEBKgtPHs { top:12rem;left:0.875rem;width:46.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0RZtCPp903RJoSdhQyTCxEcWr9kFMf { top:31.8125rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssuRITluzTsSUQIvr8IrlcRRDctencdo { display:block; }
 }@media only screen and (max-width: 763px) { #BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM { display:block; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpT6wcnURFsTrsKCnfaOfs9HT0t5Ezuk { top:4.25rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNgM2F5c8zoEOhhh4KUeL6y3A5PFJ0cr { top:9.125rem;left:0.875rem;width:46rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q { display:block; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqRuoF363WWkeFJdAVFR1XLk1m55XusB { top:3.125rem;left:3.4375rem;width:17.9375rem;height:6.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9sJaCrWkSdm0y3ZyTOuQvp7UKCToVO { top:11.3125rem;left:2.8125rem;width:16.9375rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtHS4Aro52LiOERBldk04v4kvBOhuTre { top:10.9375rem;left:2.4375rem;width:17.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkCXLhEseWXDXdrHiC9FWTxnmr5ZGxh { top:12.75rem;left:20.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNS6bgrTvLvIHBagvRqSIcD1a6cs6ML { top:3.125rem;left:23.4375rem;width:0.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAB3u7dNqxQAs5G3sSRTGz90g37JAfA3 { top:10.9375rem;left:24.8125rem;width:22.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUbAszXSW6WFm9R3zSpQ8JT85Se8smSt { top:3.125rem;left:25.1875rem;width:16.1875rem;height:6.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7zS2vgaKcyyKCTCPtDI8o52zrpwH1nH { top:13.375rem;left:18.75rem;width:29rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHQRIFmybDgsvObJIqVnMuW7XuL3JI8 { top:15.5rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTEW7Jdxy0aHHxxExdcZUVzGi5JaHs5 { top:15.5rem;left:2.0625rem;width:18.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHKGcdXX0qEuh03h3ZCc3Ok08sgv02nv { top:15.4375rem;left:2.0625rem;width:18.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7UrbXMHz5hn1x91Md1KMbZnxSKDLxtW { top:26.0625rem;left:1.125rem;width:44.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGbTic9ZSEMzeLbGwv9gFcIIJiTlIvM { top:32.8125rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwKPXJckeLP7bpZl4KThWpGbSqfHsabR { display:block; }
 }@media only screen and (max-width: 763px) { #SHs9GMBmUMR0RXgsT1gtQ6TiGqrsEOo6 { top:17.8125rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvwQtXrMiO6WTX49p62R0eKehCCGSLNK { top:19.875rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy { display:block; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m14VDkwQzlwOTPDiTL8EBnQwVsG8FEns { top:18.5rem;left:0rem;width:24.125rem;height:6.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzQmi5nv6HfJhOL548q6TCtUuorhF9x { top:8.875rem;left:0rem;width:24.0625rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfZT383NgFfLSyWErTXB2fp0CgsKDAlp { top:6.125rem;left:26.625rem;width:21.125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9fAIPCHWzPXmtiyTqAZLJThhCRrE2lm { width:17.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVu0yrBLLWANB5WyQTptxiCsCedalOzS { top:26.5rem;left:0rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRg2B7NPcaGq4LneNIgd3UloMMzeZTTW { display:block; }
 }@media only screen and (max-width: 763px) { #iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 { display:block; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxAIWuw6lZXgOGisvWyqoITMkrFKUa3T { top:3rem;left:9.4375rem;width:28.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De5cmHOGVrzZIBBzucELQfW40UriNv3L { top:3.125rem;left:9.375rem;width:29.0625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcQGLoOldmVCnaMuaUpdqKhlwp9CV26 { top:9.3125rem;left:0rem;width:16rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxXJRTovCoGuAExQGznEaITOAysCvBD { top:21.1875rem;left:0rem;width:13.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLydBuzBS5a5IXUvFIWrIETgGsSbibx { top:26.3125rem;left:0rem;width:13.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVqr3STuIEJC533CwmxHT3h0CAcDCDB1 { top:9.3125rem;left:0rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtXfIdD3DWfLakeRkR8wQV5huwR4kKqy { top:33.5625rem;left:0rem;width:13.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9TPsQMcNreUOxR6C5JKzX9CJBTaVc9 { top:9.3125rem;left:7.1875rem;width:16rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWld7Gc833XSt2RVgpOXw49qqWTRs7Id { top:21.25rem;left:8.625rem;width:12.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzmcVmx0CXMK8mQvqzoq3XsVHlPX3QSa { top:27.625rem;left:8.625rem;width:13.125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLdrm1pV88ISpPKKu9ZyMaQZfze8TLwQ { top:33.5625rem;left:8.625rem;width:4.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRFCWxDJ9gXXKBdWG8pQS9xsJUVI3F7b { top:9.3125rem;left:7.1875rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZlUkXZs80pDUakAB8Lhk80q28dLwwt { top:9.3125rem;left:24.4375rem;width:16rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieHCulTaAi5HWcUQu052aRHq0qmOeNkK { top:21.1875rem;left:25.875rem;width:13.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulwAee7xxtsDskL3wlDB5k1Uu061Uoq { top:27.875rem;left:25.875rem;width:13.125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJBs7fGwrrVL80SFfQU6iF0TkGz6aTul { top:33.5625rem;left:25.875rem;width:4.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dg7Eky3BC37qu3yfbwGgalaKSOPRB7 { top:9.3125rem;left:24.4375rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1V0g8DpwXU3J3vaWSmKJo1sER18SGRe { top:9.3125rem;left:31.75rem;width:16rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNSKyvI2BTadNAu30g7wtwMSk31vTrgX { top:21.1875rem;left:34.625rem;width:13.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIh7iKeXlhwWtzqH65XtJ7TJn24SVNf { top:26.3125rem;left:34.625rem;width:13.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8spCNytOkeecuzVX0TUDAl3CluHnnT3 { top:33.5625rem;left:43.125rem;width:4.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwvprgvA3nRygmwpgOh6DRM2mxGxK2v { top:9.3125rem;left:31.625rem;width:16.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #grDyGv5zHWJg9khcT848RhEDR8wyqGhK { top:19.5625rem;left:0rem;width:13.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmSqt5GaSqqlHDyqvrHEMw6X3p63uaE { top:19.5625rem;left:8.625rem;width:13.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stR7hoyeRW9WZ1TXCmIURWbeu7hTkTt8 { top:19.5625rem;left:25.875rem;width:13.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwNLRk8OoQRgvoa027J16KlGF2GBQXt { top:19.5625rem;left:34.6875rem;width:13.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMQ42QykFozarmsD2c6WHWdFHE8vmG2a { display:block; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPA7gF96BZLRIHKcpLTkSTSdSa6XL6HO { top:14.8125rem;left:0rem;width:35.125rem;height:7.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKlo5LgivZNpFyH4dKPKJoMP16gFcrq5 { top:25.3125rem;left:0rem;width:35.25rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8AZBiTGawQUDI5ECxhgqclDd6SSzrKz { top:7.3125rem;left:9.0625rem;width:38.6875rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO24LcZuWVPqsKIKmcnff5V73cczB3nq { top:38.875rem;left:0rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT9gqd57PEEfd80m1tafgSpfEK4b6rC { top:38.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#wCT9gqd57PEEfd80m1tafgSpfEK4b6rC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rrBpoCPJaG3xyOcJe9OCToAxX7yTAW3C { top:9.125rem;left:0rem;width:10rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oGozD9ygkN6NPlSazdUXWA2RT0F83K { top:7.3125rem;left:1.84375rem;width:5.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlcNQrybacuPwJ9IRs9N27XiavZ2BoUK { top:8.6875rem;left:0rem;width:1.6875rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J { display:block; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDn2NCL4KucUku0QqpOQiG3naTWFgD6Q { top:4.625rem;left:2.34375rem;width:43.0625rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohO4sPQcIV96Z5E88JuAQ9voFHWTtLW9 { top:12.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJtrcDNShwxrKzTm0uCBraT9smZ1STs { top:8.875rem;left:19.125rem;width:9.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEkLlI9Cv3JFIipuUpRua9wPA7VTHJG { top:26.1875rem;left:0rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV58zsf17TMW4c5XswHdFFNssxhi2QU9 { top:26.1875rem;left:5.28125rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfNcZJU9wgNKsdTI6z6dfW3yUpfntOTo { top:26.1875rem;left:18.59375rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAWkP87pCRkoU1tlk0W9gAkBUucdN07 { top:26.1875rem;left:31.96875rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1bftCsoZr2VxHbL9AwQhfeVmJACB17W { top:26.1875rem;left:35.1875rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kD069fQoc8m7sUSSdz3aspNnKSsGA6 { top:39.4375rem;left:5.3125rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGT8wqRJdcz6DBKubR8Dtys7EerX0gQJ { top:39.4375rem;left:18.625rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cF1BDATCePXDUMFVwOIi0VdtyAHpIA { top:39.4375rem;left:32rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPRQMrpiSCuK8AGJ4hr5PXdqHUypJX3 { top:39.4375rem;left:35.1875rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzI55FzWNqKBNU6skb4p33sRpTM3Qb7w { top:39.4375rem;left:0rem;width:12.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtuvRn0SB3igPZyNqylR4XhWLGtSxLm { display:block; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwKWZygxTuVqts5U5q4n6ZU5VVwJSCOf { top:5.5rem;left:12.1875rem;width:23.375rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEwoBullqgWLI5JUKNi9vTEUt2ro8DZh { top:5.3125rem;left:12.15625rem;width:23.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq3Ww6W4aD1sylWiKNO6JLOrzDqvZdKd { top:10.375rem;left:0rem;width:47.75rem;height:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBBHTJK8mFri768sT9733Rl1qK0UliBc { top:28.9375rem;left:3.125rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOF8UuR1xh5e8ucSu1qpmbrUQ1e2NvFU { top:28.9375rem;left:13.5625rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKWPz3FzmPIsrOpKI4ECGualLm0Toyl { top:28.9375rem;left:24rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC00hT2hnNvMSi8GEe6gBSItfHll8buQ { top:28.9375rem;left:34.4375rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpqxEdA7hGkHNN83IuxMr2qIDVEzvDed { top:39.375rem;left:8.375rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPA5Mm8vGlaaI64iZFBJhX2gEHpp1Z2Q { top:39.375rem;left:18.8125rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHPmozJUkTv5AbT6RzoiCBSBukE2reHt { top:39.375rem;left:29.25rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqxgPUThORfxHIbWCgheipyIroGHweee { top:51.3125rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcy7prDlPz7EKcJTHIo3wbRhFFUQoUk { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOPAd5igKeA08z3UR9aG8oh36uWbciW { display:block; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2qS2JRhzgrSHKnTs4BGzBkDMS8zpvMn { top:3.5625rem;left:1.0625rem;width:45.625rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nIn4u5F348M0UoT6mgiFdXsIvGiuFT { top:8.1875rem;left:0rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSivmXQihJgXmGMIdwUnp2ZmlAL2Legm { top:8.1875rem;left:13.75rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVsUbFeAnaiNgtXTHre7lrKfcuJ4Xz8Q { top:8.1875rem;left:27.4375rem;width:20.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acmUB0tRqyeIKcmucr3K1F2CQ9ULzeCL { top:20.25rem;left:3.125rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RSxXc288MEggl01azhv40HyOip00yg { top:20.25rem;left:24.3125rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMyFfgywB1EmLD7VPHmzWuoWvKyx49K { top:33.8125rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvxrXl62GWipKXT74Trfr94fkawcLFVW { display:block; }
 }@media only screen and (max-width: 763px) { #VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 { display:block; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITLq9wn0nTDAk7KTgPCAdsfcaproampt { top:4.125rem;left:12.1875rem;width:23.375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEHXamoIAS2yOQCL4D2svMweCuu0FcGZ { top:4rem;left:12.1875rem;width:23.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmafAq4Ttvk4frtcdJtAxSuJ8DsQ6wgO { top:10.3125rem;left:0rem;width:14.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9CQXVdstcu59dygEaymb9D2rTgedsXn { top:10.3125rem;left:9.75rem;width:14.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFVA8Og9xh7JnepaN6hwcpxSavBO66l { top:10.3125rem;left:24.4375rem;width:14.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTwT8iLk3wNuS19kTTxQuV0IrBtoKTp { top:10.3125rem;left:34.6875rem;width:13.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRC9gTG6innLW9apaD2NyC2nkNwQ1uJ { top:19.9375rem;left:0rem;width:29.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQx9HWcGLxwiPpNu1nqMrmGJCJ5JG9t { top:19.9375rem;left:24.4375rem;width:14.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvmSkyu3tu5CkJMWv0nykCznqPgGHu4 { top:19.9375rem;left:34.4375rem;width:13.3125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPNG77BqRMuQCyieR6hHg8RPIThN7D09 { top:27.875rem;left:34.5rem;width:13.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrT9tlDvW93nIoD1TD44l1h8ZLwo1dc6 { top:30.125rem;left:24.4375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrzSTMXiN7BGqz0ZEXRe1M1Q7bpG89PD { top:39.625rem;left:0rem;width:14.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PREHzyhnLZRkPXqz8xTeVe2k7yRhb4Nw { top:39.625rem;left:9.0625rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFQl6wsXaa9ELpJFnFwez69Cih09h7T1 { top:39.5625rem;left:23.125rem;width:13.9375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htv3gg5ipI8iTqPAJTNo8RsDEqGuf5CP { top:39.125rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AClnbaUfLfOueshX0i8ptIaROu24zFUJ { top:51.5625rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLmwZ5JsdXicvoXwzHh95REtmKczgoN { display:block; }
 }@media only screen and (max-width: 763px) { #QUFXKXzD01lnINhTCZa1Rv3KqTSss17k { top:50.1875rem;left:0rem;width:13.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz { display:block; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPQmWFb8OKk9lwTFvIOZWKpwCoXElQ7z { top:6.875rem;left:1.3125rem;width:45.1875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3hI4vf6qRr1CuQs6sl02VER5XuIl4I { top:18.1875rem;left:6.5625rem;width:34.625rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEGvQX3sNJLxAhVSEeAtINV6wsxGCxZ { top:17.875rem;left:8.6875rem;width:11.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35Vk0RREvaAEzN4bSG3x5rmehVmpoJb { top:24.5625rem;left:18.5rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQR9hUXUgqyxER7JT9gAbFVo5JxbxXie { display:block; }
 }@media only screen and (max-width: 763px) { #BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr { display:block; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVWh7JIiVThplkDDTTJ1exrnEPFihS3B { top:1.4375rem;left:16.65625rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bSvdNDaPpvumxvQKaK5dpodVB46Tzy { top:3.625rem;left:2.375rem;width:43rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzmIhgTiBr2ILP1XUE6WO9QBJCG3EX5m { top:5.75rem;left:2.375rem;width:43rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm { display:block; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzclKAb6Xx3M2JTHVGW1HiCxHli3Uih6 { top:3.5rem;left:0rem;width:33rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu0MK49foQSVuy6kIglwxcqas1q0cG36 { top:1.4375rem;left:0rem;width:26.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpQFCexSPDy9O2ax6fUOF5bfgST30hQ7 { top:0.6875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXTtnoAqUEtIdmL6hNxQslH38t1eWHw { width:10.625rem;height:2rem;top:2.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF0sleTOi13m2392El93uvmpHMGOyiyk { display:block; }
 }@media only screen and (max-width: 763px) { #NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 { display:block; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD4CSIEdenXQSLSTHADmttOh6TKomlRQ { top:3rem;left:35.25rem;width:9.1875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olL5TdrRwN0zkhV8fMhUT0qg1suBAZMd { top:2.5625rem;left:11.7470703125rem;width:35.75rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEZtXdImhsrLh9mdskzTAHtgrpEmTsQ { top:1.8125rem;left:0rem;width:20.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCTebs23PRiGdeeICJKNrTlud3o1GaO { width:18.4375rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#U7lMT5GgIF4cUI0RTe8T02wSBcvpCALT > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7KUaJGW7Zel5fqqmVhGCnw5y1NJz3Sc { top:0.625rem;left:14.3125rem;width:5.6875rem;height:2.1875rem;font-size:0.75rem;font-weight:700;font-style:normal;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r4bSD5f0WvXp2wuqVZ7mOk6iEBm0QHto { display:block; }
 }@media only screen and (max-width: 763px) { #tkSculEFENifZU4nc8yk1rrLGN9lsc8J { width:2.125rem;height:2.125rem;top:0.625rem;left:11.625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a733e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JRT9TGdKP5DZMfT6Tmw6aTZAHGwE7Oku { display:block; }
 }@media only screen and (max-width: 763px) { #y1C4RrAqTMSFONVCNDhioqOvcFAUv99S { width:2.125rem;height:2.125rem;top:0.625rem;left:9.125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o8HVyxOc0uXU9lQWPgsdWVZRsJVRvKIa { display:block; }
 }@media only screen and (max-width: 763px) { #y2ninboqTQI9Rnwph5aTNu3Rgc7kyC65 { width:2.0625rem;height:2.0625rem;top:5.34375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6RiTmgbJOQSnUHpb1Pu5iLfodTpXMqL { width:1.875rem;height:1.9375rem;top:0.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9maMTRcp79HoTVzibym4lbWUQBbZkBI { width:3.1875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzaUTXbFRo07Dq3IUBviKJqo6s9QLwg5 { width:8.8125rem;height:auto;top:2.375rem;left:5.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XgSGWugB3VHaIOtAiuHdTLkxJsuc3VFH { width:4.5625rem;height:auto;top:2.3125rem;left:7.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DDJAPG7y30WkT2SdSs4XXD8vzM8ggafL { width:7.0625rem;height:auto;top:2.3125rem;left:6.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SN7yLs2h46vRDQD4DPdAOHXAFfi1ry9X { width:2.625rem;height:auto;top:2.3125rem;left:8.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cHbqvcEwfryMVsk05E0ADrhuN6BP0mil { width:3.125rem;height:auto;top:2.3125rem;left:8.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZSGrh02cCWDtbrdkQuzOX4xLXe2X3dWB { width:4.1875rem;height:auto;top:2.3125rem;left:7.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yMLEtrSh5uhTg8QWuwhGKbIhWz2crynn { width:4.1875rem;height:auto;top:2.3125rem;left:7.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ObybaU1ZFPrf8mkLgu338EBA9JRNf28M { width:3rem;height:3rem;top:0.21875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV28Ur53km8U4lzpQ4y9wV4ESSmoZwqo { width:3rem;height:3rem;top:0.40625rem;left:3.1875rem;z-index:100025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/9TU5PaLf/on_a_jofre_fogo_1_de_1_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpyKCrEDN2309c4duSdbaLue5eIaTMGN { top:33.9375rem;left:4.5rem;width:11.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDlf91wRQwTn9NwTFSkBc2w1BuimJRhX { display:block; }
 }@media only screen and (max-width: 763px) { #pdF4VxpMgPcwJ2tIgmUGHfgEHfiW1gGA { width:20rem;height:2.5996125rem;top:22.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIITm1368al3ERDpgaRhaUolTg9OBf9G { width:20rem;height:6.5625rem;top:26.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhWrtK9MDhLteNbNXpDkna5ekoOXMqZ { width:5.5rem;height:1.94921875rem;top:39.25rem;left:8.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHSPC0bCF7C0M577Q0Treuugnl4NFG1d { width:2.1875rem;height:2.249025rem;top:39.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV5IbLSCbKWZieWHEmnQQCD4TDXOt6gl { width:10.5rem;height:11rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpO3cl9PJMfvwbLBSTIpzS90mnpZKTz { width:9.0625rem;height:9.0625rem;top:10.03125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnICQ4N1m8dliQG72PGqhEEehqxaMbRd { width:9.0625rem;height:9.0625rem;top:10.03125rem;left:9.6875rem;z-index:100024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e { display:block; }#tFVrKNE5HuV6bgAfpdioJRlNf7Urm97e > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyQgalETEmu7ol7RFUZT2IMrGHbZGWVf { width:14.125rem;height:4.98633125rem;top:25rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVOAOHuz5nJ44L9RXLh9PyCxtbtiT723 { width:16.75rem;height:5.5rem;top:29.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7UCxwFEgseps8fs4qpRi1PgMdCPn0DH { width:16.25rem;height:5.548825rem;top:29.3125rem;left:1.875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGuNDUI1fiI7T593TDTFnblZ7eHTEIBv { width:20rem;height:13.808625rem;top:37.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoD7IqbOeTGATS4aEWsfHiRzQeqFIIU1 { width:9.8125rem;height:1.3808625rem;top:52.375rem;left:5.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqERUPaeLi4QeDvpPmkL1P48Vl6BiDav { width:20rem;height:20rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzwovHzlr8I9cfud89LGfohGTRComsR { top:55rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwpTzaEkWQyJei6EK1XZTOwtzJHKSm8t { display:block; }
 }@media only screen and (max-width: 763px) { #dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 { display:block; }#dXZx3pR34JuVpZTZQ7wbEvsc7AymZKl0 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTpv394RHb6S4ip1TF86KGycCEWurnJ8 { width:20rem;height:33.624rem;top:7.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHFTWaIIyU8ggycpX2O252wXUXVMdJQc { width:20rem;height:3.673825rem;top:2.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coOg75KgNo54PBT3TwkDH0uaEBKgtPHs { width:20rem;height:2.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0RZtCPp903RJoSdhQyTCxEcWr9kFMf { top:42.8125rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssuRITluzTsSUQIvr8IrlcRRDctencdo { display:block; }
 }@media only screen and (max-width: 763px) { #BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM { display:block; }#BSoPaVaL1HLhBCNUPdfgaVS3Ckq4RNsM > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpT6wcnURFsTrsKCnfaOfs9HT0t5Ezuk { width:20rem;height:4.375rem;top:4.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNgM2F5c8zoEOhhh4KUeL6y3A5PFJ0cr { width:20rem;height:11.69825rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q { display:block; }#gIyoVvB6sle1JzMdQXthetUQKVAvVv0Q > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqRuoF363WWkeFJdAVFR1XLk1m55XusB { width:17.9375rem;height:5.5996125rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9sJaCrWkSdm0y3ZyTOuQvp7UKCToVO { width:16.9375rem;height:2.79980625rem;top:8.3125rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtHS4Aro52LiOERBldk04v4kvBOhuTre { width:15.6875rem;height:3.75rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkCXLhEseWXDXdrHiC9FWTxnmr5ZGxh { width:18.75rem;height:0.125rem;top:21rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNS6bgrTvLvIHBagvRqSIcD1a6cs6ML { width:0.125rem;height:9.375rem;top:11.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAB3u7dNqxQAs5G3sSRTGz90g37JAfA3 { width:15.8125rem;height:1.3808625rem;top:31.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUbAszXSW6WFm9R3zSpQ8JT85Se8smSt { width:16.1875rem;height:5.5996125rem;top:24.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7zS2vgaKcyyKCTCPtDI8o52zrpwH1nH { width:20rem;height:2.76171875rem;top:34.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlHQRIFmybDgsvObJIqVnMuW7XuL3JI8 { width:16.625rem;height:2.76171875rem;top:38.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQTEW7Jdxy0aHHxxExdcZUVzGi5JaHs5 { width:18.75rem;height:7.5rem;top:12.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHKGcdXX0qEuh03h3ZCc3Ok08sgv02nv { width:18.75rem;height:7.625rem;top:12.5625rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d7UrbXMHz5hn1x91Md1KMbZnxSKDLxtW { width:20rem;height:12.42775rem;top:50.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrGbTic9ZSEMzeLbGwv9gFcIIJiTlIvM { top:65.9375rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwKPXJckeLP7bpZl4KThWpGbSqfHsabR { display:block; }
 }@media only screen and (max-width: 763px) { #SHs9GMBmUMR0RXgsT1gtQ6TiGqrsEOo6 { width:20rem;height:1.3808625rem;top:42.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qvwQtXrMiO6WTX49p62R0eKehCCGSLNK { width:20rem;height:1.3808625rem;top:45.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy { background-color:transparent;background-image:url("https://images.assets-landingi.com/VG8RM5zX/fundooo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.adaptive-delivery-prevent-bg, #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.lazyload, #CpTnGq6AA902U8vpWxZNx34i4DvgZdCy.lazyloading { background-image: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { background-color: transparent; background-image: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container > .video-iframe-container { display: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row > .video-iframe-container { display: none; }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .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); }#CpTnGq6AA902U8vpWxZNx34i4DvgZdCy > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m14VDkwQzlwOTPDiTL8EBnQwVsG8FEns { width:20rem;height:4.548825rem;top:19.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTzQmi5nv6HfJhOL548q6TCtUuorhF9x { width:20rem;height:7.3095625rem;top:25.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfZT383NgFfLSyWErTXB2fp0CgsKDAlp { width:20rem;height:24.497041420118rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9fAIPCHWzPXmtiyTqAZLJThhCRrE2lm { top:3.375rem;left:4.40625rem;width:11.1875rem;height:13.75rem;z-index:100017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TVu0yrBLLWANB5WyQTptxiCsCedalOzS { top:33.5625rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRg2B7NPcaGq4LneNIgd3UloMMzeZTTW { display:block; }
 }@media only screen and (max-width: 763px) { #iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 { display:block; }#iLW52FPQczy8pwvh2VTwIqd0OnKx9Xh8 > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxAIWuw6lZXgOGisvWyqoITMkrFKUa3T { width:20rem;height:2.9375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De5cmHOGVrzZIBBzucELQfW40UriNv3L { width:20rem;height:1.8681625rem;top:3.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghcQGLoOldmVCnaMuaUpdqKhlwp9CV26 { width:16rem;height:26.6875rem;top:8.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxXJRTovCoGuAExQGznEaITOAysCvBD { width:13.125rem;height:4.142575rem;top:20.75rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeLydBuzBS5a5IXUvFIWrIETgGsSbibx { width:13.125rem;height:4.22265625rem;top:26.25rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVqr3STuIEJC533CwmxHT3h0CAcDCDB1 { width:16.125rem;height:9rem;top:8.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtXfIdD3DWfLakeRkR8wQV5huwR4kKqy { width:14.0625rem;height:1.0556625rem;top:31.625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9TPsQMcNreUOxR6C5JKzX9CJBTaVc9 { width:16rem;height:26.6875rem;top:36.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWld7Gc833XSt2RVgpOXw49qqWTRs7Id { width:12.3125rem;height:5.5234375rem;top:48.14453125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzmcVmx0CXMK8mQvqzoq3XsVHlPX3QSa { width:13.125rem;height:3.16699375rem;top:54.9375rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLdrm1pV88ISpPKKu9ZyMaQZfze8TLwQ { width:4.375rem;height:1.0556625rem;top:60.125rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRFCWxDJ9gXXKBdWG8pQS9xsJUVI3F7b { width:16.125rem;height:9rem;top:36.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZlUkXZs80pDUakAB8Lhk80q28dLwwt { width:16rem;height:26.6875rem;top:64.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieHCulTaAi5HWcUQu052aRHq0qmOeNkK { width:13.125rem;height:5.5234375rem;top:76.125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hulwAee7xxtsDskL3wlDB5k1Uu061Uoq { width:13.125rem;height:3.16699375rem;top:82.75rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJBs7fGwrrVL80SFfQU6iF0TkGz6aTul { width:4.375rem;height:1.0556625rem;top:88.0625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N7dg7Eky3BC37qu3yfbwGgalaKSOPRB7 { width:16.125rem;height:9rem;top:64.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1V0g8DpwXU3J3vaWSmKJo1sER18SGRe { width:16rem;height:27.9375rem;top:92.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNSKyvI2BTadNAu30g7wtwMSk31vTrgX { width:13.125rem;height:4.142575rem;top:103.9375rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARIh7iKeXlhwWtzqH65XtJ7TJn24SVNf { width:13.125rem;height:5.27831875rem;top:109.75rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8spCNytOkeecuzVX0TUDAl3CluHnnT3 { width:4.375rem;height:1.0556625rem;top:116.3125rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEwvprgvA3nRygmwpgOh6DRM2mxGxK2v { width:16.125rem;height:9rem;top:92.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grDyGv5zHWJg9khcT848RhEDR8wyqGhK { width:13.0625rem;height:1.0556625rem;top:18.75rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTmSqt5GaSqqlHDyqvrHEMw6X3p63uaE { width:13.0625rem;height:1.0556625rem;top:46.4921875rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #stR7hoyeRW9WZ1TXCmIURWbeu7hTkTt8 { width:13.0625rem;height:1.0556625rem;top:74.296875rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTwNLRk8OoQRgvoa027J16KlGF2GBQXt { width:13.0625rem;height:1.0556625rem;top:102.3125rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMQ42QykFozarmsD2c6WHWdFHE8vmG2a { display:block; }#EMQ42QykFozarmsD2c6WHWdFHE8vmG2a > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPA7gF96BZLRIHKcpLTkSTSdSa6XL6HO { width:20rem;height:7.472625rem;top:4.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKlo5LgivZNpFyH4dKPKJoMP16gFcrq5 { width:20rem;height:16.5703125rem;top:42.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8AZBiTGawQUDI5ECxhgqclDd6SSzrKz { width:20rem;height:20rem;top:19.076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO24LcZuWVPqsKIKmcnff5V73cczB3nq { width:7.125rem;height:1.4619125rem;top:61.375rem;left:5.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCT9gqd57PEEfd80m1tafgSpfEK4b6rC { width:2.0625rem;height:2.0625rem;top:61.0625rem;left:12.5625rem;display:block; }
#wCT9gqd57PEEfd80m1tafgSpfEK4b6rC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rrBpoCPJaG3xyOcJe9OCToAxX7yTAW3C { width:10rem;height:1.8125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5oGozD9ygkN6NPlSazdUXWA2RT0F83K { width:5.4375rem;height:5.625rem;top:12.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlcNQrybacuPwJ9IRs9N27XiavZ2BoUK { width:1.6875rem;height:2.11230625rem;top:14.25rem;left:11rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J { display:block; }#iTx6bE9KqMzCxF1RyzDgBEo1zhrpvJ6J > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDn2NCL4KucUku0QqpOQiG3naTWFgD6Q { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohO4sPQcIV96Z5E88JuAQ9voFHWTtLW9 { width:20rem;height:18.28125rem;top:12.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viJtrcDNShwxrKzTm0uCBraT9smZ1STs { width:9.5rem;height:2.25rem;top:8.5009765625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEkLlI9Cv3JFIipuUpRua9wPA7VTHJG { width:9.6875rem;height:9.4375rem;top:33.1884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV58zsf17TMW4c5XswHdFFNssxhi2QU9 { width:9.6875rem;height:9.5rem;top:33.1572265625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfNcZJU9wgNKsdTI6z6dfW3yUpfntOTo { width:9.6875rem;height:9.5625rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAWkP87pCRkoU1tlk0W9gAkBUucdN07 { width:9.6875rem;height:9.5625rem;top:43.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1bftCsoZr2VxHbL9AwQhfeVmJACB17W { width:9.6875rem;height:9.5625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kD069fQoc8m7sUSSdz3aspNnKSsGA6 { width:9.6875rem;height:9.5625rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGT8wqRJdcz6DBKubR8Dtys7EerX0gQJ { width:9.6875rem;height:9.5625rem;top:64rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cF1BDATCePXDUMFVwOIi0VdtyAHpIA { width:9.6875rem;height:9.625rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPRQMrpiSCuK8AGJ4hr5PXdqHUypJX3 { width:9.6875rem;height:9.625rem;top:74.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzI55FzWNqKBNU6skb4p33sRpTM3Qb7w { width:9.6875rem;height:9.5625rem;top:53.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtuvRn0SB3igPZyNqylR4XhWLGtSxLm { display:block; }#STtuvRn0SB3igPZyNqylR4XhWLGtSxLm > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwKWZygxTuVqts5U5q4n6ZU5VVwJSCOf { width:20rem;height:2.11230625rem;top:4.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEwoBullqgWLI5JUKNi9vTEUt2ro8DZh { width:20rem;height:2.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq3Ww6W4aD1sylWiKNO6JLOrzDqvZdKd { width:20rem;height:38.0097875rem;top:8.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBBHTJK8mFri768sT9733Rl1qK0UliBc { width:10.1875rem;height:10.1875rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOF8UuR1xh5e8ucSu1qpmbrUQ1e2NvFU { width:10.1875rem;height:10.1875rem;top:48.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKWPz3FzmPIsrOpKI4ECGualLm0Toyl { width:10.1875rem;height:10.1875rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC00hT2hnNvMSi8GEe6gBSItfHll8buQ { width:10.1875rem;height:10.1875rem;top:58.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpqxEdA7hGkHNN83IuxMr2qIDVEzvDed { width:10.1875rem;height:10.1875rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPA5Mm8vGlaaI64iZFBJhX2gEHpp1Z2Q { width:10.1875rem;height:10.1875rem;top:68.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHPmozJUkTv5AbT6RzoiCBSBukE2reHt { width:10.1875rem;height:10.1875rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqxgPUThORfxHIbWCgheipyIroGHweee { top:91.3125rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcy7prDlPz7EKcJTHIo3wbRhFFUQoUk { display:block; }
 }@media only screen and (max-width: 763px) { #ZQOPAd5igKeA08z3UR9aG8oh36uWbciW { display:block; }#ZQOPAd5igKeA08z3UR9aG8oh36uWbciW > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2qS2JRhzgrSHKnTs4BGzBkDMS8zpvMn { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0nIn4u5F348M0UoT6mgiFdXsIvGiuFT { height:11.104294478527rem;width:20rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSivmXQihJgXmGMIdwUnp2ZmlAL2Legm { height:11.104294478527rem;width:20rem;top:17.6035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVsUbFeAnaiNgtXTHre7lrKfcuJ4Xz8Q { height:11.138461538461rem;width:20rem;top:29.957rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acmUB0tRqyeIKcmucr3K1F2CQ9ULzeCL { height:11.104294478527rem;width:20rem;top:42.4071875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RSxXc288MEggl01azhv40HyOip00yg { height:11.104294478527rem;width:20rem;top:54.7606875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMyFfgywB1EmLD7VPHmzWuoWvKyx49K { top:67.1141875rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvxrXl62GWipKXT74Trfr94fkawcLFVW { display:block; }
 }@media only screen and (max-width: 763px) { #VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 { display:block; }#VGThF9rq0Vg6ESbgatx2zRuDuFVfLhz9 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITLq9wn0nTDAk7KTgPCAdsfcaproampt { width:20rem;height:2.3369125rem;top:1.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEHXamoIAS2yOQCL4D2svMweCuu0FcGZ { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmafAq4Ttvk4frtcdJtAxSuJ8DsQ6wgO { width:10.0625rem;height:6.6875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9CQXVdstcu59dygEaymb9D2rTgedsXn { width:10.125rem;height:6.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFVA8Og9xh7JnepaN6hwcpxSavBO66l { width:9.9375rem;height:6.625rem;top:13.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTwT8iLk3wNuS19kTTxQuV0IrBtoKTp { width:9.5rem;height:7.125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRC9gTG6innLW9apaD2NyC2nkNwQ1uJ { width:10.125rem;height:6.6875rem;top:6.75rem;left:9.7549778761062rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiQx9HWcGLxwiPpNu1nqMrmGJCJ5JG9t { width:9.8125rem;height:7.375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvmSkyu3tu5CkJMWv0nykCznqPgGHu4 { width:11.125rem;height:7.375rem;top:20.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPNG77BqRMuQCyieR6hHg8RPIThN7D09 { width:13.25rem;height:11.8125rem;top:57.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrT9tlDvW93nIoD1TD44l1h8ZLwo1dc6 { width:10.375rem;height:6.875rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrzSTMXiN7BGqz0ZEXRe1M1Q7bpG89PD { width:10.875rem;height:7.125rem;top:27.4375rem;left:9.2101510067112rem;display:block; }
 }@media only screen and (max-width: 763px) { #PREHzyhnLZRkPXqz8xTeVe2k7yRhb4Nw { width:10.3125rem;height:6.8125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFQl6wsXaa9ELpJFnFwez69Cih09h7T1 { width:10.25rem;height:6.9375rem;top:34.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htv3gg5ipI8iTqPAJTNo8RsDEqGuf5CP { width:10.375rem;height:6.875rem;top:41.375rem;left:9.5189873417719rem;display:block; }
 }@media only screen and (max-width: 763px) { #AClnbaUfLfOueshX0i8ptIaROu24zFUJ { top:51.375rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLmwZ5JsdXicvoXwzHh95REtmKczgoN { display:block; }
 }@media only screen and (max-width: 763px) { #QUFXKXzD01lnINhTCZa1Rv3KqTSss17k { width:13.25rem;height:1.21875rem;top:49.1875rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz { display:block; }#AkOWOVvt7ClmyO99Wp3MidypQrCHqPDz > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPQmWFb8OKk9lwTFvIOZWKpwCoXElQ7z { width:20rem;height:6.9970625rem;top:7.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3hI4vf6qRr1CuQs6sl02VER5XuIl4I { width:20rem;height:7.1494375rem;top:17.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTEGvQX3sNJLxAhVSEeAtINV6wsxGCxZ { width:10.9375rem;height:2.9375rem;top:17.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35Vk0RREvaAEzN4bSG3x5rmehVmpoJb { top:25.875rem;left:4.625rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQR9hUXUgqyxER7JT9gAbFVo5JxbxXie { display:block; }
 }@media only screen and (max-width: 763px) { #BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr { display:block; }#BNVEB1X3vpT59aJhTPVfsREaiU8QEWTr > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVWh7JIiVThplkDDTTJ1exrnEPFihS3B { width:14.4375rem;height:1.4619125rem;top:1.25rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bSvdNDaPpvumxvQKaK5dpodVB46Tzy { width:20rem;height:1.29980625rem;top:3.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzmIhgTiBr2ILP1XUE6WO9QBJCG3EX5m { width:20rem;height:1.29980625rem;top:5.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm { display:block; }#ICEzZFhwz8FpLxEmuGxrvHJX5fGQh0Lm > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzclKAb6Xx3M2JTHVGW1HiCxHli3Uih6 { width:14.4993125rem;height:3.57421875rem;top:9.8109016418456rem;left:2.7175069451332rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu0MK49foQSVuy6kIglwxcqas1q0cG36 { width:13.5615rem;height:1.3125rem;top:7.875rem;left:3.2177734375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EpQFCexSPDy9O2ax6fUOF5bfgST30hQ7 { width:4.8125rem;height:4.8125rem;top:1.9371433258057rem;left:7.5310721993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXTtnoAqUEtIdmL6hNxQslH38t1eWHw { width:13.18625rem;height:2.43696875rem;top:14.748756408691rem;left:3.4055395722389rem;font-size:0.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF0sleTOi13m2392El93uvmpHMGOyiyk { display:block; }
 }@media only screen and (max-width: 763px) { #NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 { display:block; }#NUtK0WbRvaFLyk7aOJdcJ0rtVavL0bK7 > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD4CSIEdenXQSLSTHADmttOh6TKomlRQ { width:12.5rem;height:1.0556625rem;top:10.078121185302rem;left:3.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olL5TdrRwN0zkhV8fMhUT0qg1suBAZMd { width:18.6869375rem;height:2.19140625rem;top:6.2659797668456rem;left:0.65518456697463rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #neEZtXdImhsrLh9mdskzTAHtgrpEmTsQ { width:20rem;height:3.416149068323rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #svCTebs23PRiGdeeICJKNrTlud3o1GaO { top:1.6875rem;left:0.78125rem;width:18.4375rem;height:3.1875rem;z-index:100020;overflow:hidden;display:block; }
 }