@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* Container
-------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

@media (min-width: 420px) {
  .container {
    width: 400px;
  }
}
@media (min-width: 520px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-full {
  width: 100%;
  min-width: 320px;
}

.container:before,
.container:after,
.container-full:before,
.container-full:after,
.break:before,
.break:after {
  display: table;
  content: " ";
}

.container:after,
.container-full:after,
.break:after {
  clear: both;
}

.break {
  width: 100%;
  float: left;
}

/* Grid
-------------------------------------------------- */
.grid-1 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 8.3333333333%;
}

.grid-2 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 16.6666666667%;
}

.grid-3 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 25%;
}

.grid-4 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 33.3333333333%;
}

.grid-5 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 41.6666666667%;
}

.grid-6 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 50%;
}

.grid-7 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 58.3333333333%;
}

.grid-8 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 66.6666666667%;
}

.grid-9 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 75%;
}

.grid-10 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 83.3333333333%;
}

.grid-11 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 91.6666666667%;
}

.grid-12 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 100%;
}

@media (min-width: 420px) {
  .grid-xs-1 {
    width: 8.3333333333%;
  }
  .grid-xs-2 {
    width: 16.6666666667%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-4 {
    width: 33.3333333333%;
  }
  .grid-xs-5 {
    width: 41.6666666667%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-7 {
    width: 58.3333333333%;
  }
  .grid-xs-8 {
    width: 66.6666666667%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-10 {
    width: 83.3333333333%;
  }
  .grid-xs-11 {
    width: 91.6666666667%;
  }
  .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
}
/* Push
-------------------------------------------------- */
.push-1 {
  margin-left: 8.3333333333%;
}

.push-2 {
  margin-left: 16.6666666667%;
}

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

.push-4 {
  margin-left: 33.3333333333%;
}

.push-5 {
  margin-left: 41.6666666667%;
}

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

.push-7 {
  margin-left: 58.3333333333%;
}

.push-8 {
  margin-left: 66.6666666667%;
}

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

.push-10 {
  margin-left: 83.3333333333%;
}

.push-11 {
  margin-left: 91.6666666667%;
}

.push-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .push-xs-1 {
    margin-left: 8.3333333333%;
  }
  .push-xs-2 {
    margin-left: 16.6666666667%;
  }
  .push-xs-3 {
    margin-left: 25%;
  }
  .push-xs-4 {
    margin-left: 33.3333333333%;
  }
  .push-xs-5 {
    margin-left: 41.6666666667%;
  }
  .push-xs-6 {
    margin-left: 50%;
  }
  .push-xs-7 {
    margin-left: 58.3333333333%;
  }
  .push-xs-8 {
    margin-left: 66.6666666667%;
  }
  .push-xs-9 {
    margin-left: 75%;
  }
  .push-xs-10 {
    margin-left: 83.3333333333%;
  }
  .push-xs-11 {
    margin-left: 91.6666666667%;
  }
  .push-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 520px) {
  .push-sm-1 {
    margin-left: 8.3333333333%;
  }
  .push-sm-2 {
    margin-left: 16.6666666667%;
  }
  .push-sm-3 {
    margin-left: 25%;
  }
  .push-sm-4 {
    margin-left: 33.3333333333%;
  }
  .push-sm-5 {
    margin-left: 41.6666666667%;
  }
  .push-sm-6 {
    margin-left: 50%;
  }
  .push-sm-7 {
    margin-left: 58.3333333333%;
  }
  .push-sm-8 {
    margin-left: 66.6666666667%;
  }
  .push-sm-9 {
    margin-left: 75%;
  }
  .push-sm-10 {
    margin-left: 83.3333333333%;
  }
  .push-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .push-md-1 {
    margin-left: 8.3333333333%;
  }
  .push-md-2 {
    margin-left: 16.6666666667%;
  }
  .push-md-3 {
    margin-left: 25%;
  }
  .push-md-4 {
    margin-left: 33.3333333333%;
  }
  .push-md-5 {
    margin-left: 41.6666666667%;
  }
  .push-md-6 {
    margin-left: 50%;
  }
  .push-md-7 {
    margin-left: 58.3333333333%;
  }
  .push-md-8 {
    margin-left: 66.6666666667%;
  }
  .push-md-9 {
    margin-left: 75%;
  }
  .push-md-10 {
    margin-left: 83.3333333333%;
  }
  .push-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 920px) {
  .push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .push-lg-3 {
    margin-left: 25%;
  }
  .push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .push-lg-6 {
    margin-left: 50%;
  }
  .push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .push-lg-9 {
    margin-left: 75%;
  }
  .push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1220px) {
  .push-xl-1 {
    margin-left: 8.3333333333%;
  }
  .push-xl-2 {
    margin-left: 16.6666666667%;
  }
  .push-xl-3 {
    margin-left: 25%;
  }
  .push-xl-4 {
    margin-left: 33.3333333333%;
  }
  .push-xl-5 {
    margin-left: 41.6666666667%;
  }
  .push-xl-6 {
    margin-left: 50%;
  }
  .push-xl-7 {
    margin-left: 58.3333333333%;
  }
  .push-xl-8 {
    margin-left: 66.6666666667%;
  }
  .push-xl-9 {
    margin-left: 75%;
  }
  .push-xl-10 {
    margin-left: 83.3333333333%;
  }
  .push-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-12 {
    margin-left: 100%;
  }
}
/* Hide
-------------------------------------------------- */
.hide {
  display: none;
}

@media (max-width: 420px) {
  .hide-xs-less {
    display: none !important;
  }
}
@media (min-width: 420px) {
  .hide-xs-over {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .hide-sm-less {
    display: none !important;
  }
}
@media (min-width: 520px) {
  .hide-sm-over {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-md-less {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-md-over {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .hide-lg-less {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hide-lg-over {
    display: none !important;
  }
}
@media (max-width: 1220px) {
  .hide-xl-less {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hide-xl-over {
    display: none !important;
  }
}
/* Space
-------------------------------------------------- */
.space-0 {
  width: 100%;
  height: 0px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-160 {
  width: 100%;
  height: 160px;
}

.space-180 {
  width: 100%;
  height: 180px;
}

@media (min-width: 420px) {
  .space-xs-0 {
    width: 100%;
    height: 0px;
  }
  .space-xs-10 {
    width: 100%;
    height: 10px;
  }
  .space-xs-20 {
    width: 100%;
    height: 20px;
  }
  .space-xs-40 {
    width: 100%;
    height: 40px;
  }
  .space-xs-60 {
    width: 100%;
    height: 60px;
  }
  .space-xs-80 {
    width: 100%;
    height: 80px;
  }
  .space-xs-120 {
    width: 100%;
    height: 120px;
  }
  .space-xs-160 {
    width: 100%;
    height: 160px;
  }
  .space-xs-180 {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 520px) {
  .space-sm-0 {
    width: 100%;
    height: 0px;
  }
  .space-sm-10 {
    width: 100%;
    height: 10px;
  }
  .space-sm-20 {
    width: 100%;
    height: 20px;
  }
  .space-sm-40 {
    width: 100%;
    height: 40px;
  }
  .space-sm-60 {
    width: 100%;
    height: 60px;
  }
  .space-sm-80 {
    width: 100%;
    height: 80px;
  }
  .space-sm-120 {
    width: 100%;
    height: 120px;
  }
  .space-sm-160 {
    width: 100%;
    height: 160px;
  }
  .space-sm-180 {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 720px) {
  .space-md-0 {
    width: 100%;
    height: 0px;
  }
  .space-md-10 {
    width: 100%;
    height: 10px;
  }
  .space-md-20 {
    width: 100%;
    height: 20px;
  }
  .space-md-40 {
    width: 100%;
    height: 40px;
  }
  .space-md-60 {
    width: 100%;
    height: 60px;
  }
  .space-md-80 {
    width: 100%;
    height: 80px;
  }
  .space-md-120 {
    width: 100%;
    height: 120px;
  }
  .space-md-160 {
    width: 100%;
    height: 160px;
  }
  .space-md-180 {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 920px) {
  .space-lg-0 {
    width: 100%;
    height: 0px;
  }
  .space-lg-10 {
    width: 100%;
    height: 10px;
  }
  .space-lg-20 {
    width: 100%;
    height: 20px;
  }
  .space-lg-40 {
    width: 100%;
    height: 40px;
  }
  .space-lg-60 {
    width: 100%;
    height: 60px;
  }
  .space-lg-80 {
    width: 100%;
    height: 80px;
  }
  .space-lg-120 {
    width: 100%;
    height: 120px;
  }
  .space-lg-160 {
    width: 100%;
    height: 160px;
  }
  .space-lg-180 {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 1220px) {
  .space-xl-0 {
    width: 100%;
    height: 0px;
  }
  .space-xl-10 {
    width: 100%;
    height: 10px;
  }
  .space-xl-20 {
    width: 100%;
    height: 20px;
  }
  .space-xl-40 {
    width: 100%;
    height: 40px;
  }
  .space-xl-60 {
    width: 100%;
    height: 60px;
  }
  .space-xl-80 {
    width: 100%;
    height: 80px;
  }
  .space-xl-120 {
    width: 100%;
    height: 120px;
  }
  .space-xl-160 {
    width: 100%;
    height: 160px;
  }
  .space-xl-180 {
    width: 100%;
    height: 180px;
  }
}
/* Float
-------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (max-width: 420px) {
  .float-right-xs-less {
    float: right;
  }
  .float-left-xs-less {
    float: left;
  }
}
@media (min-width: 420px) {
  .float-right-xs-over {
    float: right;
  }
  .float-left-xs-over {
    float: left;
  }
}
@media (max-width: 520px) {
  .float-right-sm-less {
    float: right;
  }
  .float-left-sm-less {
    float: left;
  }
}
@media (min-width: 520px) {
  .float-right-sm-over {
    float: right;
  }
  .float-left-sm-over {
    float: left;
  }
}
@media (max-width: 720px) {
  .float-right-md-less {
    float: right;
  }
  .float-left-md-less {
    float: left;
  }
}
@media (min-width: 720px) {
  .float-right-md-over {
    float: right;
  }
  .float-left-md-over {
    float: left;
  }
}
@media (max-width: 920px) {
  .float-right-lg-less {
    float: right;
  }
  .float-left-lg-less {
    float: left;
  }
}
@media (min-width: 920px) {
  .float-right-lg-over {
    float: right;
  }
  .float-left-lg-over {
    float: left;
  }
}
@media (max-width: 1220px) {
  .float-right-xl-less {
    float: right;
  }
  .float-left-xl-less {
    float: left;
  }
}
@media (min-width: 1220px) {
  .float-right-xl-over {
    float: right;
  }
  .float-left-xl-over {
    float: left;
  }
}
/* Align
-------------------------------------------------- */
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: right;
}

@media (max-width: 420px) {
  .align-right-xs-less {
    text-align: right;
  }
  .align-left-xs-less {
    text-align: left;
  }
  .align-center-xs-less {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .align-right-xs-over {
    text-align: right;
  }
  .align-left-xs-over {
    text-align: left;
  }
  .align-center-xs-over {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .align-right-sm-less {
    text-align: right;
  }
  .align-left-sm-less {
    text-align: left;
  }
  .align-center-sm-less {
    text-align: center;
  }
}
@media (min-width: 520px) {
  .align-right-sm-over {
    text-align: right;
  }
  .align-left-sm-over {
    text-align: left;
  }
  .align-center-sm-over {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .align-right-md-less {
    text-align: right;
  }
  .align-left-md-less {
    text-align: left;
  }
  .align-center-md-less {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .align-right-md-over {
    text-align: right;
  }
  .align-left-md-over {
    text-align: left;
  }
  .align-center-md-over {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .align-right-lg-less {
    text-align: right;
  }
  .align-left-lg-less {
    text-align: left;
  }
  .align-center-lg-less {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .align-right-lg-over {
    text-align: right;
  }
  .align-left-lg-over {
    text-align: left;
  }
  .align-center-lg-over {
    text-align: center;
  }
}
@media (max-width: 1220px) {
  .align-right-xl-less {
    text-align: right;
  }
  .align-left-xl-less {
    text-align: left;
  }
  .align-center-xl-less {
    text-align: center;
  }
}
@media (min-width: 1220px) {
  .align-right-xl-over {
    text-align: right;
  }
  .align-left-xl-over {
    text-align: left;
  }
  .align-center-xl-over {
    text-align: center;
  }
}
/* Padding
-------------------------------------------------- */
.padding-half {
  padding: 10px;
}
.padding-half-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-half-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-half-right {
  padding-right: 10px;
}
.padding-half-left {
  padding-left: 10px;
}
.padding-half-top {
  padding-top: 10px;
}
.padding-half-bottom {
  padding-bottom: 10px;
}

@media (max-width: 420px) {
  .padding-half-xs-less {
    padding: 10px !important;
  }
}
@media (min-width: 420px) {
  .padding-half-xs-over {
    padding: 10px !important;
  }
}
@media (max-width: 520px) {
  .padding-half-sm-less {
    padding: 10px !important;
  }
}
@media (min-width: 520px) {
  .padding-half-sm-over {
    padding: 10px !important;
  }
}
@media (max-width: 720px) {
  .padding-half-md-less {
    padding: 10px !important;
  }
}
@media (min-width: 720px) {
  .padding-half-md-over {
    padding: 10px !important;
  }
}
@media (max-width: 920px) {
  .padding-half-lg-less {
    padding: 10px !important;
  }
}
@media (min-width: 920px) {
  .padding-half-lg-over {
    padding: 10px !important;
  }
}
@media (max-width: 1220px) {
  .padding-half-xl-less {
    padding: 10px !important;
  }
}
@media (min-width: 1220px) {
  .padding-half-xl-over {
    padding: 10px !important;
  }
}
.no-padding {
  padding: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/* Extras
-------------------------------------------------- */
.click {
  cursor: pointer;
}

/* Default
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF;
}

/* Text
-------------------------------------------------- */
.title-1 {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.title-2 {
  font-family: "Syne", sans-serif;
  font-size: 64px;
  font-weight: 500;
  text-wrap: balance;
}

.title-3 {
  font-family: "Syne", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: #00BC51;
}

.title-4 {
  font-family: "Syne", sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.subtitle-1 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1220px) {
  .title-2 {
    font-size: 42px;
  }
  .title-3 {
    font-size: 28px;
  }
}
p + p {
  margin-top: 20px;
}

/* Padding
-------------------------------------------------- */
.p-40 {
  padding: 40px;
}

.p-60 {
  padding: 60px;
}

/* Margin
-------------------------------------------------- */
.mr {
  margin-right: 20px;
  margin-left: 0 !important;
}

/* Border Radius
-------------------------------------------------- */
.rounded-20 {
  border-radius: 20px;
}

.rounded-40 {
  border-radius: 40px;
}

/* Link
-------------------------------------------------- */
.link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #00BC51;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  transition: 0.2s all;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  gap: 15px;
}

/* Flex
-------------------------------------------------- */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
}
.flex.items-center {
  align-items: center;
}

/* Order
-------------------------------------------------- */
@media (max-width: 1220px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}
/* Width
-------------------------------------------------- */
@media (min-width: 1220px) {
  .grid-xl-width {
    width: 20%;
  }
}
/* Form
-------------------------------------------------- */
.form-field {
  width: 100%;
  padding: 12px 20px;
  color: #ADADAD;
  background-color: transparent;
  border: 1px #E7E7E7 solid;
  border-radius: 10px;
}
.form-field .area-contact {
  height: 248px;
}
.form-field .area-work {
  height: 120px;
}
.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.form-label-dynamic .form-label {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
}
.form-label-dynamic .form-label.active {
  transform: translatey(0);
  font-size: 12px;
}
.form-check {
  display: inline-block;
  font-weight: 300;
}
.form-check .wpcf7-list-item {
  margin: 10px 30px 0 0 !important;
}

/* Button
-------------------------------------------------- */
.button {
  height: 60px;
  padding: 0 30px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
}
.button-no-background {
  background-color: unset;
  border: 1px solid #FFFFFF;
}
.button-no-background-white {
  font-weight: 500;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #00BC51;
}
.button-no-background-white svg path {
  fill: #00BC51;
}
.button-no-background-green {
  color: #000000;
  border: 1px solid #00BC51;
}
.button-no-background-green svg path {
  fill: #000000;
}
@media (max-width: 720px) {
  .button-full {
    width: 100%;
  }
  .button-full span {
    flex: 1;
    text-align: center;
  }
  .button-full svg {
    margin-left: auto;
  }
}
.button-green {
  background-color: #00BC51;
  color: #FFFFFF;
}
.button-green svg path {
  fill: #FFFFFF;
}
.button-white {
  background-color: #FFFFFF;
  color: #00BC51;
}
.button-white svg path {
  fill: #00BC51;
}
.button svg {
  height: 10px;
  margin-left: 20px;
}
.button svg path {
  transition: all 0.2s;
}
.button:hover {
  opacity: 0.8;
}

/* Image
-------------------------------------------------- */
.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-full {
  width: 100%;
  height: auto;
  display: block;
}
.image-center {
  margin: 0 auto;
  display: block;
}
.image-radius {
  border-radius: 40px;
}
@media (min-width: 1220px) {
  .image-half-radius {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 1220px) {
  .image-half-radius {
    border-radius: 40px;
  }
}

.home-journey > div:not(:nth-last-child(1)) {
  margin-bottom: 40px;
}
.home-journey > div:nth-child(2n) > div:first-child {
  order: 2;
}

/* Table
-------------------------------------------------- */
.table {
  width: 100%;
}
.table tr {
  border: 1px #ddd solid;
}
.table td,
.table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */
.pagination a {
  background-color: #01588a;
  color: #fff;
  padding: 8px 12px;
}
.pagination span {
  padding: 8px 12px;
}

/* Map
-------------------------------------------------- */
.map {
  width: 100%;
  height: 350px;
  display: block;
}

/* Selection
-------------------------------------------------- */
::selection {
  background-color: #00BC51;
  color: #000;
}

::-moz-selection {
  background-color: #00BC51;
  color: #000;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive Embed
-------------------------------------------------- */
.embed-container, .embed-shorts {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed, .embed-shorts iframe,
.embed-shorts object,
.embed-shorts embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-shorts {
  padding-bottom: 177.77%;
}

/* List
-------------------------------------------------- */
.height-align {
  display: flex;
  flex-wrap: wrap;
}
.height-align .slick-track {
  display: flex !important;
}
.height-align .slick-slide {
  height: inherit !important;
}
.height-align-item {
  display: flex;
}
.height-align-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.height-align-content-top {
  flex: 1 0 auto;
}

/* Extras
-------------------------------------------------- */
.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.relative {
  position: relative;
}

.whatsapp-button {
  background-color: #00BC51;
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-button svg {
  width: 32px;
  height: 32px;
}
.whatsapp-button svg path {
  fill: #FFFFFF;
}
.whatsapp-button:hover {
  background-color: #01DF61;
  transform: scale(0.9);
}

/* Reveal
-------------------------------------------------- */
@media (min-width: 1220px) {
  .reveal-up {
    transition: transform 0.9s, opacity 0.9s;
  }
  .reveal-up:not(.reveal-active) {
    transform: translateY(40px);
    opacity: 0;
  }
  .reveal-right {
    transition: transform 0.9s, opacity 0.9s;
  }
  .reveal-right:not(.reveal-active) {
    transform: translateY(40px);
    opacity: 0;
  }
}
@media (min-width: 1220px) and (min-width: 1220px) {
  .reveal-right:not(.reveal-active) {
    transform: translateX(-40px);
  }
}
@media (min-width: 1220px) {
  .reveal-left {
    transition: transform 0.9s, opacity 0.9s;
  }
  .reveal-left:not(.reveal-active) {
    transform: translateY(40px);
    opacity: 0;
  }
}
@media (min-width: 1220px) and (min-width: 1220px) {
  .reveal-left:not(.reveal-active) {
    transform: translateX(40px);
  }
}
@media (min-width: 1220px) {
  .reveal-show {
    transition: opacity 0.9s;
  }
  .reveal-show:not(.reveal-active) {
    opacity: 0;
  }
}
/* Animate Down
-------------------------------------------------- */
@keyframes animate-down {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: none;
  }
}
.animate-down {
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Up
-------------------------------------------------- */
@keyframes animate-up {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.animate-up {
  animation-name: animate-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Right
-------------------------------------------------- */
@keyframes animate-right {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Left
-------------------------------------------------- */
@keyframes animate-left {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-left {
  animation-name: animate-left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Show
-------------------------------------------------- */
@keyframes animate-show {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-show {
  animation-name: animate-show;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Open
-------------------------------------------------- */
@keyframes animate-open {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-open {
  animation-name: animate-open;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Shake
-------------------------------------------------- */
@keyframes animate-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate-shake {
  animation-name: animate-shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Rotate
-------------------------------------------------- */
@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate {
  animation-name: animate-rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animate Arrpw
-------------------------------------------------- */
@keyframes animate-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
.animate-arrow {
  animation-name: animate-arrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Home
-------------------------------------------------- */
.slide-segments .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.slide-segments .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slide-segments .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #00BC51;
  border-radius: 50%;
  opacity: 0.25;
}
.slide-segments .slick-dots li button:hover, .slide-segments .slick-dots li button:focus {
  opacity: 1;
}
.slide-segments .slick-dots li.slick-active button {
  opacity: 1;
}

.slide-testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slide-testimonials .slick-arrow:hover {
  background-color: #00BC51;
  border: unset;
}
.slide-testimonials .slick-arrow:hover svg path {
  fill: white;
}
.slide-testimonials .slick-arrow-prev {
  left: 35.3%;
  transition: 0.2s all;
}
.slide-testimonials .slick-arrow-next {
  right: 35.3%;
}
@media (max-width: 1180px) {
  .slide-testimonials .slick-slide {
    opacity: 1;
  }
  .slide-testimonials .slick-arrow.slick-arrow-prev {
    left: 0;
  }
  .slide-testimonials .slick-arrow.slick-arrow-next {
    right: 0;
  }
}

/* Colors
-------------------------------------------------- */
.bg-gray {
  background-color: #F8F8F8;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-green {
  background-color: #00BC51;
}

.text-white {
  color: #FFFFFF;
}

.text-gray {
  color: #7C7C7C;
}

/* Header
-------------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 701;
}
@media (min-width: 920px) {
  .header {
    position: relative;
  }
}
.header-flex {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 920px) {
  .header-flex {
    height: 120px;
  }
}
.header-logo {
  display: block;
}
.header-nav {
  font-family: "Syne", sans-serif;
}
@media (min-width: 768px) {
  .header-nav {
    display: flex;
    align-items: center;
    gap: 43px;
  }
  .header-nav.lp {
    align-items: flex-start;
    margin-top: 20px;
  }
}
.header-nav li {
  position: relative;
}
.header-nav li a {
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s all;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: transparent;
}
.header-nav li.has-subMenu a {
  position: relative;
}
.header-nav li.has-subMenu svg {
  transition: transform 0.3s;
}
.header-nav li .subMenu {
  display: none;
  width: 360px;
  border-radius: 20px;
}
.header-nav li .subMenu li {
  background-color: #FFFFFF;
}
@media (min-width: 1220px) {
  .header-nav li .subMenu li:nth-child(1) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .header-nav li .subMenu li:nth-last-child(1) {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.header-nav li .subMenu li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #e7e7e7;
}
.header-nav li .subMenu li:not(.has-hover):hover {
  background-color: #F8F8F8;
}
.header-nav li .subMenu li .subMenu-text {
  font-family: "Poppins", sans-serif;
}
.header-nav li .subMenu li .subMenu-text span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.header-nav li .subMenu li .subMenu-text p {
  font-size: 12px;
  color: #7C7C7C;
}
.header-nav li .subMenu li.has-hover:hover {
  color: #FFFFFF;
  background-color: #00BC51;
}
.header-nav li .subMenu li.has-hover:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 1220px) {
  .header-nav li .subMenu {
    width: 100%;
    padding-left: unset;
    border-radius: unset;
    border-top: 1px solid #E7E7E7;
  }
}
.header-nav li .subMenu a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px;
}
@media (min-width: 1220px) {
  .header-nav li:hover .subMenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding-top: 60px;
  }
  .header-nav li:hover > a > span {
    color: #00BC51;
  }
  .header-nav li:hover svg.nav-arrow {
    transform: rotate(-180deg);
  }
  .header-nav li:hover svg.nav-arrow path {
    stroke: #00BC51;
  }
}
.header-nav .button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 1220px) {
  .header-nav .button {
    height: 48px;
  }
}
.header-bars {
  height: 32px;
  width: 32px;
}
.header-bars img {
  height: 32px;
  width: 32px;
}
.header-bars-close {
  display: none;
}
.header-bars.active .header-bars-open {
  display: none;
}
.header-bars.active .header-bars-close {
  display: block;
}
.header .button.lp {
  height: 48px;
  border: 1px solid #00BC51;
}
.header .button.lp:hover {
  color: #00BC51;
  background-color: transparent;
}
@media (max-width: 1220px) {
  .header .button.lp {
    display: none;
  }
}

/* Menu
-------------------------------------------------- */
.menu {
  width: 100%;
  height: calc(100vh - 80px);
  position: fixed;
  top: 80px;
  z-index: 700;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background-color: #f8f8f8;
}
.menu .button-full {
  width: 100%;
}
.menu .button-full span {
  flex: 1;
  text-align: center;
}
.menu .button-full svg {
  margin-left: auto;
}
.menu.active {
  opacity: 1;
  pointer-events: all;
}
.menu-nav-item {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
}
.menu-nav-item.active > .has-subMenu::after {
  transform: translateY(-50%) rotate(-180deg);
}
.menu-nav-item a {
  padding: 40px;
  display: flex;
  align-items: center;
}
.menu-nav-item a.has-subMenu {
  position: relative;
}
.menu-nav-item a.has-subMenu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 10.3536C3.84171 10.5488 4.15829 10.5488 4.35355 10.3536L7.53553 7.17157C7.7308 6.97631 7.7308 6.65973 7.53553 6.46447C7.34027 6.2692 7.02369 6.2692 6.82843 6.46447L4 9.29289L1.17157 6.46447C0.97631 6.2692 0.659728 6.2692 0.464466 6.46447C0.269204 6.65973 0.269204 6.97631 0.464466 7.17157L3.64645 10.3536ZM3.5 -2.18557e-08L3.5 10L4.5 10L4.5 2.18557e-08L3.5 -2.18557e-08Z' fill='%2300BC51'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.menu-nav-item:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.menu-nav-item .subMenu {
  display: none;
}
.menu-nav-item .subMenu li {
  width: 100%;
}
.menu-nav-item .subMenu a {
  border: none;
}
.menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-footer-socials {
  display: flex;
  justify-content: center;
  gap: 0 15.6px;
}

/* Footer
-------------------------------------------------- */
.footer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7C7C7C;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-nav li .footer-nav-title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-infos {
  padding: 60px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-infos-itens-adress {
  gap: 60px;
}
@media (max-width: 920px) {
  .footer-infos-itens-adress {
    gap: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-infos-itens-adress span {
  display: block;
}
.footer-infos-seals {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1220px) {
  .footer-infos-seals {
    flex-direction: column;
  }
}
.footer-infos .social-networks {
  gap: 15.6px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-infos .social-networks img:hover {
  opacity: 0.8;
}
@media (max-width: 920px) {
  .footer-infos {
    gap: unset;
    padding: 30px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom img {
  height: 12px;
}
@media (max-width: 920px) {
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}

/* Solutions
-------------------------------------------------- */
.home-solutions {
  font-family: "Syne", sans-serif;
  border-radius: 40px;
  transition: 0.2s all;
}
.home-solutions:hover {
  transform: scale(1.025);
}
.home-solutions:hover .link {
  text-decoration: underline;
  text-underline-offset: 4px;
  gap: 15px;
}
.home-solutions-icon svg path {
  fill: #00BC51;
}
.home-solutions-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-solutions-description {
  font-size: 32px;
  font-weight: 500;
}

/* Benefits
-------------------------------------------------- */
.benefits {
  display: flex;
  background-color: #07103A;
  border-radius: 40px;
}
.benefits-description {
  padding: 40px 60px;
}
@media (max-width: 1220px) {
  .benefits-description {
    padding: 40px;
  }
}
.benefits-description-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.benefits-image {
  display: block;
}
.benefits-image-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 920px) {
  .benefits-image-left {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
}
.benefits-image-right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 920px) {
  .benefits-image-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media (max-width: 1220px) {
  .benefits-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 920px) {
  .benefits {
    flex-direction: column;
  }
}

/* CARDS
-------------------------------------------------- */
.list-cards {
  font-family: "Syne", sans-serif;
  border-radius: 40px;
  transition: 0.2s all;
}
.list-cards-diferencials {
  padding: 60px;
}
.list-cards-title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 920px) {
  .list-cards-title {
    font-size: 24px;
  }
}
.list-cards-title-description {
  font-size: 14px;
}
.list-cards-border {
  border: 1px solid #E7E7E7;
}
.list-cards-border .list-cards-title {
  font-size: 32px;
}
.list-cards-border .list-cards-description {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.list-cards-cta .list-cards-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.list-cards-cta .list-cards-description {
  font-size: 14px;
  color: #7C7C7C;
}
.list-cards-clients {
  border: 1px solid #e7e7e7;
}
.list-cards-clients .list-cards-title {
  font-size: 16px;
}
.list-cards-clients .list-cards-icon img {
  border-radius: 50%;
}
.list-cards:hover {
  transform: scale(1.025);
}
.list-cards:hover .link {
  text-decoration: underline;
  text-underline-offset: 4px;
  gap: 15px;
}
.list-cards-title {
  font-size: 24px;
  font-weight: 500;
}

/* Tabs
-------------------------------------------------- */
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.tabs-link:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.tabs-link-title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #000000;
  background: none;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 40px;
  gap: 20px;
  cursor: pointer;
  width: 100%;
}
.tabs-link-title.current {
  color: #ffffff;
  background-color: #00BC51;
  border: unset;
}
@media (max-width: 920px) {
  .tabs-link-title.current {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
}
.tabs-link-title.current svg path {
  fill: #ffffff;
}
.tabs-link-title:hover {
  border-color: #00BC51;
}

.tab-content {
  display: none;
}
.tab-content img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-content.current {
  display: inherit;
}
@media (max-width: 920px) {
  .tab-content.current img {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
.tab-content-box {
  font-family: "Poppins", sans-serif;
  padding: 40px 40px 26px 40px;
  background-color: #f8f8f8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tab-content-box-list {
  font-size: 12px;
  display: flex;
}
@media (max-width: 920px) {
  .tab-content-box-list {
    flex-direction: column;
  }
}
.tab-content-box-list-item {
  column-count: 2;
}
.tab-content-box-list-item li svg {
  margin-right: 5px;
}
@media (min-width: 920px) {
  .tab-content-box-list-item li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
  }
}
@media (max-width: 920px) {
  .tab-content-box-list-item li:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 920px) {
  .tab-content-box-list-item li {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
@media (max-width: 920px) {
  .tab-content-box-list-item {
    column-count: 1;
  }
}
.tab-content-box .link {
  font-size: 14px;
}

/* VÍDEO
-------------------------------------------------- */
.video {
  position: relative;
}
.video-open {
  background-color: unset;
  border: unset;
}
.video-open-testimonial {
  background-color: unset;
  border: unset;
}
@media (max-width: 920px) {
  .video-open img {
    width: 100%;
    border-radius: 40px;
    height: 547px;
    object-fit: cover;
  }
}
.video-text {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-text h2 {
  font-size: 36px;
  font-weight: 700;
}
.video-text span {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 920px) {
  .video-text {
    width: 90%;
  }
}
.video-backdrop, .video-content {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.video-backdrop {
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-backdrop.active {
  opacity: 1;
  visibility: visible;
}
.video-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00BC51;
  pointer-events: all;
}
.video-content {
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}
.video-content .relative {
  margin: 0 auto;
}
.video-content .relative .embed-container {
  pointer-events: all;
}
.video-testimonials {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-testimonials .relative {
  margin: 0 auto;
}
.video-testimonials .relative .embed-container {
  pointer-events: all;
}
.video.active .video-backdrop,
.video.active .video-content {
  opacity: 1;
  visibility: visible;
}

/* TESTIMONIALS
-------------------------------------------------- */
.testimonials-content {
  background-color: #f8f8f8;
  border-radius: 40px;
  position: relative;
}
.testimonials-content img.testimonials-content-background-video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}
.testimonials-content svg {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials-content-user {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 40px;
}
.testimonials-content-user-infos-name {
  font-family: "Syne", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 920px) {
  .testimonials-content-user-infos-name {
    font-size: 18px;
  }
}
.testimonials-content-user-infos-company {
  font-size: 16px;
  font-weight: 500;
  color: #00BC51;
}
@media (max-width: 920px) {
  .testimonials-content-user-infos-company {
    font-size: 14px;
  }
}
.testimonials-content-user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-content-user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA
-------------------------------------------------- */
.button {
  font-size: 16px;
}

@media (max-width: 720px) {
  .home-cta .button svg {
    margin-left: unset;
  }
}
.home-cta.bg-green ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-cta.bg-green ul li svg {
  margin-right: 10px;
}

/* MODAL
-------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
}
.modal-close {
  position: absolute;
  top: -20px;
  right: -10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #00BC51;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PAGE INTERNALS
-------------------------------------------------- */
.page-internals {
  position: relative;
}
@media (min-width: 1220px) {
  .page-internals .absolute {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    height: 100%;
    object-fit: cover;
  }
}
.page-internals.bg-green .style-svg {
  width: 40px;
  height: 40px;
}
.page-internals.bg-green .style-svg path {
  fill: #FFFFFF;
}

.bg-gray .who-is {
  text-wrap: balance;
}

/* QUESTIONS
-------------------------------------------------- */
.question {
  background-color: #FFFFFF;
  border-radius: 0;
  transition: all 0.2s;
}
.question.rounded svg {
  transform: translateY(-50%) rotate(-180deg);
}
.question-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px;
}
.question .answer {
  position: relative;
  padding: 40px;
  color: #7C7C7C;
}
.question .answer::before {
  position: absolute;
  content: "";
  top: 0px;
  height: 1px;
  width: calc(100% - 80px);
  background-color: #E2E2E2;
}
.question.rounded {
  border-radius: 10px;
}
.question:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

/* CONTATO
-------------------------------------------------- */
.informations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 150px;
}
@media (max-width: 920px) {
  .informations {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
  }
}
@media (max-width: 720px) {
  .informations {
    grid-template-columns: 1fr;
  }
}

/* LP - SISTEMA DE GESTAO ERP
-------------------------------------------------- */
.new-system .section-2 .button {
  font-family: "Poppins", sans-serif;
  width: fit-content;
  height: 51px;
  justify-content: center;
}
@media (max-width: 920px) {
  .new-system .section-2 .button {
    width: 100%;
  }
}
.new-system .section-2-content {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  background-color: #F8F8F8;
}
.new-system .section-2-content form {
  display: flex;
  flex-wrap: wrap;
}
.new-system .section-2-content form .span {
  display: flex;
}
.new-system .section-2-content form .span p {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 920px) {
  .new-system .section-2-content {
    padding: 0;
  }
}
.new-system .section-3 .list-cards-icon {
  height: 40px;
}
.new-system .section-3 .list-cards-icon img {
  height: 100%;
}
@media (max-width: 520px) {
  .new-system .section-3 .list-cards {
    padding: 40px;
  }
}
.new-system .section-3 .slick-list {
  padding: 0 !important;
}
.new-system .section-3 .slick-track {
  padding: 60px 0 0;
}
.new-system .section-3-slide {
  margin-left: -20px;
  margin-right: -20px;
}
.new-system .section-3 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.new-system .section-3 .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #00BC51;
}
.new-system .section-3 .slick-arrow-prev {
  left: 20px;
}
.new-system .section-3 .slick-arrow-next {
  left: 65px;
}
.new-system .section-5 table {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1220px) {
  .new-system .section-5 table tr, .new-system .section-5 table th, .new-system .section-5 table td {
    padding: 10px 20px;
  }
  .new-system .section-5 table tr th.center, .new-system .section-5 table tr td.center, .new-system .section-5 table th th.center, .new-system .section-5 table th td.center, .new-system .section-5 table td th.center, .new-system .section-5 table td td.center {
    text-align: center;
  }
}
.new-system .section-5 table tbody tr {
  padding: 0;
}
@media (min-width: 1220px) {
  .new-system .section-5 table tr > td {
    border-bottom: 1px solid #00BC51;
  }
}
.new-system .section-5 table tr > th {
  font-weight: 700;
  color: #00BC51;
}
@media (max-width: 1220px) {
  .new-system .section-5 table thead {
    display: none;
  }
  .new-system .section-5 table tr, .new-system .section-5 table td {
    display: block;
    width: 100%;
  }
  .new-system .section-5 table tr:nth-child(odd) td {
    background-color: #EFEFEF;
  }
  .new-system .section-5 table tr:nth-child(even) td {
    background-color: #F8F8F8;
  }
  .new-system .section-5 table tr:not(:last-child) {
    margin-bottom: 20px;
  }
  .new-system .section-5 table tbody tr td {
    text-align: right;
    padding-right: 10px;
    position: relative;
    overflow-x: visible;
  }
  .new-system .section-5 table tbody tr td.center-lg-less {
    color: #00BC51;
    font-weight: 700;
    padding: 10px 10px 20px;
    text-align: center;
  }
  .new-system .section-5 table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: fit-content;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
  }
}
.new-system .section-5 .button {
  width: fit-content;
  min-width: 350px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
.new-system .section-6-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new-system .section-6-container ul {
  margin: 10px 0 0 20px;
  list-style: disc;
}
.new-system .section-6-container ul li {
  display: list-item;
}
.new-system .section-6-container ul li:not(:first-child) {
  margin-top: 10px;
}
.new-system .section-6-container .title-3 {
  color: #000;
}
@media (min-width: 1220px) {
  .new-system .section-6-container:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.new-system .section-6-image {
  position: relative;
  padding-bottom: 83.92%;
}
.new-system .section-6-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}
.new-system .section-6 .button {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

/* Contact Form 7
-------------------------------------------------- */
.wpcf7-not-valid {
  border: 2px #e90000 solid !important;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 16px !important;
  background: #e90000 !important;
  display: inline-block !important;
  padding: 2px 5px !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #e90000;
  border: none;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0ca400;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* Post
-------------------------------------------------- */
.editor-content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.editor-content > * + * {
  margin-top: 10px;
}

.editor-content > * + h2,
.editor-content > * + h3,
.editor-content > * + h4,
.editor-content > * + h5,
.editor-content > * + h6 {
  margin-top: 20px;
}

.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.editor-content img.aligncenter {
  margin: 0 auto;
}

.editor-content h2 {
  font-family: "Syne", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.editor-content h3 {
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.editor-content ul {
  list-style: circle;
}
.editor-content ul li {
  display: list-item;
}

/* Cookie Consent
-------------------------------------------------- */
.termsfeed-com---palette-light.termsfeed-com---nb {
  max-width: 100%;
  background-color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1220px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
  padding: 20px 40px !important;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  height: 36px !important;
  border-radius: 18px !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  transition: all 0.2s;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
  border: 1px #0153FF solid !important;
  background-color: #0153FF !important;
  color: #fff !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover {
  background-color: #fff !important;
  color: #0153FF !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  background-color: #fff !important;
  border: 1px #D8D8D8 solid;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
  border-color: #0153FF !important;
  color: #0153FF !important;
}