@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope/manrope-v14-latin-300.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope/manrope-v14-latin-regular.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope/manrope-v14-latin-500.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope/manrope-v14-latin-600.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope/manrope-v14-latin-700.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope/manrope-v14-latin-800.woff2") format("woff2"), url("../fonts/manrope/manrope-v14-latin-800.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-serif/source-serif-4-v7-latin-regular.woff2") format("woff2"), url("../fonts/source-serif/source-serif-4-v7-latin-regular.ttf") format("truetype");
}
.home__header {
  padding: 68px 0 107px 0;
  background: url("../assets/svg/bg-banner-home.svg") bottom/cover no-repeat;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
@media (max-width: 1080px) {
  .home__header {
    padding: 40px 48px 64px 48px;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .home__header {
    padding: 32px 24px 64px 24px;
    gap: 48px;
  }
}
.home__header aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home__header aside article {
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1080px) {
  .home__header aside article {
    max-width: 100%;
  }
}
.home__header aside article h6 {
  font: 600 18px/1 "Manrope", sans-serif;
  color: #8DDA44;
  margin: 0 0 6px 0;
}
@media (max-width: 480px) {
  .home__header aside article h6 {
    font-size: 16px;
  }
}
.home__header aside article p {
  margin: 16px 0 0 0;
}
@media (max-width: 480px) {
  .home__header aside article p {
    margin: 8px 0 0 0;
  }
}
.home__header aside article footer {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .home__header aside article footer {
    flex-direction: column;
    margin: 32px 0 0 0;
  }
}
.home__header aside article footer a {
  max-width: 220px;
  width: 100%;
  padding: 0;
}
@media (max-width: 480px) {
  .home__header aside article footer a {
    max-width: 100%;
  }
}
.home__header figure {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-left: 115px;
}
@media (max-width: 1080px) {
  .home__header figure {
    padding-left: 0;
  }
}
.home__header figure div {
  position: relative;
  width: 100%;
}
.home__header figure div img:nth-of-type(1) {
  position: absolute;
  z-index: 5;
  top: -18px;
  left: -26px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  max-height: 58px;
}
@media (max-width: 480px) {
  .home__header figure div img:nth-of-type(1) {
    max-height: 48px;
    left: -24px;
  }
}
.home__header figure div img:nth-of-type(2) {
  position: absolute;
  z-index: 5;
  left: -20px;
  bottom: 75px;
  max-height: 103px;
}
@media (max-width: 480px) {
  .home__header figure div img:nth-of-type(2) {
    max-height: 64px;
    left: -24px;
    bottom: 40px;
  }
}
.home__header figure div img:nth-of-type(3) {
  position: relative;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  z-index: 1;
  width: 100%;
}
@media (max-width: 1080px) {
  .home__header figure div img:nth-of-type(3) {
    border-radius: 8px;
  }
}
.home__diff {
  padding: 64px 0 80px 0;
}
@media (max-width: 480px) {
  .home__diff {
    padding: 64px 0;
  }
}
.home__diff h2 {
  text-align: center;
  margin: 0 0 32px 0;
}
.home__diff p {
  font-weight: 400;
}
.home__diff ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1080px) {
  .home__diff ul {
    flex-wrap: wrap;
  }
}
.home__diff ul li {
  padding: 24px;
  border-radius: 20px;
  background: rgba(34, 136, 255, 0.08);
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .home__diff ul li {
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .home__diff ul li {
    max-width: 100%;
  }
}
.home__diff ul li h6 {
  font: 700 20px/1 "Manrope", sans-serif;
  text-align: center;
  color: rgb(14, 90, 178);
  margin: 12px 0 8px 0;
}
.home__diff ul li p {
  color: rgb(75, 93, 115);
  font: 500 16px/22px "Manrope", sans-serif;
  text-align: center;
}
.home__challenges {
  padding: 0 0 112px 0;
}
@media (max-width: 480px) {
  .home__challenges {
    padding: 0 0 64px 0;
  }
}
.home__challenges__header {
  max-width: 700px;
  width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .home__challenges__header {
    margin: 0 0 24px 0;
  }
}
.home__challenges__header h2 {
  margin: 8px 0;
}
@media (max-width: 480px) {
  .home__challenges__header h2 {
    width: 88%;
  }
}
.home__challenges__content {
  display: grid;
  grid-template-columns: 425px 1fr;
  gap: 16px;
  margin: 0 0 32px 0;
}
@media (max-width: 1080px) {
  .home__challenges__content {
    grid-template-columns: 1fr;
    margin: 0 0 24px 0;
  }
}
.home__challenges__content nav button {
  width: 100%;
  transition: 0.3s;
  border-radius: 14px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 14px;
  background: rgba(237, 243, 250, 0.45);
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
@media (max-width: 480px) {
  .home__challenges__content nav button {
    padding: 16px;
  }
}
.home__challenges__content nav button.active {
  border-color: rgba(8, 51, 102, 0.2);
  background: rgba(34, 136, 255, 0.12);
}
.home__challenges__content nav button:hover {
  background: rgba(34, 136, 255, 0.12);
}
.home__challenges__content nav button:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.home__challenges__content nav button h6 {
  font: 500 14px/24px "Manrope", sans-serif;
  color: rgb(115, 131, 153);
}
@media (max-width: 480px) {
  .home__challenges__content nav button h6 {
    font: 500 13px/20px "Manrope", sans-serif;
  }
  .home__challenges__content nav button h6 img {
    width: 36px;
  }
}
.home__challenges__content nav button h6 strong {
  display: block;
  color: rgb(75, 93, 115);
  margin: 0 0 2px 0;
  font: 700 18px/25px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .home__challenges__content nav button h6 strong {
    margin: 0 0 4px 0;
    font: 700 16px/23px "Manrope", sans-serif;
  }
}
.home__challenges__content article {
  display: none;
  padding: 32px;
  border-radius: 16px;
  background: rgba(247, 250, 253, 0.75);
  flex-direction: column;
}
@media (max-width: 480px) {
  .home__challenges__content article {
    padding: 24px;
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
    border-radius: 0;
  }
}
.home__challenges__content article.active {
  display: flex;
}
.home__challenges__content article h3 {
  font: 800 26px/1.2 "Manrope", sans-serif;
  color: #8DDA44;
  margin: 0 0 8px 0;
}
@media (max-width: 480px) {
  .home__challenges__content article h3 {
    font-size: 20px;
  }
}
.home__challenges__content article > p {
  font: 500 16px/24px "Manrope", sans-serif;
  border-bottom: 1px solid rgb(195, 210, 229);
  padding: 0 0 10px 0;
  margin: 0 0 24px 0;
}
.home__challenges__content article ul {
  flex: 2;
}
.home__challenges__content article ul li:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.home__challenges__content article ul li p, .home__challenges__content article ul li p * {
  font: 400 16px/20px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .home__challenges__content article ul li p, .home__challenges__content article ul li p * {
    font-size: 15px;
  }
}
.home__challenges__content article ul li p strong, .home__challenges__content article ul li p * strong {
  font-weight: 600;
  color: #8DDA44;
}
.home__challenges__content article footer {
  margin: 38px 0 0 0;
}
@media (max-width: 480px) {
  .home__challenges__content article footer {
    margin: 24px 0 0 0;
  }
}
.home__challenges__content article footer h6 {
  color: rgb(75, 93, 115);
  font: 700 16px/24px "Manrope", sans-serif;
  margin: 0 0 16px 0;
}
.home__portfolio {
  padding: 0 0 88px 0;
  background: url("../assets/svg/bg-portfolio.svg") bottom/cover no-repeat;
}
@media (max-width: 480px) {
  .home__portfolio {
    padding: 0 0 64px 0;
  }
}
.home__portfolio h2 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
}
@media (max-width: 480px) {
  .home__portfolio h2 {
    margin-bottom: 24px;
  }
}
.home__portfolio nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .home__portfolio nav {
    gap: 48px;
    margin: 0 0 40px 0;
  }
}
.home__portfolio nav button {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: rgb(75, 93, 115);
  font: 600 20px/1 "Manrope", sans-serif;
  height: 40px;
  transition: 0.3s;
}
.home__portfolio nav button:hover {
  color: rgb(46, 60, 77);
}
.home__portfolio nav button::after {
  content: "";
  height: 2px;
  position: absolute;
  background: rgb(46, 60, 77);
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}
.home__portfolio nav button svg path {
  transition: 0.3s;
}
.home__portfolio nav button.active {
  color: rgb(46, 60, 77);
}
.home__portfolio nav button.active::after {
  opacity: 1;
}
.home__portfolio nav button.active svg path {
  fill: rgb(46, 60, 77);
}
.home__portfolio article {
  display: none;
  flex-direction: column;
  align-items: center;
}
.home__portfolio article.active {
  display: flex;
}
.home__portfolio article ul {
  width: 100%;
  margin: 0 0 32px 0;
  justify-content: center;
}
.home__portfolio article:last-of-type ul {
  padding: 0 24px;
}
@media (max-width: 1080px) {
  .home__portfolio article:last-of-type ul {
    padding: 0;
  }
}
.home__portfolio article:last-of-type ul li a div {
  margin: 0 0 8px 0;
}
.home__portfolio article:last-of-type ul li a:hover {
  border-color: rgb(255, 255, 255);
}
.home__portfolio article:last-of-type ul li a:hover h6 {
  color: #8DDA44;
}
.home .clientes {
  margin-top: 80px;
}

.products__content {
  padding: 48px 0 88px 0;
  background: url("../assets/svg/bg-page-produtos.svg") bottom/cover no-repeat;
}
@media (max-width: 480px) {
  .products__content {
    padding: 16px 0 56px 0;
  }
}
.products__content header {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .products__content header {
    margin: 0 0 24px 0;
  }
}
.products__content header h1 {
  margin: 0 0 16px 0;
}
@media (max-width: 480px) {
  .products__content header h1 {
    margin: 0 0 10px 0;
  }
}
.products__content header p {
  font-weight: 400;
  max-width: 600px;
  width: 100%;
}
.products__content .products-list {
  justify-content: flex-start;
}

.product__header {
  position: relative;
  z-index: 9;
  padding: 48px 0 52px 0;
  background: rgb(255, 255, 255) url("../assets/svg/bg-produto.svg") bottom/cover no-repeat;
}
@media (max-width: 480px) {
  .product__header {
    padding-top: 32px;
  }
}
.product__header__infos {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 32px 40px;
  box-shadow: 0px 0px 10px 2px rgba(55, 61, 79, 0.1);
}
@media (max-width: 480px) {
  .product__header__infos {
    padding: 32px 24px;
  }
}
.product__header__infos header {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 480px) {
  .product__header__infos header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.product__header__infos header figure {
  max-width: 200px;
  min-width: 200px;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 26px;
  border-radius: 16px;
  border: 1px solid rgb(195, 210, 229);
  background: rgba(237, 243, 250, 0.45);
}
@media (max-width: 480px) {
  .product__header__infos header figure {
    min-width: initial;
    max-width: 100%;
    height: 100px;
  }
}
.product__header__infos header div h1 {
  font: 800 36px/48px "Manrope", sans-serif;
  margin: 0 0 8px 0;
}
@media (max-width: 480px) {
  .product__header__infos header div h1 {
    font: 800 24px/32px "Manrope", sans-serif;
  }
}
.product__header__infos header div p {
  font: 400 18px/32px "Manrope", sans-serif;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 480px) {
  .product__header__infos header div p {
    font: 400 16px/26px "Manrope", sans-serif;
  }
}
.product__header__infos footer {
  margin: 32px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgb(195, 210, 229);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .product__header__infos footer {
    gap: 24px;
    margin: 24px 0 0 0;
  }
}
.product__header__infos footer ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product__header__infos footer ul.pd {
  gap: 8px 0;
}
@media (max-width: 480px) {
  .product__header__infos footer ul.pd li {
    min-width: initial;
    max-width: 50%;
  }
}
@media (max-width: 1080px) {
  .product__header__infos footer ul {
    gap: 8px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) {
  .product__header__infos footer ul li {
    min-width: 33.3%;
  }
}
@media (max-width: 480px) {
  .product__header__infos footer ul li {
    min-width: 50%;
  }
}
.product__header__infos footer ul li a {
  color: rgb(75, 93, 115);
  display: block;
  padding: 4px 12px;
  font: 700 16px/22px "Manrope", sans-serif;
  transition: 0.3s;
  border-radius: 6px;
}
.product__header__infos footer ul li a:hover {
  background: rgba(34, 136, 255, 0.12);
  color: rgb(14, 90, 178);
}
@media (max-width: 480px) {
  .product__header__infos footer .button {
    width: 100%;
  }
}
.product__header__benefits {
  padding: 80px 0 0 0;
}
@media (max-width: 480px) {
  .product__header__benefits {
    padding: 56px 0 0 0;
  }
}
.product__header__benefits h3 {
  color: rgb(75, 93, 115);
  text-align: center;
  margin: 0 0 40px 0;
  font: 800 28px/38px "Manrope", sans-serif;
}
@media (max-width: 1080px) {
  .product__header__benefits h3 {
    font: 800 24px/34px "Manrope", sans-serif;
    margin: 0 0 24px 0;
  }
}
.product__header__benefits section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 480px) {
  .product__header__benefits section {
    gap: 8px;
  }
}
.product__header__benefits section div {
  max-width: 256px;
  width: 100%;
  padding: 12px 12px 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__header__benefits section div h6 {
  color: rgb(14, 90, 178);
  font: 700 20px/1 "Manrope", sans-serif;
  text-align: center;
  margin: 12px 0 8px 0;
}
.product__header__benefits section div p {
  text-align: center;
  font: 500 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
.product__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 12px 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(46, 60, 77, 0.1);
}
@media (max-width: 1080px) {
  .product__nav {
    height: 64px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .product__nav {
    padding: 0 24px;
  }
}
.product__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .product__nav .container {
    padding: 0;
    width: auto;
  }
}
.product__nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1080px) {
  .product__nav ul {
    gap: 12px;
  }
}
.product__nav ul li a {
  color: rgb(75, 93, 115);
  display: block;
  padding: 4px 12px;
  font: 700 16px/22px "Manrope", sans-serif;
  transition: 0.3s;
  border-radius: 6px;
}
@media (max-width: 1080px) {
  .product__nav ul li a {
    font: 700 14px/20px "Manrope", sans-serif;
    padding: 3px 8px;
    white-space: nowrap;
  }
}
.product__nav ul li a:hover {
  background: rgba(34, 136, 255, 0.12);
  color: rgb(14, 90, 178);
}
.product__nav .button {
  white-space: nowrap;
  margin: 0 0 0 16px;
}
.product__resources {
  margin: 80px 0 120px 0;
}
@media (max-width: 480px) {
  .product__resources {
    margin: 64px 0 80px 0;
  }
}
.product__resources h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .product__resources h2 {
    margin: 0 0 28px 0;
  }
}
.product__resources section {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1080px) {
  .product__resources section {
    grid-template-columns: 1fr;
  }
}
.product__resources section div dl {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(237, 243, 250, 0.45);
  padding: 20px;
  max-height: 65px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.product__resources section div dl:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.product__resources section div dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(75, 93, 115);
  font: 700 18px/25px "Manrope", sans-serif;
  padding-right: 32px;
}
.product__resources section div dl dt::after {
  content: url("../assets/svg/arrow-exp.svg");
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.product__resources section div dl dd {
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid rgb(195, 210, 229);
  display: none;
}
.product__resources section div dl dd p {
  color: rgb(75, 93, 115);
  font: 400 16px/24px "Manrope", sans-serif;
}
.product__resources section div dl.open {
  max-height: 100rem;
  border-color: rgb(195, 210, 229);
  cursor: initial;
}
.product__resources section div dl.open dt::after {
  transform: translateY(-60%) scaleY(-1);
}
.product__resources section div dl.open dd {
  display: block;
}
.product__resources section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
@media (max-width: 1080px) {
  .product__resources section img {
    height: auto !important;
  }
}
.product__cards {
  margin: 120px 0 128px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product__cards {
    margin: 80px 0;
  }
}
.product__cards header {
  margin: 0 0 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__cards .swiper {
  overflow: initial;
}
.product__cards .swiper-slide {
  max-width: 250px;
  width: 100%;
  background: rgba(237, 243, 250, 0.45);
  border: 1px solid rgb(255, 255, 255);
  height: initial;
  padding: 16px 16px 24px 16px;
  border-radius: 14px;
  transition: 0.3s;
}
.product__cards .swiper-slide:hover {
  border-color: rgb(195, 210, 229);
}
.product__cards .swiper-slide div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px 0;
}
.product__cards .swiper-slide div figure {
  min-width: 44px;
  max-width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(237, 243, 250);
  border-radius: 4px;
  border: 1px solid rgb(237, 243, 250);
}
.product__cards .swiper-slide div figure img {
  max-height: 100%;
}
.product__cards .swiper-slide div h6 {
  font: 700 18px/22px "Manrope", sans-serif;
}
.product__cards .swiper-slide p {
  color: rgb(75, 93, 115);
  font: 400 16px/22px "Manrope", sans-serif;
}
.product .clients section {
  gap: 32px 40px;
}
@media (max-width: 1080px) {
  .product .clients section {
    gap: 24px 0;
  }
}
.product .clients section a {
  width: 150px;
  height: 85px;
}
@media (max-width: 1080px) {
  .product .clients section a {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .product .clients section a {
    height: 64px;
  }
}
.product__plans {
  margin: 112px 0 100px 0;
}
@media (min-width: 1080px) {
  .product__plans {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .product__plans {
    margin: 80px 0;
  }
}
.product__plans .container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1080px) {
  .product__plans .container {
    padding: 0;
    width: auto;
  }
}
.product__plans__title {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1080px) {
  .product__plans__title {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .product__plans__title {
    padding: 0 24px;
    margin: 0 0 32px 0;
  }
}
.product__plans__cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  .product__plans__cards {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .product__plans__cards {
    padding: 0 24px;
  }
}
.product__plans__cards > li {
  max-width: 312px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .product__plans__cards > li {
    min-width: 312px;
  }
}
.product__plans__cards > li.blue section span {
  background: rgba(34, 136, 255, 0.3);
  color: rgb(14, 90, 178);
}
.product__plans__cards > li.blue article {
  background: rgba(34, 136, 255, 0.12);
}
.product__plans__cards > li.blue article header h3 {
  color: rgb(8, 51, 102);
}
.product__plans__cards > li.blue article small {
  background: rgba(14, 90, 178, 0.16);
}
.product__plans__cards > li section {
  height: 34px;
  margin: 0 0 10px 0;
}
.product__plans__cards > li section span {
  font: 700 16px/1 "Manrope", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(195, 210, 229, 0.95);
  height: 100%;
  border-radius: 10px;
}
.product__plans__cards > li article {
  flex: 2;
  padding: 20px 16px 40px 16px;
  border-radius: 16px;
  background: rgba(237, 243, 250, 0.45);
}
.product__plans__cards > li article header {
  min-height: 134px;
  margin: 0 0 20px 0;
  padding: 0 0 24px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgb(195, 210, 229);
}
.product__plans__cards > li article header h3 {
  font: 800 18px/26px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  text-align: center;
}
.product__plans__cards > li article header p {
  flex: 2;
  color: rgb(75, 93, 115);
  text-align: center;
  font: 500 16px/26px "Manrope", sans-serif;
  margin: 10px 0 4px 0;
}
.product__plans__cards > li article header .button {
  margin: 16px 0 0 0;
}
.product__plans__cards > li article small {
  padding: 8px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font: 600 14px/19px "Manrope", sans-serif;
  background: rgba(195, 210, 229, 0.35);
  margin: 0 0 6px 0;
}
.product__plans__cards > li article ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  transition: 0.3s;
  border-radius: 8px;
}
.product__plans__cards > li article ul li:hover {
  background: rgba(34, 136, 255, 0.12);
}
.product__plans__cards > li article ul li:hover p {
  color: rgb(46, 60, 77);
}
.product__plans__cards > li article ul li:not(:last-of-type) {
  margin: 0 0 6px 0;
}
.product__plans__cards > li article ul li p {
  color: rgb(75, 93, 115);
  font: 500 14px/19px "Manrope", sans-serif;
}
.product__plans__cards > li article footer {
  margin: 32px 0 0 0;
}
.product__plans__cards > li article footer h6 {
  margin: 0 0 20px 0;
  text-align: center;
  font: 700 16px/22px "Manrope", sans-serif;
}
.product__plans__cards > li article footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 0;
}
.product__plans__cards > li article footer div span {
  width: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font: 600 12px/16px "Manrope", sans-serif;
  text-align: center;
  color: rgb(75, 93, 115);
}
.product__features {
  margin: 112px 0 100px 0;
}
@media (max-width: 480px) {
  .product__features {
    margin: 80px 0;
  }
}
.product__features h2 {
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .product__features h2 {
    margin: 0 0 32px 0;
  }
}
.product__features ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1080px) {
  .product__features ul {
    flex-direction: column;
    gap: 32px;
  }
}
.product__features ul li {
  flex: 1;
  border-radius: 16px;
  background: rgba(237, 243, 250, 0.45);
  padding: 24px;
}
@media (max-width: 480px) {
  .product__features ul li {
    padding: 24px 16px;
  }
}
.product__features ul li:only-of-type {
  max-width: 505px;
}
.product__features ul li h5 {
  margin: 0 0 24px 0;
  text-align: center;
  font: 700 20px/1 "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .product__features ul li h5 {
    margin: 0 0 16px 0;
    font-size: 18px;
  }
}
.product__features ul li span {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(75, 93, 115);
  font: 500 14px/19px "Manrope", sans-serif;
}
.product__features ul li span:not(:last-of-type) {
  margin: 0 0 12px 0;
}
@media (max-width: 480px) {
  .product__features ul li span:not(:last-of-type) {
    margin: 0 0 4px 0;
  }
}
.product__features ul li small {
  padding: 18px 0 8px 0;
  display: block;
  text-align: center;
  font: 700 14px/19px "Manrope", sans-serif;
  color: rgb(46, 60, 77);
  margin: 6px 0;
}
.product__awards {
  margin: 112px 0 100px 0;
  padding: 80px 0;
  background: var(--surface-neutral-v-345, rgba(237, 243, 250, 0.45));
}
@media (max-width: 480px) {
  .product__awards {
    margin: 80px 0;
  }
}
.product__awards h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .product__awards h2 {
    margin: 0 0 30px 0;
  }
}
.product__awards section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1080px) {
  .product__awards section {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product__awards section {
    justify-content: center;
  }
}
.product__services {
  margin: 100px 0 120px 0;
}
@media (max-width: 480px) {
  .product__services {
    margin: 80px 0;
  }
}
.product__services h3 {
  margin: 0 0 32px 0;
}
.product__services section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1080px) {
  .product__services section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product__services section {
    grid-template-columns: 1fr;
  }
}
.product__services section div {
  border-radius: 16px;
  background: rgba(34, 136, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product__services section div h5 {
  color: rgb(14, 90, 178);
}
.product__services section div p {
  font: 400 16px/24px "Manrope", sans-serif;
  flex: 2;
  color: rgb(75, 93, 115);
  margin: 14px 0 24px 0;
}
.product__faq {
  margin: 130px 0 100px 0;
}
@media (max-width: 480px) {
  .product__faq {
    margin: 80px 0;
  }
}
.product__faq .container h3 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .product__faq .container h3 {
    margin: 0 0 30px 0;
  }
}
.product__faq .container div {
  max-width: 700px;
  width: 100%;
}
.product__faq .container div dl:not(:last-of-type) {
  margin: 0 0 24px 0;
}
.product__faq .container div dl dt {
  color: rgb(75, 93, 115);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgb(195, 210, 229);
  font: 600 18px/25px "Manrope", sans-serif;
}
.product__faq .container div dl dt img {
  transition: 0.5s;
}
.product__faq .container div dl dt.open img {
  transform: scaleY(-1);
}
.product__faq .container div dl dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.product__faq .container div dl dd p {
  font: 400 16px/26px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin: 16px 0 40px 0;
}
.product__faq .container div dl dd.open {
  max-height: 100rem;
  overflow: initial;
}
.product__faq .container div dl dd.open p {
  opacity: 1;
  visibility: visible;
}
.product__faq .container div dl:last-of-type dd p {
  margin-bottom: 0;
}
.product__products {
  padding: 56px 0 150px 0;
}
@media (max-width: 480px) {
  .product__products {
    padding: 48px 0 80px 0;
  }
}
.product__products h2 {
  text-align: center;
  margin: 0 0 30px 0;
}
.product__products nav {
  padding: 12px 0;
  background: rgb(255, 255, 255);
  position: sticky;
  top: 0;
}
@media (max-width: 1080px) {
  .product__products nav {
    height: 64px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .product__products nav {
    padding: 0 24px;
  }
}
.product__products nav .container {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1080px) {
  .product__products nav .container {
    gap: 12px;
    padding: 0;
    width: auto;
    justify-content: flex-start;
  }
}
.product__products nav .container a {
  color: rgb(75, 93, 115);
  display: block;
  padding: 4px 12px;
  font: 700 16px/22px "Manrope", sans-serif;
  transition: 0.3s;
  border-radius: 6px;
}
@media (max-width: 1080px) {
  .product__products nav .container a {
    font: 700 14px/20px "Manrope", sans-serif;
    padding: 3px 8px;
    white-space: nowrap;
  }
}
.product__products nav .container a:hover {
  background: rgba(34, 136, 255, 0.12);
  color: rgb(14, 90, 178);
}
.product__products ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
@media (max-width: 1080px) {
  .product__products ul li {
    flex-direction: column;
    padding: 40px 0;
  }
}
.product__products ul li:not(:last-of-type) {
  border-bottom: 1px solid rgb(195, 210, 229);
}
.product__products ul li:last-of-type {
  padding-bottom: 0;
}
.product__products ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .product__products ul li:nth-of-type(even) {
    flex-direction: column;
  }
}
.product__products ul li div {
  max-width: 570px;
  width: 100%;
}
.product__products ul li div h3 {
  font: 800 32px/44px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .product__products ul li div h3 {
    font: 800 24px/34px "Manrope", sans-serif;
  }
}
.product__products ul li div p {
  font: 400 18px/28px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  margin: 16px 0 0 0;
}
.product__products ul li div footer {
  display: flex;
  gap: 16px;
  margin: 40px 0 0 0;
}
@media (max-width: 480px) {
  .product__products ul li div footer {
    flex-direction: column;
    margin: 32px 0 0 0;
  }
}
@media (max-width: 480px) {
  .product__products ul li div footer a {
    width: 100%;
  }
}
.product__products ul li div footer a:first-of-type {
  padding: 0 46px;
}
.product__products ul li div footer a:last-of-type {
  padding: 0 16px;
}
.product__products ul li div footer a:last-of-type:hover img {
  filter: brightness(0) invert(1);
}
.product__products ul li figure {
  max-width: 430px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
@media (max-width: 1080px) {
  .product__products ul li figure {
    height: auto;
  }
}
.product__products ul li figure img {
  max-height: 100%;
}

.services__nav {
  position: sticky;
  top: 0;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(237, 243, 250);
  box-shadow: 0px 2px 4px 0px rgba(55, 61, 79, 0.1);
  padding: 8px 0 12px 0;
  z-index: 9;
  overflow-x: auto;
}
@media (max-width: 480px) {
  .services__nav {
    padding: 4px 0 8px 0;
  }
}
.services__nav .container {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 480px) {
  .services__nav .container {
    gap: 32px;
  }
}
.services__nav .container a {
  font: 700 16px/1 "Manrope", sans-serif;
  height: 38px;
}
@media (max-width: 480px) {
  .services__nav .container a {
    font-size: 14px;
  }
  .services__nav .container a:last-of-type {
    padding-right: 24px;
  }
}
.services__header {
  padding: 40px 0 96px 0;
}
@media (max-width: 480px) {
  .services__header {
    padding: 32px 0 64px 0;
  }
}
.services__header h1 {
  max-width: 615px;
  width: 100%;
}
.services__header p {
  max-width: 600px;
  width: 100%;
  margin: 16px 0 40px 0;
  font-weight: 400;
}
@media (max-width: 480px) {
  .services__header p {
    margin: 16px 0 24px 0;
  }
}
.services__header footer {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .services__header footer {
    flex-direction: column;
    margin: 32px 0 0 0;
  }
}
.services__header footer .button {
  padding: 0 48px;
}
.services__header footer .button--outline {
  padding: 0 20px;
}
.services__vantagens {
  padding: 70px 0 90px 0;
  background: rgba(34, 136, 255, 0.06);
}
@media (max-width: 480px) {
  .services__vantagens {
    padding: 64px 0 72px 0;
  }
}
.services__vantagens h6 {
  color: rgb(115, 131, 153);
  text-align: center;
  font: 600 18px/25px "Manrope", sans-serif;
  margin: 0 0 8px 0;
}
.services__vantagens h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
.services__vantagens section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 480px) {
  .services__vantagens section {
    gap: 16px;
  }
}
.services__vantagens section div {
  max-width: 264px;
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__vantagens section div img {
  height: 60px;
}
.services__vantagens section div h6 {
  font: 700 20px/1 "Manrope", sans-serif;
  text-align: center;
  color: rgb(75, 93, 115);
  margin: 12px 0 8px 0;
}
.services__vantagens section div p {
  font: 500 16px/22px "Manrope", sans-serif;
  text-align: center;
  color: rgb(115, 131, 153);
}
.services__items {
  padding: 64px 0 100px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .services__items {
    padding: 64px 0;
  }
}
.services__items h2 {
  text-align: center;
  margin: 0 0 48px 0;
}
@media (max-width: 480px) {
  .services__items h2 {
    margin: 0 0 40px 0;
  }
}
.services__items nav {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 480px) {
  .services__items nav {
    gap: 24px 0;
    flex-wrap: wrap;
  }
}
.services__items nav a {
  font: 700 18px/1 "Manrope", sans-serif;
  height: 42px;
  display: block;
}
@media (max-width: 480px) {
  .services__items nav a {
    width: 50%;
    text-align: center;
    height: auto;
  }
}
.services__items ul {
  margin: 0 0 112px 0;
}
@media (max-width: 480px) {
  .services__items ul {
    margin: 0 0 48px 0;
  }
}
.services__items ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 112px;
}
@media (max-width: 1080px) {
  .services__items ul li {
    padding-top: 40px;
    flex-direction: column;
    gap: 32px;
  }
}
.services__items ul li:not(:last-of-type) {
  border-bottom: 1px solid rgb(195, 210, 229);
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .services__items ul li:not(:last-of-type) {
    padding-bottom: 32px;
  }
}
.services__items ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .services__items ul li:nth-of-type(even) {
    flex-direction: column;
  }
}
.services__items ul li div {
  max-width: 500px;
  width: 100%;
  padding: 16px 0 0 0;
}
@media (max-width: 480px) {
  .services__items ul li div {
    padding: 0;
  }
}
.services__items ul li div p {
  font: 400 16px/24px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  margin: 16px 0 40px 0;
}
@media (max-width: 480px) {
  .services__items ul li div p {
    margin: 16px 0 32px 0;
  }
}
.services__items ul li div h6 {
  margin: 0 0 16px 0;
  font: 600 16px/1 "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
.services__items ul li figure {
  max-width: 540px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1080px) {
  .services__items ul li figure {
    max-width: 100%;
  }
}
.services__items ul li figure img:first-of-type {
  width: 390px;
  height: 390px;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 5;
}
@media (max-width: 480px) {
  .services__items ul li figure img:first-of-type {
    width: 100%;
    height: auto;
  }
}
.services__items ul li figure img:last-of-type {
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
}
@media (max-width: 480px) {
  .services__items ul li figure img:last-of-type {
    min-width: 120%;
    max-width: 120%;
  }
}

.about__header {
  background: rgb(255, 255, 255) url("../assets/svg/bg-sobre.svg") bottom/cover no-repeat;
  padding: 146px 0 56px 0;
}
@media (max-width: 1080px) {
  .about__header {
    padding: 48px 0;
  }
}
.about__header .container {
  display: flex;
  align-items: flex-end;
  gap: 128px;
}
@media (max-width: 1080px) {
  .about__header .container {
    display: block;
  }
}
.about__header aside {
  max-width: 600px;
  width: 100%;
  padding: 0 0 18px 0;
}
.about__header aside h1 {
  margin: 0 0 20px 0;
}
.about__header aside p {
  font: 400 16px/24px "Manrope", sans-serif;
}
.about__header ul {
  max-width: 410px;
  width: 100%;
}
.about__header ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.about__header ul li:not(:last-of-type) {
  margin: 0 0 28px 0;
}
@media (max-width: 1080px) {
  .about__header ul li:not(:last-of-type) {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .about__header ul li img {
    width: 40px;
  }
}
.about__header ul li div {
  width: 100%;
}
.about__header ul li div h6 {
  margin: 0 0 5px 0;
  font: 700 20px/28px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .about__header ul li div h6 {
    font: 700 18px/26px "Manrope", sans-serif;
  }
}
.about__header ul li div p {
  font: 400 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .about__header ul li div p {
    font: 400 15px/20px "Manrope", sans-serif;
  }
}
.about__section2 {
  margin: 80px 0;
}
@media (max-width: 480px) {
  .about__section2 {
    margin: 64px 0;
  }
}
.about__section2 h2 {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .about__section2 h2 {
    margin: 0 0 24px 0;
  }
}
.about__section3 {
  margin: 80px 0 128px 0;
}
@media (max-width: 480px) {
  .about__section3 {
    margin: 64px 0 80px 0;
  }
}
.about__section3 h2 {
  margin: 0 0 16px 0;
}
.about__section3 section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .about__section3 section {
    display: block;
  }
}
.about__section3 section > p {
  max-width: 570px;
  width: 100%;
  font: 400 16px/24px "Manrope", sans-serif;
}
@media (max-width: 1080px) {
  .about__section3 section > p {
    padding: 0 0 24px 0;
  }
}
.about__section3 section .labels-icon {
  max-width: 525px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1080px) {
  .about__section3 section .labels-icon {
    max-width: 100%;
  }
}
.about__video {
  padding: 84px 0;
  background: rgb(237, 246, 255);
}
@media (max-width: 480px) {
  .about__video {
    padding: 64px 0;
  }
}
.about__video .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .about__video .container {
    display: block;
  }
}
.about__video .container div {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1080px) {
  .about__video .container div {
    max-width: 100%;
    padding: 0 0 40px 0;
  }
}
.about__video .container div h2 {
  margin: 0 0 14px 0;
}
.about__video .container div p {
  font: 400 16px/24px "Manrope", sans-serif;
}
.about__video .container video {
  max-width: 530px;
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .about__video .container video {
    max-width: 100%;
    height: 360px;
  }
}
@media (max-width: 480px) {
  .about__video .container video {
    height: 280px;
  }
}
.about__numbers {
  margin: 120px 0 140px 0;
}
@media (max-width: 480px) {
  .about__numbers {
    margin: 80px 0;
  }
}
.about__numbers h2 {
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 480px) {
  .about__numbers h2 {
    margin: 0 0 40px 0;
  }
}
.about__numbers ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px 80px;
}
@media (max-width: 480px) {
  .about__numbers ul {
    flex-direction: column;
    align-items: center;
  }
}
.about__numbers ul li {
  max-width: 250px;
  width: 100%;
  position: relative;
}
.about__numbers ul li::after {
  content: url("../assets/svg/bg-number.svg");
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 146px;
}
.about__numbers ul li h3 {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #8DDA44;
  margin: 0 0 8px 0;
  font: 800 74px/102px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .about__numbers ul li h3 {
    font: 800 56px/72px "Manrope", sans-serif;
    margin: 0;
  }
}
.about__numbers ul li p {
  position: relative;
  z-index: 5;
  font: 600 20px/28px "Manrope", sans-serif;
  color: rgba(55, 61, 79, 0.8);
  text-align: center;
}
@media (max-width: 480px) {
  .about__numbers ul li p {
    font: 600 18px/26px "Manrope", sans-serif;
  }
}
.about__market h2 {
  border-bottom: 1px solid rgba(55, 61, 79, 0.2);
  padding: 0 0 6px 0;
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .about__market h2 {
    margin: 0 0 40px 0;
  }
}
.about__market section {
  display: flex;
  gap: 120px;
}
@media (max-width: 1080px) {
  .about__market section {
    flex-direction: column;
    gap: 0;
  }
}
.about__market section aside h6 {
  font: 800 20px/27px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  margin: 40px 0 18px 0;
}
@media (max-width: 480px) {
  .about__market section aside h6 {
    margin: 32px 0 16px 0;
  }
}
.about__market section aside .tags span {
  padding: 8px 16px;
  font-size: 18px;
}
.about .clients h2 {
  text-align: left;
}

.legal {
  padding: 48px 0 120px 0;
}
@media (max-width: 480px) {
  .legal {
    padding: 32px 0 64px 0;
  }
}
.legal header p {
  font-weight: 400;
  max-width: 600px;
  width: 100%;
  margin: 16px 0 46px 0;
}
@media (max-width: 480px) {
  .legal header p {
    margin: 12px 0 24px 0;
  }
}
.legal ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1080px) {
  .legal ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .legal ul {
    grid-template-columns: 1fr;
  }
}
.legal ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  border-radius: 16px;
  background: rgba(34, 136, 255, 0.06);
}
.legal ul li h3 {
  color: rgb(14, 90, 178);
  font: 700 20px/22px "Manrope", sans-serif;
}
.legal ul li p {
  flex: 2;
  margin: 14px 0 24px 0;
  font: 400 16px/24px "Manrope", sans-serif;
}

.policy {
  padding: 46px 0 80px 0;
}
@media (max-width: 480px) {
  .policy {
    padding: 32px 0 64px 0;
  }
}
.policy .container {
  max-width: calc(750px + 48px * 2);
}
.policy__content {
  border-radius: 16px;
  padding: 32px 64px;
  background: rgba(237, 243, 250, 0.45);
}
@media (max-width: 480px) {
  .policy__content {
    padding: 32px 24px;
  }
}
.policy__content h1 {
  margin: 0 0 12px 0;
}
@media (max-width: 480px) {
  .policy__content h1 {
    margin: 0 0 8px 0;
  }
}
.policy__content p {
  font-weight: 400;
}
.policy__content article {
  padding: 40px 0 0 0;
  margin: 24px 0 0 0;
  border-top: 1px solid rgb(195, 210, 229);
}
.policy__content article h1,
.policy__content article h2,
.policy__content article h3,
.policy__content article h4,
.policy__content article h5,
.policy__content article h6 {
  margin: 54px 0 16px 0;
}
@media (max-width: 480px) {
  .policy__content article h1,
  .policy__content article h2,
  .policy__content article h3,
  .policy__content article h4,
  .policy__content article h5,
  .policy__content article h6 {
    margin: 40px 0 16px 0;
  }
}
.policy__content article img {
  width: 100%;
}
.policy__content article figure {
  display: block;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .policy__content article figure {
    margin: 32px 0;
  }
}
.policy__content article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: auto !important;
}
.policy__content article figure figcaption {
  font: 400 14px/140% "Manrope", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
}
.policy__content article ol,
.policy__content article ul {
  margin: 34px 0 34px 20px;
}
@media (max-width: 480px) {
  .policy__content article ol,
  .policy__content article ul {
    margin: 20px 0 20px 20px;
  }
}
.policy__content article ol li, .policy__content article ol li *,
.policy__content article ul li,
.policy__content article ul li * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .policy__content article ol li, .policy__content article ol li *,
  .policy__content article ul li,
  .policy__content article ul li * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.policy__content article ol li strong,
.policy__content article ol li b, .policy__content article ol li * strong,
.policy__content article ol li * b,
.policy__content article ul li strong,
.policy__content article ul li b,
.policy__content article ul li * strong,
.policy__content article ul li * b {
  font-weight: 600;
}
.policy__content article ol li a, .policy__content article ol li * a,
.policy__content article ul li a,
.policy__content article ul li * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.policy__content article ol li a, .policy__content article ol li a *, .policy__content article ol li * a, .policy__content article ol li * a *,
.policy__content article ul li a,
.policy__content article ul li a *,
.policy__content article ul li * a,
.policy__content article ul li * a * {
  color: #8DDA44;
}
.policy__content article ol li a:hover, .policy__content article ol li * a:hover,
.policy__content article ul li a:hover,
.policy__content article ul li * a:hover {
  opacity: 0.75;
}
.policy__content article ol li:not(:last-of-type),
.policy__content article ul li:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.policy__content article ul li {
  list-style: disc;
}
.policy__content article ol li {
  list-style: decimal;
}
.policy__content article p, .policy__content article p * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .policy__content article p, .policy__content article p * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.policy__content article p strong,
.policy__content article p b, .policy__content article p * strong,
.policy__content article p * b {
  font-weight: 600;
}
.policy__content article p a, .policy__content article p * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.policy__content article p a, .policy__content article p a *, .policy__content article p * a, .policy__content article p * a * {
  color: #8DDA44;
}
.policy__content article p a:hover, .policy__content article p * a:hover {
  opacity: 0.75;
}
.policy__content article p:not(:last-of-type) {
  margin: 0 0 34px 0;
}
@media (max-width: 480px) {
  .policy__content article p:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
}
.policy__content article .wp-block-columns {
  margin: 0;
}
.policy__content article table {
  overflow: hidden;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: unset;
  border: unset;
}
@media (max-width: 480px) {
  .policy__content article table {
    border-radius: 8px;
  }
}
.policy__content article table img {
  margin: 0 auto;
}
.policy__content article table * {
  border: unset !important;
}
.policy__content article table tr td,
.policy__content article table tr th {
  padding: 12px 16px;
  font: 500 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .policy__content article table tr td,
  .policy__content article table tr th {
    padding: 8px 12px;
    font: 500 14px/20px "Manrope", sans-serif;
  }
}
.policy__content article table tr td:not(:last-of-type),
.policy__content article table tr th:not(:last-of-type) {
  border-right: 1px solid rgb(195, 210, 229) !important;
}
.policy__content article table thead tr th {
  background: rgb(75, 93, 115);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}
.policy__content article table tbody tr:nth-of-type(odd) td {
  background: rgba(237, 243, 250, 0.45);
}
@media (max-width: 480px) {
  .policy__content article {
    padding: 30px 0 0 0;
    margin: 16px 0 0 0;
  }
}

.blog__principals {
  padding: 60px 0;
}
@media (max-width: 1080px) {
  .blog__principals {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .blog__principals {
    padding: 0 0 48px 0;
  }
}
.blog__principals .container {
  display: grid;
  grid-template-columns: 725px 1fr;
  gap: 40px;
}
@media (max-width: 1080px) {
  .blog__principals .container {
    display: block;
  }
}
@media (max-width: 480px) {
  .blog__principals .container {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .blog__principals .container aside {
    padding: 0 0 32px 0;
  }
}
.blog__principals .container aside .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: initial;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-slide {
    border-radius: 0;
  }
}
.blog__principals .container aside .swiper-slide img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-slide img {
    height: 230px;
  }
}
.blog__principals .container aside .swiper-slide div {
  flex: 2;
  padding: 52px 32px 32px 32px;
  background: #D5EAFF;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-slide div {
    padding: 52px 24px 32px 24px;
  }
}
.blog__principals .container aside .swiper-slide div h2 {
  margin: 6px 0 0 0;
}
.blog__principals .container aside .swiper-slide div h2, .blog__principals .container aside .swiper-slide div h2 * {
  font: 700 32px/44px "Manrope", sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-slide div h2, .blog__principals .container aside .swiper-slide div h2 * {
    font: 700 24px/32px "Manrope", sans-serif;
    -webkit-line-clamp: 3;
  }
}
.blog__principals .container aside .swiper-pagination {
  width: auto;
  position: absolute;
  top: 352px;
  bottom: unset;
  left: 32px;
  display: flex;
  gap: 12px;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-pagination {
    left: 24px;
    gap: 8px;
    top: 255px;
  }
}
.blog__principals .container aside .swiper-pagination span {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background: rgba(14, 90, 178, 0.2);
  transition: 0.3s;
  opacity: 1;
}
@media (max-width: 480px) {
  .blog__principals .container aside .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
}
.blog__principals .container aside .swiper-pagination span.swiper-pagination-bullet-active, .blog__principals .container aside .swiper-pagination span:hover {
  background: rgb(14, 90, 178);
}
.blog__principals .container ul li:not(:first-of-type) a {
  padding-top: 28px;
}
@media (max-width: 480px) {
  .blog__principals .container ul li:not(:first-of-type) a {
    padding-top: 20px;
  }
}
.blog__principals .container ul li:not(:last-of-type) a {
  padding-bottom: 28px;
  border-bottom: 1px solid rgb(195, 210, 229);
}
@media (max-width: 480px) {
  .blog__principals .container ul li:not(:last-of-type) a {
    padding-bottom: 20px;
  }
}
.blog__principals .container ul li a {
  display: block;
}
@media (max-width: 480px) {
  .blog__principals .container ul li a {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog__principals .container ul li a h6 {
  font-size: 16px;
  margin: 0 0 6px 0;
}
.blog__principals .container ul li a h4 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog__principals .container ul li a h4, .blog__principals .container ul li a h4 * {
  font: 700 22px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  transition: 0.3s;
}
@media (max-width: 480px) {
  .blog__principals .container ul li a h4, .blog__principals .container ul li a h4 * {
    font: 700 18px/26px "Manrope", sans-serif;
  }
}
.blog__principals .container ul li a:hover h4, .blog__principals .container ul li a:hover h4 * {
  color: rgb(46, 60, 77);
}
.blog__categories {
  padding: 60px 0;
  background: rgba(34, 136, 255, 0.1);
  margin: 0 0 85px 0;
}
@media (max-width: 480px) {
  .blog__categories {
    margin: 0 0 64px 0;
    padding: 64px 0;
  }
}
.blog__categories h2 {
  margin: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 1080px) {
  .blog__categories h2 {
    margin: 0 0 32px 0;
  }
}
.blog__categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1080px) {
  .blog__categories ul {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .blog__categories ul {
    gap: 12px;
  }
}
.blog__categories ul li a {
  background: rgba(34, 136, 255, 0.25);
  color: rgb(14, 90, 178);
  font: 700 18px/25px "Manrope", sans-serif;
  padding: 16px 24px;
  border-radius: 14px;
  display: block;
  transition: 0.3s;
  text-align: center;
  min-width: 200px;
  width: 100%;
}
@media (max-width: 480px) {
  .blog__categories ul li a {
    min-width: initial;
    width: auto;
    padding: 12px 24px;
  }
}
.blog__categories ul li a:hover {
  background: rgba(34, 136, 255, 0.45);
}

.listing {
  padding: 46px 0 0 0;
}
@media (max-width: 480px) {
  .listing {
    padding: 32px 0 0 0;
  }
}
.listing .newsletter {
  margin: 100px 0 80px 0;
}
@media (max-width: 480px) {
  .listing .newsletter {
    margin: 64px 0;
  }
}

.newsletter {
  margin: 80px 0 60px 0;
}
@media (max-width: 480px) {
  .newsletter {
    margin: 64px 0;
  }
}
.newsletter section {
  padding: 67px;
  display: flex;
  align-items: center;
  gap: 42px;
  background: rgba(34, 136, 255, 0.12);
  border-radius: 20px;
}
@media (max-width: 1080px) {
  .newsletter section {
    padding: 48px;
    gap: 32px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .newsletter section {
    padding: 32px 24px 24px 24px;
  }
}
.newsletter section h3 {
  max-width: 420px;
  width: 100%;
  font: 700 32px/44px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .newsletter section h3 {
    font: 700 24px/32px "Manrope", sans-serif;
  }
}
.newsletter section form {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 480px) {
  .newsletter section form {
    flex-direction: column;
  }
}
.newsletter section form input,
.newsletter section form button {
  height: 50px;
}
.newsletter section form fieldset {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1080px) {
  .newsletter section form fieldset {
    max-width: 100%;
  }
}
.newsletter section form fieldset label {
  display: block;
  margin: 0 0 8px 0;
  color: rgb(75, 93, 115);
  font: 700 18px/25px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .newsletter section form fieldset label {
    font: 700 16px/22px "Manrope", sans-serif;
  }
}
.newsletter section form fieldset input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(75, 93, 115);
  padding: 14px 22px 16px 22px;
  font: 600 16px/1 "Manrope", sans-serif;
}
.newsletter section form fieldset input::-moz-placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgba(75, 93, 115, 0.8);
}
.newsletter section form fieldset input::placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgba(75, 93, 115, 0.8);
}
.newsletter section form button {
  border-radius: 10px;
  padding: 0 54px;
}
@media (max-width: 480px) {
  .newsletter section form button {
    width: 100%;
  }
}

.card {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 932px;
  width: 100%;
}
@media (max-width: 480px) {
  .card {
    flex-direction: column;
    gap: 16px;
  }
}
.card img {
  height: 190px;
  border-radius: 12px;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .card img {
    min-width: initial;
    max-width: 100%;
    height: 200px;
  }
}
.card div {
  width: 100%;
}
.card div span {
  padding: 2px 12px;
  font: 700 12px/24px "Manrope", sans-serif;
}
.card div span:hover {
  background: rgba(34, 136, 255, 0.45);
  color: rgb(14, 90, 178);
}
.card div h4 {
  margin: 8px 0 12px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .card div h4 {
    -webkit-line-clamp: 3;
  }
}
.card div h4, .card div h4 * {
  color: rgb(75, 93, 115);
  font: 800 20px/28px "Manrope", sans-serif;
}
.card div p {
  font: 400 16px/25px "Source Serif 4", serif;
  color: rgb(115, 131, 153);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: 0.3s;
  overflow: hidden;
}
.card:hover div h4 {
  color: rgb(46, 60, 77);
}
.card:hover div p {
  color: rgb(75, 93, 115);
}

.posts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.posts h6 {
  width: 100%;
  color: rgb(115, 131, 153);
  font: 600 18px/1 "Manrope", sans-serif;
  margin: 0 0 4px 0;
}
@media (max-width: 480px) {
  .posts h6 {
    font-size: 16px;
  }
}
.posts h1 {
  width: 100%;
  color: #8DDA44;
  font: 800 36px/49px "Manrope", sans-serif;
  padding: 0 0 16px 0;
  margin: 0 0 62px 0;
  border-bottom: 1px solid rgb(115, 131, 153);
}
@media (max-width: 480px) {
  .posts h1 {
    margin: 0 0 40px 0;
    font: 800 28px/40px "Manrope", sans-serif;
  }
}
.posts h2 {
  width: 100%;
  margin: 0 0 50px 0;
}
@media (max-width: 480px) {
  .posts h2 {
    margin: 0 0 40px 0;
  }
}
.posts ul {
  width: 100%;
}
.posts ul li {
  width: 100%;
}
.posts ul li:not(:last-of-type) {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgb(195, 210, 229);
}
@media (max-width: 480px) {
  .posts ul li:not(:last-of-type) {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
  }
}
.posts button {
  margin: 80px 0 0 0;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 8px;
  font: 700 20px/1 "Manrope", sans-serif;
  color: rgb(46, 60, 77);
}
@media (max-width: 480px) {
  .posts button {
    margin: 40px 0 0 0;
    font-size: 18px;
  }
}
.posts button img {
  transform: unset !important;
}
.posts button img:first-of-type {
  display: block;
}

.article__content {
  padding: 80px 0 0 0;
}
@media (max-width: 1080px) {
  .article__content {
    padding: 32px 0 0 0;
  }
}
.article__content .container {
  max-width: calc(700px + 48px * 2);
}
.article__content__principal > p {
  margin: 16px 0 0 0;
  font: 400 20px/30px "Source Serif 4", serif;
}
@media (max-width: 480px) {
  .article__content__principal > p {
    font: 400 18px/28px "Source Serif 4", serif;
  }
}
.article__content__principal footer {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .article__content__principal footer {
    margin: 24px 0 0 0;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
}
.article__content__principal footer p {
  color: rgb(75, 93, 115);
  font: 600 16px/30px "Manrope", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
.article__content__principal footer p img {
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content__principal footer aside {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article__content__principal footer aside a {
  font: 700 12px/24px "Manrope", sans-serif;
  padding: 2px 12px;
}
.article__content__principal footer aside span {
  font: 500 16px/1 "Manrope", sans-serif;
  color: rgb(115, 131, 153);
}
.article__content__principal figure {
  margin: 40px 0 0 0;
  height: 400px;
}
@media (max-width: 480px) {
  .article__content__principal figure {
    margin: 30px 0 0 0;
    height: 250px;
  }
}
.article__content__principal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.article__content__text {
  padding: 40px 0;
}
.article__content__text h1,
.article__content__text h2,
.article__content__text h3,
.article__content__text h4,
.article__content__text h5,
.article__content__text h6 {
  margin: 54px 0 16px 0;
}
@media (max-width: 480px) {
  .article__content__text h1,
  .article__content__text h2,
  .article__content__text h3,
  .article__content__text h4,
  .article__content__text h5,
  .article__content__text h6 {
    margin: 40px 0 16px 0;
  }
}
.article__content__text img {
  width: 100%;
}
.article__content__text figure {
  display: block;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .article__content__text figure {
    margin: 32px 0;
  }
}
.article__content__text figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: auto !important;
}
.article__content__text figure figcaption {
  font: 400 14px/140% "Manrope", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
}
.article__content__text ol,
.article__content__text ul {
  margin: 34px 0 34px 20px;
}
@media (max-width: 480px) {
  .article__content__text ol,
  .article__content__text ul {
    margin: 20px 0 20px 20px;
  }
}
.article__content__text ol li, .article__content__text ol li *,
.article__content__text ul li,
.article__content__text ul li * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .article__content__text ol li, .article__content__text ol li *,
  .article__content__text ul li,
  .article__content__text ul li * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.article__content__text ol li strong,
.article__content__text ol li b, .article__content__text ol li * strong,
.article__content__text ol li * b,
.article__content__text ul li strong,
.article__content__text ul li b,
.article__content__text ul li * strong,
.article__content__text ul li * b {
  font-weight: 600;
}
.article__content__text ol li a, .article__content__text ol li * a,
.article__content__text ul li a,
.article__content__text ul li * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.article__content__text ol li a, .article__content__text ol li a *, .article__content__text ol li * a, .article__content__text ol li * a *,
.article__content__text ul li a,
.article__content__text ul li a *,
.article__content__text ul li * a,
.article__content__text ul li * a * {
  color: #8DDA44;
}
.article__content__text ol li a:hover, .article__content__text ol li * a:hover,
.article__content__text ul li a:hover,
.article__content__text ul li * a:hover {
  opacity: 0.75;
}
.article__content__text ol li:not(:last-of-type),
.article__content__text ul li:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.article__content__text ul li {
  list-style: disc;
}
.article__content__text ol li {
  list-style: decimal;
}
.article__content__text p, .article__content__text p * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .article__content__text p, .article__content__text p * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.article__content__text p strong,
.article__content__text p b, .article__content__text p * strong,
.article__content__text p * b {
  font-weight: 600;
}
.article__content__text p a, .article__content__text p * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.article__content__text p a, .article__content__text p a *, .article__content__text p * a, .article__content__text p * a * {
  color: #8DDA44;
}
.article__content__text p a:hover, .article__content__text p * a:hover {
  opacity: 0.75;
}
.article__content__text p:not(:last-of-type) {
  margin: 0 0 34px 0;
}
@media (max-width: 480px) {
  .article__content__text p:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
}
.article__content__text .wp-block-columns {
  margin: 0;
}
.article__content__text table {
  overflow: hidden;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: unset;
  border: unset;
}
@media (max-width: 480px) {
  .article__content__text table {
    border-radius: 8px;
  }
}
.article__content__text table img {
  margin: 0 auto;
}
.article__content__text table * {
  border: unset !important;
}
.article__content__text table tr td,
.article__content__text table tr th {
  padding: 12px 16px;
  font: 500 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .article__content__text table tr td,
  .article__content__text table tr th {
    padding: 8px 12px;
    font: 500 14px/20px "Manrope", sans-serif;
  }
}
.article__content__text table tr td:not(:last-of-type),
.article__content__text table tr th:not(:last-of-type) {
  border-right: 1px solid rgb(195, 210, 229) !important;
}
.article__content__text table thead tr th {
  background: rgb(75, 93, 115);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}
.article__content__text table tbody tr:nth-of-type(odd) td {
  background: rgba(237, 243, 250, 0.45);
}
@media (max-width: 480px) {
  .article__content__text {
    padding: 24px 0 32px 0;
  }
}
.article__content__text p,
.article__content__text p *,
.article__content__text li,
.article__content__text li * {
  font-family: "Source Serif 4", serif !important;
}
.article__content__box {
  padding: 24px 56px;
  border-radius: 16px;
  background: rgba(34, 136, 255, 0.12);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 480px) {
  .article__content__box {
    padding: 24px;
    gap: 16px;
  }
}
.article__content__box h3 {
  color: rgb(75, 93, 115);
  text-align: center;
  font: 600 20px/30px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .article__content__box h3 {
    font: 600 18px/26px "Manrope", sans-serif;
  }
}
.article__content__actions {
  border-top: 1px solid rgb(195, 210, 229);
  padding: 16px 0 0 0;
  margin: 84px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .article__content__actions {
    margin: 56px 0 0 0;
    flex-direction: column;
    gap: 16px;
  }
}
.article__content__actions div h6 {
  color: rgb(75, 93, 115);
  font: 600 16px/30px "Manrope", sans-serif;
  margin: 0 0 10px 0;
}
.article__content__actions div article {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article__content__actions div article.hover1 button:nth-of-type(1) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.click1 button:nth-of-type(1) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.hover2 button:nth-of-type(1) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover2 button:nth-of-type(2) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.click2 button:nth-of-type(1) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click2 button:nth-of-type(2) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.hover3 button:nth-of-type(1) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover3 button:nth-of-type(2) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover3 button:nth-of-type(3) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.click3 button:nth-of-type(1) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click3 button:nth-of-type(2) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click3 button:nth-of-type(3) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.hover4 button:nth-of-type(1) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover4 button:nth-of-type(2) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover4 button:nth-of-type(3) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover4 button:nth-of-type(4) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.click4 button:nth-of-type(1) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click4 button:nth-of-type(2) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click4 button:nth-of-type(3) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click4 button:nth-of-type(4) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.hover5 button:nth-of-type(1) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover5 button:nth-of-type(2) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover5 button:nth-of-type(3) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover5 button:nth-of-type(4) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.hover5 button:nth-of-type(5) svg path {
  fill: rgb(115, 131, 153);
}
.article__content__actions div article.click5 button:nth-of-type(1) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click5 button:nth-of-type(2) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click5 button:nth-of-type(3) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click5 button:nth-of-type(4) svg path {
  fill: #FFDC22;
}
.article__content__actions div article.click5 button:nth-of-type(5) svg path {
  fill: #FFDC22;
}
.article__content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 0 0;
}
.article__content__tags span {
  display: block;
  white-space: nowrap;
  padding: 6px 16px;
  color: rgb(75, 93, 115);
  font: 500 16px/22px "Manrope", sans-serif;
  border-radius: 8px;
  background: rgb(237, 243, 250);
}
@media (max-width: 480px) {
  .article__content__tags span {
    font: 500 14px/20px "Manrope", sans-serif;
  }
}
.article__relateds {
  padding: 80px 0;
  background: rgba(237, 243, 250, 0.45);
  margin: 80px 0 0 0;
}
@media (max-width: 480px) {
  .article__relateds {
    margin: 64px 0 0 0;
    padding: 64px 0;
  }
}
.article__relateds h2 {
  margin: 0 0 32px 0;
}
.article__relateds ul li:not(:last-of-type) {
  margin: 0 0 46px 0;
}
@media (max-width: 480px) {
  .article__relateds ul li:not(:last-of-type) {
    margin: 0 0 32px 0;
  }
}

.keepit__header {
  padding: 60px 0 80px 0;
  background: url("../assets/svg/bg-keepit.svg") bottom/cover no-repeat;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
@media (max-width: 1080px) {
  .keepit__header {
    background-color: rgb(8, 51, 102);
    padding: 40px 48px 64px 48px;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .keepit__header {
    padding: 32px 24px 64px 24px;
    gap: 48px;
  }
}
.keepit__header aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.keepit__header aside article {
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1080px) {
  .keepit__header aside article {
    max-width: 100%;
  }
}
.keepit__header aside article h6 {
  font: 600 18px/1 "Manrope", sans-serif;
  color: #D0E5FF;
  margin: 0 0 6px 0;
}
@media (max-width: 480px) {
  .keepit__header aside article h6 {
    font-size: 16px;
  }
}
.keepit__header aside article h1 {
  color: rgb(255, 255, 255);
}
.keepit__header aside article p {
  margin: 16px 0 0 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .keepit__header aside article p {
    margin: 8px 0 0 0;
  }
}
.keepit__header aside article footer {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .keepit__header aside article footer {
    flex-direction: column;
    margin: 32px 0 0 0;
  }
}
.keepit__header aside article footer a {
  max-width: 220px;
  width: 100%;
  padding: 0;
}
@media (max-width: 480px) {
  .keepit__header aside article footer a {
    max-width: 100%;
  }
}
.keepit__header figure {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-left: 56px;
}
@media (max-width: 1080px) {
  .keepit__header figure {
    padding-left: 0;
  }
}
.keepit__header figure img {
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.16));
  width: 100%;
}
@media (max-width: 1080px) {
  .keepit__header figure img {
    border-radius: 8px;
  }
}
.keepit__boxes {
  margin: 64px 0 0 0;
}
.keepit__boxes * {
  text-align: center;
}
.keepit__boxes h2 {
  margin: 0 0 54px 0;
}
@media (max-width: 480px) {
  .keepit__boxes h2 {
    margin: 0 0 32px 0;
  }
}
.keepit__boxes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 480px) {
  .keepit__boxes ul {
    gap: 8px;
  }
}
.keepit__boxes ul li {
  max-width: 265px;
  width: 100%;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: rgba(14, 90, 178, 0.05);
}
.keepit__boxes ul li h6 {
  color: rgb(8, 51, 102);
  font: 800 20px/1 "Manrope", sans-serif;
  text-align: center;
  margin: 12px 0 8px 0;
}
.keepit__boxes ul li p {
  text-align: center;
  font: 600 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
.keepit__resources {
  margin: 80px 0 120px 0;
}
@media (max-width: 480px) {
  .keepit__resources {
    margin: 64px 0 80px 0;
  }
}
.keepit__resources h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .keepit__resources h2 {
    margin: 0 0 28px 0;
  }
}
.keepit__resources section {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1080px) {
  .keepit__resources section {
    grid-template-columns: 1fr;
  }
}
.keepit__resources section div dl {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(237, 243, 250, 0.45);
  padding: 20px;
  max-height: 65px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.keepit__resources section div dl:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.keepit__resources section div dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(75, 93, 115);
  font: 700 18px/25px "Manrope", sans-serif;
  padding-right: 32px;
}
.keepit__resources section div dl dt::after {
  content: url("../assets/svg/arrow-exp.svg");
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.keepit__resources section div dl dd {
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid rgb(195, 210, 229);
  display: none;
}
.keepit__resources section div dl dd p {
  color: rgb(75, 93, 115);
  font: 400 16px/24px "Manrope", sans-serif;
}
.keepit__resources section div dl.open {
  max-height: 100rem;
  border-color: rgb(195, 210, 229);
  cursor: initial;
}
.keepit__resources section div dl.open dt::after {
  transform: translateY(-60%) scaleY(-1);
}
.keepit__resources section div dl.open dd {
  display: block;
}
.keepit__resources section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
@media (max-width: 1080px) {
  .keepit__resources section img {
    height: auto !important;
  }
}
.keepit__cards {
  margin: 120px 0 128px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .keepit__cards {
    margin: 80px 0;
  }
}
.keepit__cards header {
  margin: 0 0 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keepit__cards .swiper {
  overflow: initial;
}
.keepit__cards .swiper-slide {
  max-width: 250px;
  width: 100%;
  background: rgba(237, 243, 250, 0.45);
  border: 1px solid rgb(255, 255, 255);
  height: initial;
  padding: 16px 16px 24px 16px;
  border-radius: 14px;
  transition: 0.3s;
}
.keepit__cards .swiper-slide:hover {
  border-color: rgb(195, 210, 229);
}
.keepit__cards .swiper-slide div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px 0;
}
.keepit__cards .swiper-slide div figure {
  min-width: 44px;
  max-width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(237, 243, 250);
  border-radius: 4px;
  border: 1px solid rgb(237, 243, 250);
}
.keepit__cards .swiper-slide div figure img {
  max-height: 100%;
}
.keepit__cards .swiper-slide div h6 {
  color: rgb(46, 60, 77);
  font: 700 18px/22px "Manrope", sans-serif;
}
.keepit__cards .swiper-slide p {
  color: rgb(75, 93, 115);
  font: 400 16px/22px "Manrope", sans-serif;
}
.keepit .clients section {
  gap: 40px 50px;
}
@media (max-width: 1080px) {
  .keepit .clients section {
    gap: 24px 0;
  }
}
.keepit .clients section a {
  width: 150px;
  height: 75px;
}
@media (max-width: 1080px) {
  .keepit .clients section a {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .keepit .clients section a {
    height: 64px;
  }
}
.keepit__plans {
  margin: 112px 0 100px 0;
}
@media (min-width: 1080px) {
  .keepit__plans {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .keepit__plans {
    margin: 80px 0;
  }
}
.keepit__plans .container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1080px) {
  .keepit__plans .container {
    padding: 0;
    width: auto;
  }
}
.keepit__plans__title {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1080px) {
  .keepit__plans__title {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .keepit__plans__title {
    padding: 0 24px;
    margin: 0 0 32px 0;
  }
}
.keepit__plans__cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  .keepit__plans__cards {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .keepit__plans__cards {
    padding: 0 24px;
  }
}
.keepit__plans__cards > li {
  max-width: 312px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .keepit__plans__cards > li {
    min-width: 312px;
  }
}
.keepit__plans__cards > li.blue section span {
  background: rgba(34, 136, 255, 0.3);
  color: rgb(14, 90, 178);
}
.keepit__plans__cards > li.blue article {
  background: rgba(34, 136, 255, 0.12);
}
.keepit__plans__cards > li.blue article header h3 {
  color: rgb(8, 51, 102);
}
.keepit__plans__cards > li.blue article small {
  background: rgba(14, 90, 178, 0.16);
}
.keepit__plans__cards > li section {
  height: 34px;
  margin: 0 0 10px 0;
}
.keepit__plans__cards > li section span {
  font: 700 16px/1 "Manrope", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(195, 210, 229, 0.95);
  height: 100%;
  border-radius: 10px;
}
.keepit__plans__cards > li article {
  flex: 2;
  padding: 20px 16px 40px 16px;
  border-radius: 16px;
  background: rgba(237, 243, 250, 0.45);
}
.keepit__plans__cards > li article header {
  min-height: 134px;
  margin: 0 0 20px 0;
  padding: 0 0 24px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgb(195, 210, 229);
}
.keepit__plans__cards > li article header h3 {
  font: 800 18px/26px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  text-align: center;
}
.keepit__plans__cards > li article header p {
  flex: 2;
  color: rgb(75, 93, 115);
  text-align: center;
  font: 500 16px/26px "Manrope", sans-serif;
  margin: 10px 0 4px 0;
}
.keepit__plans__cards > li article header .button {
  margin: 16px 0 0 0;
}
.keepit__plans__cards > li article small {
  padding: 8px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font: 600 14px/19px "Manrope", sans-serif;
  background: rgba(195, 210, 229, 0.35);
  margin: 0 0 6px 0;
}
.keepit__plans__cards > li article ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  transition: 0.3s;
  border-radius: 8px;
}
.keepit__plans__cards > li article ul li:hover {
  background: rgba(34, 136, 255, 0.12);
}
.keepit__plans__cards > li article ul li:hover p {
  color: rgb(46, 60, 77);
}
.keepit__plans__cards > li article ul li:not(:last-of-type) {
  margin: 0 0 6px 0;
}
.keepit__plans__cards > li article ul li p {
  color: rgb(75, 93, 115);
  font: 500 14px/19px "Manrope", sans-serif;
}
.keepit__plans__cards > li article footer {
  margin: 32px 0 0 0;
}
.keepit__plans__cards > li article footer h6 {
  margin: 0 0 20px 0;
  text-align: center;
  font: 700 16px/22px "Manrope", sans-serif;
}
.keepit__plans__cards > li article footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 0;
}
.keepit__plans__cards > li article footer div span {
  width: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font: 600 12px/16px "Manrope", sans-serif;
  text-align: center;
  color: rgb(75, 93, 115);
}
.keepit__features {
  margin: 112px 0 100px 0;
}
@media (max-width: 480px) {
  .keepit__features {
    margin: 80px 0;
  }
}
.keepit__features h2 {
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .keepit__features h2 {
    margin: 0 0 32px 0;
  }
}
.keepit__features ul {
  border-radius: 16px;
  background: rgba(237, 243, 250, 0.45);
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
@media (max-width: 1080px) {
  .keepit__features ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .keepit__features ul {
    padding: 24px 16px;
    grid-template-columns: 1fr;
  }
}
.keepit__features ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.keepit__features ul li:not(:last-of-type) {
  margin: 0 0 12px 0;
}
@media (max-width: 480px) {
  .keepit__features ul li:not(:last-of-type) {
    margin: 0 0 4px 0;
  }
}
.keepit__features ul li span {
  color: rgb(75, 93, 115);
  font: 500 14px/19px "Manrope", sans-serif;
}
.keepit__awards {
  margin: 100px 0 130px 0;
  padding: 230px 0 80px 0;
  background: url("../assets/svg/bg-premio-keepit.svg") top/cover no-repeat;
}
@media (max-width: 1080px) {
  .keepit__awards {
    padding: 80px 0;
    margin: 0 0 80px 0;
    background-color: rgb(8, 51, 102);
  }
}
@media (max-width: 480px) {
  .keepit__awards {
    margin: 0 0 80px 0;
  }
}
.keepit__awards h2 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0 0 40px 0;
}
.keepit__awards section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1080px) {
  .keepit__awards section {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .keepit__awards section {
    justify-content: center;
    gap: 32px 0;
  }
  .keepit__awards section img {
    max-width: 50%;
  }
}
.keepit__services {
  margin: 100px 0 120px 0;
}
@media (max-width: 480px) {
  .keepit__services {
    margin: 80px 0;
  }
}
.keepit__services h3 {
  margin: 0 0 32px 0;
}
.keepit__services section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1080px) {
  .keepit__services section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .keepit__services section {
    grid-template-columns: 1fr;
  }
}
.keepit__services section div {
  border-radius: 16px;
  background: rgba(34, 136, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.keepit__services section div h5 {
  color: rgb(14, 90, 178);
}
.keepit__services section div p {
  font: 400 16px/24px "Manrope", sans-serif;
  flex: 2;
  color: rgb(75, 93, 115);
  margin: 14px 0 24px 0;
}
.keepit__faq {
  margin: 130px 0 100px 0;
}
@media (max-width: 480px) {
  .keepit__faq {
    margin: 80px 0;
  }
}
.keepit__faq .container h3 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .keepit__faq .container h3 {
    margin: 0 0 30px 0;
  }
}
.keepit__faq .container div dl:not(:last-of-type) {
  margin: 0 0 24px 0;
}
.keepit__faq .container div dl dt {
  color: rgb(75, 93, 115);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgb(195, 210, 229);
  font: 600 18px/25px "Manrope", sans-serif;
}
.keepit__faq .container div dl dt img {
  transition: 0.5s;
}
.keepit__faq .container div dl dt.open img {
  transform: scaleY(-1);
}
.keepit__faq .container div dl dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.keepit__faq .container div dl dd p {
  font: 400 16px/26px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin: 16px 0 40px 0;
}
.keepit__faq .container div dl dd.open {
  max-height: 100rem;
  overflow: initial;
}
.keepit__faq .container div dl dd.open p {
  opacity: 1;
  visibility: visible;
}
.keepit__faq .container div dl:last-of-type dd p {
  margin-bottom: 0;
}
.keepit .destaque {
  background: rgb(255, 255, 255);
  padding: 0;
}
.keepit .destaque .container {
  display: block;
  max-width: calc(1170px + 48px * 2);
}
.keepit .destaque .container section {
  background: rgb(8, 51, 102);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 50px 0;
  gap: 144px;
}
@media (max-width: 1080px) {
  .keepit .destaque .container section {
    flex-direction: column;
    gap: 32px;
    padding: 40px 24px;
  }
}
.keepit .destaque .container section h2 {
  font: 600 24px/40px "Manrope", sans-serif;
  color: rgb(255, 255, 255);
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1080px) {
  .keepit .destaque .container section h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .keepit .destaque .container section h2 {
    font: 600 20px/28px "Manrope", sans-serif;
  }
}
.keepit .destaque .container section .button {
  min-width: 180px;
  padding: 0 32px;
}

.lp {
  padding: 0;
  overflow: hidden;
}
.lp__header {
  position: relative;
  padding: 110px 0 0 0;
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .lp__header {
    padding: 64px 0 0 0;
  }
}
.lp__header .container {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .lp__header .container {
    display: block;
  }
}
.lp__header__text {
  max-width: 660px;
  width: 100%;
  padding: 0 0 162px 0;
}
@media (max-width: 480px) {
  .lp__header__text {
    padding: 0 0 32px 0;
  }
}
.lp__header__text img {
  margin: 0 0 60px 0;
  max-height: 40px;
}
@media (max-width: 480px) {
  .lp__header__text img {
    max-height: 32px;
  }
}
.lp__header__text .subtitle {
  margin: 0 0 12px 0;
}
.lp__header__text h1 {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .lp__header__text h1 {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 480px) {
  .lp__header__text h1 p {
    display: inline;
  }
}
.lp__header__text h1 p, .lp__header__text h1 p * {
  font: 800 46px/63px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .lp__header__text h1 p, .lp__header__text h1 p * {
    font: 800 28px/32px "Manrope", sans-serif;
  }
}
.lp__header__text h1 p em, .lp__header__text h1 p * em {
  position: relative;
}
.lp__header__text h1 p em span, .lp__header__text h1 p * em span {
  width: calc(100% + 12px);
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1;
}
@media (max-width: 480px) {
  .lp__header__text h1 p em span, .lp__header__text h1 p * em span {
    width: calc(100% + 6px);
    bottom: 4px;
    height: 6px;
  }
}
.lp__header__text h1 p em strong, .lp__header__text h1 p * em strong {
  position: relative;
  z-index: 5;
}
.lp__header__text > p {
  font: 500 18px/32px "Manrope", sans-serif;
  margin: 0 0 54px 0;
}
@media (max-width: 480px) {
  .lp__header__text > p {
    margin: 0;
  }
}
.lp__header__text svg {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lp__header__text svg {
    display: none;
  }
}
.lp__header__text svg .arrow-down {
  animation: bounce 3s ease infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.lp__header__form {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 48px 42px;
  max-width: 488px;
  width: 100%;
  box-shadow: 0 48px 80px rgba(22, 57, 168, 0.2);
}
@media (max-width: 480px) {
  .lp__header__form {
    padding: 32px 24px;
    max-width: 100%;
  }
}
.lp__header__form h6 {
  font: 600 16px/21px "Manrope", sans-serif;
  margin: 0 0 16px 0;
}
.lp__header__form h3 {
  font: 700 26px/34px "Manrope", sans-serif;
  margin: 0 0 26px 0;
}
@media (max-width: 480px) {
  .lp__header__form h3 {
    font: 700 22px/30px "Manrope", sans-serif;
  }
}
.lp__header__form #rd-row-lnz41vmh {
  display: none !important;
}
.lp__header > svg {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 1;
}
.lp__section2 .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .lp__section2 .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.lp__section2__image {
  max-width: 490px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.lp__section2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__section2__text {
  max-width: 600px;
  width: 100%;
}
.lp__section2__text h2 {
  font: 800 38px/52px "Manrope", sans-serif;
  margin: 0 0 24px 0;
}
@media (max-width: 480px) {
  .lp__section2__text h2 {
    font: 800 30px/40px "Manrope", sans-serif;
    margin: 0 0 16px 0;
  }
}
.lp__section2__text p {
  font: 400 18px/25px "Manrope", sans-serif;
  width: 100%;
  color: #8C97B7;
}
@media (max-width: 480px) {
  .lp__section2__text p {
    font: 400 16px/22px "Manrope", sans-serif;
  }
}
.lp__section2__text section {
  position: relative;
  margin: 50px 0 0 0;
}
@media (max-width: 480px) {
  .lp__section2__text section {
    margin: 24px 0 0 0;
  }
}
.lp__section2__text section [data-prev],
.lp__section2__text section [data-next] {
  position: absolute;
  top: 50%;
}
@media (max-width: 480px) {
  .lp__section2__text section [data-prev],
  .lp__section2__text section [data-next] {
    display: none;
  }
}
.lp__section2__text section [data-prev] {
  left: -20px;
  transform: translate(-100%, -50%);
}
.lp__section2__text section [data-next] {
  right: -20px;
  transform: translate(100%, -50%);
}
.lp__section2__text .swiper-slide {
  padding: 42px 45px 34px 45px;
  background: #F7FAFD;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide {
    padding: 24px;
  }
}
.lp__section2__text .swiper-slide > figure {
  width: 100%;
}
.lp__section2__text .swiper-slide > figure img {
  max-height: 32px;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide > figure img {
    max-height: auto;
  }
}
.lp__section2__text .swiper-slide p {
  margin: 32px 0;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide p {
    margin: 24px 0;
  }
}
.lp__section2__text .swiper-slide footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  width: 100%;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide footer {
    gap: 20px 0;
  }
}
.lp__section2__text .swiper-slide footer div {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide footer div {
    width: 50%;
  }
}
.lp__section2__text .swiper-slide footer div figure {
  display: flex;
  align-items: center;
  height: 32px;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide footer div figure {
    height: 28px;
  }
}
.lp__section2__text .swiper-slide footer div figure img {
  max-height: 100%;
}
.lp__section2__text .swiper-slide footer div span {
  color: #959595;
  font: 500 14px/20px "Manrope", sans-serif;
}
.lp__section2__text .swiper-slide a {
  margin: 48px 0 0 0;
}
@media (max-width: 480px) {
  .lp__section2__text .swiper-slide a {
    margin: 24px 0 0 0;
  }
}
.lp__section2__text .swiper-pagination {
  position: relative;
  margin: 22px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  position: relative;
  bottom: unset !important;
}
@media screen and (max-width: 480px) {
  .lp__section2__text .swiper-pagination {
    gap: 8px;
  }
}
.lp__section2__text .swiper-pagination span {
  position: relative;
  background: #E9ECF5;
  border-radius: 1px;
  width: 77px;
  height: 3px;
  overflow: hidden;
  margin: 0;
  opacity: 1;
}
@keyframes lineAnimation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.lp__section2__text .swiper-pagination span.swiper-pagination-bullet-active::after {
  animation: lineAnimation 8s forwards linear;
}
.lp__section2__text .swiper-pagination span::after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -1px;
  border-radius: 1px;
  transform: translateX(-100%);
}
.lp__section3 {
  margin: 156px 0 0 0;
  padding: 88px 0 40px 0;
  background: #F7FAFD;
  position: relative;
}
@media (max-width: 480px) {
  .lp__section3 {
    margin: 64px 0 0 0;
  }
}
.lp__section3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .lp__section3 .container {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .lp__section3 .container {
    padding-right: 24px;
  }
}
.lp__section3 svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp__section3__content {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}
@media (max-width: 480px) {
  .lp__section3__content {
    display: block;
  }
}
.lp__section3__content__text {
  max-width: 490px;
  width: 100%;
}
@media (max-width: 480px) {
  .lp__section3__content__text {
    margin: 0 0 32px 0;
  }
}
.lp__section3__content__text h2 {
  font: 800 38px/52px "Manrope", sans-serif;
  margin: 0 0 60px 0;
}
@media (max-width: 480px) {
  .lp__section3__content__text h2 {
    font: 800 28px/36px "Manrope", sans-serif;
    margin: 0 0 32px 0;
  }
}
.lp__section3__content__text button {
  text-align: left;
  padding: 30px 35px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #E4F1FF;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .lp__section3__content__text button {
    padding: 24px;
  }
}
.lp__section3__content__text button:not(:last-of-type) {
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  .lp__section3__content__text button:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}
.lp__section3__content__text button.active {
  border-color: rgba(8, 51, 102, 0.2);
}
.lp__section3__content__text button.active span::after {
  animation: lineAnimation 8s forwards linear;
}
.lp__section3__content__text button h4 {
  font: 700 25px/33px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .lp__section3__content__text button h4 {
    font: 700 20px/26px "Manrope", sans-serif;
  }
}
.lp__section3__content__text button p {
  margin: 16px 0 18px 0;
  font: 500 18px/24px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .lp__section3__content__text button p {
    font: 500 16px/22px "Manrope", sans-serif;
  }
}
.lp__section3__content__text button span {
  position: relative;
  background: rgba(183, 193, 222, 0.5019607843);
  width: 100%;
  display: block;
  height: 4px;
  overflow: hidden;
}
.lp__section3__content__text button span.swiper-pagination-bullet-active::after {
  animation: lineAnimation 8s forwards linear;
}
.lp__section3__content__text button span::after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -1px;
  border-radius: 1px;
  transform: translateX(-100%);
}
.lp__section3__content__images {
  max-width: 730px;
  width: 100%;
  padding: 120px 0 0 0;
}
@media (max-width: 480px) {
  .lp__section3__content__images {
    padding: 0;
  }
}
.lp__section3__content__images .swiper {
  height: 100%;
}
.lp__section3__content__images .swiper-wrapper {
  height: 100%;
}
.lp__section3__content__images .swiper-slide {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background: #F7FAFD;
}
.lp__section3__content__images .swiper-slide img {
  width: 100%;
}
.lp__section3__content__images .swiper-slide img:last-of-type {
  margin: 120px 0 0 0;
}
@media (max-width: 480px) {
  .lp__section3__content__images .swiper-slide img:last-of-type {
    display: none;
  }
}
.lp__section3 a {
  margin: 40px 0 0 0;
}
.lp__chamada {
  padding: 120px 0;
  position: relative;
  background: #F7FAFD;
}
@media (max-width: 480px) {
  .lp__chamada {
    padding: 64px 0;
  }
}
.lp__chamada svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lp__chamada .container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp__chamada .container h3 {
  font: 800 38px/52px "Manrope", sans-serif;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 28px auto;
}
@media (max-width: 480px) {
  .lp__chamada .container h3 {
    font: 800 28px/36px "Manrope", sans-serif;
    margin: 0 auto 16px auto;
  }
}
.lp__chamada .container p {
  max-width: 875px;
  width: 100%;
  margin: 0 auto 72px auto;
  text-align: center;
}
@media (max-width: 480px) {
  .lp__chamada .container p {
    margin: 0 auto 32px auto;
  }
}
.lp__chamada .container p strong,
.lp__chamada .container p b {
  font-weight: 700;
}
.lp__chamada .container p, .lp__chamada .container p * {
  font: 400 22px/30px "Manrope", sans-serif;
  color: #5D6680;
}
@media (max-width: 480px) {
  .lp__chamada .container p, .lp__chamada .container p * {
    font: 700 18px/26px "Manrope", sans-serif;
  }
}
.lp__testimonials > footer {
  padding: 32px 0 70px 0;
}
@media (max-width: 480px) {
  .lp__testimonials > footer {
    padding: 0 0 64px 0;
  }
}
.lp__testimonials > footer .container {
  display: flex;
  justify-content: center;
}
.lp__footer {
  padding: 85px 0;
}
@media (max-width: 480px) {
  .lp__footer {
    padding: 64px 0;
  }
}
.lp__footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp__footer * {
  text-align: center;
}
.lp__footer .subtitle {
  margin: 0 0 16px 0;
}
.lp__footer h2 {
  max-width: 660px;
  width: 100%;
  font: 700 38px/52px "Manrope", sans-serif;
  margin: 0 auto 24px auto;
}
@media (max-width: 480px) {
  .lp__footer h2 {
    font: 700 30px/40px "Manrope", sans-serif;
  }
}
.lp__footer p {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.lp__footer p, .lp__footer p * {
  font: 400 22px/30px "Manrope", sans-serif;
  color: rgb(140, 151, 183);
}
@media (max-width: 480px) {
  .lp__footer p, .lp__footer p * {
    font: 400 18px/26px "Manrope", sans-serif;
  }
}
.lp__footer p strong,
.lp__footer p b, .lp__footer p * strong,
.lp__footer p * b {
  font-weight: 700;
}
.lp__footer .lp__button {
  margin: 40px 0 0 0;
}
@media (max-width: 480px) {
  .lp__footer .lp__button {
    margin: 32px 0 0 0;
  }
}
.lp__footer img {
  margin: 64px 0 0 0;
  max-height: 40px;
}
@media (max-width: 480px) {
  .lp__footer img {
    max-height: 32px;
  }
}
.lp__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  color: rgb(255, 255, 255);
  border-radius: 16px;
  height: 60px;
  font: 700 18px/23px "Manrope", sans-serif;
  gap: 16px;
}
@media (max-width: 480px) {
  .lp__button {
    width: 100%;
    padding: 0 32px;
    font-size: 16px;
    height: 52px;
  }
}
.lp__button::after {
  content: url("../assets/svg/arrow-button.svg");
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resources__header {
  padding: 64px 0 96px 0;
  background-image: url("../assets/svg/bg-banner-home.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom -240px center;
  margin: 0 0 80px 0;
}
@media (max-width: 480px) {
  .resources__header {
    padding: 40px 0 48px 0;
    margin: 0 0 48px 0;
    background-position: bottom -80px center;
  }
}
.resources__header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resources__header h1 {
  text-align: center;
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .resources__header h1 {
    margin: 0 0 24px 0;
  }
}
.resources__header form {
  border: 1px solid rgb(195, 210, 229);
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
  max-width: 400px;
  width: 100%;
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .resources__header form {
    margin: 0 0 24px 0;
  }
}
.resources__header form input {
  display: block;
  width: 100%;
  font: 600 16px/1 "Manrope", sans-serif;
  padding: 0 0 2px 0;
}
.resources__header form input::-moz-placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgb(115, 131, 153);
}
.resources__header form input::placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgb(115, 131, 153);
}
.resources__header form button {
  min-width: 20px;
  max-width: 20px;
}
.resources__header .tags {
  justify-content: center;
}
.resources__list {
  padding: 0 0 48px 0;
}
.resources__list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 480px) {
  .resources__list .container {
    gap: 40px;
  }
}
.resources__list__card {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
}
.resources__list__card > a {
  flex: 2;
}
.resources__list__card > a img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0 0 16px 0;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.16));
}
.resources__list__card > a h5 {
  margin: 12px 0 16px 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.resources__list__card > footer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.resources__list__card > footer .button img {
  width: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .resources__list__card > footer .link img {
    display: none;
  }
}
.resources__list h2 {
  text-align: center;
}

.resource__content {
  padding: 80px 0;
}
@media (max-width: 1080px) {
  .resource__content {
    padding: 32px 0 64px 0;
  }
}
.resource__content .container {
  max-width: calc(800px + 48px * 2);
}
.resource__content__principal {
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .resource__content__principal {
    display: block;
  }
}
.resource__content__principal aside {
  display: flex;
  flex-direction: column;
}
.resource__content__principal aside > div {
  flex: 2;
}
.resource__content__principal aside > div .tags {
  margin: 0 0 16px 0;
}
.resource__content__principal aside > div span {
  font: 700 12px/24px "Manrope", sans-serif;
  padding: 2px 12px;
}
.resource__content__principal aside small {
  font: 500 16px/1 "Manrope", sans-serif;
  color: rgb(115, 131, 153);
}
@media (max-width: 480px) {
  .resource__content__principal aside small {
    display: block;
    margin: 16px 0 0 0;
  }
}
.resource__content__principal figure {
  height: 380px;
  min-width: 295px;
  max-width: 295px;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.24));
}
@media (max-width: 480px) {
  .resource__content__principal figure {
    margin: 30px 0 0 0;
    height: auto;
    max-width: initial;
    min-width: initial;
  }
}
.resource__content__principal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.resource__content__text {
  margin: 48px 0;
}
.resource__content__text h1,
.resource__content__text h2,
.resource__content__text h3,
.resource__content__text h4,
.resource__content__text h5,
.resource__content__text h6 {
  margin: 54px 0 16px 0;
}
@media (max-width: 480px) {
  .resource__content__text h1,
  .resource__content__text h2,
  .resource__content__text h3,
  .resource__content__text h4,
  .resource__content__text h5,
  .resource__content__text h6 {
    margin: 40px 0 16px 0;
  }
}
.resource__content__text img {
  width: 100%;
}
.resource__content__text figure {
  display: block;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .resource__content__text figure {
    margin: 32px 0;
  }
}
.resource__content__text figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: auto !important;
}
.resource__content__text figure figcaption {
  font: 400 14px/140% "Manrope", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
}
.resource__content__text ol,
.resource__content__text ul {
  margin: 34px 0 34px 20px;
}
@media (max-width: 480px) {
  .resource__content__text ol,
  .resource__content__text ul {
    margin: 20px 0 20px 20px;
  }
}
.resource__content__text ol li, .resource__content__text ol li *,
.resource__content__text ul li,
.resource__content__text ul li * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .resource__content__text ol li, .resource__content__text ol li *,
  .resource__content__text ul li,
  .resource__content__text ul li * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.resource__content__text ol li strong,
.resource__content__text ol li b, .resource__content__text ol li * strong,
.resource__content__text ol li * b,
.resource__content__text ul li strong,
.resource__content__text ul li b,
.resource__content__text ul li * strong,
.resource__content__text ul li * b {
  font-weight: 600;
}
.resource__content__text ol li a, .resource__content__text ol li * a,
.resource__content__text ul li a,
.resource__content__text ul li * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.resource__content__text ol li a, .resource__content__text ol li a *, .resource__content__text ol li * a, .resource__content__text ol li * a *,
.resource__content__text ul li a,
.resource__content__text ul li a *,
.resource__content__text ul li * a,
.resource__content__text ul li * a * {
  color: #8DDA44;
}
.resource__content__text ol li a:hover, .resource__content__text ol li * a:hover,
.resource__content__text ul li a:hover,
.resource__content__text ul li * a:hover {
  opacity: 0.75;
}
.resource__content__text ol li:not(:last-of-type),
.resource__content__text ul li:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.resource__content__text ul li {
  list-style: disc;
}
.resource__content__text ol li {
  list-style: decimal;
}
.resource__content__text p, .resource__content__text p * {
  font: 400 20px/30px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .resource__content__text p, .resource__content__text p * {
    font: 400 18px/28px "Manrope", sans-serif;
  }
}
.resource__content__text p strong,
.resource__content__text p b, .resource__content__text p * strong,
.resource__content__text p * b {
  font-weight: 600;
}
.resource__content__text p a, .resource__content__text p * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.resource__content__text p a, .resource__content__text p a *, .resource__content__text p * a, .resource__content__text p * a * {
  color: #8DDA44;
}
.resource__content__text p a:hover, .resource__content__text p * a:hover {
  opacity: 0.75;
}
.resource__content__text p:not(:last-of-type) {
  margin: 0 0 34px 0;
}
@media (max-width: 480px) {
  .resource__content__text p:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
}
.resource__content__text .wp-block-columns {
  margin: 0;
}
.resource__content__text table {
  overflow: hidden;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: unset;
  border: unset;
}
@media (max-width: 480px) {
  .resource__content__text table {
    border-radius: 8px;
  }
}
.resource__content__text table img {
  margin: 0 auto;
}
.resource__content__text table * {
  border: unset !important;
}
.resource__content__text table tr td,
.resource__content__text table tr th {
  padding: 12px 16px;
  font: 500 16px/22px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .resource__content__text table tr td,
  .resource__content__text table tr th {
    padding: 8px 12px;
    font: 500 14px/20px "Manrope", sans-serif;
  }
}
.resource__content__text table tr td:not(:last-of-type),
.resource__content__text table tr th:not(:last-of-type) {
  border-right: 1px solid rgb(195, 210, 229) !important;
}
.resource__content__text table thead tr th {
  background: rgb(75, 93, 115);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}
.resource__content__text table tbody tr:nth-of-type(odd) td {
  background: rgba(237, 243, 250, 0.45);
}
@media (max-width: 480px) {
  .resource__content__text {
    margin: 24px 0 32px 0;
  }
}
.resource__content__text p,
.resource__content__text p *,
.resource__content__text li,
.resource__content__text li * {
  font-family: "Source Serif 4", serif !important;
}
.resource__content__text .button {
  margin: 40px 0 0 0;
}
@media (max-width: 480px) {
  .resource__content__text .button {
    margin: 32px 0 0 0;
  }
}
.resource__content__actions {
  border-top: 1px solid rgb(195, 210, 229);
  padding: 16px 0 0 0;
  margin: 84px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .resource__content__actions {
    margin: 56px 0 0 0;
    flex-direction: column;
    gap: 16px;
  }
}
.resource__content__actions div h6 {
  color: rgb(75, 93, 115);
  font: 600 16px/30px "Manrope", sans-serif;
  margin: 0 0 10px 0;
}
.resource__content__actions div article {
  display: flex;
  align-items: center;
  gap: 8px;
}

.resource-lp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
}
@media (max-width: 1080px) {
  .resource-lp {
    display: block;
    height: auto;
  }
}
.resource-lp > a {
  position: absolute;
  top: 32px;
  left: 32px;
  display: block;
  z-index: 5;
}
@media (max-width: 1080px) {
  .resource-lp > a {
    top: 24px;
    left: 24px;
  }
}
.resource-lp > a img {
  height: 32px;
}
@media (max-width: 1080px) {
  .resource-lp > a img {
    height: 24px;
  }
}
.resource-lp figure {
  max-height: 100%;
  background: rgb(237, 243, 250);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .resource-lp figure {
    padding: 72px 0 40px 0;
  }
}
.resource-lp figure div {
  max-width: 460px;
  width: 100%;
  position: relative;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1400px) {
  .resource-lp figure div {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .resource-lp figure div {
    max-width: 200px;
  }
}
.resource-lp figure div img:first-of-type {
  width: 100%;
}
.resource-lp figure div img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
  height: 93%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource-lp aside {
  padding: 64px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1080px) {
  .resource-lp aside {
    padding: 40px 24px;
  }
}
.resource-lp aside article {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.resource-lp aside article h1 {
  margin: 16px 0 24px 0;
  font: 800 28px/38px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .resource-lp aside article h1 {
    font: 800 20px/30px "Manrope", sans-serif;
  }
}

::-moz-selection {
  background: #8DDA44;
  color: rgb(255, 255, 255);
}

::selection {
  background: #8DDA44;
  color: rgb(255, 255, 255);
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  color: rgb(8, 51, 102);
}

html {
  overflow-x: hidden;
  overflow-y: overlay;
}
html figure {
  margin: 0;
}
html.o-hidden {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 16px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.16);
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 1000px;
}

body:not(.no-padding) {
  padding-top: 92px;
}
@media (max-width: 1080px) {
  body:not(.no-padding) {
    padding-top: 72px;
  }
}

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

img {
  display: block;
  max-width: 100%;
}

small {
  display: block;
}

h1, h1 * {
  font: 800 45px/62px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h1, h1 * {
    font: 800 30px/40px "Manrope", sans-serif;
  }
}

h2, h2 * {
  font: 800 36px/49px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h2, h2 * {
    font: 800 24px/34px "Manrope", sans-serif;
  }
}

h3, h3 * {
  font: 800 28px/38px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h3, h3 * {
    font: 800 20px/30px "Manrope", sans-serif;
  }
}

h4, h4 * {
  font: 800 24px/33px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h4, h4 * {
    font: 800 20px/30px "Manrope", sans-serif;
  }
}

h5, h5 * {
  font: 700 20px/28px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h5, h5 * {
    font: 700 18px/26px "Manrope", sans-serif;
  }
}

h6, h6 * {
  font: 700 18px/24px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  h6, h6 * {
    font: 700 17px/23px "Manrope", sans-serif;
  }
}

p, p * {
  font: 500 20px/32px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  p, p * {
    font: 500 16px/28px "Manrope", sans-serif;
  }
}
p strong,
p b, p * strong,
p * b {
  font-weight: 600;
}
p a, p * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
p a:hover, p * a:hover {
  opacity: 0.75;
}

.container {
  max-width: calc(1170px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 92px;
}
@media (max-width: 1080px) {
  .nav {
    height: 72px;
  }
}
.nav--open .nav__top {
  box-shadow: 0px 2px 6px 0px rgba(36, 41, 56, 0.12) !important;
}
.nav--open .nav__menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav--open .nav__top__button span {
  background: rgb(255, 255, 255);
  transform: rotate(180deg);
}
.nav--open .nav__top__button span::before {
  transform: translateY(6px) rotate(-45deg);
}
.nav--open .nav__top__button span::after {
  transform: translateY(-6px) rotate(45deg);
}
.nav--open-submenu .nav__top {
  box-shadow: 0px 2px 6px 0px rgba(36, 41, 56, 0.12) !important;
}
.nav--open-submenu .nav__overlay {
  display: block;
}
.nav--no-shadow .nav__top {
  box-shadow: unset;
}
.nav--relative {
  position: relative;
}
.nav--modal-open .nav__modal {
  opacity: 1;
  visibility: visible;
}
.nav--search-open .nav__top__search form {
  opacity: 1;
  visibility: visible;
}
.nav--blog .nav__top .container {
  gap: 40px;
}
.nav--blog .nav__top .container > ul {
  gap: 32px;
}
.nav--blog .nav__top__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .nav--blog .nav__top__logo {
    gap: 10px;
  }
}
.nav--blog .nav__top__logo a:first-of-type {
  display: block;
}
.nav--blog .nav__top__logo a:first-of-type img {
  max-height: 32px;
}
.nav--blog .nav__top__logo a:last-of-type {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 600 24px/1 "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .nav--blog .nav__top__logo a:last-of-type {
    font-size: 20px;
    gap: 8px;
  }
}
.nav__top {
  position: relative;
  z-index: 9;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(36, 41, 56, 0.12);
  height: 100%;
  transition: 0.3s;
}
.nav__top .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.nav__top .container > ul {
  flex: 2;
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (max-width: 1080px) {
  .nav__top .container > ul {
    display: none;
  }
}
.nav__top .container > ul > li.menu-item-has-children > a::after {
  content: url("../assets/svg/arrow-submenu.svg");
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__top .container > ul > li.menu-item-has-children > a:hover::after {
  content: url("../assets/svg/arrow-submenu-blue.svg");
}
.nav__top .container > ul > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 600 18px/25px "Manrope", sans-serif;
}
.nav__top .container > ul > li > a:hover {
  color: #8DDA44;
}
.nav__top .container > ul > li > a p {
  display: none;
}
.nav__top .container > ul > li > ul {
  display: none;
}
.nav__top__logo {
  display: block;
}
.nav__top__logo img {
  max-height: 32px;
}
.nav__top .button {
  font: 700 18px/25px "Manrope", sans-serif;
  height: 42px;
  border-radius: 14px;
  padding: 0 33px;
}
@media (max-width: 1080px) {
  .nav__top .button {
    display: none;
  }
}
.nav__top__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 480px) {
  .nav__top__actions {
    gap: 12px;
  }
}
.nav__top__search {
  position: relative;
  z-index: 99;
}
.nav__top__search > button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__top__search > form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #D5EAFF;
  border-radius: 8px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 38px;
  max-width: 275px;
  min-width: 275px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .nav__top__search > form {
    position: fixed;
    max-width: 100%;
    height: 92px;
    top: 0;
    transform: unset;
    padding: 0 48px;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .nav__top__search > form {
    height: 72px;
    padding: 0 24px;
  }
}
.nav__top__search > form input {
  display: block;
  width: 100%;
  font: 600 14px/1 "Manrope", sans-serif;
  padding: 0 0 2px 0;
}
@media (max-width: 1080px) {
  .nav__top__search > form input {
    font-size: 18px;
  }
}
.nav__top__search > form input::-moz-placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgb(115, 131, 153);
}
.nav__top__search > form input::placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgb(115, 131, 153);
}
.nav__top__search > form button {
  min-width: 20px;
  max-width: 20px;
}
.nav__top__button {
  display: none;
  width: 32px;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}
@media (max-width: 1080px) {
  .nav__top__button {
    display: flex;
  }
}
.nav__top__button span {
  position: relative;
  width: 24px;
  height: 2px;
  display: block;
  background: rgb(75, 93, 115);
  transition: 0.3s;
}
.nav__top__button span::before, .nav__top__button span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(75, 93, 115);
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.nav__top__button span::before {
  top: -6px;
  transform: translateY(-100%);
}
.nav__top__button span::after {
  bottom: -6px;
  transform: translateY(100%);
}
.nav__products {
  position: fixed;
  z-index: 5;
  top: 92px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 40px 0 32px 0;
  overflow-y: auto;
  display: none;
}
.nav__products.open {
  display: block;
}
@media (max-width: 1080px) {
  .nav__products {
    top: 72px;
    height: calc(100% - 72px);
  }
}
@media (max-width: 480px) {
  .nav__products {
    padding: 32px 0;
  }
}
.nav__products .container h6 {
  font: 700 18px/24px "Manrope", sans-serif;
  color: rgb(115, 131, 153);
  margin: 0 0 14px 0;
  border-bottom: 1px solid #C3D2E5;
  padding: 0 0 8px 0;
}
@media (max-width: 1080px) {
  .nav__products .container h6 {
    margin: 0 0 32px 0;
  }
}
.nav__products .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  margin: 0 0 32px 0;
}
@media (max-width: 1080px) {
  .nav__products .container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nav__products .container ul {
    grid-template-columns: 1fr;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1080px) {
  .nav__products .container ul li:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}
.nav__products .container ul li a {
  color: rgb(75, 93, 115);
  font: 700 18px/1 "Manrope", sans-serif;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  border-radius: 12px;
  transition: 0.3s;
}
@media (min-width: 1080px) {
  .nav__products .container ul li a {
    height: 100%;
  }
}
@media (max-width: 1080px) {
  .nav__products .container ul li a {
    padding: 0;
  }
}
.nav__products .container ul li a figure {
  background: rgba(34, 136, 255, 0.1);
  border-radius: 8px;
  min-width: 46px;
  max-width: 46px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.nav__products .container ul li a figure img {
  max-height: 100%;
}
.nav__products .container ul li a:hover {
  color: rgb(14, 90, 178);
  background: rgba(34, 136, 255, 0.1);
}
.nav__products .container ul li a:hover p {
  color: rgb(75, 93, 115);
}
.nav__submenu {
  position: fixed;
  z-index: 5;
  top: 92px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 40px 0 32px 0;
  overflow-y: auto;
  display: none;
}
.nav__submenu.open {
  display: block;
}
@media (max-width: 1080px) {
  .nav__submenu {
    top: 72px;
    height: calc(100% - 72px);
  }
}
@media (max-width: 480px) {
  .nav__submenu {
    padding: 32px 0;
  }
}
.nav__submenu .container h6 {
  font: 700 18px/24px "Manrope", sans-serif;
  color: rgb(115, 131, 153);
  margin: 0 0 24px 0;
  border-bottom: 1px solid #C3D2E5;
  padding: 0 0 8px 0;
}
@media (max-width: 1080px) {
  .nav__submenu .container h6 {
    margin: 0 0 32px 0;
  }
}
.nav__submenu .container ul {
  display: flex;
  gap: 8px 40px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .nav__submenu .container ul {
    gap: 32px 0;
  }
}
@media (max-width: 480px) {
  .nav__submenu .container ul li {
    width: 50%;
  }
}
.nav__submenu .container ul li a {
  color: rgb(75, 93, 115);
  font: 700 16px/1 "Manrope", sans-serif;
  display: block;
  padding: 16px;
  border-radius: 12px;
  transition: 0.3s;
}
@media (min-width: 1080px) {
  .nav__submenu .container ul li a {
    height: 100%;
  }
}
@media (max-width: 1080px) {
  .nav__submenu .container ul li a {
    padding: 0;
  }
}
.nav__submenu .container ul li a p {
  font: 500 14px/25px "Manrope", sans-serif;
  margin: 10px 0 0 0;
  transition: 0.3s;
  color: rgb(115, 131, 153);
}
.nav__submenu .container ul li a:hover {
  color: rgb(14, 90, 178);
  background: rgba(34, 136, 255, 0.1);
}
.nav__submenu .container ul li a:hover p {
  color: rgb(75, 93, 115);
}
.nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(46, 60, 77, 0.2);
  display: none;
}
.nav__menu {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  height: calc(100% - 72px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.3s;
  overflow-y: auto;
  padding: 32px 0;
}
@media (min-width: 1081px) {
  .nav__menu {
    display: none;
  }
}
.nav__menu ul:not(:last-of-type) {
  margin: 0 0 28px 0;
}
.nav__menu ul li:not(:last-of-type) {
  margin: 0 0 28px 0;
}
.nav__menu ul li.menu-item-has-children > a::after {
  content: url("../assets/svg/arrow-submenu.svg");
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .nav__menu ul li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    margin: 4px 0 0 0;
  }
}
.nav__menu ul li.menu-item-has-children > a:hover::after {
  content: url("../assets/svg/arrow-submenu-blue.svg");
}
.nav__menu ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 600 20px/1.3 "Manrope", sans-serif;
}
.nav__menu ul li ul {
  display: none;
}
.nav__menu .button {
  margin: 32px 0 0 0;
  width: 100%;
}
.nav__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 60, 77, 0.2);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav__modal article {
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.nav__modal article iframe {
  height: 460px;
  border-radius: 16px;
}
.nav__modal article button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
}

.footer__bottom {
  padding: 40px 0;
  border-top: 1px solid rgb(195, 210, 229);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1080px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__bottom > a {
  display: block;
}
.footer__bottom > a img {
  max-height: 32px;
}
.footer__bottom span {
  flex: 2;
}
.footer__bottom span p {
  font: 600 15px/20px "Manrope", sans-serif;
  color: rgb(115, 131, 153);
}
@media (max-width: 1080px) {
  .footer__bottom span p {
    text-align: center;
  }
}
.footer__bottom span p:not(:last-of-type) {
  margin: 0 0 6px 0;
}
.footer__bottom div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__bottom div a {
  transition: 0.3s;
}
.footer__bottom div a:hover {
  opacity: 0.8;
}

.destaque {
  margin: 100px 0;
  padding: 50px 0;
  background: rgb(115, 131, 153);
}
@media (max-width: 1080px) {
  .destaque {
    padding: 40px 0;
    margin: 80px 0;
  }
}
.destaque .container section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .destaque .container section {
    flex-direction: column;
    gap: 32px;
  }
}
.destaque .container h2 {
  font: 600 24px/40px "Manrope", sans-serif;
  color: rgb(255, 255, 255);
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1080px) {
  .destaque .container h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .destaque .container h2 {
    font: 600 20px/28px "Manrope", sans-serif;
  }
}
.destaque .container .button {
  min-width: 220px;
  padding: 0 32px;
}

.button {
  background: #8DDA44;
  color: rgb(46, 60, 77);
  padding: 0 68px;
  height: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font: 700 16px/1 "Manrope", sans-serif;
  text-align: center;
  transition: 0.3s;
  border-radius: 16px;
}
@media (max-width: 480px) {
  .button {
    height: 48px;
    padding: 0 40px;
  }
}
.button:hover {
  background: rgb(14, 90, 178);
  color: rgb(255, 255, 255);
}
.button--grey {
  background: rgb(46, 60, 77);
  color: rgb(255, 255, 255);
}
.button--grey:hover {
  color: rgb(46, 60, 77);
  background: #8DDA44;
}
.button--outline {
  color: rgb(75, 93, 115);
  border: 2px solid rgb(115, 131, 153);
  background: transparent;
}
.button--outline:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(75, 93, 115);
  background: rgb(75, 93, 115);
}
.button--outline-white {
  color: rgb(237, 243, 250);
  border: 1px solid rgb(237, 243, 250);
  background: transparent;
}
.button--outline-white:hover {
  color: rgb(115, 131, 153);
  background: rgb(237, 243, 250);
  border-color: rgb(195, 210, 229);
}
.button--small {
  padding: 0 24px;
  height: 42px;
  border-radius: 14px;
}

.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgb(14, 90, 178);
  font: 600 18px/1 "Manrope", sans-serif;
  height: 35px;
  transition: 0.3s;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  background: rgb(14, 90, 178);
  opacity: 0;
}
.link img {
  width: 24px;
  transition: 0.3s;
}
.link:hover img {
  transform: translateX(4px);
}
.link:hover::after {
  opacity: 1;
}
.link--grey {
  color: rgb(75, 93, 115);
}
.link--grey img:last-of-type {
  display: none;
}
.link--grey:hover {
  color: rgb(14, 90, 178);
}
.link--grey:hover img:first-of-type {
  display: none;
}
.link--grey:hover img:last-of-type {
  display: block;
}
.link--black {
  color: rgb(115, 131, 153);
}
.link--black img:last-of-type {
  display: none;
}
.link--black::after {
  background: rgb(46, 60, 77);
}
.link--black:hover {
  color: rgb(46, 60, 77);
}
.link--black:hover img:first-of-type {
  display: none;
}
.link--black:hover img:last-of-type {
  display: block;
}
.link--small {
  font-size: 16px;
  height: 32px;
}
.link--small img {
  width: 20px;
}

.subtitle {
  color: rgb(14, 90, 178);
  margin: 0 0 8px 0;
  font: 600 18px/1 "Manrope", sans-serif;
}
.subtitle--center {
  text-align: center;
}

.help {
  padding: 40px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: rgba(34, 136, 255, 0.08);
}
@media (max-width: 1080px) {
  .help {
    padding: 40px 64px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .help {
    padding: 40px 24px;
  }
}
.help p {
  font: 400 18px/25px "Manrope", sans-serif;
}
@media (max-width: 1080px) {
  .help p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .help p {
    font: 400 16px/23px "Manrope", sans-serif;
  }
}
.help p strong {
  display: block;
  margin: 0 0 12px 0;
  font: 800 26px/1 "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .help p strong {
    font-size: 20px;
  }
}
.help .button {
  padding: 0 22px;
}

.testimonials {
  margin: 120px 0 0 0;
  padding: 0 0 40px 0;
  background: rgb(8, 51, 102);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .testimonials {
    margin: 88px 0 0 0;
  }
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 1;
  height: 136px;
}
@media (max-width: 480px) {
  .testimonials::before {
    height: 50%;
  }
}
.testimonials .container {
  position: relative;
  z-index: 5;
}
.testimonials__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.testimonials__header__title h2 {
  margin: 8px 0 0 0;
}
.testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border-radius: 14px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 2px rgba(55, 61, 79, 0.1);
}
@media (min-width: 480px) {
  .testimonials .swiper-slide {
    height: initial;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-slide {
    padding: 32px 24px;
  }
}
.testimonials .swiper-slide p {
  font: 500 18px/28px "Manrope", sans-serif;
  color: #373D4F;
  margin: 16px 0 30px 0;
  flex: 2;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide p {
    font: 500 16px/26px "Manrope", sans-serif;
  }
}
.testimonials .swiper-slide footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}
.testimonials .swiper-slide footer div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer div {
    gap: 16px;
  }
}
.testimonials .swiper-slide footer div img {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer div img {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.testimonials .swiper-slide footer div h6 {
  color: rgb(75, 93, 115);
}
.testimonials .swiper-slide footer div h6, .testimonials .swiper-slide footer div h6 * {
  font: 500 16px/22px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer div h6, .testimonials .swiper-slide footer div h6 * {
    font: 500 14px/20px "Manrope", sans-serif;
  }
}
.testimonials .swiper-slide footer div h6 strong, .testimonials .swiper-slide footer div h6 * strong {
  color: rgb(46, 60, 77);
  font-weight: 800;
  display: block;
  margin: 0 0 4px 0;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer div h6 strong, .testimonials .swiper-slide footer div h6 * strong {
    margin: 0;
  }
}
.testimonials .swiper-slide footer figure {
  max-width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer figure {
    max-width: 112px;
  }
}
.testimonials .swiper-slide footer figure img {
  max-height: 50px;
}
@media (max-width: 480px) {
  .testimonials .swiper-slide footer figure img {
    max-height: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials .controls button {
    background: rgba(255, 255, 255, 0.16);
  }
}
@media (max-width: 480px) {
  .testimonials .controls button img {
    filter: brightness(0) invert(1);
  }
}

.clients {
  margin: 128px 0 120px 0;
}
@media (max-width: 480px) {
  .clients {
    margin: 80px 0;
  }
}
.clients h2 {
  text-align: center;
  margin: 0 0 52px 0;
}
@media (max-width: 480px) {
  .clients h2 {
    margin: 0 0 32px 0;
  }
}
.clients p {
  text-align: center;
  color: rgb(75, 93, 115);
  font-weight: 600;
  margin: 0 0 52px 0;
}
@media (max-width: 480px) {
  .clients p {
    margin: 0 0 32px 0;
    padding: 0 24px;
  }
}
.clients section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media (max-width: 1080px) {
  .clients section {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .clients section {
    gap: 24px 0;
  }
}
.clients section a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .clients section a {
    width: 33.3%;
    padding: 0 4px;
  }
}
.clients section a img {
  max-height: 100%;
}

.partners {
  margin: 120px 0 128px 0;
}
@media (max-width: 480px) {
  .partners {
    margin: 80px 0;
  }
}
.partners p {
  font-weight: 400;
  padding: 0 0 16px 0;
}
@media (max-width: 480px) {
  .partners p {
    padding: 0;
  }
}
.partners section {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 56px;
}
@media (max-width: 1080px) {
  .partners section {
    gap: 32px 0;
  }
}
@media (max-width: 480px) {
  .partners section {
    justify-content: center;
    gap: 24px 0;
  }
}
.partners section a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .partners section a {
    width: 33.3%;
    padding: 0 8px;
  }
}
.partners section a img {
  max-height: 48px;
}
@media (max-width: 480px) {
  .partners section a img {
    max-height: 40px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px 0;
}
.breadcrumb a,
.breadcrumb span {
  font: 600 15px/20px "Manrope", sans-serif;
}
.breadcrumb a {
  color: rgb(115, 131, 153);
}
.breadcrumb span {
  color: rgb(75, 93, 115);
}

.products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.products-list li {
  max-width: 373px;
  width: 100%;
}
@media (max-width: 1080px) {
  .products-list li {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .products-list li {
    max-width: 100%;
  }
}
.products-list li a {
  border-radius: 14px;
  background: rgb(255, 255, 255);
  padding: 20px 20px 30px 20px;
  display: block;
  box-shadow: 0px 0px 10px 2px rgba(55, 61, 79, 0.1);
  min-height: 172px;
  transition: 0.3s;
  border: 1px solid rgb(255, 255, 255);
}
.products-list li a:hover {
  border-color: rgb(195, 210, 229);
}
.products-list li a:hover p {
  color: rgb(75, 93, 115);
}
.products-list li a div {
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.products-list li a div figure {
  max-width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-list li a div figure img {
  max-height: 26px;
}
.products-list li a div h6 {
  transition: 0.3s;
  font: 700 20px/28px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
.products-list li a p {
  font: 400 16px/25px "Manrope", sans-serif;
  color: rgb(115, 131, 153);
  transition: 0.3s;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tags a,
.tags span {
  font: 600 16px/22px "Manrope", sans-serif;
  padding: 5px 16px;
  display: inline-block;
  color: rgb(14, 90, 178);
  border-radius: 10px;
  background: rgba(34, 136, 255, 0.12);
  transition: 0.3s;
}
.tags a:hover,
.tags span:hover {
  color: #8DDA44;
  background: rgba(34, 136, 255, 0.15);
}
@media (max-width: 480px) {
  .tags a,
  .tags span {
    font: 600 15px/21px "Manrope", sans-serif;
  }
}

.controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .controls {
    margin: 32px 0 0 0;
    justify-content: center;
  }
}
@media (min-width: 481px) {
  .controls.mob {
    display: none;
  }
}
@media (max-width: 480px) {
  .controls.desk {
    display: none;
  }
}
.controls button {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: rgba(34, 136, 255, 0.1);
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.controls button:not(.swiper-button-disabled):hover {
  background: rgba(34, 136, 255, 0.16);
}
.controls button:not(.swiper-button-disabled):hover img {
  opacity: 1;
}
.controls button img {
  opacity: 0.6;
  transition: 0.3s;
}
.controls button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.controls button.swiper-button-lock {
  display: none;
}

.labels-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 24px;
}
@media (max-width: 1080px) {
  .labels-icon {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.labels-icon li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 14px 14px 20px;
  background: rgba(34, 136, 255, 0.12);
  border-radius: 16px;
}
@media (max-width: 480px) {
  .labels-icon li {
    gap: 12px;
    padding: 12px 0 12px 12px;
  }
  .labels-icon li img {
    min-width: 24px;
    max-width: 24px;
  }
}
.labels-icon li p {
  color: rgb(14, 90, 178);
  font: 700 16px/22px "Manrope", sans-serif;
}
@media (max-width: 480px) {
  .labels-icon li p {
    font: 700 15px/20px "Manrope", sans-serif;
  }
}

.error {
  padding: 128px 0;
}
@media (max-width: 480px) {
  .error {
    padding: 64px 0;
  }
}
.error h1 {
  max-width: 680px;
  width: 100%;
}
.error p {
  max-width: 520px;
  width: 100%;
  margin: 24px 0 48px 0;
}
@media (max-width: 480px) {
  .error p {
    margin: 16px 0 32px 0;
  }
}

.contato {
  margin: 64px 0 0 0;
  padding: 0 0 96px 0;
  background: url("../assets/svg/bg-keepit.svg") bottom/cover no-repeat;
}
@media (max-width: 1080px) {
  .contato {
    background-position: 0 500px;
  }
}
@media (max-width: 480px) {
  .contato {
    margin: 48px 0 0 0;
    padding: 0 0 64px 0;
  }
}
.contato .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 88px;
}
@media (max-width: 1080px) {
  .contato .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .contato .container {
    gap: 24px;
  }
}
.contato__text {
  padding: 230px 0 0 0;
}
@media (max-width: 480px) {
  .contato__text {
    padding: 0;
  }
}
@media (min-width: 1080px) {
  .contato__text * {
    color: rgb(255, 255, 255) !important;
  }
}
.contato__text .subtitle {
  color: #8DDA44 !important;
  margin: 0 0 16px 0;
}
.contato__text h2 {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .contato__text h2 {
    margin: 0 0 16px 0;
  }
}
.contato__text ol,
.contato__text ul {
  padding-left: 18px;
}
.contato__text ol li, .contato__text ol li *,
.contato__text ul li,
.contato__text ul li * {
  font: 500 20px/32px "Manrope", sans-serif;
  color: rgb(75, 93, 115);
}
@media (max-width: 480px) {
  .contato__text ol li, .contato__text ol li *,
  .contato__text ul li,
  .contato__text ul li * {
    font: 500 16px/28px "Manrope", sans-serif;
  }
}
.contato__text ol li strong,
.contato__text ol li b, .contato__text ol li * strong,
.contato__text ol li * b,
.contato__text ul li strong,
.contato__text ul li b,
.contato__text ul li * strong,
.contato__text ul li * b {
  font-weight: 600;
}
.contato__text ol li a, .contato__text ol li * a,
.contato__text ul li a,
.contato__text ul li * a {
  font-weight: 600;
  text-decoration: underline;
  color: #8DDA44;
  transition: 0.3s;
}
.contato__text ol li a:hover, .contato__text ol li * a:hover,
.contato__text ul li a:hover,
.contato__text ul li * a:hover {
  opacity: 0.75;
}
.contato__text ol li:not(:last-of-type),
.contato__text ul li:not(:last-of-type) {
  margin: 0 0 4px 0;
}
.contato__text ul li {
  list-style: disc;
}
.contato__text ol li {
  list-style: decimal;
}
.contato__form {
  border-radius: 16px;
}
.contato__form iframe {
  display: block;
  width: 100%;
  min-height: 950px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 16px 0;
  box-shadow: 0px 0px 10px 2px rgba(55, 61, 79, 0.1);
  z-index: 99;
}
.cta .container {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1080px) {
  .cta .container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .cta .container {
    gap: 12px;
    padding: 0 16px;
  }
}
.cta .container a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1080px) {
  .cta .container a {
    flex: 1;
    gap: 12px;
  }
}
.cta .container a:not(:last-of-type) {
  padding: 0 32px 0 0;
  border-right: 1px solid rgb(195, 210, 229);
}
@media (max-width: 1080px) {
  .cta .container a:not(:last-of-type) {
    padding: 0;
    border-right: unset;
  }
}
.cta .container a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(195, 210, 229);
  background: rgb(255, 255, 255);
  border-radius: 1000px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  padding: 8px;
}
@media (max-width: 1080px) {
  .cta .container a figure {
    display: none;
  }
}
.cta .container a p {
  transform: translateY(-4px);
  font: 500 16px/20px "Manrope", sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .cta .container a p {
    display: none;
  }
}
@media (max-width: 1080px) {
  .cta .container a span {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cta .container a span {
    padding: 0;
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */