.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#wJncmfmJH3UUka9MJTWRknbOTthrz6bJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJncmfmJH3UUka9MJTWRknbOTthrz6bJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJncmfmJH3UUka9MJTWRknbOTthrz6bJ > .row > .video-iframe-container { display: none; }#wJncmfmJH3UUka9MJTWRknbOTthrz6bJ > .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); }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container { background-color: transparent; background-image: none; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container > .video-iframe-container { display: none; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row > .video-iframe-container { display: none; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .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); }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container { border-width: 0; border-radius: 0; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container { font-size:14px;font-family:arial;height:430px;width:960px;position:relative;display:block; }#bnc306ZVxK5q2dPQovz0nJy0B9Fw1KfT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:136px;top:26px;left:409px;overflow:hidden;display:block; }
#NpHXEiVNDRaqAwtyVKNWKKpl4mVkNBsu { display:block;width:823px;position:absolute;font-family:raleway;font-size:35px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:112px;left:69px;height:45px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDPzRsxoGRAHu4FoyxonS0Rmtqo9GEe3 { position:absolute;display:block;z-index:100001;background-color:#e1ff00;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:302px;width:852px;top:101px;left:54px;display:block; }
#D8wfGkIkV5A4Em0fpz9cBpWxz5Vgbs3q { display:block;width:692px;position:absolute;font-family:raleway;font-size:19px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:157px;left:134px;height:120px;color:#262626;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITKmqLzLO4TP4QWmuvlTyG9xcHfKPPhZ { z-index:100002;top:305px;left:305px;background-color:#ff6602;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:59px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GJS6metqT1CmbHPwd3wUhvevNcy2DtL0 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs { background-color:transparent;background-image:url("https://images.assets-landingi.com/caUAYMRQ/MinhAsEconomiasiOS_FullSCreen.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;top:;left:;position:relative;display:block; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { background-color: transparent; background-image: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,69,20,0.78); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,69,20,0.78); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .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); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { font-size:14px;font-family:"open sans";height:539px;width:960px;position:relative;display:block; }#N24uiD5nuS2VbyPRaxvIIRnSkf7zOOqa { display:block;width:856px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100018;line-height:1.2;top:275px;left:52px;background-color:transparent;background-image:none;height:27px;text-align:center;text-align-last:center;text-shadow:1px 1px 1px #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5yyAEwm83nMM3urup2f0p1mXTX6Pf8Q { display:block;width:858px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:100019;line-height:1.2;top:146px;left:51px;background-color:transparent;background-image:none;height:111px;text-align:center;text-align-last:center;font-style:normal;text-shadow:1px 1px 1px #000000;color:#e6bf00;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JeoKnyAmZkIivGH5sMypTfasHZrXU0LE { display:block;width:856px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100019;line-height:1.2;top:335px;left:52px;background-color:transparent;background-image:none;height:81px;text-align:center;text-align-last:center;text-shadow:1px 1px 1px #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RVANtQcUCyCLK5Acx0Su5DsFm8OowTZN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:49px;width:212px;position:absolute;display:block;z-index:100036;top:66px;left:374px;overflow:hidden;display:block; }
#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;z-index:;top:;left:;position:relative;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { background-color: transparent; background-image: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .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); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { border-width: 0; border-radius: 0; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { font-size:14px;font-family:arial;height:1398px;width:960px;position:relative;display:block; }#H0wm0Pv1WiowMOOV3EM1S0OEo04Tm1Wn { display:block;width:877px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:60.5px;left:41.5px;height:1344px;color:#ffffff;display:block; }
#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container { background-color: transparent; background-image: none; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container > .video-iframe-container { display: none; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row > .video-iframe-container { display: none; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .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); }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container { border-width: 0; border-radius: 0; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container { font-size:14px;font-family:arial;height:1607px;width:960px;position:relative;display:block; }#k1TZP18NTg6GliHGicquicwIaWGeTwED { display:block;width:885px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100039;line-height:1.2;top:66px;left:38px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#etF6si4dM3Ru4uh3KdNEFNB8cewgM5o4 { display:block;width:885px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:normal;z-index:100040;line-height:1.2;top:111px;left:38px;background-color:transparent;background-image:none;height:30px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ATPWNWedTLEX3DEm3ANZ81AxyJQWktae { z-index:100003;top:572px;left:236px;background-color:#006f21;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:487px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f101ywOTypXmBo2QL88Tdl9zTZAutxsT { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#EdWSRBC09DVfAZMvvAGbiWDtBMAlfNVz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:382px;width:667px;position:absolute;display:block;z-index:100041;top:179px;left:147px;overflow:hidden;display:block; }
#pRayM5Hzznf9LFBLHn2rG3WupZ0b6L2o { display:block;width:877px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:683px;left:68px;height:72px;color:#ffffff;display:block; }
#nGzZduC8rzyNU7paGEkB3XrvT5xxOfop { border-bottom:0;border-left:0;border-right:0;border-top:0;height:100px;width:100px;position:absolute;display:block;z-index:100139;top:763px;left:430px;overflow:hidden;display:block; }
#k0gsPaTdrEaQ4cJRfc5leZZaKv7Pr0HA { display:block;width:885px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100050;line-height:1.2;top:954px;left:38px;background-color:transparent;background-image:none;height:;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa { display:block;width:414px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100053;line-height:1.3;top:1047px;left:38px;background-color:transparent;background-image:none;height:406px;text-align:left;text-align-last:left;color:#000000;display:block; }#et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa li:not(:first-child){ padding-top:17px;padding-right:0;padding-bottom:0;padding-left:0; }#et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
#bLAOHtCMQofhfv7gR7StS5leufthNiDq { display:block;width:414px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100054;line-height:1.3;top:1047px;left:510px;background-color:transparent;background-image:none;height:406px;text-align:left;text-align-last:left;color:#000000;display:block; }#bLAOHtCMQofhfv7gR7StS5leufthNiDq li:not(:first-child){ padding-top:17px;padding-right:0;padding-bottom:0;padding-left:0; }#bLAOHtCMQofhfv7gR7StS5leufthNiDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
#ZTXzWhiOZRGsn3u4Ttkt7WROrDCvkg7d { position:absolute;display:block;z-index:100140;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:254px;top:836px;left:353px;overflow:hidden;display:block; }
#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;z-index:;top:;left:;position:relative;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { background-color: transparent; background-image: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .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); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { border-width: 0; border-radius: 0; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { font-size:14px;font-family:arial;height:949px;width:960px;position:relative;display:block; }#HSTIiNnC9x6fIHqTskqg9iwqNQAkxZZv { display:block;width:762px;position:absolute;font-family:ubuntu;font-size:29px;font-weight:normal;z-index:100036;line-height:1.2;top:64px;left:41px;background-color:transparent;background-image:none;height:34px;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FJsoXH3pUJe7CwCXvy48tN3a4QDZskbU { display:block;width:877px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:130px;left:41.5px;height:216px;color:#ffffff;display:block; }
#tz0fAn68OACe9inrmZlDofE9rfrS6xQb { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:551px;width:815px;top:347px;left:72.5px;overflow:hidden;display:block; }
#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(195,195,195,0.5);background-image:url("https://images.assets-landingi.com/fb1V86be/BG-PEOPLE.jpg");background-position:center right;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container { background-color: transparent; background-image: none; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container > .video-iframe-container { display: none; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row > .video-iframe-container { display: none; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .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); }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container { border-width: 0; border-radius: 0; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container { font-size:14px;font-family:arial;height:1487px;width:960px;position:relative;display:block; }#NOMSv4C5fhPPKVNkFMdpQ5hWTOARvAkW { display:block;width:885px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100038;line-height:1.2;top:119px;left:37px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;text-shadow:1px 1px 1px #000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCbqPQVwDRXu3NC5umcHXm5hbF6T6Too { border-bottom:0;border-left:0;border-right:0;border-top:0;height:234px;width:755px;position:absolute;display:block;z-index:100044;top:476px;left:104px;overflow:hidden;display:block; }
#K6nZZ0qwODBz9liUJwmpT1inq7uHhHKf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:388px;width:478px;position:absolute;display:block;z-index:100045;top:1029px;left:241px;overflow:hidden;display:block; }
#zEwD53mNsDlTThxalwRNDpsRU85fGr0H { display:block;width:695px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:216.5px;left:132.5px;height:192px;color:#ffffff;display:block; }
#WFzzwnrGZf3vOilIK3JDAXWWNeEeHNX7 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:752px;top:188.5px;left:104px;display:block; }
#Tutf7fTZqJg59WC8Tq3TqNFktvwy5FXT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:752px;top:752.5px;left:104px;display:block; }
#fTd2nWiGeuea0Zpa5fiFo5KBE0RsSM2m { display:block;width:695px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:780.5px;left:132.5px;height:192px;color:#ffffff;display:block; }
#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6f7;background-image:none;position:relative;display:block; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container { background-color: transparent; background-image: none; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container > .video-iframe-container { display: none; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row > .video-iframe-container { display: none; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .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); }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container { border-width: 0; border-radius: 0; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container { font-size:14px;font-family:arial;height:340px;width:960px;position:relative;display:block; }#Q3u9ehxM3ybcacAfhyS6KPEr5HRiZFmh { position:absolute;display:block;z-index:100000;background-color:#004514;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106px;width:245px;top:63px;left:42px;display:block; }
#mI3Wh4AbKkRGwE44266BuFBwTzA5Qy2c { position:absolute;display:block;z-index:100001;background-color:#004514;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106px;width:245px;top:63px;left:357px;display:block; }
#SvOh06uikRLwQn0iX0RooN7LTCn5fMZg { position:absolute;display:block;z-index:100002;background-color:#004514;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106px;width:245px;top:63px;left:661px;display:block; }
#qfAD29Umzs5PyTSHiCd04V2hgZvKl2ii { box-sizing:content-box;color:#ffffff;font-size:46px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:83px;left:132px;display:block; }
#OErkHTolPFa5M76reRsA48ndQSt8LgBS { display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100055;line-height:1.3;top:218.5px;left:40px;background-color:transparent;background-image:none;height:40px;text-align:center;text-align-last:center;color:#000000;display:block; }
#qp2E52sWmzqOfQQuSAJaR52v3ggGtJ2T { display:block;width:250px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100056;line-height:1.3;top:183px;left:40px;background-color:transparent;background-image:none;height:22px;text-align:center;text-align-last:center;color:#000000;display:block; }
#uqn61ObJ4pU6k46vtBAgskk5HpxRwEQ5 { display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100057;line-height:1.3;top:220px;left:355px;background-color:transparent;background-image:none;height:40px;text-align:center;text-align-last:center;color:#000000;display:block; }
#trFyMhV4QOCtfTmFN1pcAiGsuQCzowHr { display:block;width:250px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100058;line-height:1.3;top:184px;left:355px;background-color:transparent;background-image:none;height:22px;text-align:center;text-align-last:center;color:#000000;display:block; }
#S7e89Jc9ziK9moiDLhxOMTBiXBD2zbxH { display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100059;line-height:1.3;top:219px;left:659px;background-color:transparent;background-image:none;height:40px;text-align:center;text-align-last:center;color:#000000;display:block; }
#sbLLOosiIPLUvKFbTz1b1V8fT4O14R5p { display:block;width:250px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100060;line-height:1.3;top:183px;left:659px;background-color:transparent;background-image:none;height:22px;text-align:center;text-align-last:center;color:#000000;display:block; }
#sErxETvQFhSTbUH5weFHodtsxaNu7R9n { box-sizing:content-box;color:#ffffff;font-size:46px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:83px;left:447px;display:block; }
#cJZRmlk2KZQZCex4HN2sINFEVUp1vUxA { box-sizing:content-box;color:#ffffff;font-size:46px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:83px;left:751px;display:block; }
#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx { position:relative;display:block; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx { background-color: transparent; background-image: none; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row .container > .video-iframe-container { display: none; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row > .video-iframe-container { display: none; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .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); }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx { border-width: 0; border-radius: 0; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:647px;width:960px;position:relative;display:block; }#rwkVo7XDap5rkA4iFADhMnCwWeeoEw1B { display:block;width:685px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:100124;line-height:1.2;top:75px;left:137px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#2f1717;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l78i2tTVpGsHBzBNUmrFv58m1Gdf4s63 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:322px;width:287px;position:absolute;display:block;z-index:100125;top:204px;left:607px;overflow:hidden;display:block; }
#UvOyfdWH0FUK1o7cOLW2NZCkgy9rtvaB { color:#000000;display:block;width:507px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:157px;left:70px;height:480px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d5d5d5;background-image:none;position:relative;display:block; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container { background-color: transparent; background-image: none; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container > .video-iframe-container { display: none; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row > .video-iframe-container { display: none; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .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); }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container { border-width: 0; border-radius: 0; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container { font-size:14px;font-family:arial;height:666px;width:960px;position:relative;display:block; }#twL6N8eM2sTCb4oWTwB5VQNKi88XdVgo { display:block;width:685px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100123;line-height:1.2;top:109px;left:149px;background-color:transparent;background-image:none;height:33px;text-align:center;text-align-last:center;color:#2f1717;display:block; }
#kv57nqffRbRfW9ac2peoQ6CaxJbOuuwa { display:block;width:685px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:100124;line-height:1.2;top:67px;left:149px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#2f1717;display:block; }
#DLm9lOrCrogwebSW4ZMFCrZ33VKgbZ82 { display:block;width:451px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100130;line-height:1.2;top:177px;left:313px;background-color:transparent;background-image:none;height:48px;text-align:left;text-align-last:left;color:#2f1717;display:block; }
#tSMtDEeufUSoxeBpaEZhDh6PNcMKwa6m { box-sizing:content-box;color:#004514;font-size:58px;font-weight:400;line-height:1;height:84px;width:84px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:159px;left:219px;display:block; }
#iG306AHZNnozTSaN6OtlZJTPhlzP6IHh { z-index:100002;top:538px;left:248px;background-color:#004514;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:487px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tVnB0BgghT3hCPA0QTesgxDFrq3ukTIp { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#m0vDJQAc8chZJ9TxXcnoyCMft1Lk2O8D { display:block;width:451px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100131;line-height:1.2;top:244px;left:313px;background-color:transparent;background-image:none;height:216px;text-align:left;text-align-last:left;color:#2f1717;display:block; }
#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#474a43;background-image:none;position:relative;display:block; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container { background-color: transparent; background-image: none; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container > .video-iframe-container { display: none; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row > .video-iframe-container { display: none; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .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); }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container { border-width: 0; border-radius: 0; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container { font-size:14px;font-family:arial;height:1499px;width:960px;position:relative;display:block; }#foPf4oCkFZg5H6HMWQe1zPFkiT7ruqRe { display:block;width:762px;position:absolute;font-family:"open sans";font-size:31px;font-weight:normal;z-index:100037;line-height:1.2;top:36.5px;left:99px;background-color:transparent;background-image:none;height:37px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhCWTBi8KIJ3OwyQX37SGcx5LpiqG7TM { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:102px;left:30px;overflow:hidden;display:block; }
#Tof4kf8mS3Q6MU9QBr0undHonaJM83PR { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:102px;left:480px;overflow:hidden;display:block; }
#IIbzsC3gdQ06AVkKOoReEm0i94iLiTXT { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:446px;left:31px;display:block; }
#XVaptr9ioU3CKSDXNr23rwyTZT55QebD { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100038;line-height:1.2;top:459px;left:35px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Od6vy9nak2XzJXvOoafbv4U2Snurzb7P { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:446px;left:480px;display:block; }
#CtzVZkALTsnqgcdd2s1HzwFV7xIIrNmT { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100040;line-height:1.2;top:459px;left:484px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s5q60LMxe8dha0nGP7BL1yoVozwSIcNG { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:914px;left:31px;display:block; }
#HUcPCkRN5gmlgzmnOELgAucko7wLD0Xg { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100044;line-height:1.2;top:927px;left:35px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xTC81DIUsm8UbqlEqnWVROb2JHVxPDEG { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:570px;left:30px;overflow:hidden;display:block; }
#SzczFSpZTH3G0VafHCsFvnyHlm1QT9gh { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:570px;left:480px;overflow:hidden;display:block; }
#blcAp872UascGrKmLlX65aSvMXwvD8A5 { position:absolute;display:block;z-index:100044;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:914px;left:480px;display:block; }
#N29la8nwLUfE7ySHnoVu6u9XHzxnSanA { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100046;line-height:1.2;top:927px;left:484px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bRUM4T6d0wFyTQVUVCGKQ7DUA1I41n50 { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:1372px;left:31px;display:block; }
#APV9V6VXHxtT1F5EyBssDZ5NUbz5BzmF { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100050;line-height:1.2;top:1385px;left:35px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UUvsvkGWhlz6iQBSZasrLkQJ8rGNcrfv { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:1029px;left:31px;overflow:hidden;display:block; }
#l3fTcuxAHHzVpK5cgkCWTrnT2Ib3LXvl { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:448px;top:1030px;left:481px;overflow:hidden;display:block; }
#wVhAVFsTdaLPTng9QCE8avQxlogRvpLN { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:450px;top:1372px;left:480px;display:block; }
#qOhyA0EIVKXCNTmd6THkfFdMgdX2qzA9 { display:block;width:442px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100052;line-height:1.2;top:1385px;left:484px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:url("https://images.assets-landingi.com/f2HejeCc/COLMEIA.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container { background-color: transparent; background-image: none; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container > .video-iframe-container { display: none; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row > .video-iframe-container { display: none; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .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); }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container { border-width: 0; border-radius: 0; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container { font-size:14px;font-family:arial;height:2109px;width:960px;position:relative;display:block; }#a5syzLZTnJQBmCUxLOtWRrTq5E2xevId { display:block;width:685px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100125;line-height:1.2;top:51px;left:137px;background-color:transparent;background-image:none;height:72px;text-align:center;text-align-last:center;color:#2f1717;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P5sdvD8mEb7CKl7kbaXuND4pvFwz9S3q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:306px;width:852px;position:absolute;display:block;z-index:100122;top:216px;left:52px;display:block; }
#n1mJ4JN62i0Q95EDQP2kgRAOTHoxmuJA { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100124;line-height:1.5;top:292px;left:94px;background-color:transparent;background-image:none;height:198px;text-align:left;text-align-last:left;color:#000000;display:block; }
#fRVJiwPqLTqUHTTzByttSqV5o24IubVy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:123px;width:123px;position:absolute;display:block;z-index:100126;top:145px;left:78px;overflow:hidden;display:block; }
#RUoSDE7rgW8gRZbQUPPx8GTb730QH94k { display:block;width:412px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100126;line-height:1.2;top:234px;left:209px;background-color:transparent;background-image:none;height:21px;text-align:left;text-align-last:left;color:#2f1717;display:block; }
#NC4n70225JO8qLTHvM7Hr8Dzot1Ek2sm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:253px;width:852px;position:absolute;display:block;z-index:100126;top:587px;left:54px;display:block; }
#vFbTJueQa5qxIPU3Sna2UeyxwBry2frk { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100128;line-height:1.5;top:667px;left:96px;background-color:transparent;background-image:none;height:154px;text-align:left;text-align-last:left;color:#000000;display:block; }
#opsSBOuqsKGWClnWHI3odkUm4pCzov1m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:125px;width:124px;position:absolute;display:block;z-index:100130;top:513px;left:753px;overflow:hidden;display:block; }
#EPUATF2gQ0BW7IrVMpsX4Qg9caxRMXWQ { display:block;width:412px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100130;line-height:1.2;top:604px;left:327px;background-color:transparent;background-image:none;height:21px;text-align:right;text-align-last:right;color:#2f1717;display:block; }
#E8sW8RmZRxiZ0PNLvAEqp6xMJMvTkSsK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:313px;width:852px;position:absolute;display:block;z-index:100130;top:893px;left:54px;display:block; }
#FwRX2eZi0wO2yAnczXwLgFHeXsDTh6nr { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100132;line-height:1.5;top:967px;left:96px;background-color:transparent;background-image:none;height:176px;text-align:left;text-align-last:left;color:#000000;display:block; }
#ltVoal1sg9ADGaXOqoJcgrB150HIgkNG { display:block;width:476px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100134;line-height:1.2;top:910px;left:263px;background-color:transparent;background-image:none;height:21px;text-align:right;text-align-last:right;color:#2f1717;display:block; }
#oz4ZBmmh1RuWTFZ2wnuKUJvwT8VPFb3f { border-bottom:0;border-left:0;border-right:0;border-top:0;height:116px;width:116px;position:absolute;display:block;z-index:100134;top:835px;left:757px;overflow:hidden;display:block; }
#hyrXeSZJk8cnWARVv98qpSzy3KOQGstI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:225px;width:852px;position:absolute;display:block;z-index:100134;top:1236px;left:54px;display:block; }
#bWygKgJoLN950kfvLSouk7ENsMAfKlKE { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100136;line-height:1.5;top:1318px;left:96px;background-color:transparent;background-image:none;height:110px;text-align:left;text-align-last:left;color:#000000;display:block; }
#blU1wMpUO3aKp8TwHp2dsu4rHoPcekcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:100px;width:100px;position:absolute;display:block;z-index:100138;top:1187px;left:90px;overflow:hidden;display:block; }
#VPNJlWWiSpirPZzw6T7HV6bcmaEMNoa7 { display:block;width:412px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100138;line-height:1.2;top:1252px;left:210px;background-color:transparent;background-image:none;height:21px;text-align:left;text-align-last:left;color:#2f1717;display:block; }
#OOFLNvDLler1ed0MUPNu841KEBIQ4A98 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:248px;width:852px;position:absolute;display:block;z-index:100134;top:1503px;left:54px;display:block; }
#LsXoQB0TndsW1J8pWC2oZdfwX3hIB999 { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100136;line-height:1.5;top:1574px;left:96px;background-color:transparent;background-image:none;height:154px;text-align:left;text-align-last:left;color:#000000;display:block; }
#wrWLuKyfgchqWX9BfdyAaaRfZR0u2e59 { display:block;width:562px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100138;line-height:1.2;top:1520px;left:177px;background-color:transparent;background-image:none;height:21px;text-align:right;text-align-last:right;color:#2f1717;display:block; }
#zIoiiWyKu7OcMU1oF00H6nW4BVIeaFot { border-bottom:0;border-left:0;border-right:0;border-top:0;height:123px;width:123px;position:absolute;display:block;z-index:100149;top:1765px;left:78px;overflow:hidden;display:block; }
#yVK2vXrgrp2lrSzeWCMbpEAOXD3N4i3l { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:235px;width:852px;position:absolute;display:block;z-index:100138;top:1814px;left:54px;display:block; }
#JQ5O1tE3JnTMgHnJ3QoStl3BGeZTWVDX { display:block;width:772px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100140;line-height:1.5;top:1887px;left:96px;background-color:transparent;background-image:none;height:132px;text-align:left;text-align-last:left;color:#000000;display:block; }
#tSzZU69iAcXTqTaaI5hWqIzz2yxklpKS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:119px;width:119px;position:absolute;display:block;z-index:100142;top:1492.5px;left:759px;overflow:hidden;display:block; }
#bOVfqA7CZIkX8yxKXi8ixBXxUqoHzwQy { display:block;width:412px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:100142;line-height:1.2;top:1830px;left:210px;background-color:transparent;background-image:none;height:21px;text-align:left;text-align-last:left;color:#2f1717;display:block; }
#VrpF4TTZW4yvp5GqT93ZygAB27xIgkG9 { position:absolute;display:block;z-index:100143;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:230.5px;left:151px;overflow:hidden;display:block; }
#OUpQvbr2OeDiS34nR8nZhBNpVRTkmXNl { position:absolute;display:block;z-index:100144;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:600px;left:570px;overflow:hidden;display:block; }
#PTUywU9G7FTOAKqFMOJ0dVAeoGHbddum { position:absolute;display:block;z-index:100145;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:905px;left:569px;overflow:hidden;display:block; }
#g9ScQwUFLDSWIBWL9feuR9XHTRsGGONH { position:absolute;display:block;z-index:100146;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:1246px;left:151px;overflow:hidden;display:block; }
#WxA9TywVy4cZLHGoWuhn5uTUHrATiRlb { position:absolute;display:block;z-index:100147;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:1513px;left:569px;overflow:hidden;display:block; }
#iTrybNFq4ed8BZW8V5ifGUOLXMoQc5XT { position:absolute;display:block;z-index:100148;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:228px;top:1825px;left:152px;overflow:hidden;display:block; }
#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ { position:relative;display:block; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ { background-color: transparent; background-image: none; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row .container > .video-iframe-container { display: none; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row > .video-iframe-container { display: none; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .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); }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ { border-width: 0; border-radius: 0; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:378px;width:960px;position:relative;display:block; }#izEaPd9fteLEUW3HTyIBkUyhWIMMZC0y { border-bottom:0;border-left:0;border-right:0;border-top:0;height:237px;width:273px;position:absolute;display:block;z-index:100143;top:70.5px;left:64px;overflow:hidden;display:block; }
#b2v1mq4vd48LgAKB6mEcqlauLiPnTkT8 { display:block;width:473px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:100127;line-height:1.2;top:78px;left:405px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;color:#2f1717;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xCQd96ZAlAzckXmBqxk4DSrURTzoJdaC { display:block;width:488px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100142;line-height:1.5;top:138px;left:405px;background-color:transparent;background-image:none;height:135px;text-align:left;text-align-last:left;color:#000000;display:block; }
#KdkTGQWPcghol10857rZW1EzgHm1OK0Q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f6f7;background-image:none;position:relative;display:block; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container { background-color: transparent; background-image: none; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container > .video-iframe-container { display: none; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row > .video-iframe-container { display: none; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .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); }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container { border-width: 0; border-radius: 0; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container { font-size:14px;font-family:arial;height:739px;width:960px;position:relative;display:block; }#sEvR1wSa4TkxluO7xxlBThJTE56Z03TR { display:block;width:503px;position:absolute;font-family:roboto;font-size:35px;font-weight:normal;z-index:100128;line-height:1.2;top:45px;left:247px;background-color:transparent;background-image:none;height:126px;text-align:center;text-align-last:center;color:#2f1717;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:1px 1px 3px rgba(155,155,155,0.5);display:block; }
#ZDw57hMGACZLIK0NkJzvtq32iScSCCDl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:51px;width:640px;position:absolute;display:block;z-index:100149;top:640px;left:160px;overflow:hidden;display:block; }
#bVBrfD0K3SIqpIHPhdxWdqly6xJ8kuIC { position:absolute;display:block;z-index:99999;background-color:#008b2a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:485px;width:495px;top:145px;left:251px;display:block; }
#Zig4TPJSW6GevQsVTUwPP98qZaaJ9UHF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:134px;width:231px;position:absolute;display:block;z-index:100042;top:166px;left:383px;overflow:hidden;display:block; }
#rJv7Fn7xVQIdJMfDBcPG4ud9n1kionPn { display:block;width:510px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:100147;line-height:1.2;top:312px;left:243.5px;background-color:transparent;background-image:none;height:27px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#Q8QO7wQpAMqFviT90WHxQ1o3sxXV1y1U { z-index:100001;top:483px;left:292.5px;background-color:#ff6602;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:412px;height:59px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zeS8ecDksTehfXd2cDbXtm7iuDf2A6QP { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vcGEyaeVZCqKBAqm74cU6KSTm0mpbZZI { display:block;width:411px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100150;line-height:1.2;top:369px;left:293px;background-color:transparent;background-image:none;height:76px;text-align:center;text-align-last:center;color:#eaff4d;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
#KbJNm5hgMKQ4cA2t6JT0Id15IKWLETyd { display:block;width:355px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:100151;line-height:1.2;top:569px;left:321px;background-color:transparent;background-image:none;height:20px;text-align:center;text-align-last:center;color:#eaff4d;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC { position:relative;display:block; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC { background-color: transparent; background-image: none; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row .container > .video-iframe-container { display: none; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row > .video-iframe-container { display: none; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .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); }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC { border-width: 0; border-radius: 0; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1285px;width:960px;position:relative;display:block; }#hx9lFMDd3mNeBa0WRfpWMtX1qK52s0eg { display:block;width:544px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100129;line-height:1.2;top:86px;left:208px;background-color:transparent;background-image:none;height:42px;text-align:center;text-align-last:center;color:#2f1717;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMVCMFAcqqXm2vDsTC4mNuRpJS7fu6KM { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100148;line-height:1.4;top:165px;left:32px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#MkdiMSihIEeAosEwKbKORb12krghcPsi { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100149;line-height:1.6;top:200px;left:32px;background-color:transparent;background-image:none;height:44px;text-align:left;text-align-last:left;color:#000000;display:block; }
#Nlq64T9mRfALefeTVb5fMNR6gJoz3PpU { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100151;line-height:1.6;top:200px;left:495px;background-color:transparent;background-image:none;height:66px;text-align:left;text-align-last:left;color:#000000;display:block; }
#CumA0L2FhaHU1mrZDgoUmM86eFdMzF7Q { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100150;line-height:1.4;top:165px;left:495px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#ZtdvrgdP49QoWOwWkmer9AGJ4Z1UIhPC { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100151;line-height:1.6;top:344px;left:32px;background-color:transparent;background-image:none;height:88px;text-align:left;text-align-last:left;color:#000000;display:block; }
#SN0BOPskxZJXkEIdiuzUHFbQEDnkTTJO { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100150;line-height:1.4;top:309px;left:32px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#GsOgCdlOsydNhbFVBCCTVihUEeISoC7p { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100153;line-height:1.6;top:345px;left:495px;background-color:transparent;background-image:none;height:88px;text-align:left;text-align-last:left;color:#000000;display:block; }
#hmlFFDJQCTd25Kz7O6JrkMI8Avnfys3k { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100152;line-height:1.4;top:310px;left:495px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#Kdyb4VhoyDCWJBRMxE6IsdpgdllMa2pz { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100000;line-height:1.6;top:544px;left:32px;background-color:transparent;background-image:none;height:44px;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPBHgDIdyFLXFBrJKu8uGtIl5TFCxb82 { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100152;line-height:1.4;top:509px;left:32px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#edeh827Hiz7qy77PuZayCfiy3oNeCHEe { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100155;line-height:1.6;top:544px;left:495px;background-color:transparent;background-image:none;height:66px;text-align:left;text-align-last:left;color:#000000;display:block; }
#y9EkPbP1eWkKBO6X2owrMo9CcZdCZ19q { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100154;line-height:1.4;top:509px;left:495px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#uz0oVmxPpRXfiGGhJWGZOZRLGdEssduh { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100155;line-height:1.6;top:698px;left:32px;background-color:transparent;background-image:none;height:88px;text-align:left;text-align-last:left;color:#000000;display:block; }
#eCZGpLaPTyAFuZ6rzxOogaqik5suhkMD { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100154;line-height:1.4;top:663px;left:32px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#JQTxhXe2EpKfL102ytuWrtvK2oiZC3mu { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100157;line-height:1.6;top:698px;left:495px;background-color:transparent;background-image:none;height:110px;text-align:left;text-align-last:left;color:#000000;display:block; }
#OlSq2f1OB0y0Rtfre5h3qr9z6ABcqyiv { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100156;line-height:1.4;top:663px;left:495px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#WSDyIlfkZKvUgbtBFxk1hTFVtG5Anlox { z-index:100001;top:1170px;left:266px;background-color:#004514;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:487px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EbWl5eqPZeqtxFc9eOoFAqiprJPFqDnh { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#enOkLg2BgRszWQhogNSKTEgKXLWaN9Qq { box-sizing:content-box;color:#5dff8c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100148;top:1175.5px;left:334px;display:block; }
#hZDg3PKLMbUzMJBfWV8DZBURsWOn9Vdr { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100157;line-height:1.4;top:891px;left:32px;background-color:transparent;background-image:none;height:22px;text-align:left;text-align-last:left;color:#000000;display:block; }
#W95gomwFLlXHzrXuSgTNtTh6mdv3F5U6 { display:block;width:433px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:100158;line-height:1.6;top:923px;left:32px;background-color:transparent;background-image:none;height:176px;text-align:left;text-align-last:left;color:#000000;display:block; }
#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/seqf9pkf/bg-suporte.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container { background-color: transparent; background-image: none; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container > .video-iframe-container { display: none; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row > .video-iframe-container { display: none; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .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); }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container { border-width: 0; border-radius: 0; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container { font-size:14px;font-family:arial;height:669px;width:960px;position:relative;display:block; }#Hda6w4dh63F5L81VWWTVF7lPnAvbg4XK { color:#ffffff;display:block;width:306px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100018;line-height:1.1;letter-spacing:0;top:215px;left:149px;height:59px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#buMGZUmVqxADO90ET9FWoqQN4ZF8sMiz { color:#ffffff;display:block;width:404px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:274px;left:52px;height:180px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wA1b9zZ2mCc3In3Nc7wJgThIgGOgB7iB { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:298px;width:348px;top:369px;left:601px;overflow:hidden;display:block; }
#EsFSifCV5rra0iOSQCZwT9AT4s2lFOhS { display:block;width:196px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:normal;z-index:100155;line-height:1.4;top:609px;left:19px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;color:#000000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk { display:block; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnc306ZVxK5q2dPQovz0nJy0B9Fw1KfT { width:136px;height:52px;top:26px;left:311px;display:block; }
 }@media only screen and (max-width: 763px) { #NpHXEiVNDRaqAwtyVKNWKKpl4mVkNBsu { width:390px;height:210px;top:147px;left:20px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #MDPzRsxoGRAHu4FoyxonS0Rmtqo9GEe3 { width:764px;height:302px;top:101px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #D8wfGkIkV5A4Em0fpz9cBpWxz5Vgbs3q { width:390px;height:210px;top:147px;left:20px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ITKmqLzLO4TP4QWmuvlTyG9xcHfKPPhZ { top:305px;left:207px;width:350px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #GJS6metqT1CmbHPwd3wUhvevNcy2DtL0 { display:block; }
 }@media only screen and (max-width: 763px) { #kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs { background-color:transparent;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/3ae7a1ea39a17da69321/assets/9d16cefe1a66f3abbf17794a988a5ed1.jpg");background-position:top center;background-size:initial;top:;left:;display:block; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { background-color: transparent; background-image: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .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); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { width:760px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N24uiD5nuS2VbyPRaxvIIRnSkf7zOOqa { background-color:transparent;background-image:none;left:68px;top:259px;display:block; }
 }@media only screen and (max-width: 763px) { #x5yyAEwm83nMM3urup2f0p1mXTX6Pf8Q { background-color:transparent;background-image:none;left:314px;top:144px;display:block; }
 }@media only screen and (max-width: 763px) { #JeoKnyAmZkIivGH5sMypTfasHZrXU0LE { background-color:transparent;background-image:none;left:68px;top:259px;display:block; }
 }@media only screen and (max-width: 763px) { #RVANtQcUCyCLK5Acx0Su5DsFm8OowTZN { width:212px;height:49px;top:66px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa { top:;left:;display:block; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa { background-color: transparent; background-image: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .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); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { width:760px;background-color:transparent;background-image:none;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0wm0Pv1WiowMOOV3EM1S0OEo04Tm1Wn { width:764px;height:1344px;top:60px;left:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 { display:block; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1TZP18NTg6GliHGicquicwIaWGeTwED { background-color:transparent;background-image:none;left:251px;top:84px;display:block; }
 }@media only screen and (max-width: 763px) { #etF6si4dM3Ru4uh3KdNEFNB8cewgM5o4 { background-color:transparent;background-image:none;left:251px;top:129px;display:block; }
 }@media only screen and (max-width: 763px) { #ATPWNWedTLEX3DEm3ANZ81AxyJQWktae { top:572px;left:138px;width:487px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #f101ywOTypXmBo2QL88Tdl9zTZAutxsT { display:block; }
 }@media only screen and (max-width: 763px) { #EdWSRBC09DVfAZMvvAGbiWDtBMAlfNVz { width:667px;height:382px;top:179px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #pRayM5Hzznf9LFBLHn2rG3WupZ0b6L2o { width:764px;height:72px;top:683px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nGzZduC8rzyNU7paGEkB3XrvT5xxOfop { width:100px;height:100px;top:763px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #k0gsPaTdrEaQ4cJRfc5leZZaKv7Pr0HA { background-color:transparent;background-image:none;left:251px;top:84px;display:block; }
 }@media only screen and (max-width: 763px) { #et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }#et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
 }@media only screen and (max-width: 763px) { #bLAOHtCMQofhfv7gR7StS5leufthNiDq { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }#bLAOHtCMQofhfv7gR7StS5leufthNiDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
 }@media only screen and (max-width: 763px) { #ZTXzWhiOZRGsn3u4Ttkt7WROrDCvkg7d { width:254px;height:88px;top:836px;left:255px;display:block; }
 }@media only screen and (max-width: 763px) { #l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ { top:;left:;display:block; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ { background-color: transparent; background-image: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .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); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { width:760px;background-color:transparent;background-image:none;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSTIiNnC9x6fIHqTskqg9iwqNQAkxZZv { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #FJsoXH3pUJe7CwCXvy48tN3a4QDZskbU { width:764px;height:192px;top:130px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tz0fAn68OACe9inrmZlDofE9rfrS6xQb { width:764px;height:516.52024539877px;top:347px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF { display:block; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOMSv4C5fhPPKVNkFMdpQ5hWTOARvAkW { background-color:transparent;background-image:none;left:251px;top:119px;display:block; }
 }@media only screen and (max-width: 763px) { #TCbqPQVwDRXu3NC5umcHXm5hbF6T6Too { width:755px;height:234px;top:476px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #K6nZZ0qwODBz9liUJwmpT1inq7uHhHKf { width:478px;height:388px;top:1029px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #zEwD53mNsDlTThxalwRNDpsRU85fGr0H { width:695px;height:192px;top:216px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WFzzwnrGZf3vOilIK3JDAXWWNeEeHNX7 { width:752px;height:248px;top:188px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #Tutf7fTZqJg59WC8Tq3TqNFktvwy5FXT { width:752px;height:248px;top:752px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #fTd2nWiGeuea0Zpa5fiFo5KBE0RsSM2m { width:695px;height:192px;top:780px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD { display:block; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3u9ehxM3ybcacAfhyS6KPEr5HRiZFmh { width:245px;height:106px;top:63px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mI3Wh4AbKkRGwE44266BuFBwTzA5Qy2c { width:245px;height:106px;top:63px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #SvOh06uikRLwQn0iX0RooN7LTCn5fMZg { width:245px;height:106px;top:63px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #qfAD29Umzs5PyTSHiCd04V2hgZvKl2ii { width:66px;height:66px;top:83px;left:34px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #OErkHTolPFa5M76reRsA48ndQSt8LgBS { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #qp2E52sWmzqOfQQuSAJaR52v3ggGtJ2T { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #uqn61ObJ4pU6k46vtBAgskk5HpxRwEQ5 { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #trFyMhV4QOCtfTmFN1pcAiGsuQCzowHr { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #S7e89Jc9ziK9moiDLhxOMTBiXBD2zbxH { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #sbLLOosiIPLUvKFbTz1b1V8fT4O14R5p { background-color:transparent;background-image:none;left:251px;top:229px;display:block; }
 }@media only screen and (max-width: 763px) { #sErxETvQFhSTbUH5weFHodtsxaNu7R9n { width:66px;height:66px;top:83px;left:349px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #cJZRmlk2KZQZCex4HN2sINFEVUp1vUxA { width:66px;height:66px;top:83px;left:653px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #tmAhHRU8kzSGN1XfxApXtsturEvp48Tx { display:block; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwkVo7XDap5rkA4iFADhMnCwWeeoEw1B { background-color:transparent;background-image:none;left:251px;top:86px;display:block; }
 }@media only screen and (max-width: 763px) { #l78i2tTVpGsHBzBNUmrFv58m1Gdf4s63 { width:287px;height:322px;top:204px;left:477px;display:block; }
 }@media only screen and (max-width: 763px) { #UvOyfdWH0FUK1o7cOLW2NZCkgy9rtvaB { width:370px;height:375px;top:123px;left:45px;line-height:1.7;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl { display:block; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twL6N8eM2sTCb4oWTwB5VQNKi88XdVgo { background-color:transparent;background-image:none;left:251px;top:89px;display:block; }
 }@media only screen and (max-width: 763px) { #kv57nqffRbRfW9ac2peoQ6CaxJbOuuwa { background-color:transparent;background-image:none;left:251px;top:89px;display:block; }
 }@media only screen and (max-width: 763px) { #DLm9lOrCrogwebSW4ZMFCrZ33VKgbZ82 { background-color:transparent;background-image:none;left:251px;top:312px;display:block; }
 }@media only screen and (max-width: 763px) { #tSMtDEeufUSoxeBpaEZhDh6PNcMKwa6m { width:84px;height:84px;top:159px;left:121px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #iG306AHZNnozTSaN6OtlZJTPhlzP6IHh { top:538px;left:150px;width:487px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #tVnB0BgghT3hCPA0QTesgxDFrq3ukTIp { display:block; }
 }@media only screen and (max-width: 763px) { #m0vDJQAc8chZJ9TxXcnoyCMft1Lk2O8D { background-color:transparent;background-image:none;left:251px;top:312px;display:block; }
 }@media only screen and (max-width: 763px) { #q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz { display:block; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foPf4oCkFZg5H6HMWQe1zPFkiT7ruqRe { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #DhCWTBi8KIJ3OwyQX37SGcx5LpiqG7TM { width:448px;height:342px;top:102px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tof4kf8mS3Q6MU9QBr0undHonaJM83PR { width:448px;height:342px;top:102px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #IIbzsC3gdQ06AVkKOoReEm0i94iLiTXT { width:450px;height:68px;top:446px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XVaptr9ioU3CKSDXNr23rwyTZT55QebD { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Od6vy9nak2XzJXvOoafbv4U2Snurzb7P { width:450px;height:68px;top:446px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #CtzVZkALTsnqgcdd2s1HzwFV7xIIrNmT { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #s5q60LMxe8dha0nGP7BL1yoVozwSIcNG { width:450px;height:68px;top:914px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HUcPCkRN5gmlgzmnOELgAucko7wLD0Xg { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #xTC81DIUsm8UbqlEqnWVROb2JHVxPDEG { width:448px;height:342px;top:570px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SzczFSpZTH3G0VafHCsFvnyHlm1QT9gh { width:448px;height:342px;top:570px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #blcAp872UascGrKmLlX65aSvMXwvD8A5 { width:450px;height:68px;top:914px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #N29la8nwLUfE7ySHnoVu6u9XHzxnSanA { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #bRUM4T6d0wFyTQVUVCGKQ7DUA1I41n50 { width:450px;height:68px;top:1372px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #APV9V6VXHxtT1F5EyBssDZ5NUbz5BzmF { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #UUvsvkGWhlz6iQBSZasrLkQJ8rGNcrfv { width:448px;height:342px;top:1029px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #l3fTcuxAHHzVpK5cgkCWTrnT2Ib3LXvl { width:448px;height:342px;top:1030px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #wVhAVFsTdaLPTng9QCE8avQxlogRvpLN { width:450px;height:68px;top:1372px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #qOhyA0EIVKXCNTmd6THkfFdMgdX2qzA9 { background-color:transparent;background-image:none;left:251px;top:88px;display:block; }
 }@media only screen and (max-width: 763px) { #WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF { display:block; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5syzLZTnJQBmCUxLOtWRrTq5E2xevId { background-color:transparent;background-image:none;left:251px;top:61px;display:block; }
 }@media only screen and (max-width: 763px) { #P5sdvD8mEb7CKl7kbaXuND4pvFwz9S3q { width:764px;height:306px;top:216px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #n1mJ4JN62i0Q95EDQP2kgRAOTHoxmuJA { background-color:transparent;background-image:none;left:251px;top:275px;display:block; }
 }@media only screen and (max-width: 763px) { #fRVJiwPqLTqUHTTzByttSqV5o24IubVy { width:123px;height:123px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RUoSDE7rgW8gRZbQUPPx8GTb730QH94k { background-color:transparent;background-image:none;left:251px;top:234px;display:block; }
 }@media only screen and (max-width: 763px) { #NC4n70225JO8qLTHvM7Hr8Dzot1Ek2sm { width:764px;height:253px;top:587px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vFbTJueQa5qxIPU3Sna2UeyxwBry2frk { background-color:transparent;background-image:none;left:251px;top:646px;display:block; }
 }@media only screen and (max-width: 763px) { #opsSBOuqsKGWClnWHI3odkUm4pCzov1m { width:124px;height:125px;top:513px;left:640px;display:block; }
 }@media only screen and (max-width: 763px) { #EPUATF2gQ0BW7IrVMpsX4Qg9caxRMXWQ { background-color:transparent;background-image:none;left:251px;top:604px;display:block; }
 }@media only screen and (max-width: 763px) { #E8sW8RmZRxiZ0PNLvAEqp6xMJMvTkSsK { width:764px;height:313px;top:893px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FwRX2eZi0wO2yAnczXwLgFHeXsDTh6nr { background-color:transparent;background-image:none;left:251px;top:1244px;display:block; }
 }@media only screen and (max-width: 763px) { #ltVoal1sg9ADGaXOqoJcgrB150HIgkNG { background-color:transparent;background-image:none;left:251px;top:1202px;display:block; }
 }@media only screen and (max-width: 763px) { #oz4ZBmmh1RuWTFZ2wnuKUJvwT8VPFb3f { width:116px;height:116px;top:835px;left:648px;display:block; }
 }@media only screen and (max-width: 763px) { #hyrXeSZJk8cnWARVv98qpSzy3KOQGstI { width:764px;height:225px;top:1236px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bWygKgJoLN950kfvLSouk7ENsMAfKlKE { background-color:transparent;background-image:none;left:251px;top:1592px;display:block; }
 }@media only screen and (max-width: 763px) { #blU1wMpUO3aKp8TwHp2dsu4rHoPcekcU { width:100px;height:100px;top:1187px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VPNJlWWiSpirPZzw6T7HV6bcmaEMNoa7 { background-color:transparent;background-image:none;left:251px;top:1549px;display:block; }
 }@media only screen and (max-width: 763px) { #OOFLNvDLler1ed0MUPNu841KEBIQ4A98 { width:764px;height:248px;top:1503px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LsXoQB0TndsW1J8pWC2oZdfwX3hIB999 { background-color:transparent;background-image:none;left:251px;top:1859px;display:block; }
 }@media only screen and (max-width: 763px) { #wrWLuKyfgchqWX9BfdyAaaRfZR0u2e59 { background-color:transparent;background-image:none;left:251px;top:1817px;display:block; }
 }@media only screen and (max-width: 763px) { #zIoiiWyKu7OcMU1oF00H6nW4BVIeaFot { width:123px;height:123px;top:1765px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yVK2vXrgrp2lrSzeWCMbpEAOXD3N4i3l { width:764px;height:235px;top:1814px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5O1tE3JnTMgHnJ3QoStl3BGeZTWVDX { background-color:transparent;background-image:none;left:251px;top:2176px;display:block; }
 }@media only screen and (max-width: 763px) { #tSzZU69iAcXTqTaaI5hWqIzz2yxklpKS { width:119px;height:119px;top:1492px;left:645px;display:block; }
 }@media only screen and (max-width: 763px) { #bOVfqA7CZIkX8yxKXi8ixBXxUqoHzwQy { background-color:transparent;background-image:none;left:251px;top:2133px;display:block; }
 }@media only screen and (max-width: 763px) { #VrpF4TTZW4yvp5GqT93ZygAB27xIgkG9 { width:228px;height:78px;top:230px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #OUpQvbr2OeDiS34nR8nZhBNpVRTkmXNl { width:228px;height:78px;top:600px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #PTUywU9G7FTOAKqFMOJ0dVAeoGHbddum { width:228px;height:78px;top:905px;left:471px;display:block; }
 }@media only screen and (max-width: 763px) { #g9ScQwUFLDSWIBWL9feuR9XHTRsGGONH { width:228px;height:78px;top:1246px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #WxA9TywVy4cZLHGoWuhn5uTUHrATiRlb { width:228px;height:78px;top:1513px;left:471px;display:block; }
 }@media only screen and (max-width: 763px) { #iTrybNFq4ed8BZW8V5ifGUOLXMoQc5XT { width:228px;height:78px;top:1825px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ { display:block; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izEaPd9fteLEUW3HTyIBkUyhWIMMZC0y { width:273px;height:237px;top:70px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #b2v1mq4vd48LgAKB6mEcqlauLiPnTkT8 { background-color:transparent;background-image:none;left:251px;top:698px;display:block; }
 }@media only screen and (max-width: 763px) { #xCQd96ZAlAzckXmBqxk4DSrURTzoJdaC { background-color:transparent;background-image:none;left:251px;top:775px;display:block; }
 }@media only screen and (max-width: 763px) { #KdkTGQWPcghol10857rZW1EzgHm1OK0Q { display:block; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEvR1wSa4TkxluO7xxlBThJTE56Z03TR { background-color:transparent;background-image:none;left:251px;top:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDw57hMGACZLIK0NkJzvtq32iScSCCDl { width:640px;height:51px;top:640px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #bVBrfD0K3SIqpIHPhdxWdqly6xJ8kuIC { width:495px;height:485px;top:145px;left:153px;display:block; }
 }@media only screen and (max-width: 763px) { #Zig4TPJSW6GevQsVTUwPP98qZaaJ9UHF { width:231px;height:134px;top:166px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #rJv7Fn7xVQIdJMfDBcPG4ud9n1kionPn { background-color:transparent;background-image:none;left:251px;top:422px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8QO7wQpAMqFviT90WHxQ1o3sxXV1y1U { top:483px;left:194.5px;width:412px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #zeS8ecDksTehfXd2cDbXtm7iuDf2A6QP { display:block; }
 }@media only screen and (max-width: 763px) { #vcGEyaeVZCqKBAqm74cU6KSTm0mpbZZI { background-color:transparent;background-image:none;left:251px;top:509px;display:block; }
 }@media only screen and (max-width: 763px) { #KbJNm5hgMKQ4cA2t6JT0Id15IKWLETyd { background-color:transparent;background-image:none;left:251px;top:509px;display:block; }
 }@media only screen and (max-width: 763px) { #ElRrqeCi2yhwcTahTfXOsduI8tV68IAC { display:block; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx9lFMDd3mNeBa0WRfpWMtX1qK52s0eg { background-color:transparent;background-image:none;left:251px;top:86px;display:block; }
 }@media only screen and (max-width: 763px) { #zMVCMFAcqqXm2vDsTC4mNuRpJS7fu6KM { background-color:transparent;background-image:none;left:251px;top:165px;display:block; }
 }@media only screen and (max-width: 763px) { #MkdiMSihIEeAosEwKbKORb12krghcPsi { background-color:transparent;background-image:none;left:251px;top:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Nlq64T9mRfALefeTVb5fMNR6gJoz3PpU { background-color:transparent;background-image:none;left:251px;top:200px;display:block; }
 }@media only screen and (max-width: 763px) { #CumA0L2FhaHU1mrZDgoUmM86eFdMzF7Q { background-color:transparent;background-image:none;left:251px;top:165px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtdvrgdP49QoWOwWkmer9AGJ4Z1UIhPC { background-color:transparent;background-image:none;left:251px;top:344px;display:block; }
 }@media only screen and (max-width: 763px) { #SN0BOPskxZJXkEIdiuzUHFbQEDnkTTJO { background-color:transparent;background-image:none;left:251px;top:309px;display:block; }
 }@media only screen and (max-width: 763px) { #GsOgCdlOsydNhbFVBCCTVihUEeISoC7p { background-color:transparent;background-image:none;left:251px;top:345px;display:block; }
 }@media only screen and (max-width: 763px) { #hmlFFDJQCTd25Kz7O6JrkMI8Avnfys3k { background-color:transparent;background-image:none;left:251px;top:310px;display:block; }
 }@media only screen and (max-width: 763px) { #Kdyb4VhoyDCWJBRMxE6IsdpgdllMa2pz { background-color:transparent;background-image:none;left:251px;top:544px;display:block; }
 }@media only screen and (max-width: 763px) { #XPBHgDIdyFLXFBrJKu8uGtIl5TFCxb82 { background-color:transparent;background-image:none;left:251px;top:509px;display:block; }
 }@media only screen and (max-width: 763px) { #edeh827Hiz7qy77PuZayCfiy3oNeCHEe { background-color:transparent;background-image:none;left:251px;top:544px;display:block; }
 }@media only screen and (max-width: 763px) { #y9EkPbP1eWkKBO6X2owrMo9CcZdCZ19q { background-color:transparent;background-image:none;left:251px;top:509px;display:block; }
 }@media only screen and (max-width: 763px) { #uz0oVmxPpRXfiGGhJWGZOZRLGdEssduh { background-color:transparent;background-image:none;left:251px;top:758px;display:block; }
 }@media only screen and (max-width: 763px) { #eCZGpLaPTyAFuZ6rzxOogaqik5suhkMD { background-color:transparent;background-image:none;left:251px;top:723px;display:block; }
 }@media only screen and (max-width: 763px) { #JQTxhXe2EpKfL102ytuWrtvK2oiZC3mu { background-color:transparent;background-image:none;left:251px;top:758px;display:block; }
 }@media only screen and (max-width: 763px) { #OlSq2f1OB0y0Rtfre5h3qr9z6ABcqyiv { background-color:transparent;background-image:none;left:251px;top:723px;display:block; }
 }@media only screen and (max-width: 763px) { #WSDyIlfkZKvUgbtBFxk1hTFVtG5Anlox { top:1170px;left:168px;width:487px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #EbWl5eqPZeqtxFc9eOoFAqiprJPFqDnh { display:block; }
 }@media only screen and (max-width: 763px) { #enOkLg2BgRszWQhogNSKTEgKXLWaN9Qq { width:50px;height:50px;top:1175px;left:236px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hZDg3PKLMbUzMJBfWV8DZBURsWOn9Vdr { background-color:transparent;background-image:none;left:251px;top:723px;display:block; }
 }@media only screen and (max-width: 763px) { #W95gomwFLlXHzrXuSgTNtTh6mdv3F5U6 { background-color:transparent;background-image:none;left:251px;top:758px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 { display:block; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hda6w4dh63F5L81VWWTVF7lPnAvbg4XK { width:306px;height:59px;top:215px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #buMGZUmVqxADO90ET9FWoqQN4ZF8sMiz { width:404px;height:180px;top:274px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wA1b9zZ2mCc3In3Nc7wJgThIgGOgB7iB { width:348px;height:298px;top:369px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #EsFSifCV5rra0iOSQCZwT9AT4s2lFOhS { background-color:transparent;background-image:none;left:251px;top:34px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk { display:block; }#fTDgDHDD3wby4nLtiDgSvA7EIrhQ5BHk > .row .container { width:320px;height:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnc306ZVxK5q2dPQovz0nJy0B9Fw1KfT { width:136px;height:52px;top:14px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #NpHXEiVNDRaqAwtyVKNWKKpl4mVkNBsu { width:309px;height:56px;top:89.5px;left:5.5px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MDPzRsxoGRAHu4FoyxonS0Rmtqo9GEe3 { width:320px;height:392px;top:74px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #D8wfGkIkV5A4Em0fpz9cBpWxz5Vgbs3q { width:320px;height:198px;top:157.5px;left:0;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ITKmqLzLO4TP4QWmuvlTyG9xcHfKPPhZ { top:378px;left:8px;width:304px;height:59px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GJS6metqT1CmbHPwd3wUhvevNcy2DtL0 { display:block; }
 }@media only screen and (max-width: 763px) { #kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs { background-color:transparent;background-image:url("https://images.assets-landingi.com/ce9csa26/gerenciador_financeiro.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;top:;left:;display:block; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { background-color: transparent; background-image: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,39,12,0.24); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,39,12,0.24); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row > .video-iframe-container { display: none; }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .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); }#kHkQSxTB8vSMSpfxV8RuJLhwe67xREQs > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N24uiD5nuS2VbyPRaxvIIRnSkf7zOOqa { left:0;background-color:transparent;background-image:none;font-size:19px;width:320px;height:44px;top:276px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5yyAEwm83nMM3urup2f0p1mXTX6Pf8Q { left:0;background-color:transparent;background-image:none;height:144px;top:113px;width:320px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeoKnyAmZkIivGH5sMypTfasHZrXU0LE { left:0;background-color:transparent;background-image:none;font-size:19px;width:320px;height:132px;top:357px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVANtQcUCyCLK5Acx0Su5DsFm8OowTZN { width:212px;height:49px;top:37px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;top:;left:;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { background-color: transparent; background-image: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row > .video-iframe-container { display: none; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .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); }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { border-width: 0; border-radius: 0; }#WUR77QxVbIxbQ1mBApG5dgMH6GqKylfa > .row .container { width:320px;height:2256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0wm0Pv1WiowMOOV3EM1S0OEo04Tm1Wn { width:320px;height:2156px;top:47px;left:0;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 { display:block; }#s2bL47Vbyy6CpG0rZfT4v0CFUFE3i0w0 > .row .container { width:320px;height:1922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1TZP18NTg6GliHGicquicwIaWGeTwED { left:1px;background-color:transparent;background-image:none;height:28px;top:64px;width:315px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #etF6si4dM3Ru4uh3KdNEFNB8cewgM5o4 { left:18px;background-color:transparent;background-image:none;height:36px;top:103px;width:284px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ATPWNWedTLEX3DEm3ANZ81AxyJQWktae { top:367px;left:8px;width:304px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #f101ywOTypXmBo2QL88Tdl9zTZAutxsT { display:block; }
 }@media only screen and (max-width: 763px) { #EdWSRBC09DVfAZMvvAGbiWDtBMAlfNVz { width:320px;height:183px;top:164px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pRayM5Hzznf9LFBLHn2rG3WupZ0b6L2o { width:320px;height:138px;top:451px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nGzZduC8rzyNU7paGEkB3XrvT5xxOfop { width:100px;height:100px;top:612px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #k0gsPaTdrEaQ4cJRfc5leZZaKv7Pr0HA { left:0;background-color:transparent;background-image:none;height:72px;top:830px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa { left:0;background-color:transparent;background-image:none;height:464px;top:924px;width:320px;text-align:left;text-align-last:left;font-size:17px;display:block; }#et5TGzO6h4I9s8VwdPv7TFT76NGLkdpa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
 }@media only screen and (max-width: 763px) { #bLAOHtCMQofhfv7gR7StS5leufthNiDq { left:0;background-color:transparent;background-image:none;height:464px;top:1401px;width:320px;text-align:left;text-align-last:left;font-size:17px;display:block; }#bLAOHtCMQofhfv7gR7StS5leufthNiDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oz8Qa4jw/check_%281%29.png); }
 }@media only screen and (max-width: 763px) { #ZTXzWhiOZRGsn3u4Ttkt7WROrDCvkg7d { width:254px;height:88px;top:690px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;top:;left:;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { background-color: transparent; background-image: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row > .video-iframe-container { display: none; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .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); }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { border-width: 0; border-radius: 0; }#l6ND3TDVPZbkHBH0WGpmTvnvH5O4MgOQ > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSTIiNnC9x6fIHqTskqg9iwqNQAkxZZv { left:18px;background-color:transparent;background-image:none;height:48px;top:51px;font-size:20px;width:284px;display:block; }
 }@media only screen and (max-width: 763px) { #FJsoXH3pUJe7CwCXvy48tN3a4QDZskbU { width:283px;height:368px;top:129px;left:18.5px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tz0fAn68OACe9inrmZlDofE9rfrS6xQb { width:320px;height:216.328px;top:497px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF { display:block; }#wxbxHi7XSZ6rwc1cyKxe6UZed5FG0grF > .row .container { width:320px;height:1134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOMSv4C5fhPPKVNkFMdpQ5hWTOARvAkW { left:0;background-color:transparent;background-image:none;height:48px;top:20px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCbqPQVwDRXu3NC5umcHXm5hbF6T6Too { width:320px;height:117px;top:412px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K6nZZ0qwODBz9liUJwmpT1inq7uHhHKf { width:320px;height:294px;top:92px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zEwD53mNsDlTThxalwRNDpsRU85fGr0H { width:300px;height:220px;top:567px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WFzzwnrGZf3vOilIK3JDAXWWNeEeHNX7 { width:320px;height:248px;top:553px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tutf7fTZqJg59WC8Tq3TqNFktvwy5FXT { width:320px;height:248px;top:834px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fTd2nWiGeuea0Zpa5fiFo5KBE0RsSM2m { width:300px;height:220px;top:848px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD { display:block; }#FCabSp2mQDuOegNwgTmTSa1hUz4hAeTD > .row .container { width:320px;height:768px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3u9ehxM3ybcacAfhyS6KPEr5HRiZFmh { width:245px;height:106px;top:34px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #mI3Wh4AbKkRGwE44266BuFBwTzA5Qy2c { width:245px;height:106px;top:278px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #SvOh06uikRLwQn0iX0RooN7LTCn5fMZg { width:245px;height:106px;top:523px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #qfAD29Umzs5PyTSHiCd04V2hgZvKl2ii { width:66px;height:66px;top:54px;left:126px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #OErkHTolPFa5M76reRsA48ndQSt8LgBS { left:34px;background-color:transparent;background-image:none;height:38px;top:182px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qp2E52sWmzqOfQQuSAJaR52v3ggGtJ2T { left:34px;background-color:transparent;background-image:none;height:19px;top:150px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uqn61ObJ4pU6k46vtBAgskk5HpxRwEQ5 { left:34px;background-color:transparent;background-image:none;height:38px;top:428px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #trFyMhV4QOCtfTmFN1pcAiGsuQCzowHr { left:34px;background-color:transparent;background-image:none;height:19px;top:397px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #S7e89Jc9ziK9moiDLhxOMTBiXBD2zbxH { left:36px;background-color:transparent;background-image:none;height:38px;top:672px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sbLLOosiIPLUvKFbTz1b1V8fT4O14R5p { left:34px;background-color:transparent;background-image:none;height:19px;top:639px;width:250px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sErxETvQFhSTbUH5weFHodtsxaNu7R9n { width:66px;height:66px;top:298px;left:127px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #cJZRmlk2KZQZCex4HN2sINFEVUp1vUxA { width:66px;height:66px;top:537px;left:127px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #tmAhHRU8kzSGN1XfxApXtsturEvp48Tx { display:block; }#tmAhHRU8kzSGN1XfxApXtsturEvp48Tx > .row .container { width:320px;height:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwkVo7XDap5rkA4iFADhMnCwWeeoEw1B { left:0;background-color:transparent;background-image:none;height:24px;top:20px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l78i2tTVpGsHBzBNUmrFv58m1Gdf4s63 { width:174px;height:195px;top:74px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #UvOyfdWH0FUK1o7cOLW2NZCkgy9rtvaB { width:320px;height:486px;top:283px;left:0;text-align:center;text-align-last:center;line-height:1.7;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl { display:block; }#hmOHlc2P5laeGHOyLb1gbEBtp7UnrGpl > .row .container { width:320px;height:601px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twL6N8eM2sTCb4oWTwB5VQNKi88XdVgo { left:0;background-color:transparent;background-image:none;height:24px;top:74px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kv57nqffRbRfW9ac2peoQ6CaxJbOuuwa { left:0;background-color:transparent;background-image:none;height:24px;top:43px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DLm9lOrCrogwebSW4ZMFCrZ33VKgbZ82 { left:0;background-color:transparent;background-image:none;height:36px;top:200px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tSMtDEeufUSoxeBpaEZhDh6PNcMKwa6m { width:84px;height:84px;top:116px;left:118px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #iG306AHZNnozTSaN6OtlZJTPhlzP6IHh { top:488px;left:8px;width:304px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #tVnB0BgghT3hCPA0QTesgxDFrq3ukTIp { display:block; }
 }@media only screen and (max-width: 763px) { #m0vDJQAc8chZJ9TxXcnoyCMft1Lk2O8D { left:10px;background-color:transparent;background-image:none;height:198px;top:248px;width:300px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz { display:block; }#q0xvTRTNfoVWTuITNRkZX9eZ8p3azUlz > .row .container { width:320px;height:2111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foPf4oCkFZg5H6HMWQe1zPFkiT7ruqRe { left:0;background-color:transparent;background-image:none;height:32px;top:15px;font-size:27px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhCWTBi8KIJ3OwyQX37SGcx5LpiqG7TM { width:316px;height:241px;top:68px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Tof4kf8mS3Q6MU9QBr0undHonaJM83PR { width:320px;height:244.266px;top:399.21875px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IIbzsC3gdQ06AVkKOoReEm0i94iLiTXT { width:320px;height:68px;top:309.671875px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XVaptr9ioU3CKSDXNr23rwyTZT55QebD { left:0;background-color:transparent;background-image:none;height:38px;top:324.671875px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Od6vy9nak2XzJXvOoafbv4U2Snurzb7P { width:320px;height:68px;top:643px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CtzVZkALTsnqgcdd2s1HzwFV7xIIrNmT { left:0;background-color:transparent;background-image:none;height:57px;top:649px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5q60LMxe8dha0nGP7BL1yoVozwSIcNG { width:320px;height:68px;top:979px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HUcPCkRN5gmlgzmnOELgAucko7wLD0Xg { left:0;background-color:transparent;background-image:none;height:38px;top:994px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTC81DIUsm8UbqlEqnWVROb2JHVxPDEG { width:320px;height:244.281px;top:735px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SzczFSpZTH3G0VafHCsFvnyHlm1QT9gh { width:320px;height:244.281px;top:1075px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #blcAp872UascGrKmLlX65aSvMXwvD8A5 { width:320px;height:68px;top:1319px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N29la8nwLUfE7ySHnoVu6u9XHzxnSanA { left:0;background-color:transparent;background-image:none;height:38px;top:1334px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRUM4T6d0wFyTQVUVCGKQ7DUA1I41n50 { width:320px;height:68px;top:1656px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #APV9V6VXHxtT1F5EyBssDZ5NUbz5BzmF { left:0;background-color:transparent;background-image:none;height:38px;top:1671px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUvsvkGWhlz6iQBSZasrLkQJ8rGNcrfv { width:320px;height:244.281px;top:1411.5px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #l3fTcuxAHHzVpK5cgkCWTrnT2Ib3LXvl { width:320px;height:244.281px;top:1754.71875px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wVhAVFsTdaLPTng9QCE8avQxlogRvpLN { width:320px;height:68px;top:1999px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qOhyA0EIVKXCNTmd6THkfFdMgdX2qzA9 { left:0;background-color:transparent;background-image:none;height:57px;top:2004px;font-size:16px;width:320px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF { display:block; }#WeUT3zaT4ue2eAUBkDbVTM6pkcvTF5IF > .row .container { width:320px;height:3530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5syzLZTnJQBmCUxLOtWRrTq5E2xevId { left:0;background-color:transparent;background-image:none;height:72px;top:25px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P5sdvD8mEb7CKl7kbaXuND4pvFwz9S3q { width:320px;height:647px;top:118px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #n1mJ4JN62i0Q95EDQP2kgRAOTHoxmuJA { left:5px;background-color:transparent;background-image:none;height:399px;top:348px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fRVJiwPqLTqUHTTzByttSqV5o24IubVy { width:118px;height:118px;top:137px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #RUoSDE7rgW8gRZbQUPPx8GTb730QH94k { left:0;background-color:transparent;background-image:none;height:18px;top:272px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NC4n70225JO8qLTHvM7Hr8Dzot1Ek2sm { width:320px;height:489px;top:779px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vFbTJueQa5qxIPU3Sna2UeyxwBry2frk { left:5px;background-color:transparent;background-image:none;height:273px;top:975px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #opsSBOuqsKGWClnWHI3odkUm4pCzov1m { width:109px;height:110px;top:789px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #EPUATF2gQ0BW7IrVMpsX4Qg9caxRMXWQ { left:0;background-color:transparent;background-image:none;height:18px;top:907px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E8sW8RmZRxiZ0PNLvAEqp6xMJMvTkSsK { width:320px;height:660px;top:1296px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FwRX2eZi0wO2yAnczXwLgFHeXsDTh6nr { left:5px;background-color:transparent;background-image:none;height:399px;top:1517px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ltVoal1sg9ADGaXOqoJcgrB150HIgkNG { left:0;background-color:transparent;background-image:none;height:36px;top:1425px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oz4ZBmmh1RuWTFZ2wnuKUJvwT8VPFb3f { width:109px;height:109px;top:1307px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #hyrXeSZJk8cnWARVv98qpSzy3KOQGstI { width:320px;height:424px;top:1984px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bWygKgJoLN950kfvLSouk7ENsMAfKlKE { left:5px;background-color:transparent;background-image:none;height:210px;top:2176px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #blU1wMpUO3aKp8TwHp2dsu4rHoPcekcU { width:109px;height:109px;top:1993px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #VPNJlWWiSpirPZzw6T7HV6bcmaEMNoa7 { left:0;background-color:transparent;background-image:none;height:18px;top:2117px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OOFLNvDLler1ed0MUPNu841KEBIQ4A98 { width:320px;height:523px;top:2443px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LsXoQB0TndsW1J8pWC2oZdfwX3hIB999 { left:5px;background-color:transparent;background-image:none;height:294px;top:2644px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wrWLuKyfgchqWX9BfdyAaaRfZR0u2e59 { left:0;background-color:transparent;background-image:none;height:36px;top:2575px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zIoiiWyKu7OcMU1oF00H6nW4BVIeaFot { width:109px;height:109px;top:2457px;left:105.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yVK2vXrgrp2lrSzeWCMbpEAOXD3N4i3l { width:320px;height:496px;top:2987px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5O1tE3JnTMgHnJ3QoStl3BGeZTWVDX { left:5px;background-color:transparent;background-image:none;height:273px;top:3191px;width:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tSzZU69iAcXTqTaaI5hWqIzz2yxklpKS { width:109px;height:109px;top:3009px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #bOVfqA7CZIkX8yxKXi8ixBXxUqoHzwQy { left:0;background-color:transparent;background-image:none;height:18px;top:3132px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VrpF4TTZW4yvp5GqT93ZygAB27xIgkG9 { width:228px;height:78px;top:266px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #OUpQvbr2OeDiS34nR8nZhBNpVRTkmXNl { width:228px;height:78px;top:901px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #PTUywU9G7FTOAKqFMOJ0dVAeoGHbddum { width:228px;height:78px;top:1439px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #g9ScQwUFLDSWIBWL9feuR9XHTRsGGONH { width:228px;height:78px;top:2110px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #WxA9TywVy4cZLHGoWuhn5uTUHrATiRlb { width:228px;height:78px;top:2587px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #iTrybNFq4ed8BZW8V5ifGUOLXMoQc5XT { width:228px;height:78px;top:3126px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ { display:block; }#Ip9KeDpC9Gfku94s8E80TK9muynP3JgZ > .row .container { width:320px;height:544px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izEaPd9fteLEUW3HTyIBkUyhWIMMZC0y { width:273px;height:237px;top:101px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #b2v1mq4vd48LgAKB6mEcqlauLiPnTkT8 { left:0;background-color:transparent;background-image:none;height:24px;top:57px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xCQd96ZAlAzckXmBqxk4DSrURTzoJdaC { left:10px;background-color:transparent;background-image:none;height:126px;top:369px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KdkTGQWPcghol10857rZW1EzgHm1OK0Q { display:block; }#KdkTGQWPcghol10857rZW1EzgHm1OK0Q > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEvR1wSa4TkxluO7xxlBThJTE56Z03TR { left:0;background-color:transparent;background-image:none;height:90px;top:9px;width:320px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDw57hMGACZLIK0NkJzvtq32iScSCCDl { width:320px;height:26px;top:592px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bVBrfD0K3SIqpIHPhdxWdqly6xJ8kuIC { width:320px;height:467px;top:109px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Zig4TPJSW6GevQsVTUwPP98qZaaJ9UHF { width:231px;height:134px;top:140px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #rJv7Fn7xVQIdJMfDBcPG4ud9n1kionPn { left:25px;background-color:transparent;background-image:none;height:54px;top:274px;width:271px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8QO7wQpAMqFviT90WHxQ1o3sxXV1y1U { top:450px;left:8px;width:304px;height:59px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zeS8ecDksTehfXd2cDbXtm7iuDf2A6QP { display:block; }
 }@media only screen and (max-width: 763px) { #vcGEyaeVZCqKBAqm74cU6KSTm0mpbZZI { left:0;background-color:transparent;background-image:none;height:64px;top:352px;width:320px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #KbJNm5hgMKQ4cA2t6JT0Id15IKWLETyd { left:0;background-color:transparent;background-image:none;height:20px;top:524px;width:320px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ElRrqeCi2yhwcTahTfXOsduI8tV68IAC { display:block; }#ElRrqeCi2yhwcTahTfXOsduI8tV68IAC > .row .container { width:320px;height:2160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx9lFMDd3mNeBa0WRfpWMtX1qK52s0eg { left:0;background-color:transparent;background-image:none;height:24px;top:20px;width:320px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zMVCMFAcqqXm2vDsTC4mNuRpJS7fu6KM { left:0;background-color:transparent;background-image:none;height:21px;top:64px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MkdiMSihIEeAosEwKbKORb12krghcPsi { left:10px;background-color:transparent;background-image:none;height:88px;top:87px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nlq64T9mRfALefeTVb5fMNR6gJoz3PpU { left:10px;background-color:transparent;background-image:none;height:110px;top:217px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CumA0L2FhaHU1mrZDgoUmM86eFdMzF7Q { left:0;background-color:transparent;background-image:none;height:21px;top:197px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtdvrgdP49QoWOwWkmer9AGJ4Z1UIhPC { left:10px;background-color:transparent;background-image:none;height:154px;top:366px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SN0BOPskxZJXkEIdiuzUHFbQEDnkTTJO { left:0;background-color:transparent;background-image:none;height:21px;top:346px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GsOgCdlOsydNhbFVBCCTVihUEeISoC7p { left:10px;background-color:transparent;background-image:none;height:154px;top:566px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hmlFFDJQCTd25Kz7O6JrkMI8Avnfys3k { left:0;background-color:transparent;background-image:none;height:21px;top:545px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Kdyb4VhoyDCWJBRMxE6IsdpgdllMa2pz { left:10px;background-color:transparent;background-image:none;height:66px;top:796px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XPBHgDIdyFLXFBrJKu8uGtIl5TFCxb82 { left:0;background-color:transparent;background-image:none;height:42px;top:754px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #edeh827Hiz7qy77PuZayCfiy3oNeCHEe { left:10px;background-color:transparent;background-image:none;height:88px;top:936px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y9EkPbP1eWkKBO6X2owrMo9CcZdCZ19q { left:0;background-color:transparent;background-image:none;height:42px;top:894px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uz0oVmxPpRXfiGGhJWGZOZRLGdEssduh { left:10px;background-color:transparent;background-image:none;height:154px;top:1126px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eCZGpLaPTyAFuZ6rzxOogaqik5suhkMD { left:0;background-color:transparent;background-image:none;height:42px;top:1084px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JQTxhXe2EpKfL102ytuWrtvK2oiZC3mu { left:10px;background-color:transparent;background-image:none;height:198px;top:1377px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OlSq2f1OB0y0Rtfre5h3qr9z6ABcqyiv { left:0;background-color:transparent;background-image:none;height:42px;top:1335px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WSDyIlfkZKvUgbtBFxk1hTFVtG5Anlox { top:2028px;left:8px;width:304px;height:61px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EbWl5eqPZeqtxFc9eOoFAqiprJPFqDnh { display:block; }
 }@media only screen and (max-width: 763px) { #enOkLg2BgRszWQhogNSKTEgKXLWaN9Qq { width:42px;height:42px;top:2037.5px;left:10px;font-size:29px;z-index:100149;display:block; }
 }@media only screen and (max-width: 763px) { #hZDg3PKLMbUzMJBfWV8DZBURsWOn9Vdr { left:0;background-color:transparent;background-image:none;height:42px;top:1601px;width:320px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W95gomwFLlXHzrXuSgTNtTh6mdv3F5U6 { left:10px;background-color:transparent;background-image:none;height:308px;top:1653px;width:300px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 { display:block; }#Fh8VFirupsyPOrsN385KkNq9bdoKrMP2 > .row .container { width:320px;height:508px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hda6w4dh63F5L81VWWTVF7lPnAvbg4XK { width:306px;height:59px;top:52px;left:7px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buMGZUmVqxADO90ET9FWoqQN4ZF8sMiz { width:320px;height:135px;top:111px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wA1b9zZ2mCc3In3Nc7wJgThIgGOgB7iB { width:219px;height:188px;top:291px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #EsFSifCV5rra0iOSQCZwT9AT4s2lFOhS { left:7px;background-color:transparent;background-image:none;height:32px;top:470px;width:196px;text-align:left;text-align-last:left;font-size:12px;display:block; }
 }