.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:#ffffff;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:lato;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:#405b39;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.21875rem;left:53.125rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.375rem;top:1.25rem;left:2.625rem;overflow:hidden;display:block; }
#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ac5428b-897c-474d-9be5-a74a4464fa10/juizgavelcomadvogadosdajusticatendoreuniaodeequipenofundoescritoriodeadvocaciaconceitosdedireitoeservicosjuridicos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.adaptive-delivery-prevent-bg, #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.lazyload, #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.lazyloading { background-image: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { background-color: transparent; background-image: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,32,19,0.92); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container > .video-iframe-container { display: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,32,19,0.92); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container { display: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .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); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { border-width: 0; border-radius: 0; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { font-size:0.875rem;font-family:inter;height:42.5625rem;width:75rem;position:relative;display:block; }#X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"helixa ii";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.0625rem;height:3.73730625rem;display:block; }
#sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:12.4375rem;left:4.0625rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:28.9375rem;left:63.5rem;display:block; }
#QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:28.9375rem;left:65.875rem;display:block; }
#mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:28.9375rem;left:70.625rem;display:block; }
#KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698934c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:28.9375rem;left:68.25rem;display:block; }
#eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(177,203,170,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(177,203,170,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(177,203,170,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(177,203,170,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b1cbaa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b1cbaa4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(177,203,170,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:5.125rem;left:37.5625rem;display:block; }
#Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { background-color:#405b39;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5625rem;left:4.0625rem;display:block; }
#kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSTWMNtdcFCCohMIosoSlPARkE12HxnH { box-sizing:content-box;height:37.25rem;width:31.75rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6481e022-3776-4703-ba7b-6b111233f7f4/Gemini_Generated_Image_j0fxjpj0fxjpj0fx.crop_921x1015_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.3125rem;left:40.375rem;display:block; }#dSTWMNtdcFCCohMIosoSlPARkE12HxnH.adaptive-delivery-prevent-bg, #dSTWMNtdcFCCohMIosoSlPARkE12HxnH.lazyload, #dSTWMNtdcFCCohMIosoSlPARkE12HxnH.lazyloading { background-image: none; }
#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89fa9683-1cbe-416c-b64f-e9ad73395024/acaojudicialeconceitodejusticaadvogadotrabalhandocomparceironalei.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.adaptive-delivery-prevent-bg, #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.lazyload, #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.lazyloading { background-image: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { background-color: transparent; background-image: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.73); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container > .video-iframe-container { display: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.73); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container { display: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .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); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { border-width: 0; border-radius: 0; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { font-size:0.875rem;font-family:helixa;height:40.6875rem;width:75rem;position:relative;display:block; }#zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { position:absolute;display:block;z-index:15004;background-color:#405b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.0625rem;width:33.5rem;top:2.5rem;left:5.3125rem;display:block; }
#o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { color:#ffffff;display:block;width:25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:14.125rem;left:10rem;height:13.5976375rem;font-style:normal;display:block; }
#dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { color:#ffffff;display:block;width:25rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.875rem;left:10rem;height:7.875rem;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; }
#CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30rem;left:10rem;display:block; }
#AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIpITCsupvsayqRbMrm3vc4lulU5m26P { position:relative;display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P { background-color: transparent; background-image: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container > .video-iframe-container { display: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row > .video-iframe-container { display: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .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); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P { border-width: 0; border-radius: 0; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { color:#162013;display:block;width:75rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UnxpzpOpCqnt9yb7HW3nZnprc158evVt { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { background-color: transparent; background-image: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container > .video-iframe-container { display: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container { display: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .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); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { border-width: 0; border-radius: 0; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { font-size:0.875rem;font-family:helixa;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { color:#0d3127;display:block;width:15.8125rem;position:absolute;font-family:helixa;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:13.375rem;left:0.71875rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.125rem;left:1.5rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.1875rem;left:0rem;display:block; }
#ep9qxCGXy4K328S5HwupogQxMMESHuxW { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.9375rem;left:2.4375rem;display:block; }
#L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15012;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/23a3b7bc-5257-4453-934b-967b71c44b6c/justicaeconceitodeleimulherasiaticaadvogadatrabalhandoejuizemumasaladejulgamentoomartelotrabalhandocomtabletelaptopecomputadortabletdigital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:0rem;display:block; }#mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.adaptive-delivery-prevent-bg, #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.lazyload, #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.lazyloading { background-image: none; }
#AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.25rem;left:17.9375rem;display:block; }
#XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.1875rem;left:19.4375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29rem;left:20.375rem;display:block; }
#N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { color:#0d3127;display:block;width:17.1875rem;position:absolute;font-family:helixa;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:13.375rem;left:17.9375rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15017;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/71c94863-385b-483f-b3b3-e3be419afe95/advogadosnotrabalho2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:17.9375rem;display:block; }#yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.adaptive-delivery-prevent-bg, #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.lazyload, #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.lazyloading { background-image: none; }
#BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15027;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/dcc98da1-9ece-4378-985b-e430fa6cb8d4/boatransacaoeosucesso.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:53.75rem;display:block; }#BuLT9CORttZukFpICqbTNbJbZHBeB0k6.adaptive-delivery-prevent-bg, #BuLT9CORttZukFpICqbTNbJbZHBeB0k6.lazyload, #BuLT9CORttZukFpICqbTNbJbZHBeB0k6.lazyloading { background-image: none; }
#oUZBt5CE605umueOypdpWQ1FBTrDpWPF { position:absolute;display:block;z-index:15019;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.25rem;left:53.75rem;display:block; }
#kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { color:#0d3127;display:block;width:8.1875rem;position:absolute;font-family:helixa;font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:13.375rem;left:57.875rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { color:#0d3127;display:block;width:11.75rem;position:absolute;font-family:helixa;font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:13.375rem;left:38.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.1875rem;left:35.8125rem;display:block; }
#DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/d7872240-e9fc-4231-827f-827d8f411b8d/conceitodejusticaedireitojuizmasculinoemumasaladejulgamentocomomartelotrabalhandocomcomputadoreacoplandooculosdetecladonamesanaluzdamanha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:35.8125rem;display:block; }#DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.adaptive-delivery-prevent-bg, #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.lazyload, #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.lazyloading { background-image: none; }
#zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.125rem;left:37.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:19.125rem;left:55.21875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.9375rem;left:38.25rem;display:block; }
#cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29rem;left:56.1875rem;display:block; }
#UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { position:relative;display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { background-color: transparent; background-image: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container > .video-iframe-container { display: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row > .video-iframe-container { display: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .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); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { border-width: 0; border-radius: 0; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { color:#0d3127;display:block;width:26.625rem;position:absolute;font-family:helixa;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.125rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:5.1875rem;left:27.90625rem;display:block; }
#zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac81a922-ac98-4cad-8ca2-83043e593d1d/empresariolendocontratocloseup.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.adaptive-delivery-prevent-bg, #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.lazyload, #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.lazyloading { background-image: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { background-color: transparent; background-image: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,27,18,0.75); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container > .video-iframe-container { display: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,27,18,0.75); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container { display: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .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); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { border-width: 0; border-radius: 0; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { font-size:0.875rem;font-family:helixa;height:34.375rem;width:75rem;position:relative;display:block; }#cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { position:absolute;display:block;z-index:15000;background-color:#648e59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.8125rem;width:13.125rem;top:14.3125rem;left:8.25rem;display:block; }
#RFu4NA782uUFD07HBh3HhZSTRAcVIOls { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:helixa;font-size:2.6875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:3.625rem;left:21.8125rem;height:6.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xldw0Ve48QgDTRMF4laLgXTROfkJAMnh { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:12.5rem;left:12rem;display:block; }
#tnaUXAVAFVs7qwP5TAydzlFUPlZ5VKG6 { color:#21432e;display:block;width:5.4375rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:13.3125rem;left:12.0625rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F82p8vTGrUS3Xz4r1DBKZkkTHxcwMns6 { color:#fbfbfb;display:block;width:10.1875rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:19.6875rem;left:9.6875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lgrzzMn2hfQSTnyzZHuxTcQ7V9V5TDX6 { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:12.5625rem;left:27.125rem;display:block; }
#xvkQq1k1tTZu4b8IwuTgsiaiShTK4dBD { color:#405b39;display:block;width:5.4375rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:13.375rem;left:27.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dcysQ7MFCslEiTCDNEzgqN41wdmOJ8gT { color:#fbfbfb;display:block;width:11.125rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.75rem;left:24.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DfJESMVs1cQ45x1GoPkglhKu4ysehTRS { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:12.5rem;left:42.125rem;display:block; }
#cgdu7nxAbqFRRf8gos4Kt88qzVFrC77o { color:#21432e;display:block;width:5.4375rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:13.3125rem;left:42.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GypeEvzVtrmFSUOTGbCZoi1uPy8F7WBD { color:#fbfbfb;display:block;width:11.375rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:19.6875rem;left:39.25rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uuuiwanTRJIHWwUITiuu6Vlh34aQBWkp { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:12.5625rem;left:56.9375rem;display:block; }
#OCpcBwqbRIJv7vDF6pOLVTmq9Nvyad3A { color:#405b39;display:block;width:5.4375rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:13.375rem;left:57rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S6SxGlRxGXHEWdlIMDHWuCFtMRosh1ln { color:#fbfbfb;display:block;width:11.875rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.6875rem;left:54.3125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q4It3sdZmEbcqGqiw0QCSqTZI5fzxTqt { position:absolute;display:block;z-index:15001;background-color:#162013;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.8125rem;width:13.125rem;top:14.375rem;left:23.375rem;display:block; }
#XkMC6xChJP0VQgrmTXifnbHchAufkJLd { position:absolute;display:block;z-index:15002;background-color:#648e59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.8125rem;width:13.125rem;top:14.375rem;left:38.375rem;display:block; }
#pWTKifR1V1lgCsRZNRwbIzTxGwkz5drz { position:absolute;display:block;z-index:15003;background-color:#162013;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.8125rem;width:13.125rem;top:14.375rem;left:53.6875rem;display:block; }
#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { background-color: transparent; background-image: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container > .video-iframe-container { display: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container { display: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .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); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { border-width: 0; border-radius: 0; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { font-size:0.875rem;font-family:helixa;height:39.125rem;width:75rem;position:relative;display:block; }#W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { position:absolute;display:block;z-index:15004;background-color:#405b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:37.5rem;top:0rem;left:35.8125rem;display:block; }
#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:12.875rem;left:41.9375rem;height:12.9375rem;font-style:normal;overflow:hidden;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
#rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:helixa;font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.25rem;left:36.71875rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.9375rem;left:44.3125rem;display:block; }
#WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:3.9375rem;left:1.625rem;overflow:hidden;display:block; }
#uMu3x4Ov77JbT6n7QFdZqbhTFMmByU66 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:helixa;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:27.5625rem;left:43.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { position:relative;display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { background-color: transparent; background-image: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container > .video-iframe-container { display: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row > .video-iframe-container { display: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .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); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { border-width: 0; border-radius: 0; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { color:#0d3127;display:block;width:75rem;position:absolute;font-family:helixa;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { background-color:#162013;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.0625rem;left:27.90625rem;display:block; }
#oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container { background-color: transparent; background-image: none; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container > .video-iframe-container { display: none; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row > .video-iframe-container { display: none; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .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); }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container { border-width: 0; border-radius: 0; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#khyFmbx0GfRePCNUdb1W9BH1wxd5bTOs { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.125rem;width:30.125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#rupXZORUby3fCtZL5TBWSLd0ucZQm9P7 { position:absolute;display:block;z-index:15026;background-color:#162013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.15) ;height:31.6875rem;width:35rem;top:6.75rem;left:7.5rem;display:block; }
#oOU3b25dhRQeo6TLTAgoHGqfoTaVTttq { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:helixa;font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.46875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5m7CsTsFFhvyKpFTZwm1JJC6lc1XSC1 { position:absolute;display:block;z-index:15028;background-color:#405b39;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:22.5rem;left:22.5rem;display:block; }
#KaPuiCNCBJA966Ix5KHOEQtNw1DDJTU0 { color:rgba(255,255,255,0.7);display:block;width:17.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:24.5rem;left:16.0625rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXZJT2FcA8565Zfb7CLc9Bx6gW70pOdu { position:absolute;display:block;z-index:15029;background-color:#405b39;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:10.6875rem;left:22.1875rem;display:block; }
#IkthoXDqH5f5NQUFDe12uwrbT2TNoIfO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.9375rem;left:23.4375rem; }
#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { background-color: transparent; background-image: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container > .video-iframe-container { display: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container { display: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .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); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { border-width: 0; border-radius: 0; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { font-size:0.875rem;font-family:helixa;height:34rem;width:75rem;position:relative;display:block; }#vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.125rem;left:7.5625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKpa3nuFgxdSNexesasPPPshNHeiQnon { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:15.61328125rem;left:16.375rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { position:absolute;display:block;z-index:15001;background-color:#162013;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:6.5625rem;left:7.5rem;display:block; }
#uRCO4TOegquze6Opl5bTF0wz0SU311m9 { position:absolute;display:block;z-index:15029;background-color:#405b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12.5rem;top:3.6875rem;left:59.625rem;display:block; }
#usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:11.375rem;top:5.625rem;left:60.1875rem;overflow:hidden;display:block; }
#M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { background-color:#146638;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.25rem;left:28.25rem;display:block; }
#REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.21875rem;left:25.375rem; }
#t78mEMknSKdc2uBMxDvNZvDpqg70HpUL > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { background-color:#101010;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { background-color: transparent; background-image: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container > .video-iframe-container { display: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container { display: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .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); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { border-width: 0; border-radius: 0; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { font-size:0.875rem;font-family:helixa;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { color:rgba(255,255,255,0.86);display:block;width:28.125rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.78125rem;left:23.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.4375rem;top:2.28125rem;left:11.375rem;overflow:hidden;display:block; }
#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W { background-color: transparent; background-image: none; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container > .video-iframe-container { display: none; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row > .video-iframe-container { display: none; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .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); }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W { border-width: 0; border-radius: 0; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pb9b5ohtwexISgTHFndAtG7GVu2RTfbP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.46875rem;left:69.4375rem; }
#pb9b5ohtwexISgTHFndAtG7GVu2RTfbP > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:1.25rem;left:0rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { display:block; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { top:26.125rem;left:0rem;width:24.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { top:12.4375rem;left:0rem;width:26.6875rem;height:12.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { width:0.5rem;height:31.25rem;top:28.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { width:0.5rem;height:31.25rem;top:28.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { width:0.5rem;height:31.25rem;top:28.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { width:0.5rem;height:31.25rem;top:28.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { width:37.4375rem;height:37.4375rem;top:5.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block; }
 }@media only screen and (max-width: 763px) { #dSTWMNtdcFCCohMIosoSlPARkE12HxnH { width:31.75rem;height:37.25rem;top:5.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { display:block; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block; }
 }@media only screen and (max-width: 763px) { #fIpITCsupvsayqRbMrm3vc4lulU5m26P { display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxpzpOpCqnt9yb7HW3nZnprc158evVt { display:block; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { top:13.375rem;left:0rem;width:15.8125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { top:19.125rem;left:0rem;width:14.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9qxCGXy4K328S5HwupogQxMMESHuxW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block; }
 }@media only screen and (max-width: 763px) { #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { width:17.1875rem;height:10.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { top:19.1875rem;left:5.8125rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block; }
 }@media only screen and (max-width: 763px) { #Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { top:13.375rem;left:4.3125rem;width:17.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { width:17.1875rem;height:10.1875rem;top:1.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { width:17.1875rem;height:10.1875rem;top:1.8125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZBt5CE605umueOypdpWQ1FBTrDpWPF { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { top:13.375rem;left:39.5625rem;width:8.1875rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { top:13.375rem;left:24.90625rem;width:11.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { width:17.1875rem;height:10.1875rem;top:1.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { top:19.125rem;left:23.6875rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { top:19.125rem;left:33.5rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block; }
 }@media only screen and (max-width: 763px) { #gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block; }
 }@media only screen and (max-width: 763px) { #HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block; }
 }@media only screen and (max-width: 763px) { #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { display:block; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { width:13.125rem;height:13.8125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFu4NA782uUFD07HBh3HhZSTRAcVIOls { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xldw0Ve48QgDTRMF4laLgXTROfkJAMnh { width:5.5625rem;height:5.5625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnaUXAVAFVs7qwP5TAydzlFUPlZ5VKG6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F82p8vTGrUS3Xz4r1DBKZkkTHxcwMns6 { top:19.6875rem;left:0rem;width:10.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgrzzMn2hfQSTnyzZHuxTcQ7V9V5TDX6 { width:5.5625rem;height:5.5625rem;top:12.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvkQq1k1tTZu4b8IwuTgsiaiShTK4dBD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcysQ7MFCslEiTCDNEzgqN41wdmOJ8gT { top:19.75rem;left:10.75rem;width:11.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfJESMVs1cQ45x1GoPkglhKu4ysehTRS { width:5.5625rem;height:5.5625rem;top:12.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdu7nxAbqFRRf8gos4Kt88qzVFrC77o { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GypeEvzVtrmFSUOTGbCZoi1uPy8F7WBD { top:19.6875rem;left:25.625rem;width:11.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuiwanTRJIHWwUITiuu6Vlh34aQBWkp { width:5.5625rem;height:5.5625rem;top:12.5625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCpcBwqbRIJv7vDF6pOLVTmq9Nvyad3A { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6SxGlRxGXHEWdlIMDHWuCFtMRosh1ln { top:19.6875rem;left:35.875rem;width:11.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4It3sdZmEbcqGqiw0QCSqTZI5fzxTqt { width:13.125rem;height:13.8125rem;top:14.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMC6xChJP0VQgrmTXifnbHchAufkJLd { width:13.125rem;height:13.8125rem;top:14.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTKifR1V1lgCsRZNRwbIzTxGwkz5drz { width:13.125rem;height:13.8125rem;top:14.375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { display:block; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
 }@media only screen and (max-width: 763px) { #rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block; }
 }@media only screen and (max-width: 763px) { #gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { width:31.25rem;height:31.25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMu3x4Ov77JbT6n7QFdZqbhTFMmByU66 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block; }
 }@media only screen and (max-width: 763px) { #Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp { display:block; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khyFmbx0GfRePCNUdb1W9BH1wxd5bTOs { width:30.125rem;height:45.125rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupXZORUby3fCtZL5TBWSLd0ucZQm9P7 { width:35rem;height:31.6875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOU3b25dhRQeo6TLTAgoHGqfoTaVTttq { width:35.0625rem;height:2.8125rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5m7CsTsFFhvyKpFTZwm1JJC6lc1XSC1 { width:5rem;height:0.125rem;top:22.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPuiCNCBJA966Ix5KHOEQtNw1DDJTU0 { width:17.875rem;height:9.8125rem;top:24.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZJT2FcA8565Zfb7CLc9Bx6gW70pOdu { width:5.625rem;height:5.625rem;top:10.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkthoXDqH5f5NQUFDe12uwrbT2TNoIfO { top:11.9375rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { display:block; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { top:11.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpa3nuFgxdSNexesasPPPshNHeiQnon { top:15.5625rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { width:47.75rem;height:21.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCO4TOegquze6Opl5bTF0wz0SU311m9 { width:12.5rem;height:6.5625rem;top:3.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { width:11.375rem;height:2.6875rem;top:5.625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block; }
 }@media only screen and (max-width: 763px) { #t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { width:3.5625rem;height:3.5625rem;top:20.1875rem;left:11.75rem;display:block; }
#t78mEMknSKdc2uBMxDvNZvDpqg70HpUL > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { display:block; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { top:2.75rem;left:9.8125rem;width:28.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { width:10.4375rem;height:2.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W { display:block; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9b5ohtwexISgTHFndAtG7GVu2RTfbP { width:3.5rem;height:3.5rem;top:1.4375rem;left:44.25rem;display:block; }
#pb9b5ohtwexISgTHFndAtG7GVu2RTfbP > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:17.4375rem;height:3.125rem;top:1.75rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:5.375rem;height:1.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { display:block; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { width:14.6875rem;height:2.5996125rem;top:25.375rem;left:2.6875rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { width:20rem;height:14.433625rem;top:9.875rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { width:0.5rem;height:31.25rem;top:4.6875rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { width:0.5rem;height:31.25rem;top:4.6875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { width:0.5rem;height:31.25rem;top:4.6875rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { width:0.5rem;height:31.25rem;top:4.6875rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { width:20rem;height:20rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { width:18.0625rem;height:3.5rem;top:56.1875rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block; }
 }@media only screen and (max-width: 763px) { #dSTWMNtdcFCCohMIosoSlPARkE12HxnH { width:20rem;height:23rem;top:30.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { display:block; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { width:20rem;height:34.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { width:17.5rem;height:16.99221875rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { width:17.5rem;height:5.5996125rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { width:19rem;height:3.5rem;top:28.5244140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block; }
 }@media only screen and (max-width: 763px) { #fIpITCsupvsayqRbMrm3vc4lulU5m26P { display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxpzpOpCqnt9yb7HW3nZnprc158evVt { display:block; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { width:20rem;height:117.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { width:13.5625rem;height:3.298825rem;top:11.125rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { width:16.25rem;height:7.5rem;top:15.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { width:17.1875rem;height:27.375rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9qxCGXy4K328S5HwupogQxMMESHuxW { width:11.5625rem;height:2.875rem;top:23.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block; }
 }@media only screen and (max-width: 763px) { #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { width:17.1875rem;height:10.1875rem;top:0rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { width:17.1875rem;height:28.5625rem;top:29.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { width:14.25rem;height:7.5rem;top:44.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { width:11.5625rem;height:2.875rem;top:53.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block; }
 }@media only screen and (max-width: 763px) { #Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { width:17.1875rem;height:3.298825rem;top:40.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { width:17.1875rem;height:10.1875rem;top:29.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { width:17.1875rem;height:10.1875rem;top:88.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZBt5CE605umueOypdpWQ1FBTrDpWPF { width:17.1875rem;height:24.875rem;top:90.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { width:17.25rem;height:1.6494125rem;top:99.875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { width:16.375rem;height:1.6494125rem;top:71.125rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { width:17.1875rem;height:27.5rem;top:59.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { width:17.1875rem;height:10.1875rem;top:59.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { width:14.25rem;height:7.5rem;top:73.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { width:14.25rem;height:7.5rem;top:102.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { width:11.5625rem;height:2.875rem;top:81.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block; }
 }@media only screen and (max-width: 763px) { #gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { width:11.5625rem;height:2.875rem;top:111.5rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block; }
 }@media only screen and (max-width: 763px) { #HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { width:13.625rem;height:6rem;top:0.75rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { width:19.1875rem;height:2.875rem;top:7.5625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block; }
 }@media only screen and (max-width: 763px) { #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { display:block; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { width:12.625rem;height:12.0625rem;top:28.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFu4NA782uUFD07HBh3HhZSTRAcVIOls { width:17.5rem;height:7.19825rem;top:3.5rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Xldw0Ve48QgDTRMF4laLgXTROfkJAMnh { width:5.5625rem;height:5.5625rem;top:26.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnaUXAVAFVs7qwP5TAydzlFUPlZ5VKG6 { width:5.4375rem;height:2.79980625rem;top:27.5625rem;left:7.3125rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #F82p8vTGrUS3Xz4r1DBKZkkTHxcwMns6 { width:10.1875rem;height:4.5rem;top:33rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgrzzMn2hfQSTnyzZHuxTcQ7V9V5TDX6 { width:5.5625rem;height:5.5625rem;top:41.4931640625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvkQq1k1tTZu4b8IwuTgsiaiShTK4dBD { width:5.4375rem;height:2.79980625rem;top:42.875rem;left:7.25rem;font-size:2rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dcysQ7MFCslEiTCDNEzgqN41wdmOJ8gT { width:11.125rem;height:6rem;top:49.25rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfJESMVs1cQ45x1GoPkglhKu4ysehTRS { width:5.5625rem;height:5.5625rem;top:58.9306640625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdu7nxAbqFRRf8gos4Kt88qzVFrC77o { width:5.4375rem;height:2.79980625rem;top:60.3125rem;left:7.25rem;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #GypeEvzVtrmFSUOTGbCZoi1uPy8F7WBD { width:11.375rem;height:6rem;top:66.6875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuiwanTRJIHWwUITiuu6Vlh34aQBWkp { width:5.5625rem;height:5.5625rem;top:77.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCpcBwqbRIJv7vDF6pOLVTmq9Nvyad3A { width:5.4375rem;height:2.79980625rem;top:78.25rem;left:6.75rem;font-size:2rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #S6SxGlRxGXHEWdlIMDHWuCFtMRosh1ln { width:10.375rem;height:9rem;top:84.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4It3sdZmEbcqGqiw0QCSqTZI5fzxTqt { width:13.125rem;height:13.8125rem;top:43.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMC6xChJP0VQgrmTXifnbHchAufkJLd { width:13.125rem;height:13.8125rem;top:61.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTKifR1V1lgCsRZNRwbIzTxGwkz5drz { width:13.125rem;height:15.25rem;top:79.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { display:block; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { width:20rem;height:47.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { width:17.5rem;height:18.9375rem;top:17.375rem;left:1.25rem;font-size:1rem;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80a89bc2e805e030d18a797bdaa871ca33176540.svg); }
 }@media only screen and (max-width: 763px) { #rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { width:17.5rem;height:11.19925rem;top:4rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { width:19rem;height:3.5rem;top:44.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block; }
 }@media only screen and (max-width: 763px) { #gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { width:20rem;height:20rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMu3x4Ov77JbT6n7QFdZqbhTFMmByU66 { width:14.375rem;height:5.625rem;top:37.9375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { width:19.1875rem;height:2.875rem;top:11.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block; }
 }@media only screen and (max-width: 763px) { #Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp { display:block; }#Oi7m3L3SP8LNLzmhwHEiNdGR4TnsvCVp > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khyFmbx0GfRePCNUdb1W9BH1wxd5bTOs { width:20rem;height:30.3125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupXZORUby3fCtZL5TBWSLd0ucZQm9P7 { width:20rem;height:29.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOU3b25dhRQeo6TLTAgoHGqfoTaVTttq { width:18.75rem;height:5.6875rem;top:13.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5m7CsTsFFhvyKpFTZwm1JJC6lc1XSC1 { width:5rem;height:0.125rem;top:20.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPuiCNCBJA966Ix5KHOEQtNw1DDJTU0 { width:18.75rem;height:9.84375rem;top:21.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZJT2FcA8565Zfb7CLc9Bx6gW70pOdu { width:5.625rem;height:5.625rem;top:6.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkthoXDqH5f5NQUFDe12uwrbT2TNoIfO { width:3.125rem;height:3.125rem;top:7.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { display:block; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { width:17.5rem;height:3.1494125rem;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #xKpa3nuFgxdSNexesasPPPshNHeiQnon { width:17.5rem;height:7.871125rem;top:12.875rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { width:20rem;height:21.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCO4TOegquze6Opl5bTF0wz0SU311m9 { width:12.5rem;height:4.4375rem;top:3.5rem;left:7.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { width:11.375rem;height:2.6875rem;top:4.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { width:16.6875rem;height:3.5rem;top:21.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block; }
 }@media only screen and (max-width: 763px) { #t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { display:flex;width:3.5625rem;height:3.5625rem;top:21.875rem;left:0.25rem; }
#t78mEMknSKdc2uBMxDvNZvDpqg70HpUL > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { display:block; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { width:18.5625rem;height:3rem;top:4.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { width:6.5rem;height:1.5rem;top:1.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W { position:relative;z-index:auto;display:block; }#PSxL9v4NuKmZUwOGKpQyAiWV94qonv7W > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb9b5ohtwexISgTHFndAtG7GVu2RTfbP { display:flex;width:3.5rem;height:3.5rem;top:1.25rem;left:8.25rem; }
#pb9b5ohtwexISgTHFndAtG7GVu2RTfbP > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }