/* remove import when we want new header footer design */
@import "core-commerce-header.css"; 
.slick-slider,
a,
button {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  background: 0 0;
}

.slick-list:focus,
select {
  outline: 0;
}

.customer-stories__items-figure,
img.lazyload {
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}

.grecaptcha-badge,
img.lazyload:not([src]) {
  visibility: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
address,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: VTEXTrust, sans-serif;
}

ol,
ul {
  list-style: none;
}

article,
aside,
dialog,
figure,
footer,
header,
img,
nav,
section {
  display: block;
}

address,
em {
  font-style: normal;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dev-vtex-site.pantheonsite.io select::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-text-size-adjust: none;
  -moz-osx-font-smoothing: antialiased;
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  text-size-adjust: none;
  font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: VTEXTrust, sans-serif;
}

a,
button {
  cursor: pointer;
  font-family: VTEXTrust, sans-serif;
}

input,
textarea {
  box-shadow: none;
}

input[type="submit"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

sup {
  vertical-align: super;
  font-size: 16px;
}

sub {
  font-size: 16px;
  vertical-align: sub;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Light.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Light.eot#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Light.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-LightItalic.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-LightItalic#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-LightItalic.woff2)
      format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Regular.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Regular#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Regular.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Italic.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Italic#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Italic.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Medium.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Medium#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Medium.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-MediumItalic.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-MediumItalic#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-MediumItalic.woff2)
      format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Bold.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Bold#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Bold.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-BoldItalic.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-BoldItalic#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-BoldItalic.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Black.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-Black#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Black.woff2) format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fabriga;
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-BlackItalic.eot);
  src: url(//io.vtex.com.br/fonts/fabriga/Fabriga-BlackItalic#iefix)
      format("embedded-opentype"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-BlackItalic.woff2)
      format("woff2"),
    url(//io.vtex.com.br/fonts/fabriga/Fabriga-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrustVF;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Variable.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Variable.woff)
      format("woff");
  font-style: normal;
}

@font-face {
  font-family: VTEXTrustVF;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-VariableItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-VariableItalic.woff)
      format("woff");
  font-style: italic;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Hairline.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Hairline.woff)
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-HairlineItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-HairlineItalic.woff)
      format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Thin.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Thin.woff)
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-ThinItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-ThinItalic.woff)
      format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Light.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Light.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-LightItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-LightItalic.woff)
      format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Regular.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-RegularItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-RegularItalic.woff)
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Medium.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Medium.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-MediumItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-MediumItalic.woff)
      format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Bold.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-BoldItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-BoldItalic.woff)
      format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Black.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-Black.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VTEXTrust;
  src: url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-BlackItalic.woff2)
      format("woff2"),
    url(https://io.vtex.com.br/fonts/vtex-trust/VTEXTrust-BlackItalic.woff)
      format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

.main {
  padding-top: 80px;
}

img.lazyload {
  opacity: 0;
  -webkit-transition: All 0.5s ease-in-out;
  transition: All 0.5s ease-in-out;
}

img.lazyload.error,
img.lazyload.initial,
img.lazyload.loaded {
  opacity: 1;
}

.d-none {
  display: none;
}

@media (max-width: 767px) {
  .main {
    padding-top: 64px;
  }
}

.card-cookies,
.modal-cookie-manager__box {
  max-width: 502px;
  border: 1px solid #e7e9ee;
}

.cookie-policy {
  background-color: #f8f7fc;
  width: 500px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  font-size: 14px;
  line-height: 21px;
  color: #717786;
  padding: 16px 46px 16px 16px;
  display: none;
  z-index: 10;
}

.cookie-policy a {
  color: #e31c58;
}

.cookie-policy__close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.cookie-policy__close__icon {
  width: 18px;
  height: 18px;
  fill: #ccced8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.card-cookies {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 2021;
  width: 100%;
  background-color: #f8f7fc;
  padding: 32px;
  animation: fadeInCookies 0.6s forwards 2s;
  opacity: 0;
  transition: all 0.3s;
}

.card-cookies__title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
  color: #142032;
}

.card-cookies p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #142032;
}

.card-cookies p a {
  color: #f71963;
  transition: color 0.3s;
}

.card-cookies p a:hover {
  color: #142032;
}

.card-cookies__actions .button {
  width: 100%;
}

.card-cookies__actions .button:not(:last-child) {
  margin-bottom: 16px;
}

.card-cookies__actions .button.button-outline {
  color: #e31c58;
  padding: 0;
}

.card-cookies__actions .button.button-outline:hover {
  color: #142032;
}

.modal-cookie-manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2023;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.button-icon div {
  align-items: center;
  display: flex;
}

.modal-cookie-manager.active {
  opacity: 1;
  pointer-events: all;
}

.modal-cookie-manager.active .modal-cookie-manager__box {
  transform: translateY(0);
}

.modal-cookie-manager__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142032;
  opacity: 0.3;
  z-index: 0;
}

.modal-cookie-manager__box {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #f8f7fc;
  padding: 32px;
  transform: translateY(20px);
  transition: transform 0.3s;
}

.modal-cookie-manager__box__title {
  font-size: 18px;
  line-height: 30px;
  color: #142032;
  margin-bottom: 32px;
}

.modal-cookie-manager__box__description {
  font-size: 16px;
  line-height: 24px;
  color: #142032;
}

.modal-cookie-manager__box__list {
  margin: 32px 0;
  overflow-y: auto;
  height: 352px;
}

.modal-cookie-manager__box__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e8e5e5;
}

.modal-cookie-manager__box__list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.modal-cookie-manager__box__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e31c58;
}

.modal-cookie-manager__box__list__item {
  padding: 16px 0;
  border-top: 1px solid #ccced8;
}

.modal-cookie-manager__box__list__item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.modal-cookie-manager__box__list__item__head__title {
  font-size: 16px;
  line-height: 24px;
  color: #4a596b;
}

.modal-cookie-manager__box__list__item__description {
  font-size: 16px;
  line-height: 24px;
  color: #142032;
}

.modal-cookie-manager__box__list__item:last-child {
  border-bottom: 1px solid #ccced8;
}

.modal-cookie-manager__box__actions {
  display: flex;
  flex-direction: column;
}

.modal-cookie-manager__box__actions button:not(:last-child) {
  margin-bottom: 32px;
}

.switch-button {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

.switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vtex-modal {
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}

input:checked + .slider {
  background-color: #e31c58;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e31c58;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@keyframes fadeInCookies {
  from {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
}

@media (max-height: 1440px) {
  .modal-cookie-manager__box__title {
    margin-bottom: 20px;
  }
  .modal-cookie-manager__box__list {
    margin: 20px 0;
  }
  .modal-cookie-manager__box__list__item {
    padding: 12px 0;
  }
  .modal-cookie-manager__box__actions button:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-height: 1400px) {
  .modal-cookie-manager__box__title {
    line-height: 1;
  }
  .modal-cookie-manager__box__description,
  .modal-cookie-manager__box__list__item__description {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 1300px) {
  .modal-cookie-manager__box {
    padding: 24px;
    max-width: 590px;
  }
  .modal-cookie-manager__box__title {
    margin-bottom: 15px;
  }
  .modal-cookie-manager__box__list {
    margin: 15px 0;
  }
  .modal-cookie-manager__box__list__item__description,
  .modal-cookie-manager__box__list__item__header__title {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 480px) {
  .card-cookies,
  .modal-cookie-manager__box {
    max-width: 343px;
  }
  .modal-cookie-manager__box__description,
  .modal-cookie-manager__box__list__item__description {
    font-size: 16px;
    line-height: 24px;
  }
  .card-cookies {
    left: 50%;
    margin-left: -171.5px;
    bottom: 20px;
  }
  .card-cookies__description {
    overflow-y: auto;
    height: 264px;
    margin-bottom: 24px;
  }
  .card-cookies__description::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e8e5e5;
  }
  .card-cookies__description::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }
  .card-cookies__description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e31c58;
  }
  .modal-cookie-manager__box__list {
    height: 251px;
    overflow-y: auto;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie-policy {
    width: 95%;
    left: 2.5%;
  }
  .cookie-policy br {
    display: none;
  }
}
.post__content .wp-block-image figcaption {
  width: 100% !important;
  display: block !important;
}

.wp-block-image {
  margin-bottom: 20px !important;
}

@media (min-width: 1199px) {
  .button {
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }
  .button span {
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
  }
  .button-icon svg {
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }
  .button-primary:hover {
    background-color: #c81e51;
  }
  .button-secondary:hover {
    background-color: #000711;
  }
  .button-tertiary:hover {
    color: #142032;
    fill: #142032;
  }
  .button-tertiary:hover span {
    border-color: #142032;
  }
}

.button {
  display: inline-block;
  color: #fff;
  padding: 17px 24px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
}

.button-icon div {
  justify-content: center;
}

.button-icon span {
  border-bottom: 1px solid transparent;
}

.button-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  margin-top: -2px;
}

.button-primary {
  fill: #fff;
  background-color: #e31c58;
}

.button-primary:active {
  background-color: #d71d55;
}

.button-secondary {
  fill: #fff;
  background-color: #142032;
}

.button-secondary:active {
  background-color: #0c1522;
}

.button-tertiary {
  fill: #4a596b;
  color: #4a596b;
}

.slick-slider {
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.customer-stories__pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
}

.customer-stories__pagination-item {
  width: 16px;
  height: 16px;
  background-color: #ccced8;
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
}

.customer-stories__pagination-item.active {
  background-color: #142032;
}

.customer-stories .slick-dots {
  float: left;
  width: 100%;
  margin-top: 32px;
}

.customer-stories .slick-dots li {
  float: left;
  margin-right: 24px;
}

.customer-stories .slick-dots li button {
  width: 16px;
  height: 16px;
  float: left;
  background-color: #ccced8;
  text-indent: -999999px;
  border-radius: 50%;
}

.customer-stories .slick-dots li.slick-active button {
  background-color: #142032;
}
/* end */

/* homepage css */
/* banner css */
.nh-banner-section {
  overflow: hidden;
  background: #e31c58;
}
.nh-banner-section .row {
  align-items: center;
}
.nh-bannerimg .desk {
  width: 100%;
  /* height: 800px; */
}
.nh-bannerimg .mob {
  margin: 0 auto;
  /* width: 100%; */
}
.nh-banner-content {
  padding: 120px 150px 120px 360px;
}

.nh-banner-left {
  padding: 156px 0;
}

.nh-banner-title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
.nh-banner-description {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 50px;
  margin: 30px 0;
}

.button.btn-text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 20px 0;
}
.button.btn-text:hover{
  color: #142032;
}
.nh-banner-btn-section .button-black{
  margin-right: 30px;
}

/* brand logo css */
.nh-brand-list {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.nh-brand-section {
  padding: 50px 0;
}
.brand-logo {
  display: inline-block;
  max-width: 100%;
  padding: 0 15px;
}
.nhbrand-title {
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 50px;
  color: #142032;
}
.nh-brand-list-wrap {
  position: relative;
}
.nh-brand-list-btn {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.nh-brand-list-wrap:hover .nh-brand-list {
  opacity: 0.3;
}
.nh-brand-list-wrap:hover .nh-brand-list-btn {
  opacity: 1 !important;
}
.nh-brand-list-btn .button-black {
  margin-top: 0;
}
/* customer stories css */
.nh-customer-stories-section {
  background: #f8f7fc;
  padding: 64px 0;
}
.nh-customstory-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
.nh-customer-stories-section .button {
  background-color: #142032;
  margin-bottom: 60px;
}
.nh-customer-img{
  position: relative;
  padding: 32%;
}
.nh-customer-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.nh-customer-content-box {
  padding: 25px 30px;
  background: #142032;
}
.nh-customer-box {
  height: 100%;
  background: #142032;
  position: relative;
}
.nh-customer-box:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / 55%);
}
.nh-customer-box:hover .nh-customer-btn {
  color: #e31c58;
}
.nh-customer-grid .nh-customer-grid-wrap.slick-slide {
  height: auto;
  margin: 0 15px;
}
.nh-customer-grid .slick-track {
  display: flex;
  flex-direction: row;
  /* column-gap: 15px; */
  flex-wrap: wrap;
  margin: 0 -15px;
}
.nh-customer-title {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  /* min-height: 70px; */
  padding-top: 15px;
}
.nh-customer-content {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding: 15px 0 20px;
}
.nh-customer-btn {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}
/* .nh-customer-btn:hover {
  color: #e31c58;
} */
.nh-customer-brandlogo {
  width: 100px;
  height: 50px;
}
.nh-customer-brandlogo img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.nh-customer-stories-section .mob .button {
  margin: 30px 0 0;
}
/* tabslider css */
.nh-tabslider_tabs {
  display: flex;
  align-items: stretch;
  padding: 30px 0;
}
.nhtabslider_tabs_content {
  width: 100%;
  background: #142032;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px;
}
.nhtabslider_tabs_content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  width: 100%;
  display: none;
}
.nh-tabslider_tabs-item .tab-hover-logo {
  display: none;
}
/*.nh-tabslider_tabs-item:hover .tab-black-logo {
  display: none;
}
.nh-tabslider_tabs-item:hover .tab-hover-logo {
  display: block;
} */
.nhtabslider_tabs_content-item.active {
  display: flex;
  align-items: center;
}
.nhtabslider_tabs_content-content {
  width: 70%;
  max-width: 100%;
  padding-right: 80px;
}
.nhtabslider_tabs_content-content .button {
  margin-top: 30px;
}
.nhtabslider_tabs_content-figure img {
  width: 100%;
  max-width: 100%;
}
.nh-tabslider_tabs-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
}
.nh-tabslider_tabs-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #e31c58;
}
.nhtabslider_tabs_content-content p {
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  /* padding-bottom: 30px; */
}
/* usecase css */
.nh-usecase-section {
  padding: 64px 0 85px;
}
.nh-unsecase-description {
  font-size: 22px;
  line-height: 34px;
  color: #142032;
  margin: 16px 0px;
}
.nh-usecase-title {
  font-size: 52px;
  line-height: 62px;
  color: #142032;
  margin-bottom: 50px;
}
.nh-usecase-box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
}
.nh-usecase-box {
  width: calc(20% - 24px);
  max-width: 100%;
  padding: 32px 16px;
  background: #fff3f6;
  border-radius: 26px;
  height: 192px;
}
.nh-usecase-box-title {
  font-size: 14px;
  line-height: 20px;
  color: #c81e51;
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}
.nh-usecase-box:hover {
  box-shadow: 0px 20px 25px rgba(20, 32, 50, 0.1);
}
.nh-usecase-box:hover .nh-usecase-box-title {
  color: #e31c58;
}
.nh-usecase-box img {
  margin: 0 auto;
}
.nh-usecase-box.nh-usecase-header {
  width: 100%;
  background: unset;
  padding: 0;
  height: unset;
}
.nh-usecase-box.nh-usecase-header:hover {
  box-shadow: unset;
  /* cursor: none; */
}
/* ready run css */
.nh-redyrun-wrap {
  padding: 85px 0 120px;
}
.nh-redyrun-content {
  position: relative;
  max-width: 386px;
  max-height: 300px;
  top: -30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-left: auto;
}
.nh-ready-title {
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  padding-bottom: 25px;
}
/* tab css */
.nh-tab-section {
  /* background: url(/wp-content/uploads/2022/02/new-home-bg.png) top center no-repeat; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  margin-bottom: 54px;
}
.nh-tab {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 25px 0;
}
.nhtab-iconbox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* row-gap: 50px; */
  column-gap: 20px;
}
/* .nhtab-iconbox .tab-box {
  padding: 30px 20px;
} */
.nhtab-iconbox .tab-box.col2 {
  width: calc(50% - 24px);
  height: auto;
  margin-bottom: 60px;
}
.nhtab-iconbox .tab-box.col3 {
  width: calc(33.33% - 24px);
  /* height: auto; */
  margin-bottom: 60px;
}

.tab-box-wrap .tab-img img {
  width: 32px;
  aspect-ratio: 1/1;
}
/* .tab-box-wrap {
  height: 100%;
  position: relative;
} */
.nhtab-content-title {
  font-size: 40px;
  line-height: 50px;
  color: #142032;
  padding: 32px 0;
}
.nh-tab .tab-title {
  background: #e7e9ee;
  padding: 14px 34px;
  /* width: 14%; */
  text-transform: uppercase;
  cursor: pointer;
}
.nh-tab .tab-title:hover {
  background: #ccced8;
}
.nh-tab .tab-title p {
  color: #142032;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.nh-tab .tab-title.active {
  background: #142032;
}
.nh-tab .tab-title.active p {
  color: #ffffff;
}
.nh-tab .tab-title:first-child {
  border-radius: 6px 0px 0px 6px;
}
.nh-tab .tab-title:last-child {
  border-radius: 0 6px 6px 0;
}
.nh-tab-box-wrap {
  display: none;
}
.nh-tab-box-wrap.active {
  display: block;
}
.nh-tab-content {
  position: relative;
  z-index: 2;
}
.nh-tab-box-wrap .tab-box-title {
  font-size: 22px;
  line-height: 34px;
  color: #142032;
  padding-top: 12px;
}
.nh-tab-box-wrap .tab-box-desc {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
  padding: 12px 0 20px;
}
.nh-tab-box-wrap .tab-box-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #e31c58;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* position: absolute;
  bottom: -20px; */
}
.nh-tab-box-wrap .tab-box-btn:hover {
  color: #142032;
}
.nh-tab-section .container {
  position: relative;
}
.nh-tab-wrap {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: -220px;
  width: 500%;
  height: 100%;
  z-index: 1;
}
.nh-tabsection-wrap {
  padding: 50px 0;
}

/* Core Commerce Page CSS */
/* banner section */
.vtexbanner-section {
  padding: 35px 0 50px;
  overflow: hidden;
  background: #fff3f6;
}
.vtexbanner-section .row {
  align-items: center;
}
/* .vtexbanner-section .button-primary {
  font-weight: 600;
} */
.vtexbanner-heading {
  font-size: 52px;
  line-height: 62px;
  color: #142032;
}
.vtexbanner-desc {
  font-size: 18px;
  line-height: 30px;
  color: #4a596b;
  margin: 16px 0px 30px;
  padding-right: 120px;
}
/* icon box section */
.corecommerce-template .info-icons {
  margin: 64px 0 32px;
  width: 100%;
}
.corecommerce-template .info-icons__item__icon {
  margin-bottom: 16px;
  max-width: 48px;
  min-height: 40px;
}
.corecommerce-template .info-icons__item__title {
  font-size: 22px;
  line-height: 34px;
  color: #142032;
  margin-bottom: 16px;
  display: block;
  padding-right: 36px;
}
.corecommerce-template .info-icons__item__description {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
  margin-bottom: 0;
  padding-right: 50px;
}
.corecommerce-template .nh-brand-section {
  border-bottom: 1px solid #e7e9ee;
}
/* feature list */
.corecommerce-template .nhlist-features {
  display: inline-block;
  width: 100%;
  padding: 64px 0;
  background: #fff;
  margin-bottom: -5px;
}
.corecommerce-template .list-features-headerwrap {
  /* margin-bottom: 68px; */
  width: 350px;
  float: left;
}
.corecommerce-template .list-features__title {
  font-size: 28px;
  line-height: 38px;
  color: #142032;
  /* margin-bottom: 16px; */
  /* margin-bottom: 68px;
  width: 350px;
  float: left; */
}
.corecommerce-template .list-features__subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #4a596b;
}
.corecommerce-template .list-features__list {
  list-style: none;
  width: 750px;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.corecommerce-template .list-features__list__item {
  float: left;
  width: 50%;
  align-content: center;
  margin-bottom: 24px;
  position: relative;
  padding-left: 36px;
  padding-right: 20px;
}
.corecommerce-template .list-features__list__item__icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #e31c58;
}
.corecommerce-template .list-features__list__item__title {
  font-size: 18px;
  line-height: 30px;
  color: #4a596b;
  margin-top: 4px;
  position: relative;
}
.corecommerce-template .list-features-link .list-features__list__item__title a {
  color: #e31c58;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.corecommerce-template
  .list-features-link
  .list-features__list__item__title:hover
  a {
  color: #4a596b;
}
.corecommerce-template
  .list-features-link
  .list-features__list__item__title
  a:after {
  content: "";
  background: url(/wp-content/themes/VTEXTheme/v2/images/icons/arrow-contact-pink.svg)
    top center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: auto;
  margin-left: 15px;
  opacity: 1;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.vtexrightacco-content a.vtexrightacco-link {
  display: flex;
  color: #e31c58;
  padding-top: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.vtexrightacco-content a.vtexrightacco-link:hover {
  color: #142032;
}
.vtexrightacco-content a.vtexrightacco-link img {
  margin-left: 8px;
}
.vtexrightacco-title::after{
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.vtexrightacco-title.active::after{
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ready section */
.vtexready-section {
  background: #e31c58;
  padding: 64px 0px;
}
.vtexready-wrap h2 {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
.vtexready-wrap p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.vtexready-wrap .button {
  background: #142032;
  border-radius: 6px;
  padding: 16px 26px;
  margin-top: 35px;
}
.vtexready-wrap .button:hover {
  background: #000711;
}
/* image reverse image section */
.vteximagecontentreverse-header {
  /* width: 65%;
  margin: 0 auto; */
  text-align: center;
  padding: 64px 0 32px;
}
.vtex-headersubtitle {
  font-size: 22px;
  line-height: 34px;
  color: #142032;
  padding-bottom: 15px;
}
.vtex-headertitle {
  font-size: 40px;
  line-height: 50px;
  color: #142032;
}
.vteximagecontent-box {
  padding: 64px 0;
}
.vteximagecontent-title {
  font-size: 28px;
  line-height: 38px;
  color: #142032;
  padding-bottom: 20px;
}
.vteximagecontent-subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #142032;
}
.vteximagecontent-list-title {
  font-size: 22px;
  line-height: 32px;
  color: #142032;
}
.vteximagecontent-list-content {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
}
.button-black {
  background: #142032;
  margin-top: 15px;
  /* font-weight: 600; */
}
.button-black:hover {
  background: #000711;
}
.vteximagecontent-list .vteximagecontent-list-wrap {
  display: flex;
  /* align-items: center; */
  padding-bottom: 20px;
  width: 100%;
}
.vteximagecontent-list-wrap .vteximagecontent-listicon {
  width: 6%;
  display: none;
}
.vteximagecontent-list-wrap .vteximagecontent-listdesc{
  width: 100%;
}
.vteximagecontent-box-wrap .vteximagecontent-box:nth-child(odd) {
  align-items: center;
  flex-direction: row;
}
.vteximagecontent-box-wrap .vteximagecontent-box:nth-child(even) {
  align-items: center;
  flex-direction: row-reverse;
}
.vteximagecontent-box-wrap
  .vteximagecontent-box:nth-child(odd)
  .vteximagecontent-box-content {
  padding-right: 50px;
}
.vteximagecontent-box-wrap
  .vteximagecontent-box:nth-child(even)
  .vteximagecontent-box-content {
  padding-left: 80px;
}
.row.vteximagecontent-box:nth-child(2n + 1) > div:first-child {
  -ms-flex: calc(50% - 30px);
  flex: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.row.vteximagecontent-box:nth-child(2n + 1) > div:last-child {
  -ms-flex: calc(50% + 30px);
  flex: calc(50% + 30px);
  max-width: calc(50% + 30px);
}
.row.vteximagecontent-box:nth-child(2n) > div:first-child {
  -ms-flex: calc(50% - 30px);
  flex: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.row.vteximagecontent-box:nth-child(2n) > div:last-child {
  -ms-flex: calc(50% + 30px);
  flex: calc(50% + 30px);
  max-width: calc(50% + 30px);
}
.vtexleftcolcontent-header .button {
  margin-top: 35px;
}
.vtex-headerdesc {
  font-size: 18px;
  line-height: 30px;
  margin: 16px 0;
  color: #4a596b;
}
/* left content col and right image */
.vtexrightimgleftcontentcol-section {
  padding: 64px 0;
}
.vtexleftcolcontent-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin: 0 -20px;
}
.vtexleftcolcontent-list {
  width: 50%;
  padding: 30px 20px;
}
.vtexleftcolcontent-list:hover {
  background: #ffffff;
  box-shadow: 0px 20px 25px rgb(20 32 50 / 10%);
  border-radius: 26px;
}
.vtexleftcolcontent-listhead {
  font-size: 22px;
  line-height: 34px;
  color: #142032;
  padding-bottom: 20px;
}
.vtexleftcolcontent-listcont {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
}
.vtexrightcolimg-wrap {
  position: relative;
}
.vtexrightcolimg-bottom {
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  bottom: 170px;
  padding-left: 60px;
}
.vtexrightcolimg-bottom1 {
  filter: drop-shadow(30px 22px 47px rgba(111, 118, 138, 0.156863));
  margin-right: 30px;
}
.vtexrightcolimg-bottom2 {
  filter: drop-shadow(-15px 24px 78px rgba(111, 118, 138, 0.156863));
}
.vtexrightcolimg-wrap .vtexrightcolimg {
  width: 100%;
}
/* content box */
.vtexcontentbox-section {
  padding: 64px 0;
  background: #f8f7fc;
}
.vtexcontentbox-header {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.vtexcontentbox-wrap {
  padding-top: 50px;
}
.vtexcontentbox {
  padding: 30px;
}
.vtexcontentbox:hover {
  background: #ffffff;
  box-shadow: 0px 20px 25px rgb(20 32 50 / 10%);
  border-radius: 6px;
}
.vtexcontentbox-head {
  font-size: 18px;
  line-height: 30px;
  color: #142032;
}
.vtexcontentbox-content {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
  padding: 15px 0 25px;
  min-height: px;
}
.vtexcontentbox-link {
  color: #e31c58;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.vtexcontentbox-link::before {
  content: "";
  background: url(/wp-content/themes/VTEXTheme/v2/images/icons/arrow-contact-pink.svg)
    top center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 1;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.vtexrightcolimg img {
  box-shadow: -20px -20px 0px rgb(91 91 93 / 10%);
  margin: 0 auto;
  max-width: 100%;
  border-radius: 26px;
  margin-top: 20px;
}
.vtexrightcolimg-wrap.active .vtexrightcolimg img {
  box-shadow: -20px -20px 0px rgb(80 81 85 / 20%);
}
/* left image right accor */
.vtexleftimgrightacco-section {
  padding: 64px 0;
  background: linear-gradient(180deg, #f8f7fc 0%, rgba(248, 247, 252, 0) 100%);
}
.vtexleftimgrightacco-section .row {
  align-items: center;
}
.vtexleftimgrightacco-content {
  padding-left: 50px;
}
.vtexleftimgrightacco-title {
  font-size: 28px;
  line-height: 38px;
  color: #142032;
  padding-bottom: 20px;
}
.vtexrightacco-title {
  font-size: 18px;
  line-height: 30px;
  color: #142032;
  padding: 16px 0;
  margin: 0px 4px;
  border-bottom: 1px solid #ccced8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
.vtexrightacco-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #142032;
}
.vtexrightacco:hover .vtexrightacco-title {
  color: #e31c58;
}
/* .vtexrightacco:hover .vtexrightacco-title .hoverarrow-icon {
  display: block;
}
.vtexrightacco:hover .vtexrightacco-title .arrow-icon {
  display: none;
} */
.vtexrightacco .hoverarrow-icon {
  display: none;
}
.vtexrightacco-content {
  color: #4a596b;
  font-size: 16px;
  line-height: 28px;
  display: none;
  margin: 20px 4px;
}
.vtexbanner-img img {
  max-width: 640px;
  position: relative;
  z-index: 2;
}
.vtexrightacco .rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vtexrightimgleftcontent-section {
  padding-bottom: 64px;
  overflow: hidden;
}
/* gridslider section */
.vtex-gridslider-section {
  padding: 64px 0;
  background: #fff3f6;
  margin-top: -5px;
  overflow: hidden;
}
.vtex-gridslider-title {
  font-size: 40px;
  line-height: 50px;
  color: #142032;
}
.vtex-grid-des {
  background: #fff;
  padding: 30px;
}
.vtex-grid-title {
  font-size: 20px;
  line-height: 30px;
  color: #142032;
}
.vtex-grid-cont {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
  padding: 15px 0 25px;
  /* height: 150px; */
}
.vtex-grid-btn {
  font-size: 14px;
  line-height: 20px;
  color: #e31c58;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 45px;
}
.vtex-grid-img img {
  width: 100%;
}
.vtex-grid-box {
  margin: 16px 0;
  background: #fff;
  height: 100%;
  position: relative;
}
.vtex-grid-box:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
.vtex-grid-box:hover .vtex-grid-title {
  color: #e31c58;
}
.vtex-gridslider-subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #4a596b;
  margin: 16px 0;
  width: 620px;
}
.vtex-gridslider-body {
  position: relative;
}
.vtex-gridslider-body .slick-arrow {
  border: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: absolute;
  right: 12px;
  bottom: -52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.vtex-gridslider-body .slick-arrow svg {
  stroke: #142032;
  -moz-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.vtex-gridslider-body .slick-arrow svg:hover {
  stroke: #e31c58;
}
.vtex-gridslider-body .slick-arrow.slick-prev {
  right: 52px;
  left: 13px;
}
.vtex-gridslider-body .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.vtex-gridslider-body .slick-next.slick-arrow {
  right: auto;
  left: 50px;
}
.vtex-gridslider-footer {
  text-align: right;
}
.vteximagecontent-box-img img,
.vtexleftimgrightacco-img img {
  width: 100%;
}
.mob {
  display: none;
}
.vtex-gridslider-section .slick-track {
  position: relative;
}
/* .vtex-gridslider-section .slick-track{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
} 
.vtex-gridslider-body .slick-slide {
  max-width: 100%;
  height: auto;
}  */
.vtex-grid-img{
  position: relative;
  padding-top: 70%;
}
.vtex-grid-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#main-mobile {
  display: none;
}
#footer-mobile {
  display: none;
}

/* Responsive CSS */
@media only screen and (max-width: 1300px) {
  .nh-banner-title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1200px) {
  .nh-banner-content {
    padding: 120px 50px 120px 60px;
  }
  .vteximagecontent-title br {
    display: none;
  }
  .vteximagecontent-list-content br {
    display: none;
  }
  .vtexready-wrap h2 br {
    display: none;
  }
  .vtex-gridslider-body .slick-arrow {
    bottom: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .vtexbanner-section .row {
    flex-direction: column-reverse;
  }
  .vtexbanner-content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .info-icons__item {
    padding: 0 65px 35px;
  }
  .vtex-headertitle {
    font-size: 34px;
    line-height: 42px;
  }
  .vtex-headersubtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .vteximagecontent-title {
    font-size: 34px;
    line-height: 42px;
  }
  .vteximagecontent-box-wrap .vteximagecontent-box:nth-child(odd),
  .vteximagecontent-box-wrap .vteximagecontent-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .vteximagecontent-box-wrap
    .vteximagecontent-box:nth-child(odd)
    .vteximagecontent-box-content {
    padding-right: 0;
  }
  .vteximagecontent-box-wrap
    .vteximagecontent-box:nth-child(even)
    .vteximagecontent-box-content {
    padding-left: 0;
  }
  .vteximagecontent-box-img {
    padding-bottom: 50px;
  }
  .vteximagecontent-box-img img {
    margin: 0 auto;
    width: 100%;
  }
  .vtexrightimgleftcontentcol-section .row {
    flex-direction: column-reverse;
  }
  .vtexrightimg {
    margin-right: 0;
  }
  .vtexrightimg img {
    margin: 0 auto;
    width: 100%;
  }
  .vtexcontentbox-content {
    min-height: unset;
    padding-bottom: 0;
  }
  .vtexleftimgrightacco-img img {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
  }
  .vtexleftimgrightacco-content {
    padding-left: 0;
  }
  .vtexleftimgrightacco-title br {
    display: none;
  }
  .vtexcontentbox-head {
    height: unset;
  }
  .vtexready-wrap h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .vtexbanner-img img {
    width: 100%;
    margin: 0 auto;
    /* max-width: 100%; */
  }
  .vtexrightimgleftcontent-section .vtexrightimg img {
    max-width: 100%;
    width: 100%;
  }
  .vtexleftcolcontent-list {
    width: 100%;
    padding: 10px 0;
  }
  .vtexleftcolcontent-listhead {
    padding-bottom: 12px;
  }
  .vtexleftcolcontent-listcont {
    font-size: 18px;
    line-height: 30px;
  }
  .vtexleftcontent {
    text-align: center;
  }
  .vtexcontentbox-section .vtexcontentbox-header {
    text-align: left;
    width: 100%;
  }
  .vtexcontentbox-section .vtexcontentbox-wrap {
    padding-top: 30px;
  }
  .vtexcontentbox {
    padding: 20px 0;
  }
  .vtexcontentbox:hover {
    box-shadow: unset;
    border-radius: unset;
    background: unset;
  }
  /* .corecommerce-template .nhlist-features {
    padding: 64px;
  } */
  .nh-bannerimg {
    text-align: center;
  }
  .nh-banner-left {
    padding: 32px 0 64px 0;
  }
  .nhtab-iconbox .tab-box.col3 {
    width: calc(100% - 24px);
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* column-gap: 30px; */
  }
  .tab-box-wrap {
    display: flex;
    /* flex-wrap: wrap; */
    column-gap: 30px;
  }
  .nhtab-iconbox .tab-box.col2 {
    width: calc(100% - 24px);
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* column-gap: 30px; */
  }
  .nh-tab-box-wrap .tab-box-title {
    padding-top: 0;
  }
  .nhtabslider_tabs_content-item.active {
    display: flex;
    flex-direction: column-reverse;
  }
  .nhtabslider_tabs_content-content {
    padding-right: 0;
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
  .nhtabslider_tabs_content-content .button {
    margin-top: 15px;
  }
  /* .nh-tab .tab-title {
    width: 20%;
  } */
  .nhtab-content-title {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 40px;
  }
  .nh-usecase-box-title {
    text-transform: uppercase;
  }
  .nh-tab-wrap {
    right: 0;
    left: -60px;
  }
  /* .nhtabslider_tabs_content-figure {
    margin-right: auto;
  } */
  .nhtabslider_tabs_content-figure img {
    width: 50%;
    margin: 0 auto;
  }
  .nhtabslider_tabs_content {
    padding: 25px 45px;
  }
  /* .nhtabslider_tabs_content-content p {
    padding-bottom: 0;
  } */
  /* .vteximagecontent-list-wrap .vteximagecontent-listdesc{
    margin-left: 8px;
  } */
  .vteximagecontent-box {
    padding: 32px 0;
  }
  .vtexrightimgleftcontentcol-section{
    padding: 32px 0;
  }
  .vtexrightimgleftcontent-section{
    padding-bottom: 32px;
  }
  .vtexrightcolimg {
    display: none;
  }
  .vtexrightcolimg-bottom {
    position: relative;
    bottom: 0;
    padding-left: 0;
    padding-bottom: 25px;
  }
  .vtexleftcolcontent-header .button {
    margin-top: 15px;
  }
  .vtexleftcolcontent-wrap {
    padding-top: 25px;
    margin: 0;
  }
  .vtexleftcolcontent-list:hover {
    box-shadow: unset;
    border-radius: unset;
  }
  .vtexbanner-heading {
    font-size: 34px;
    line-height: 42px;
  }
  .vtex-headerdesc {
    font-size: 16px;
    line-height: 28px;
  }
  .corecommerce-template .list-features__title {
    font-size: 24px;
    line-height: 34px;
  }
  .vtex-gridslider-title {
    font-size: 28px;
    line-height: 36px;
  }
  .vtex-headertitle br {
    display: none;
  }
  .nh-usecase-box,
  .nh-usecase-box.nh-usecase-header {
    width: calc(33.33% - 24px);
  }
  .nh-unsecase-description {
    font-size: 18px;
    line-height: 30px;
  }
  .nh-usecase-title {
    font-size: 28px;
    line-height: 36px;
  }
  .nh-banner-title {
    font-size: 62px;
    line-height: 68px;
  }
  .nh-banner-section .row {
    flex-direction: column-reverse;
    margin: 32px 0 0;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .nh-banner-content {
    padding: 50px 100px 50px 100px;
  }
  .nh-customstory-title {
    font-size: 28px;
    line-height: 36px;
    /* padding-bottom: 30px; */
  }
  .nh-redyrun-wrap {
    background: #e31c58;
    background-image: unset !important;
    padding: 32px 0;
  }
  .nh-redyrun-content {
    max-width: unset;
    max-height: unset;
    top: unset;
    flex: none;
    order: unset;
    flex-grow: unset;
    margin-left: unset;
  }
  .nh-ready-title {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
  }
  .nh-redyrun-content .button {
    background-color: #142032;
  }
  .nh-tabslider-section .customer-stories__pagination {
    display: inline-block;
    margin-bottom: 42px;
  }
  .customer-stories__pagination-item {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .vtexcontentbox-section {
    padding: 32px 0 0;
  }
  .vtexleftimgrightacco-section {
    padding: 32px 0;
  }
  .nh-banner-description {
    margin: 15px 0;
  }
  .nh-tab-section {
    margin-bottom: 0;
  }
  .nh-usecase-section {
    padding: 42px 0 64px;
  }
  .vtexbanner-desc {
    padding-right: 0;
  }
  .vteximagecontentreverse-section
    .vteximagecontent-box-wrap
    .vteximagecontent-box
    .vteximagecontent-box-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .corecommerce-template .list-features__list__item__icon{
    width: 15px;
    height: 15px;
    top: 10px;
  } */
  .vtexready-wrap {
    margin: 0 auto;
    max-width: 570px;
    padding: 0 20px;
  }
  .corecommerce-template .info-icons__item__description {
    padding-right: 0;
  }
  .vtex-gridslider-footer .button-black {
    margin-top: 20px;
  }
  /* .vtex-gridslider-body .slick-arrow {
    bottom: -60px;
  } */
  .nhbrand-title {
    padding: 0 50px 30px;
  }
  .corecommerce-template .info-icons {
    margin-bottom: 0;
  }
  .row.vteximagecontent-box:nth-child(2n + 1) > div:first-child {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .row.vteximagecontent-box:nth-child(2n + 1) > div:last-child {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .row.vteximagecontent-box:nth-child(2n) > div:first-child {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .row.vteximagecontent-box:nth-child(2n) > div:last-child {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  /* .nh-tab-box-wrap .tab-box-btn{position: unset; bottom: 0;} */
  .nhtab-iconbox .tab-box.col3{margin-bottom: 40px;}
  .nh-tab-content .tab-content-wrap{height: unset!important;}
}
@media screen and (max-width: 980px) {
  .nh-tab-wrap {
    right: 0;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .vtexbanner-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .vtexbanner-desc {
    font-size: 18px;
    line-height: 30px;
    padding-right: 0;
  }
  .nhbrand-title {
    font-size: 16px;
    line-height: 18px;
  }
  .vtexready-wrap h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .corecommerce-template .list-features__list__item {
    float: inherit;
    width: 100%;
  }
  .vtexbanner-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
  }
  .info-icons__item {
    padding: 0 15px 35px;
  }
  .corecommerce-template .info-icons {
    margin: 32px 0 0;
  }
  .nh-bannerimg video {
    max-width: 100%;
  }
  .nh-tab-section .container {
    margin-left: -15px;
  }
  .nh-banner-left {
    margin-left: -15px;
    margin-right: -15px;
    padding: 32px 0;
  }
  .nh-brand-section {
    padding: 25px 0;
  }
  .nh-brand-list {
    flex-wrap: wrap;
    column-gap: 35px;
  }
  .nh-brand-item {
    width: calc(30% - 15px);
  }
  .brand-logo {
    padding: 0;
  }
  /* .nh-brand-item .brand-logo {
    padding: 0;
  } */
  .nhtabslider_tabs_content-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .nhtabslider_tabs_content {
    padding: 15px;
  }
  .vtexbanner-section {
    padding: 25px 0;
  }
  .nh-tabslider-section {
    padding-bottom: 0;
  }
  .vteximagecontent-list-wrap .vteximagecontent-listicon {
    width: 12%;
  }
  /* .vteximagecontent-list-wrap .vteximagecontent-listdesc{
    width: 88%;
  } */
  .vteximagecontent-box-img {
    padding-bottom: 25px;
  }
  .vtexrightcolimg-bottom1 {
    width: 40%;
    margin-right: 20px;
  }
  .vtexrightcolimg-bottom2 {
    width: 54%;
  }
  .corecommerce-template .nhlist-features {
    padding: 32px 0;
  }
  .corecommerce-template .list-features__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  .vteximagecontentreverse-header {
    padding: 32px 0 0;
  }
  .vtexrightimgleftcontent-section .vtex-headertitle {
    font-size: 28px;
    line-height: 36px;
  }
  .vtexcontentbox-head {
    font-size: 20px;
    /* height: 30px; */
  }
  .vtexcontentbox-content {
    min-height: 50px;
    padding: 15px 0 0px;
  }
  .vtexcontentbox-section .vtexcontentbox-wrap {
    padding-top: 0;
  }
  .vtexcontentbox {
    padding: 15px 0;
  }
  .nh-banner-content {
    padding: 25px 0 35px;
  }
  .nh-banner-title {
    font-size: 28px;
    line-height: 36px;
  }
  .nh-tab .tab-title p {
    font-size: 14px;
    line-height: 20px;
  }
  /* .nh-tab .tab-title {
    width: 50%;
  } */
  .nh-customer-header {
    padding-bottom: 30px;
  }
  .nh-customer-stories-section .button {
    margin-bottom: 30px;
  }
  .nh-usecase-box.nh-usecase-header {
    width: calc(100% - 24px);
  }
  .nh-usecase-box {
    width: calc(56% - 24px);
  }
  .nh-usecase-title {
    margin-bottom: 10px;
  }
  .nh-ready-title {
    font-size: 32px;
    line-height: 42px;
  }
  .new-homepage-template {
    margin-top: -20px;
  }
  .nh-tab-wrap {
    right: 0;
    left: 50px;
  }
  .nh-tabsection-wrap {
    padding: 25px 0 25px 50px;
  }
  /* .nh-customstory-title {
    padding-bottom: 0;
  } */
  .nh-customer-stories-section {
    padding: 32px 0;
  }
  .nh-customstory-title br {
    display: none;
  }
  .vtexready-section {
    padding: 32px 0;
  }
  .vtexready-wrap {
    max-width: 100%;
    padding: 0;
  }
  .nhbrand-title {
    padding: 0 30px 30px;
  }
  
}
/* @media (max-width: 1199px){
  body #main-mobile {
    display: block;
  }
  #main-menu {
    display: none;
  }
  #footer-desktop {
    display: none;
  }
  #footer-mobile {
    display: block;
  }
} */
@media screen and (max-width: 500px) {
.nh-tab .tab-title{padding: 14px 12px;}
}


/* v2-template-products-first - 8 Apr 2022 */
.page-template-v2-template-products-first .hero-v2:not(.hero-v2-style-near-white) {margin-bottom: 0;}
.page-template-v2-template-products-first .vtex-customers {margin-top: 0px;margin-bottom: 30px;}
.page-template-v2-template-products-first .content-left-right {padding-top: 0;margin-bottom: 0px;}
.page-template-v2-template-products-first .content-left-right .content-left-right__item {margin-bottom: 60px;}
.page-template-v2-template-products-first .content-left-right .info-box-margin {margin-top: 0;margin-bottom: 60px;}
.page-template-v2-template-products-first .page-contact {padding: 70px 0 64px;}
.page-template-v2-template-products-first .call-to-action {padding: 100px 0;}
.page-template-v2-template-products-first .box__divider {margin-top: 60px;margin-bottom: 60px;}
.page-template-v2-template-products-first .banner {margin-top: 0;}

.page-template-core-commerce-simple-acf .corecommerce-template .nhlist-features {background-color: #ffe0ef;}

@media screen and (max-width:1199px) {
  .page-template-v2-template-products-first .list-features .container {max-width: 970px;width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
  .page-template-v2-template-products-first .solutions-template .list-features-headerwrap,
  .page-template-v2-template-products-first .solutions-template .list-features__list {width: 100%;float: none;margin-left: auto;margin-right: auto;}

}
@media screen and (max-width:1024px) {
  .page-template-v2-template-products-first .box__divider {margin-top: 50px;margin-bottom: 40px;}
  .page-template-v2-template-products-first .page-contact {padding: 60px 0 50px;}
  .page-template-v2-template-products-first .call-to-action {padding: 70px 0;}
  .page-template-v2-template-products-first .content-left-right .info-box-margin {margin-bottom: 40px;}
  .page-template-v2-template-products-first .content-left-right .content-left-right__item {margin-bottom: 40px;}
  .page-template-v2-template-products-first .content-left-right .content-left-right__item__image {margin-bottom: 30px;}
  .page-template-v2-template-products-first .cards__list.row {margin-left: -8px;margin-right: -8px;}

}
@media screen and (max-width:1023px) {
  .page-template-v2-template-products-first .info-icons .row {margin: 0 auto;}
  .page-template-v2-template-products-first .info-icons .row .info-icons__item:not(:last-child) {margin-bottom: 30px;}  

}
@media screen and (max-width:767px) {
  .page-template-v2-template-products-first .content-left-right__item:nth-child(2n+2) {flex-direction: column-reverse;}
  .page-template-v2-template-products-first .info-icons {margin-bottom: 32px;}

}

/* #END v2-template-products-first - 8 Apr 2022 */