.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:218,218,224;--color-primary-1:131,133,151;--color-primary-2:7,11,46;--color-primary-3:4,6,23;--color-primary-4:1,2,7;--color-secondary-0:217,231,239;--color-secondary-1:128,176,202;--color-secondary-2:0,96,148;--color-secondary-3:0,48,74;--color-secondary-4:0,14,22;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.0625rem;left:2.3125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xdzMXqCrMsz4ZxVxbzgkCktJkFN6hbQu { z-index:15003;top:20.125rem;left:2.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #d02e88, #80004a);background-image: -moz-linear-gradient(45deg, #d02e88, #80004a);background-image: -ms-linear-gradient(45deg, #d02e88, #80004a);background-image: -o-linear-gradient(45deg, #d02e88, #80004a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#80004a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#80004a' );";background-image: linear-gradient(45deg, #d02e88, #80004a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iF6f6PghK6tufgdKt2gczuTObzrZE1yR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKig8cXlXPrifNRgzxRldBMrSqnXUbC7 { position:absolute;display:block;z-index:15001;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:30.0625rem;width:51.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ITJ1mGdUl5cUIfGHJmrz4gvCotZK0vXX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));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:4.1875rem;width:60rem;top:25.9375rem;left:0rem;display:block; }
#NbhtTQkbQAg33Im3LQJvBBqKT7M2QlnW { position:absolute;display:block;z-index:15000;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.375rem;width:35.5rem;display:none; }
#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #845419, #92682c);background-image: -moz-linear-gradient(146deg, #845419, #92682c);background-image: -ms-linear-gradient(146deg, #845419, #92682c);background-image: -o-linear-gradient(146deg, #845419, #92682c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#845419', endColorstr='#92682c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#845419', endColorstr='#92682c' );";background-image: linear-gradient(146deg, #845419, #92682c);background-size:auto !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; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container { background-color: transparent; background-image: none; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container > .video-iframe-container { display: none; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row > .video-iframe-container { display: none; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .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); }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container { border-width: 0; border-radius: 0; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#D53XtCotOLpRGNKfKc0sGoReKyQnJnTI { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.5068359375rem;left:2.46875rem;height:8.042rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSexa6RkpR26iIP13sXAPqxtqe779S1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { background-color: transparent; background-image: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .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); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { border-width: 0; border-radius: 0; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:3.3125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:10.0625rem;left:3.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:contain !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; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { background-color: transparent; background-image: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container > .video-iframe-container { display: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row > .video-iframe-container { display: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .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); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { border-width: 0; border-radius: 0; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#FZPCqfDQXIR33yAvb20JBQH6FF6iyJZQ { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5rem;height:4.5371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aEJGlnAAobp01HmEXzX7TSwqPCgVOcPE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.6875rem;left:1.5rem;display:block; }
#xpgtgQU4HFTPeTUgBPc4TVmNffLlVghJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.962890625rem;left:2.53125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CbOEpCIE4VpcNgtriNc0RKC9nrrpQfxP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.6875rem;left:15.875rem;display:block; }
#lWrfhIzAtNMyX8Paa5kw7TlFn01Fvnlu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.962890625rem;left:17.21875rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRVletF4tFax1e0e31VhZyz4HSDXR2LM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.8125rem;left:30.1875rem;display:block; }
#cgm5splncuVDI8iRiFOcJM6n2a46Tg4o { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.962890625rem;left:31.53125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ShUbtmK3MWD0G4hmZvXZeqXluBZUBOzZ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.8125rem;left:44.625rem;display:block; }
#ESIPuZmpVtEEWGo23eZSamvw8PFIfnCE { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3125rem;left:46.21875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oA9kqoBe9WaQeGx5GOAAVKLEH1PT0T0r { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:18.0625rem;left:1.5rem;display:block; }
#ayZsbK52JCbbkXRsDqu5qllIwnWIcTWl { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:18.0625rem;left:15.875rem;display:block; }
#cU5A7obm8TsFUfn1AlsfIXtD7GTeT6Ph { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:18.1875rem;left:30.1875rem;display:block; }
#cCkgxeiLmpxDT0lUT9irXfScNKlHaVcx { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.45);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:18.1875rem;left:44.625rem;display:block; }
#pKRlBkT2MTIpIz84PmGe4ToDewsHDdK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sT7dVBy8nghk7IUETFeEUicZuIbrVWdi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.3125rem;left:16.9375rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTfU45TsXyorA9diyOOKwqJXsJPLm8fp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.63671875rem;left:31.84375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dvLlTrMh4bHDyklGPR7ayuaPRGd88h8m { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.3125rem;left:45.8125rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSnkbNZRkEFOMlx1EbipR9yJAfTcJ69L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.087890625rem;left:2.53125rem; }
#nVcHWXt2TNGGwRsxTKyrzIuClxDDHBxu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.087890625rem;left:17.21875rem; }
#wk6qHWkBX4s4DkzKMg0PZDwxN92kc4ag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.212890625rem;left:31.46875rem; }
#VNMLZ9Tb2aVxrDUymiMyh0ebT7puImxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:6.212890625rem;left:46.15625rem; }
#iuUnTK1PbqqzKrc2RM3gaMlVU9yEZUng { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5625rem;left:45.8125rem; }
#bGveVWgm9L2eFcTNCbw9GLk2em4GpTQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.5625rem;left:31.5625rem; }
#wcqaLlEZkIngD65XXNnBoOmrFi6Dyeve { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.4375rem;left:17.25rem; }
#vNTT72cBBPIZSMZ83NT4tCQZ3REQT0VB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.4375rem;left:2.5625rem; }
#iiccMN5sJTk867qrp84PbTath43BJfw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { background-color: transparent; background-image: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container > .video-iframe-container { display: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container { display: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .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); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { border-width: 0; border-radius: 0; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { font-size:0.875rem;font-family:arial;height:71.5625rem;width:60rem;position:relative;display:block; }#WDATMbIIKR7T8HP0v6wca5h8kt8rmuIV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:5.75rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVWnpf2mCFJyti3MenObrNrHgWLn2FmL { 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:15000;opacity:1;display:none; }
#dMRm7BGrgK4S7IPKHGOFUSh49IwpTmwi { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#KJwzxDVFfDfo5KR2DT1b9lMnfR7oDuhz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#caI1sTIGs7oADzPPSsGJcFTgr6gnAwxO { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#fASR0lxnf8To0MBuTAc9zwHKGaNQ0KrO { 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:15000;opacity:1;display:none; }
#ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:19.8046875rem;left:4.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
#N3CUb2SSQMkuBpOsOGomHT6J4sZa1Wap { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:1.625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJIKATKtmM9K7xd3pKTN1dFGqoHrd9ih { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.0625rem;left:4.5625rem;display:block; }
#F6fBaETKyUZDhTdDrFksTixxGLJnt8aC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12rem;left:5.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uevFDUlVt3hitUTE13SSyWJTPQeMvdJx { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.1875rem;left:23.5rem;display:block; }
#POx1XG5gNTgbZuOfuSctIXuxkVp2rqtE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:7.8656246662138rem;left:25.66250038147rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIuBZzVl8UEZfu5PTu69wn1yNh8SEGag { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:9.5rem;width:13.3125rem;top:6.1875rem;left:41.75rem;display:block; }
#CkXxNNydF8G8mK7L4lt8AK2ZaaPAuxiv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:8.8125rem;left:33.75rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFHLFl9DR8T8bZaG4W74R84cbaXFJpBk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:8.8125rem;left:15.1875rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqeqn3yNdnJJ4Q9dbmp20qwi8hvlnFww { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.1875rem;left:42.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cz1DlaMUUesaFho7AGbaweUG7bOOArSy { position:absolute;display:block;z-index:15038;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.375rem;width:3.375rem;top:7.75rem;left:46.8125rem;overflow:hidden;display:block; }
#POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:35.4375rem;left:4.5rem;height:11.5703125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
#Lpx54Rm4gbt7LziyB8zLel7kUsxrUbxD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:49.743750572204rem;left:4.5625rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lm9XGXtnhNAQzc48EzX7I3e8Xt951S1E { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:45.437500953674rem;left:24.312501907349rem;height:4.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFp0ke9FoLiSTmdTqmaXUJCpKBJFkzbv { position:absolute;display:block;z-index:14999;background-color:#845419;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.5625rem;width:31.8125rem;top:64.8125rem;left:14rem;display:block; }
#EZ5ifmuMuZI9sN9oHm7uRylzy2t0T1ED { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:65.5625rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P79AkikVBzthp3KTWDruTVVGvk7u4lq1 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:32.5rem;left:4.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:24.75rem;left:4.5rem;height:4.2109375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
#XVLRTlNhksboWxWDbrOv8drVSxPxmslW { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAJBgdib8qfSgWQTonOPh0zIXuvwo9ak { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:28.900000572204rem;left:24.312501907349rem;height:4.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:contain !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; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { background-color: transparent; background-image: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container > .video-iframe-container { display: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row > .video-iframe-container { display: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .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); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { border-width: 0; border-radius: 0; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#XvETEkU3hqyk6rtHiHvQ7ZR3cqcWTpAI { color:rgba(var(--color-primary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:12.3125rem;left:24.718751907349rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkTbub20Ouc21LdzWAlaPqOyLn0B8C9r { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.25rem;left:4.53125rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slqpNEvqhuE4hGRNtbQUkdx03Xw7mnqK { color:#c19a6a;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.3125rem;left:1.5rem;height:2.0625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#J3WpRIvbe6nlBFluJggPS9VzPrke4ao9 { position:absolute;display:block;z-index:15003;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:19.75rem;width:19.75rem;top:3.5625rem;left:19.96875rem;overflow:hidden;display:block; }
#FClvxVQGExWiTRTPauXbXUussVOuFeGD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:17.6875rem;width:54.4375rem;top:1.3125rem;left:2.65625rem;display:block; }
#FO1V9PACf4usIgOGHCvVE1ASdZr10hDH { z-index:15004;top:25.75rem;left:18.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #d02e88, #5f1738);background-image: -moz-linear-gradient(45deg, #d02e88, #5f1738);background-image: -ms-linear-gradient(45deg, #d02e88, #5f1738);background-image: -o-linear-gradient(45deg, #d02e88, #5f1738);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#5f1738' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#5f1738' );";background-image: linear-gradient(45deg, #d02e88, #5f1738);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rTE6IoGhir5sAHAc918bmy0cxS9HKmLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClenOAi8PoLZONi8uoulXMNU44hkBW2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.5625rem;left:28.0625rem; }
#kKTOnTOT6goPeOIMIxL0mOoI5oZy80dA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.5625rem;left:31.3125rem; }
#rsosIZ02DIHPveagfIxUxKEBMH8UeJEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.5625rem;left:24.5625rem; }
#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { background-color: transparent; background-image: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container > .video-iframe-container { display: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container { display: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .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); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { border-width: 0; border-radius: 0; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#bq3Ng1RpIy0kLNimm9RuElGb9OfVKTTn { 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:15000;opacity:1;display:none; }
#Iun9w2GghWpqeVbvFWlspdolwExwkRqy { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#g2lzF1tCPybzh40h7UJErymukQyV7VLm { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#aO2BPDnS4SArIO4fTb8XIWEI5xwNFeUK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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;height:14.625rem;width:13.375rem;top:6.0625rem;left:6.25rem;display:none; }
#JvgU08CKTAdfNQJELTTd3gAveO9Veqpu { 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:15000;opacity:1;display:none; }
#cLdqiKV7UNrcnk6MD6chX2tez18pccTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:9.984375rem;left:9.59375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#cLdqiKV7UNrcnk6MD6chX2tez18pccTJ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cLdqiKV7UNrcnk6MD6chX2tez18pccTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
#BmrbbJLbLPC5Xvyx1r0vbqXUJeeCiuDX { color:#c19a6a;display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:4.20703125rem;left:1.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:.8;letter-spacing:0;top:18rem;left:9.40625rem;height:7.37405625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
#cb6vUPetI8wDRsdQiaqbypftFEQbkAPb { color:#c19a6a;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.6953125rem;left:24.3125rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrWnXrBmVc5aAfxfAy9JdCkNy04b2kPr { color:#c19a6a;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:28.250000953674rem;left:1.40625rem;height:2.0625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#umie9ku4glJpF8t2yW4ug1nluCU9kvZ7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #c19a6a;border-left:0.125rem solid #c19a6a;border-right:0.125rem solid #c19a6a;border-bottom:0.125rem solid #c19a6a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.57) ;height:45.5rem;width:54.4375rem;top:-0.0625rem;left:2.5625rem;display:block; }
#u2ixnfim2khSITosKC4EKHXo0vXaOKFi { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:31.062500953674rem;left:4.4375rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzBZNGox3tl8mOaP50CxG2hQ4iviF0Hm { position:absolute;display:block;z-index:15003;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:19.75rem;width:19.75rem;top:28.25rem;left:20.0625rem;overflow:hidden;display:block; }
#QKlN0ih8Tbz6qLLXainD9K8hGmaiVKga { color:rgba(var(--color-primary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:37.125rem;left:24.625001907349rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMgZR2lD4VwCLOXphaORXi8xPD6TITTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:47.3125rem;left:24.5rem; }
#IlAh7q2xEzfsKQLDZ6P0u4JixNGkNwOp { z-index:15004;top:52.5rem;left:18.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #d02e88, #5f1738);background-image: -moz-linear-gradient(45deg, #d02e88, #5f1738);background-image: -ms-linear-gradient(45deg, #d02e88, #5f1738);background-image: -o-linear-gradient(45deg, #d02e88, #5f1738);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#5f1738' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02e88', endColorstr='#5f1738' );";background-image: linear-gradient(45deg, #d02e88, #5f1738);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HuMgUFZSDnroOIrE0LgTBSBl3EbEviAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UalAu3DEHbWMUzB5tFM6TwVChw1MoV7z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:47.3125rem;left:28rem; }
#RIAWS9bydTHXlQTX9GZ0BalTJQ1oJ4dg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:47.3125rem;left:31.25rem; }
#HSKEQrXWFazcakDi948FILEPn2p8IKUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:contain !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; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { background-color: transparent; background-image: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container > .video-iframe-container { display: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row > .video-iframe-container { display: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .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); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { border-width: 0; border-radius: 0; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:60rem;position:relative;display:block; }#k4rOmEdIRD4SUsBLh2LIiBC1lWe8fd6x { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:10.125rem;left:7rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#KOmTGOwg50Ma4utTo6tsgrTSULK6bx6Z { color:#c19a6a;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.4375rem;left:7rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/22f23705-0c9e-45c8-8e31-6fe21d1135a3/image.crop_1816x2223_1306,177.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #c19a6a;border-left:0.25rem solid #c19a6a;border-right:0.25rem solid #c19a6a;border-bottom:0.25rem solid #c19a6a;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:12.5rem;width:12.5rem;top:10.8125rem;left:38.75rem;display:block; }#EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G.adaptive-delivery-prevent-bg, #EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G.lazyload, #EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G.lazyloading { background-image: none; }
#caTKIgrdRVr6ulbP4THmDgmyu4xlrZl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:25.625rem;left:6.75rem;height:27.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { background-color: transparent; background-image: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container > .video-iframe-container { display: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container { display: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .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); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { border-width: 0; border-radius: 0; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#vBWu1InZRr1k48U2AZfAe1zOE6UITD5U { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;top:4.0625rem;left:15.9375rem;height:2.95625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ctx8InR6QaPmm8vny6DIKINg1dSs9beO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:6.9375rem;left:15.8125rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#t92NIrJ0qe1ZCN8uOGpizAPd5HPx0F60 { position:absolute;display:block;z-index:15060;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.6875rem;width:3.6875rem;top:10.125rem;left:24.9375rem;overflow:hidden;display:block; }
#ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:10.125rem;left:29.75rem; }
#ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container { background-color: transparent; background-image: none; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container > .video-iframe-container { display: none; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row > .video-iframe-container { display: none; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .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); }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container { border-width: 0; border-radius: 0; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#dueiqfHFezEd9TlQ5r8ICWvCTHTsozI2 { position:absolute;display:block;z-index:15000;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.875rem;width:9.375rem;top:1.2187442779541rem;left:24.687501907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:30.0625rem;height:6.0625rem;top:10.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdzMXqCrMsz4ZxVxbzgkCktJkFN6hbQu { top:20.125rem;left:0rem;width:18.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF6f6PghK6tufgdKt2gczuTObzrZE1yR { display:block; }
 }@media only screen and (max-width: 763px) { #NKig8cXlXPrifNRgzxRldBMrSqnXUbC7 { top:0rem;left:0rem;width:47.75rem;height:27.705367913148rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ1mGdUl5cUIfGHJmrz4gvCotZK0vXX { top:25.9375rem;left:0rem;width:47.75rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbhtTQkbQAg33Im3LQJvBBqKT7M2QlnW { width:35.5rem;height:39.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 { display:block; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D53XtCotOLpRGNKfKc0sGoReKyQnJnTI { width:41.6875rem;height:5.3125rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { width:47.75rem;height:3.4375rem;top:4.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { width:47.75rem;height:;top:10.0625rem;left:0rem;font-size:1.5625rem;display:block; }#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy { display:block; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZPCqfDQXIR33yAvb20JBQH6FF6iyJZQ { width:47.75rem;height:2.25rem;top:1.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEJGlnAAobp01HmEXzX7TSwqPCgVOcPE { width:13.3125rem;height:9.5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpgtgQU4HFTPeTUgBPc4TVmNffLlVghJ { width:11.5rem;height:5.1875rem;top:8.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbOEpCIE4VpcNgtriNc0RKC9nrrpQfxP { width:13.3125rem;height:9.5rem;top:6.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWrfhIzAtNMyX8Paa5kw7TlFn01Fvnlu { width:11.5rem;height:5.1875rem;top:8.9375rem;left:11.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRVletF4tFax1e0e31VhZyz4HSDXR2LM { width:13.3125rem;height:9.5rem;top:6.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgm5splncuVDI8iRiFOcJM6n2a46Tg4o { width:10.875rem;height:5.1875rem;top:8.9375rem;left:25.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShUbtmK3MWD0G4hmZvXZeqXluBZUBOzZ { width:13.3125rem;height:9.5rem;top:6.8125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIPuZmpVtEEWGo23eZSamvw8PFIfnCE { width:10.375rem;height:6.4375rem;top:8.3125rem;left:37.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA9kqoBe9WaQeGx5GOAAVKLEH1PT0T0r { width:13.3125rem;height:9.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayZsbK52JCbbkXRsDqu5qllIwnWIcTWl { width:13.3125rem;height:9.5rem;top:18.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU5A7obm8TsFUfn1AlsfIXtD7GTeT6Ph { width:13.3125rem;height:9.5rem;top:18.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkgxeiLmpxDT0lUT9irXfScNKlHaVcx { width:13.3125rem;height:9.5rem;top:18.1875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKRlBkT2MTIpIz84PmGe4ToDewsHDdK9 { width:10.9375rem;height:2.5625rem;top:21.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7dVBy8nghk7IUETFeEUicZuIbrVWdi { width:11.5rem;height:5.1875rem;top:20.3125rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTfU45TsXyorA9diyOOKwqJXsJPLm8fp { width:10.625rem;height:2.5625rem;top:21.625rem;left:25.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLlTrMh4bHDyklGPR7ayuaPRGd88h8m { width:11.25rem;height:5.1875rem;top:20.3125rem;left:36.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnkbNZRkEFOMlx1EbipR9yJAfTcJ69L { top:6.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVcHWXt2TNGGwRsxTKyrzIuClxDDHBxu { top:6.0625rem;left:11.09375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk6qHWkBX4s4DkzKMg0PZDwxN92kc4ag { top:6.1875rem;left:25.34375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMLZ9Tb2aVxrDUymiMyh0ebT7puImxO { top:6.1875rem;left:40.03125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuUnTK1PbqqzKrc2RM3gaMlVU9yEZUng { top:17.5625rem;left:39.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGveVWgm9L2eFcTNCbw9GLk2em4GpTQC { top:17.5625rem;left:25.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqaLlEZkIngD65XXNnBoOmrFi6Dyeve { top:17.4375rem;left:11.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTT72cBBPIZSMZ83NT4tCQZ3REQT0VB { top:17.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiccMN5sJTk867qrp84PbTath43BJfw4 { display:block; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDATMbIIKR7T8HP0v6wca5h8kt8rmuIV { top:7.75rem;left:2.6875rem;width:11.1875rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVWnpf2mCFJyti3MenObrNrHgWLn2FmL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dMRm7BGrgK4S7IPKHGOFUSh49IwpTmwi { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJwzxDVFfDfo5KR2DT1b9lMnfR7oDuhz { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #caI1sTIGs7oADzPPSsGJcFTgr6gnAwxO { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fASR0lxnf8To0MBuTAc9zwHKGaNQ0KrO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO { width:47.75rem;height:;top:19.75rem;left:0rem;font-size:1.3125rem;display:block; }#ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #N3CUb2SSQMkuBpOsOGomHT6J4sZa1Wap { top:1.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIKATKtmM9K7xd3pKTN1dFGqoHrd9ih { width:13.3125rem;height:9.5rem;top:6.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fBaETKyUZDhTdDrFksTixxGLJnt8aC { top:12rem;left:2.6875rem;width:11.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uevFDUlVt3hitUTE13SSyWJTPQeMvdJx { width:13.3125rem;height:9.5rem;top:6.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POx1XG5gNTgbZuOfuSctIXuxkVp2rqtE { top:7.8125rem;left:14.6875rem;width:9.1875rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIuBZzVl8UEZfu5PTu69wn1yNh8SEGag { width:13.3125rem;height:9.5rem;top:6.1875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkXxNNydF8G8mK7L4lt8AK2ZaaPAuxiv { top:8.8125rem;left:24.5625rem;width:11.1875rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFHLFl9DR8T8bZaG4W74R84cbaXFJpBk { top:8.8125rem;left:12.125rem;width:11.1875rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqeqn3yNdnJJ4Q9dbmp20qwi8hvlnFww { top:11.1875rem;left:33.75rem;width:11.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1DlaMUUesaFho7AGbaweUG7bOOArSy { top:7.75rem;left:37.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy { width:47.75rem;height:10rem;top:35.4375rem;left:0rem;font-size:1.3125rem;display:block; }#POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
 }@media only screen and (max-width: 763px) { #Lpx54Rm4gbt7LziyB8zLel7kUsxrUbxD { top:49.6875rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm9XGXtnhNAQzc48EzX7I3e8Xt951S1E { top:45.4375rem;left:12.6875rem;width:11.1875rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFp0ke9FoLiSTmdTqmaXUJCpKBJFkzbv { top:64.8125rem;left:0rem;width:31.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5ifmuMuZI9sN9oHm7uRylzy2t0T1ED { width:47.75rem;height:2.0625rem;top:65.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P79AkikVBzthp3KTWDruTVVGvk7u4lq1 { top:32.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf { width:47.75rem;height:4.1875rem;top:24.75rem;left:0rem;font-size:1.3125rem;display:block; }#CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #XVLRTlNhksboWxWDbrOv8drVSxPxmslW { top:21.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJBgdib8qfSgWQTonOPh0zIXuvwo9ak { top:28.875rem;left:12.6875rem;width:11.1875rem;height:4.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp { display:block; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvETEkU3hqyk6rtHiHvQ7ZR3cqcWTpAI { width:10.5625rem;height:3.4375rem;top:12.3125rem;left:18.593751907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkTbub20Ouc21LdzWAlaPqOyLn0B8C9r { width:47.75rem;height:2.875rem;top:7.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqpNEvqhuE4hGRNtbQUkdx03Xw7mnqK { width:47.75rem;height:2.0625rem;top:4.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WpRIvbe6nlBFluJggPS9VzPrke4ao9 { top:3.5625rem;left:13.84375rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FClvxVQGExWiTRTPauXbXUussVOuFeGD { width:47.5rem;height:17.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO1V9PACf4usIgOGHCvVE1ASdZr10hDH { top:25.75rem;left:12.1875rem;width:23.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6IoGhir5sAHAc918bmy0cxS9HKmLl { display:block; }
 }@media only screen and (max-width: 763px) { #ClenOAi8PoLZONi8uoulXMNU44hkBW2R { top:20.5625rem;left:21.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKTOnTOT6goPeOIMIxL0mOoI5oZy80dA { top:20.5625rem;left:25.1875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsosIZ02DIHPveagfIxUxKEBMH8UeJEt { top:20.5625rem;left:18.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X { display:block; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bq3Ng1RpIy0kLNimm9RuElGb9OfVKTTn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Iun9w2GghWpqeVbvFWlspdolwExwkRqy { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2lzF1tCPybzh40h7UJErymukQyV7VLm { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aO2BPDnS4SArIO4fTb8XIWEI5xwNFeUK { width:13.375rem;height:14.625rem;top:6.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvgU08CKTAdfNQJELTTd3gAveO9Veqpu { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cLdqiKV7UNrcnk6MD6chX2tez18pccTJ { width:40.625rem;height:;top:9.9375rem;left:0rem;font-size:1.3125rem;display:block; }#cLdqiKV7UNrcnk6MD6chX2tez18pccTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #BmrbbJLbLPC5Xvyx1r0vbqXUJeeCiuDX { top:4.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 { width:41.375rem;height:6.3125rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }#ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
 }@media only screen and (max-width: 763px) { #cb6vUPetI8wDRsdQiaqbypftFEQbkAPb { top:13.6875rem;left:12.6875rem;width:11.1875rem;height:4.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrWnXrBmVc5aAfxfAy9JdCkNy04b2kPr { width:47.75rem;height:2.0625rem;top:28.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umie9ku4glJpF8t2yW4ug1nluCU9kvZ7 { width:47.5rem;height:45.5rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2ixnfim2khSITosKC4EKHXo0vXaOKFi { width:47.75rem;height:2.875rem;top:31.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzBZNGox3tl8mOaP50CxG2hQ4iviF0Hm { top:28.25rem;left:4.125rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKlN0ih8Tbz6qLLXainD9K8hGmaiVKga { width:10.5625rem;height:3.4375rem;top:37.125rem;left:13.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgZR2lD4VwCLOXphaORXi8xPD6TITTX { top:47.3125rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlAh7q2xEzfsKQLDZ6P0u4JixNGkNwOp { top:52.5rem;left:0.5rem;width:23.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMgUFZSDnroOIrE0LgTBSBl3EbEviAn { display:block; }
 }@media only screen and (max-width: 763px) { #UalAu3DEHbWMUzB5tFM6TwVChw1MoV7z { top:47.3125rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIAWS9bydTHXlQTX9GZ0BalTJQ1oJ4dg { top:47.3125rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKEQrXWFazcakDi948FILEPn2p8IKUh { display:block; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4rOmEdIRD4SUsBLh2LIiBC1lWe8fd6x { width:30rem;height:13.75rem;top:10.125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOmTGOwg50Ma4utTo6tsgrTSULK6bx6Z { width:36.75rem;height:3.4375rem;top:4.4375rem;left:0.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G { top:10.8125rem;left:32.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTKIgrdRVr6ulbP4THmDgmyu4xlrZl0 { width:46.5rem;height:26.125rem;top:25.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 { display:block; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBWu1InZRr1k48U2AZfAe1zOE6UITD5U { top:4.0625rem;left:9.8125rem;width:27.0625rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctx8InR6QaPmm8vny6DIKINg1dSs9beO { top:6.9375rem;left:9.6875rem;width:27.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92NIrJ0qe1ZCN8uOGpizAPd5HPx0F60 { top:10.125rem;left:18.8125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 { top:10.125rem;left:23.625rem;width:3.75rem;height:3.75rem;display:block; }
#ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep { display:block; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dueiqfHFezEd9TlQ5r8ICWvCTHTsozI2 { top:1.1875rem;left:18.562501907349rem;width:9.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#070b2e;background-image:none;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:16.375rem;height:5.84765625rem;top:15.826171875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15004;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #xdzMXqCrMsz4ZxVxbzgkCktJkFN6hbQu { top:22.375rem;left:2.09375rem;width:15.8125rem;height:2.4375rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iF6f6PghK6tufgdKt2gczuTObzrZE1yR { display:block; }
 }@media only screen and (max-width: 763px) { #NKig8cXlXPrifNRgzxRldBMrSqnXUbC7 { width:20rem;height:11.6875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ITJ1mGdUl5cUIfGHJmrz4gvCotZK0vXX { top:11.3125rem;left:0rem;width:20rem;height:14.8125rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #070b2e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #070b2e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #070b2e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #070b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#070b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#070b2e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #070b2e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NbhtTQkbQAg33Im3LQJvBBqKT7M2QlnW { top:0rem;left:0rem;width:20rem;height:22.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 { display:block; }#QaHnN8adSJh8eWN5Dtq8elnGL8XFlTO1 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D53XtCotOLpRGNKfKc0sGoReKyQnJnTI { width:18.75rem;height:4.94824375rem;top:1.2117195129394rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { background-color:transparent;background-image: -webkit-linear-gradient(top, #070b2e, #006094);background-image: -moz-linear-gradient(top, #070b2e, #006094);background-image: -ms-linear-gradient(top, #070b2e, #006094);background-image: -o-linear-gradient(top, #070b2e, #006094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );";background-image: linear-gradient(to bottom, #070b2e, #006094);background-size:auto !important;display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { background-color: transparent; background-image: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .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); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvifDkeG6gl6i2IapZcvPQ1Qm554se2J { width:18.75rem;height:1.44375rem;top:1.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 { width:18.75rem;height:14.4980625rem;top:4.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;display:block; }#xESndt9fSPTpfN3wGTsWnw9Uz8gUtpP2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy { background-color:#006094;background-image:none;display:block; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { background-color: transparent; background-image: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container > .video-iframe-container { display: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row > .video-iframe-container { display: none; }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .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); }#yt9xe6TPaPZkQHCbAvRCv78SRbF4qgqy > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZPCqfDQXIR33yAvb20JBQH6FF6iyJZQ { width:16.25rem;height:9.075rem;top:1.25rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEJGlnAAobp01HmEXzX7TSwqPCgVOcPE { width:19.75rem;height:7.375rem;top:12.5rem;left:0rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xpgtgQU4HFTPeTUgBPc4TVmNffLlVghJ { width:16.5rem;height:5.22265625rem;top:13.6875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CbOEpCIE4VpcNgtriNc0RKC9nrrpQfxP { width:19.75rem;height:6.3125rem;top:21.3125rem;left:0rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lWrfhIzAtNMyX8Paa5kw7TlFn01Fvnlu { width:17.25rem;height:5.22265625rem;top:22rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SRVletF4tFax1e0e31VhZyz4HSDXR2LM { width:19.75rem;height:6.0625rem;top:29.0625rem;left:0rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cgm5splncuVDI8iRiFOcJM6n2a46Tg4o { width:17.0625rem;height:3.91699375rem;top:29.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ShUbtmK3MWD0G4hmZvXZeqXluBZUBOzZ { width:19.75rem;height:7.25rem;top:36.4375rem;left:0.0625rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ESIPuZmpVtEEWGo23eZSamvw8PFIfnCE { width:17.1875rem;height:5.22265625rem;top:37.576171875rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oA9kqoBe9WaQeGx5GOAAVKLEH1PT0T0r { width:19.75rem;height:4.8125rem;top:45.3125rem;left:0.0625rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ayZsbK52JCbbkXRsDqu5qllIwnWIcTWl { width:19.75rem;height:6.125rem;top:51.4375rem;left:0.0625rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cU5A7obm8TsFUfn1AlsfIXtD7GTeT6Ph { width:19.75rem;height:4.5625rem;top:58.9375rem;left:0.0625rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cCkgxeiLmpxDT0lUT9irXfScNKlHaVcx { width:19.75rem;height:5.625rem;top:65.1875rem;left:0.0625rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pKRlBkT2MTIpIz84PmGe4ToDewsHDdK9 { width:17rem;height:2.611325rem;top:46.5rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sT7dVBy8nghk7IUETFeEUicZuIbrVWdi { width:17.25rem;height:3.91699375rem;top:52.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vTfU45TsXyorA9diyOOKwqJXsJPLm8fp { width:17.625rem;height:2.611325rem;top:60rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dvLlTrMh4bHDyklGPR7ayuaPRGd88h8m { width:17.375rem;height:3.91699375rem;top:65.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qSnkbNZRkEFOMlx1EbipR9yJAfTcJ69L { display:flex;width:1.9375rem;height:1.9375rem;top:58.3125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #nVcHWXt2TNGGwRsxTKyrzIuClxDDHBxu { display:flex;width:1.9375rem;height:1.9375rem;top:64.5625rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #wk6qHWkBX4s4DkzKMg0PZDwxN92kc4ag { display:flex;width:1.9375rem;height:1.9375rem;top:50.8125rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #VNMLZ9Tb2aVxrDUymiMyh0ebT7puImxO { display:flex;width:1.9375rem;height:1.9375rem;top:44.6875rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #iuUnTK1PbqqzKrc2RM3gaMlVU9yEZUng { display:flex;width:1.9375rem;height:1.9375rem;top:11.875rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #bGveVWgm9L2eFcTNCbw9GLk2em4GpTQC { display:flex;width:1.9375rem;height:1.9375rem;top:20.6875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #wcqaLlEZkIngD65XXNnBoOmrFi6Dyeve { display:flex;width:1.9375rem;height:1.9375rem;top:28.4375rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #vNTT72cBBPIZSMZ83NT4tCQZ3REQT0VB { display:flex;width:1.9375rem;height:1.9375rem;top:35.8125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #iiccMN5sJTk867qrp84PbTath43BJfw4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #070b2e, #006094);background-image: -moz-linear-gradient(180deg, #070b2e, #006094);background-image: -ms-linear-gradient(180deg, #070b2e, #006094);background-image: -o-linear-gradient(180deg, #070b2e, #006094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );";background-image: linear-gradient(180deg, #070b2e, #006094);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { background-color: transparent; background-image: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container > .video-iframe-container { display: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container { display: none; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .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); }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { border-width: 0; border-radius: 0; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiccMN5sJTk867qrp84PbTath43BJfw4 > .row .container { width:20rem;height:115.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDATMbIIKR7T8HP0v6wca5h8kt8rmuIV { width:7.75rem;height:3.25rem;top:7.59765625rem;left:5.28125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVWnpf2mCFJyti3MenObrNrHgWLn2FmL { display:flex;top:100.6875rem;left:8.2812503576281rem;width:1.375rem;height:1.375rem;z-index:15045;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMRm7BGrgK4S7IPKHGOFUSh49IwpTmwi { width:12.625rem;height:5.125rem;top:58.0625rem;left:1.25rem;background-color:#070b2e;background-image:none;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #KJwzxDVFfDfo5KR2DT1b9lMnfR7oDuhz { width:12.625rem;height:5.125rem;top:80.0625rem;left:1.25rem;background-color:#070b2e;background-image:none;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #caI1sTIGs7oADzPPSsGJcFTgr6gnAwxO { width:12.625rem;height:5.125rem;top:112.25rem;left:1.1875rem;background-color:#070b2e;background-image:none;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #fASR0lxnf8To0MBuTAc9zwHKGaNQ0KrO { display:flex;top:86.6875rem;left:1.25rem;width:1.375rem;height:1.375rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO { width:18.75rem;height:89.7rem;top:45.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;display:none; }#ycApSQZ72iZRBQMKMg9ZDLPXLMxy4blO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #N3CUb2SSQMkuBpOsOGomHT6J4sZa1Wap { width:17.75rem;height:3.8984375rem;top:1.25rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJIKATKtmM9K7xd3pKTN1dFGqoHrd9ih { width:13.3125rem;height:7.875rem;top:6.4375rem;left:2.375rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F6fBaETKyUZDhTdDrFksTixxGLJnt8aC { width:11.1875rem;height:1.625rem;top:10.78515625rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uevFDUlVt3hitUTE13SSyWJTPQeMvdJx { width:13.3125rem;height:7.875rem;top:18.94921875rem;left:2.375rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #POx1XG5gNTgbZuOfuSctIXuxkVp2rqtE { width:11.1875rem;height:3.25rem;top:21.19921875rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIuBZzVl8UEZfu5PTu69wn1yNh8SEGag { width:13.3125rem;height:7.875rem;top:31.4609375rem;left:2.375rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CkXxNNydF8G8mK7L4lt8AK2ZaaPAuxiv { width:11.1875rem;height:4.3875rem;top:27.07421875rem;left:3.5625rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFHLFl9DR8T8bZaG4W74R84cbaXFJpBk { width:11.1875rem;height:4.3875rem;top:14.5625rem;left:3.5625rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqeqn3yNdnJJ4Q9dbmp20qwi8hvlnFww { width:11.1875rem;height:1.625rem;top:36rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1DlaMUUesaFho7AGbaweUG7bOOArSy { width:3.375rem;height:3.375rem;top:32.625rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy { width:18.75rem;height:19.6699375rem;top:57.099999904632rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;display:block; }#POZbsOUmPzCTkT4tS2CMpPyOvlTtwKdy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
 }@media only screen and (max-width: 763px) { #Lpx54Rm4gbt7LziyB8zLel7kUsxrUbxD { width:18.75rem;height:20.625rem;top:80.875rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lm9XGXtnhNAQzc48EzX7I3e8Xt951S1E { width:11.1875rem;height:2.6rem;top:77.6875rem;left:4.4062498807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFp0ke9FoLiSTmdTqmaXUJCpKBJFkzbv { width:20rem;height:5.5625rem;top:106.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #070b2e, rgba(7,11,46,0.44));background-image: -moz-linear-gradient(160deg, #070b2e, rgba(7,11,46,0.44));background-image: -ms-linear-gradient(160deg, #070b2e, rgba(7,11,46,0.44));background-image: -o-linear-gradient(160deg, #070b2e, rgba(7,11,46,0.44));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#070b2e70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#070b2e70' );";background-image: linear-gradient(160deg, #070b2e, rgba(7,11,46,0.44));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5ifmuMuZI9sN9oHm7uRylzy2t0T1ED { width:16.875rem;height:4.225rem;top:107.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P79AkikVBzthp3KTWDruTVVGvk7u4lq1 { width:18.75rem;height:1.375rem;top:54.925000190735rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf { width:18.75rem;height:7.8105625rem;top:44.125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;display:block; }#CBmyKnrCiBuvpDm7sERfaQXOSAtb8SJf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #XVLRTlNhksboWxWDbrOv8drVSxPxmslW { width:18.75rem;height:1.375rem;top:41.8125rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EAJBgdib8qfSgWQTonOPh0zIXuvwo9ak { width:11.1875rem;height:2.6rem;top:52.375rem;left:4.4062498807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp { background-color:transparent;background-image: -webkit-linear-gradient(top, #006094, #070b2e);background-image: -moz-linear-gradient(top, #006094, #070b2e);background-image: -ms-linear-gradient(top, #006094, #070b2e);background-image: -o-linear-gradient(top, #006094, #070b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006094', endColorstr='#070b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006094', endColorstr='#070b2e' );";background-image: linear-gradient(to bottom, #006094, #070b2e);background-size:contain !important;display:block; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { background-color: transparent; background-image: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container > .video-iframe-container { display: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row > .video-iframe-container { display: none; }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .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); }#DdV8avRAV7UJJFk1mTIEcc2yDv6KE8hp > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvETEkU3hqyk6rtHiHvQ7ZR3cqcWTpAI { width:10.5625rem;height:3.4375rem;top:9.4375rem;left:4.71875rem;text-align:center;text-align-last:center;font-size:3.125rem;color:#070b2e;display:block; }
 }@media only screen and (max-width: 763px) { #QkTbub20Ouc21LdzWAlaPqOyLn0B8C9r { width:15.5rem;height:1.58125rem;top:6.375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqpNEvqhuE4hGRNtbQUkdx03Xw7mnqK { width:20rem;height:3.575rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WpRIvbe6nlBFluJggPS9VzPrke4ao9 { width:16.1875rem;height:16.1875rem;top:2.4375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FClvxVQGExWiTRTPauXbXUussVOuFeGD { width:19.75rem;height:14.5625rem;top:0.75rem;left:0rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FO1V9PACf4usIgOGHCvVE1ASdZr10hDH { top:21.6875rem;left:0.5rem;width:19rem;height:2.75rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6IoGhir5sAHAc918bmy0cxS9HKmLl { display:block; }
 }@media only screen and (max-width: 763px) { #ClenOAi8PoLZONi8uoulXMNU44hkBW2R { display:flex;width:3.875rem;height:3.875rem;top:16.4375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #kKTOnTOT6goPeOIMIxL0mOoI5oZy80dA { display:flex;width:3.875rem;height:3.875rem;top:16.4375rem;left:11.46875rem; }
 }@media only screen and (max-width: 763px) { #rsosIZ02DIHPveagfIxUxKEBMH8UeJEt { display:flex;width:3.875rem;height:3.875rem;top:16.4375rem;left:4.71875rem; }
 }@media only screen and (max-width: 763px) { #sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #070b2e, #006094);background-image: -moz-linear-gradient(180deg, #070b2e, #006094);background-image: -ms-linear-gradient(180deg, #070b2e, #006094);background-image: -o-linear-gradient(180deg, #070b2e, #006094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b2e', endColorstr='#006094' );";background-image: linear-gradient(180deg, #070b2e, #006094);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { background-color: transparent; background-image: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container > .video-iframe-container { display: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container { display: none; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .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); }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { border-width: 0; border-radius: 0; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVzVkiCEwOHtkkSyBETrqB27ZLOqEq5X > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bq3Ng1RpIy0kLNimm9RuElGb9OfVKTTn { display:flex;top:100.6875rem;left:8.2812503576281rem;width:1.375rem;height:1.375rem;z-index:15045;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iun9w2GghWpqeVbvFWlspdolwExwkRqy { width:12.625rem;height:5.125rem;top:58.0625rem;left:1.25rem;background-color:#070b2e;background-image:none;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #g2lzF1tCPybzh40h7UJErymukQyV7VLm { width:12.625rem;height:5.125rem;top:80.0625rem;left:1.25rem;background-color:#070b2e;background-image:none;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #aO2BPDnS4SArIO4fTb8XIWEI5xwNFeUK { width:12.625rem;height:5.125rem;top:112.25rem;left:1.1875rem;background-color:#070b2e;background-image:none;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #JvgU08CKTAdfNQJELTTd3gAveO9Veqpu { display:flex;top:86.6875rem;left:1.25rem;width:1.375rem;height:1.375rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #cLdqiKV7UNrcnk6MD6chX2tez18pccTJ { width:18.75rem;height:5.3984375rem;top:7.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;display:block; }#cLdqiKV7UNrcnk6MD6chX2tez18pccTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bf3aeaba-ca57-464e-81bc-78377a09b035/Designsemnome18.png); }
 }@media only screen and (max-width: 763px) { #BmrbbJLbLPC5Xvyx1r0vbqXUJeeCiuDX { width:17.75rem;height:3.8984375rem;top:2.0390625rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 { width:18.75rem;height:12.02343125rem;top:17.417187511921rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;overflow:hidden;line-height:1.1;display:block; }#ImglM0vzlZWENXOUXgzTAIB8eeKFTIA0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/eb7eae1b-0ba4-4251-b946-0ea95f395d41/ImagensLPVernicaFaria4.png); }
 }@media only screen and (max-width: 763px) { #cb6vUPetI8wDRsdQiaqbypftFEQbkAPb { width:11.1875rem;height:4.14375rem;top:13.274219036102rem;left:4.4062498807907rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrWnXrBmVc5aAfxfAy9JdCkNy04b2kPr { width:20rem;height:3.575rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umie9ku4glJpF8t2yW4ug1nluCU9kvZ7 { width:19.75rem;height:47.3125rem;top:0.4375rem;left:0rem;background-color:#070b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u2ixnfim2khSITosKC4EKHXo0vXaOKFi { width:15.5rem;height:1.58125rem;top:38.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzBZNGox3tl8mOaP50CxG2hQ4iviF0Hm { width:16.1875rem;height:16.1875rem;top:34.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKlN0ih8Tbz6qLLXainD9K8hGmaiVKga { width:10.5625rem;height:3.4375rem;top:41.5625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:3.125rem;color:#070b2e;display:block; }
 }@media only screen and (max-width: 763px) { #QMgZR2lD4VwCLOXphaORXi8xPD6TITTX { display:flex;width:3.875rem;height:3.875rem;top:48.9375rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #IlAh7q2xEzfsKQLDZ6P0u4JixNGkNwOp { top:53.562500953674rem;left:0.5rem;width:19rem;height:2.75rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HuMgUFZSDnroOIrE0LgTBSBl3EbEviAn { display:block; }
 }@media only screen and (max-width: 763px) { #UalAu3DEHbWMUzB5tFM6TwVChw1MoV7z { display:flex;width:3.875rem;height:3.875rem;top:48.9375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #RIAWS9bydTHXlQTX9GZ0BalTJQ1oJ4dg { display:flex;width:3.875rem;height:3.875rem;top:48.9375rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #HSKEQrXWFazcakDi948FILEPn2p8IKUh { background-color:#006094;background-image:none;display:block; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { background-color: transparent; background-image: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container > .video-iframe-container { display: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row > .video-iframe-container { display: none; }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .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); }#HSKEQrXWFazcakDi948FILEPn2p8IKUh > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4rOmEdIRD4SUsBLh2LIiBC1lWe8fd6x { width:18.75rem;height:11.13575rem;top:23.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOmTGOwg50Ma4utTo6tsgrTSULK6bx6Z { width:18.75rem;height:5.7734375rem;top:1.09375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EJJA1M0rJn1TaUpClV8XdnkC8eFIov1G { width:13.1875rem;height:13.1875rem;top:7.947265625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTKIgrdRVr6ulbP4THmDgmyu4xlrZl0 { width:18.75rem;height:47.01754375rem;top:35.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 { background-color:#070b2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { background-color: transparent; background-image: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container > .video-iframe-container { display: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container { display: none; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .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); }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { border-width: 0; border-radius: 0; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ca7M7tt6RbLTt8fvwaGOs3TITaiPEnm1 > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBWu1InZRr1k48U2AZfAe1zOE6UITD5U { width:15.1875rem;height:4.3984375rem;top:3.25rem;left:1.90625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ctx8InR6QaPmm8vny6DIKINg1dSs9beO { width:12.625rem;height:2.923825rem;top:8.75rem;left:1.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t92NIrJ0qe1ZCN8uOGpizAPd5HPx0F60 { width:3.6875rem;height:3.6875rem;top:12.375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 { display:flex;width:3.75rem;height:3.75rem;top:12.34375rem;left:6.34375rem; }
#ZGTVb4FIH4AksUFqHThcFr0FREvKWCW7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep { display:block; }#vrLTJrm7TT6oA0K9MTtGhsuWcNrHvnep > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dueiqfHFezEd9TlQ5r8ICWvCTHTsozI2 { width:8.5625rem;height:5.5rem;top:0rem;left:5.71875rem;display:block; }
 }