/* RESET */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

/* AI Badge */
.ai-badge {
  width: auto !important;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  height: auto;
  max-height: 50px;
  width: auto;
}

/* VARIABLES */
html {
  --navbar-height: 7.4rem;

  /* Green variants */
  --green-100: #6EF4A4;
  --green-200: #00DF82;
  --green-700: #2FCE7E;
  --green-800: #0E5945;

  /* Blue variants */
  --blue-200: #00DF82;

  /* Grey variants */
  --grey-400: #54585D;
  --grey-800: #29302D;
  --grey-800-rgb-channels: 41, 48, 45;

  --white: #ffffff;
  --light-white: #eeefef;
  --black: #000000;
  --background: #e5e5e5;
  --background-blue-opaco: #111720;
  --primary-green: #2CC295;
  --second-green: #199E6E;
  --third-green: #6EF7A7;
  --fourth-green: #0E5945;
  --light-green: #F8F9FB;
  --light-blue: #f6f6f9;
  --primary-blue: #08a7bd;
  --secondary-blue: #2d71b0;
  --third-blue: #0AFFE1;
  --fourth-blue: #00695A;
  --fifth-blue: #021A1A;
  --primary-yellow: #FFBB46;
  --tertiary-yellow: #de9507;
  --grey: #3B3B3B;
  --grey-black: #222427;
  --grey-dark: #29302D;
  --grey-medium: #54585d;
  --grey-light: #9da1a9;
  width: 100%;
  font-size: 62.5%;
  --title-size: 4.4rem;
  --subtitle-size: 1.4rem;
  --description-size: 1.6rem;
  /* 10px */

  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
}

/* ======= Buttons */
.wmbr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.2s ease-out;
}

@media (max-width: 480px) {
  .wmbr-btn {
    font-size: 1.2rem;
  }
}

/* --> Primary styles */
.wmbr-btn.wmbr-btn__primary {
  font-weight: 700;
  padding: 1.4rem 4rem;
  color: var(--white);
  background-color: var(--primary-green);
  border-radius: 12.2rem;
  text-transform: uppercase;
}

.wmbr-btn.wmbr-btn__primary:hover,
.wmbr-btn.wmbr-btn__primary:focus-visible {
  background-color: var(--third-green);
}

.wmbr-btn.wmbr-btn__primary.wmbr-btn__primary--inverted {
  color: var(--primary-green);
  background-color: var(--white);
  border: 0.1rem solid var(--primary-green);
}

.wmbr-btn.wmbr-btn__primary.wmbr-btn__primary--inverted:hover,
.wmbr-btn.wmbr-btn__primary.wmbr-btn__primary--inverted:focus-visible {
  color: var(--white);
  background-color: var(--second-green);
  border: 0.1rem solid var(--second-green);
}

/* --> Anchor styles */
.wmbr-btn.wmbr-btn__anchor {
  font-weight: 600;
  color: var(--white);
}

.wmbr-btn.wmbr-btn__anchor:hover,
.wmbr-btn.wmbr-btn__anchor:focus-visible {
  text-decoration: underline;
}

.wmbr-btn.wmbr-btn__anchor svg {
  display: block;
}

.wmbr-btn.wmbr-btn__anchor svg path:not([stroke]):not([fill]) {
  fill: currentColor;
}

.wmbr-btn.wmbr-btn__anchor svg path[stroke] {
  stroke: currentColor;
}

.wmbr-btn.wmbr-btn__anchor svg path[fill] {
  fill: currentColor;
}

/* DEFAULT */

body {
  display: flex;
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body,
button,
input,
textarea {
  /* intervalo de tamanho */
  font-size: clamp(1.4rem, 1.6rem, 2vw);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 160%;
}

.wrapper-container {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 1260px) {
  .wrapper-container {
    margin: 0 3rem;
  }
}

#home {
  position: absolute;
}

/* Fix CartStack */
.content {
  width: 100%;
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip-path: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* HEADER */

.content>.scroll {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(0.5rem);
  box-shadow: inset 0 -0.1rem 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.1s linear;
  height: 7.1rem;
  max-height: 12.2rem;
}

/* DIVIDER */

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0.1rem solid var(--black);
  opacity: 0.1;
  max-width: min(121.6rem);
  width: 95%;
}

@media (min-width: 1440px) {
  .divider {
    max-width: min(144rem);
  }
}

/*  CONTACTS */

.contacts {
  background: #F0FFEB;
  padding: 9.5rem 0;
}

.contacts-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 80rem;
}

.contacts-experts {
  color: #00695A;
  font-weight: 600;
  vertical-align: middle;
}

.contacts-experts svg {
  display:inline-block;
  vertical-align: inherit;
  margin-right:5px;
}

.contacts-intro h1 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #00695A;
  letter-spacing: -0.015em;
  margin-bottom: 2.6rem;
}

.contacts-intro-footer {
  display: flex;
  align-items: center;
}

.contacts-intro-footer img {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.7rem;
}

.contacts-intro-footer p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.015em;
}

.sales,
.tech-support,
.help-center {
  display: flex;
  justify-content: center;
  width: 25.8rem;
  height: 15.7rem;
  border: 0.1rem solid #00695A;
  border-radius: 0.8rem;
  padding: 2rem 0 1.5rem 0;
  color:#FFF !important;
}

.sales:hover,
.tech-support:hover,
.help-center:hover
{
  background: rgba(255, 255, 255, 0.4) !important;
}

.sales .more,
.tech-support .more,
.help-center .more
{
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #00695A;
  margin-right: 0.5rem;
  opacity: 0.8;
  cursor: pointer;
  margin-top:10px;
}

.sales-content,
.tech-support-content,
.help-center-content {
  padding: 0 3rem;
}

.sales-content-header,
.tech-support-content-header,
.help-center-content-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.sales-content-header>img,
.tech-support-content-header>img,
.help-center-content-header>img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.7rem;
}

.sales-content-header p,
.tech-support-content-header p,
.help-center-content-header p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00695A;
  font-family: "bornasemibold";
  font-weight:normal;
}

.sales-content>p,
.tech-support-content>p,
.help-center-content>p {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  color: #00695A;
  font-weight:600;
  margin-bottom: 0.4rem;
  opacity: 0.8;
}

.tech-support-content>p {
  margin-bottom: 0.4rem;
}

.sales-content>p {
  margin-bottom: 0.4rem;
}

.more {
  display: flex;
  align-items: center;
}

.more a {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-right: 0.5rem;
  opacity: 0.8;
  cursor: pointer;
}

.more img {
  width: 1rem;
  height: 1rem;
}

.responsive-contact-box {
  display: none;
}

.footer-links .botao.btn_whatsapp {
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #05f490;
  border: 1px solid #05f490;
  border-radius: 5rem;
  padding: 10px 15px;
  transition: background 0.2s;
  opacity: 1 !important;
  background:none;
}

.footer-links .botao.btn_whatsapp >img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}

.footer-links .botao.btn_whatsapp:hover {
  background: #05f490;
  color: #152f24 !important;
  opacity: 1 !important;
}

.contact-badge {
  display:block;
  background-image: url("../../img/new-site/footer/whatsapp1.svg");
  width: 55px;
  height: 55px;
  background-size: 100% auto;
  position:fixed;
  right: 30px;
  bottom: 30px;
  z-index:999999;
}

/* CONTACTS - MEDIA QUERIES */

@media (max-width: 1200px) {
  .contacts-box {
    justify-content: center;
    gap: 3rem;
    padding: 0 1.5rem;
  }

}

@media (max-width: 1144px) {

  .contacts-intro-footer {
    display: none;
  }

  .responsive-contact-box {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .responsive-contact-box p {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -0.015em;
  }
}

@media (max-width: 991px) {

  .footer-infos p {
    text-align: center;
  }

  .contacts-box {
    flex-direction: column;
  }

  .responsive-contact-box {
    margin-top: 9.5rem;
  }
}

@media (max-width: 468px) {
  .contacts-methods {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .contact-badge {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
  .contacts {
    height: 80rem;
    padding: 0;
    padding-top: 30rem;
  }

  .contacts-box {
    height: 20rem;
  }

  .contacts-methods {
    flex-direction: column;
    justify-content: center;
    gap: 1.3rem;
    border: none;
    height: 50rem;
  }

  .responsive-contact-box {
    display: none;
  }

  .sales,
  .tech-support,
  .help-center {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .contacts-intro {
    margin-bottom: 1rem;
  }

  .social .cubo_itau {
    margin: 30px 0 25px;
  }

  /* Ajuste para logos na section_customer */
  .section_customer img {
    width: 30%;
    opacity: 0.9;
  }
  .section_customer a img {
    width: 100%;
    height: auto;
  }
  
  .section_customer .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  
  .section_customer a {
    width: 30%;
    display: inline-block;
  }
  
  /* Mostrar apenas as 3 primeiras logos */
  .section_customer .logos > *:nth-child(n+4) {
    display: none;
  }

  .contacts-intro-edge-style {
    height: 16rem;
  }

  .sales,
  .tech-support,
  .help-center {
    padding: 0;
  }

  .sales-content,
  .tech-support-content,
  .help-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
  }

  .contacts-methods {
    width: 70rem;
  }
}

@media (max-width: 838px) {
  .contacts-methods {
    width: 90%;
    max-width: 80rem;
  }
  
  .sales,
  .tech-support,
  .help-center {
    width: 100%;
    height: auto;
    min-height: 15.7rem;
  }
}

@media (max-width: 400px) {
  .contacts-intro h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .contacts-intro-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .contacts-intro-footer p {
    font-size: 1.6rem;
  }

}

/* FOOTER */

footer {
  background: #021A1A;
  padding: 6.3rem 0 4.8rem 0;
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6rem;
}

.products,
.docs-footer,
.webmania,
.quick-access,
.offices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offices {
  max-width:140px;
}

.offices_title {
  font-size: 1.5rem !important;
}

.offices_address {
  font-weight: normal !important;
  font-size: 12px !important;
}

.quick-access>.status-prefeitura:hover{
  background:#545454;
}

.products>p,
.docs-footer>p,
.webmania>p,
.quick-access>p {
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.products>a,
.docs-footer>a,
.webmania>a,
.quick-access>a {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 2rem;
}

.footer-links .products>a:hover{
  color:#00DF82 !important;
}

.products>a:hover,
.docs-footer>a:hover,
.webmania>a:hover {
  color: var(--white) !important;
}

.quick-access>a:hover{
  color:#00DF82 !important;
}

.social a img {
  width: 3rem;
  height: 3rem;
}

.social a img:hover {
  opacity:0.8;
}

.social {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  gap: 1.8rem;
}

.social-columns {
  display: flex;
  gap: 1.8rem;
}

.social .first-column,
.social .second-column {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.social .cubo_itau {
  width: 100%;
  height: 70px;
}

.row-1,
.row-2 {
  display: flex;
  gap: 1.8rem;
}

.footer-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding-top: 6rem;
}

.logo-footer img {
  width: 18.8rem;
  height: 3.7rem;
}

.copyright {
  display: flex;
  justify-content: center;
}

.copyright-webmania p {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  opacity: 0.54;
  margin: 0 !important;
}

.copyright-webmania p span {
  font-weight: 700;
  color: var(--white);
}

.patterns-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.group-wmbr>a>img {
  height: 2.5rem;
  max-width: 10rem;
}

.logo-microsoft>a>img {
  height: 5rem;
}

.logo-amazon-activate>a>img {
  height: 3rem;
  margin-bottom: 1.5rem;
}

.insany {
  display: flex;
  align-items: center;
}

.insany p {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  margin-right: 1.1rem;
}

.insany img {
  width: 2.2rem;
  height: 1.4rem;
}

.footer-infos>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background: var(--primary-green);
}

.footer-infos>a:hover{
  opacity:0.8;
}

.footer-infos>a img {
  width: 1.2rem;
  height: 1.2rem;
}

/* FOOTER - MEDIA QUERIES */

@media (min-width: 1441px) {
  .first-column {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

@media (max-width: 1080px) {

  .contacts-intro h1 {
    font-size: 2.6rem;
  }

}

@media (max-width: 991px) {
  .copyright {
    gap: 15rem;
  }

  .footer-infos {
    flex-direction: column;
  }

  .back-to-top {
    margin-top: 2rem;
  }

  .logo-footer {
    margin-bottom: 1rem;
  }

  .group-wmbr {
    margin-top: 1rem;
  }

  .social {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

}

@media (max-width: 820px) {

  .products>a,
  .docs-footer>a,
  .webmania>a,
  .quick-access>a {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {

  .application-examples {
    display: none !important;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 25rem 25rem;
    grid-template-areas:
      "products docs"
      "webmania quick-access"
      "social social";
    width: 100%;
  }

  /*.footer-infos {
    height: 500px;
  }*/

  .offices_address {
    text-align: center;
  }

  .docs-footer,
  .quick-access {
    margin-left: 5rem;
  }

  .footer-links .botao.btn_whatsapp {
    margin-top:10px;
  }

  .social {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
  }

  .social .first-column,
  .social .second-column {
    flex-direction: row;
    align-items: center;
  }

  .logo-footer {
    margin-bottom: 3rem;
  }

  .copyright {
    gap: 10rem;
  }

  .copyright-webmania p {
    width: 50rem;
  }
}

@media (max-width: 480px) {
  footer {
    padding-top: 3.3rem;
  }
  

  .footer-links {
    display: flex;
    flex-direction: column;
    padding-bottom:0;
  }

  .social {

    margin-bottom: 2rem;
    flex-direction: column;

    gap: 0;
  }

  .docs-footer,
  .quick-access {
    margin-left: 0;
  }

  .products,
  .docs-footer,
  .webmania,
  .quick-access {
    align-items: center;
  }

  .offices {
    max-width:100%;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
    gap: 4.1rem;
  }

  .copyright-webmania p {
    width: 35rem;
  }

  .group-wmbr-edge-style>img,
  .logo-microsoft-edge-style>img,
  .logo-amazon-edge-style>img {
    height: 2.5rem;
    margin-top: 1.5rem;
  }

  .sp-status,
  .sp-status-monitor {
    display: block;
  }

}

@media (max-width: 375px) {

  .group-wmbr,
  .logo-microsoft,
  .logo-amazon-activate {
    margin-top: 1.5rem;
  }

  .copyright-webmania p {
    width: 31rem;
    text-align: center;
  }

  .social {
    gap: 1.5rem;
  }
}

@media (max-width: 393px) {
  .footer-infos p {
    width: 30rem;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .social {
    gap: 1rem;
  }

  .copyright-webmania p {
    font-size: 1rem;
    width: 28rem;
  }
}

.sp-status, .status-prefeitura {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0.1rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  border-color: var(--white);
  color: var(--white);
}

.status-prefeitura .sp-status-badge {
  width: .8em;
  height: .8em;
  margin-left: .3em;
  display: inline-block;
  border-radius: 50%;
}

.status-prefeitura .sp-status-badge.sp-status-ok {
  background: #34c800;
}

.status-prefeitura .sp-status-badge.sp-status-major {
  background: #ff231f;
}

.status-prefeitura .sp-status-badge.sp-status-warning {
  background: #fcf354;
}



/* STATS */

.stats {
  padding: 9.9rem 0 9.2rem;
  overflow: hidden;
}

.stats-box {
  max-width: min(121.6rem, 84.44%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 11.9rem;
  justify-content: center;
}

.stat {
  width: 32rem;
}

.stat-content {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 2rem;
}

.stat-content>img {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-infos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2.5rem;
}

.main-info>span {
  font-family: "bornabold";
  font-size: 4.2rem;
}

.main-info>p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}

#invoice-main {
  color: var(--fourth-blue);
}

#request-main {
  color: var(--primary-green);
}

#companies-main {
  color: var(--fourth-blue);
}

.infos>span {
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--grey-medium);
  margin-bottom: 0.3rem;
}

.infos>p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: rgba(84, 88, 93, 0.9);
}

#invoice-info {
  width: 25rem;
  margin-top: 0;
}

#request-info {
  width: 24rem;
  margin-top: 0;
}

#companies-info {
  width: 26rem;
  margin-top: 0;
}

.section_customer {
  width:100%;
  padding:75px 0;
  background-color:#AACBC4;
  text-align: center;
}

.section_customer h1 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--grey-black);
}

.section_customer h1>span {
  font-weight: 400;
}

.section_customer img {
  width: 16.33%;
  height: auto;
  float:left;
}

.section_customer .start-now-btn {
  color: #000 !important;
  background: none !important;
  border: 1px solid #FFFFFF !important;
  padding: 20px;
}

.section_customer .start-now-btn:hover {
  background: #81baae !important;
}

.section_customer .button {
  padding: 12px 0 0 0;
  margin-top: -10px;
  margin-bottom: 21px;
}

.section_customer .logos {
  margin-top: -10px;
}

/* STATS - MEDIA QUERIES */

@media (max-width: 1024px) {
  .stats-box {
    gap: 1rem;
  }
}

@media (max-width: 912px) {

  .section_customer h1 {
    font-size: 2.5rem;
  }
  
  .stats-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 3rem;
    gap: 0;
  }

  .stat-infos {
    gap: 0.5rem;
  }

  .main-info>span {
    font-size: 3.5rem;
  }

  #invoice-info {
    width: 22rem;
  }

  .stats-box {
    gap: 1rem;
  }

  .stat {
    width: 30rem;
  }
}

@media (max-width: 820px) {
  .stats {
    padding: 5rem 0;
  }

  .stats .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .stat-infos {
    gap: 0;
  }

  .stat-content {
    gap: 1rem;
  }

  .main-info>p {
    font-size: 1.4rem;
  }

  .stat {
    width: 27rem;
  }
}

@media (max-width: 768px) {

  .stats-box {
    flex-direction: column;
    gap: 8rem;
  }

  .stats {
    height: auto;
    gap: 7rem;
  }

  .stat-content {
    gap: 3rem;
  }

  .main-info>p {
    font-size: 1.8rem;
  }

  .stat {
    width: 37rem;
  }

  .stat-content>img {
    width: 7rem;
    height: 7rem;
  }

  .pages.stats-pagination {
    margin-top: 5rem;
  }
}

@media (max-width: 375px) {
  .main-info>span {
    font-size: 3rem;
  }
}

@media (max-width: 345px) {
  #invoice-info,
  #request-info,
  #companies-info {
    width: auto;
  }

  #invoice-info {
    padding: 0 2rem 0 0;
  }

  #request-info {
    padding: 0 3rem 0 0;
  }

  .stat-infos {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 321px) {
  .stats {
    padding: 5rem 0 10.2rem 0;
  }
}

.hero #intro .green{
  background: #6EEE9E;
  color: #000;
  padding: 3px 5px;
  border-radius: 5px;
}
.hero #intro .blue{
  color: #7efff5;
}

.cookie-consent-banner {
  position: fixed;
  display: none;
  z-index: 99999;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 55%;
  background-color: #f1f6f4;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  border-radius: 5px;
}

.cookie-consent-banner__inner {
  display: flex;
  margin: 0 auto;
  padding: 15px;
  align-items: center;
  text-align: justify;
}

.cookie-consent-banner__actions a:hover {
  color: #fff;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #212425;
  font-size: 13px;
  line-height: 18px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #1acf78;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3a4649;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:hover {
  background-color: #1acf78;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838f93;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .cookie-consent-banner {
    width: 95%;
  }

  .cookie-consent-banner__description {
    font-size: 13px;
    line-height: 20px;
  }

  .cookie-consent-banner__inner {
    flex-direction: column;
    text-align: left;
  }

  .cookie-consent-banner__copy {
    margin-bottom: 15px;
  }

  .cookie-consent-banner__actions {
    width: 100%;
  }

  .cookie-consent-banner__cta {
    width: 100%;
  }

  .cookie-consent-banner__cta:last-child {
    margin-left: 0;
  }
}