@font-face {
  font-family: "bdgrotesk-medium";
  src: url("../fonts/BDOGrotesk/BDOGrotesk-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Outfit, Arial, sans-serif;
  color: #000;
  background: #fff;
}

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

ul {
  list-style: none;
}

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

.gtm-noscript-iframe {
  display: none;
  visibility: hidden;
}

.page-sticky-27 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.page-sticky-27 > .site-footer-27 {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
}

.fynia-green {
  color: #00b86b;
}

.fynia-semibold {
  font-weight: 600;
}

.text-black {
  color: #000 !important;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulos-aux {
  text-align: center;
  max-width: 1320px;
  margin: 50px auto 20px;
  padding-inline: clamp(15px, 5vw, 50px);
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 500;
  font-family: Outfit, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: #000;
}

.titulos-aux-h1 {
  text-align: center;
  max-width: 1320px;
  margin: 60px auto 20px;
  padding-inline: clamp(15px, 5vw, 50px);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  font-family: Outfit, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: #000;
}

.hero-text_1 {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
}

.hero-buttons .btn.primary {
  background-color: #00c853;
  color: #fff;
  border: 1px solid #00c853;
}

.hero-buttons .btn.primary:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transition: color 0.3s ease;
}

.hero-buttons .btn.secondary {
  background-color: #fff;
  color: #000;
  border: 1px dashed #ccc;
}

.hero-buttons .btn.secondary:hover {
  background-color: rgb(245, 248, 244);
  color: #000;
  border: 1px solid #000;
  transition: color 0.3s ease;
}

#end-button {
  margin: 0 auto;
}

.opti-h2 {
  max-width: 980px;
  margin: 0 auto 30px;
  padding-inline: 15px;
  font-size: clamp(18px, 1.2vw + 0.6rem, 1.25rem);
  font-weight: 500;
  line-height: 1.55;
  color: #000;
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  margin: 16px auto 0;
  padding: 0 15px;
  background-color: transparent;
  flex-wrap: wrap;
  gap: 12px;
}

.navbar .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 120px;
}

.logo-icon {
  width: 140px;
  cursor: pointer;
}

.navbar .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.navbar .nav-links a {
  font-size: 1.2rem;
  color: #000;
  font-family: Outfit, Arial, sans-serif;
  text-transform: capitalize;
  position: relative;
}

.navbar .nav-links a:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00c853;
}

.navbar .btn.get-started {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 1rem;
  background-color: #00c853;
  color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}

.navbar .btn.get-started:hover {
  background-color: #000;
  color: #fff;
  transition: color 0.3s ease;
}

.hamburger {
  display: none;
}

.mobile-menu {
  display: none;
}

#small-icons {
  width: clamp(28px, 2.2vw, 40px);
  height: auto;
}

.site-footer-27 {
  background: #000;
  color: #fff;
  font-family: Outfit, Arial, sans-serif;
  padding: 40px 0;
  text-align: center;
  max-width: 1320px;
  margin: 40px auto 0;
}

.footer-top-27 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  width: min(80%, 1200px);
  margin: 0 auto 20px;
}

.footer-logo-27 img {
  width: 140px;
  height: auto;
}

.footer-links-27 {
  display: grid;
  grid-auto-flow: column;
  gap: clamp(12px, 4vw, 28px);
}

.footer-links-27 ul {
  text-align: left;
}

.footer-links-27 ul li {
  margin: 8px 0;
}

.footer-links-27 ul li a {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links-27 ul li a:hover {
  color: #00c853;
}

.footer-divider-27 {
  width: 80%;
  margin: 0 auto 20px;
  border: 0;
  border-top: 1px solid #fff;
}

.footer-middle-27 {
  margin-bottom: 20px;
}

.social-icons-27 {
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  gap: 20px;
}

.social-icons-27 li a {
  transition: color 0.3s ease;
}

.social-icons-27 li a:hover {
  color: #00c853;
}

.footer-bottom-27 {
  font-size: 14px;
  color: #fff;
}

.page-sticky-27 > .site-footer-27.footer-compact-updated {
  margin-top: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.site-footer-27.footer-compact-updated .footer-divider-27 {
  margin: 14px auto;
}

.lottie-300 {
  width: 300px;
  height: 300px;
}

.lottie-350 {
  width: 350px;
  height: 350px;
}

.lottie-400 {
  width: 400px;
  height: 400px;
}

/* ABOUT US */
#aboutus-margine {
  max-width: 1320px;
  margin: 60px auto 20px;
  padding-inline: clamp(15px, 5vw, 50px);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  font-family: Outfit, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}

.index-aboutus-values {
  max-width: 1320px;
  margin: 50px auto 20px;
  padding-inline: clamp(15px, 5vw, 50px);
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 500;
  font-family: Outfit, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}

.add-container-au {
  width: min(1320px, calc(100% - 30px));
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.add-container-au .left-div,
.add-container-au .right-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  margin: 0;
  min-height: 300px;
  padding: 24px;
  background-color: rgb(245, 248, 244);
}

.add-container-au .left-div:hover,
.add-container-au .right-div:hover {
  background-color: #fff;
}

.add-container-au .left-div h2,
.add-container-au .right-div h2 {
  text-align: left;
  font-size: 38px;
  color: #000;
  font-family: Outfit, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.15;
}

.add-container-au .left-div p,
.add-container-au .right-div p {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  color: #425366;
  font-weight: 300;
  line-height: 1.55;
  width: min(80%, 70ch);
}

#a1,
#b1,
#a2,
#b2,
#a3,
#b3,
#a4,
#b4 {
  border: 1px dashed #ccc;
}

#a1:hover,
#b1:hover,
#a2:hover,
#b2:hover,
#a3:hover,
#b3:hover,
#a4:hover,
#b4:hover {
  border: 1px dashed #00c853;
}

#a1,
#b1,
#a4,
#b4 {
  width: 50%;
}

#a2 {
  width: 60%;
}

#b2 {
  width: 40%;
}

#a3 {
  width: 40%;
}

#b3 {
  width: 60%;
}

#a3,
#b3,
#a4,
#b4 {
  min-height: 240px;
}

.second-section {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.second-section .lets-see,
.lets-see {
  font-weight: 300;
  font-size: 35px;
  color: #000;
  width: min(80%, 70ch);
  margin: 0 auto;
  text-align: center;
  line-height: 1.25;
}

.accordion-container {
  background-color: transparent;
  padding: 20px;
}

.accordion-container #end-button {
  margin: 28px auto 0;
}

#accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}

#accordion li {
  width: 100%;
  background: rgb(245, 248, 244);
  padding: 10px;
  border: 1px dashed #ccc;
}

#accordion li:hover {
  border-color: #00b86b;
}

#accordion p {
  font-family: Outfit, Arial, sans-serif;
  line-height: 1.65;
  color: #000;
}

#accordion li label {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}

#accordion li label span {
  transform: rotate(90deg);
  font-size: 22px;
  color: rgb(50, 110, 100);
}

#accordion label + input[type="checkbox"] {
  display: none;
}

#accordion .content {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#accordion label + input[type="checkbox"]:checked + .content {
  max-height: 400px;
}

/* HOW IT WORKS */
.add-container-cu-hiw {
  max-width: 1320px;
  width: min(1320px, calc(100% - 30px));
  margin: 0 auto 18px;
  padding: 20px 16px;
  display: grid;
  grid-template-columns: 1fr min(420px, 35vw);
  gap: 32px;
  align-items: center;
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  justify-items: stretch;
}

.add-container-cu-hiw:hover {
  border-color: #00c853;
}

.add-container-cu-hiw .text-content-hiw {
  min-width: 0;
}

.add-container-cu-hiw .text-content-hiw h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.1;
  text-align: left;
  color: #000;
}

.add-container-cu-hiw .text-content-hiw p {
  font-size: 20px;
  line-height: 1.55;
  color: #000;
}

.add-container-cu-hiw .anim-content-hiw {
  justify-self: center;
}

.add-container-cu-hiw .anim-content-hiw dotlottie-player {
  width: min(90vw, 360px) !important;
  height: auto !important;
  max-width: 100% !important;
}

.hiw-assumptions-card-85 {
  width: min(980px, calc(100% - 30px));
  margin: 26px auto 0;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
}

.hiw-assumptions-title-85 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.92);
}

.hiw-assumptions-subtitle-85 {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.62);
}

.hiw-assumptions-list-85 {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hiw-assumptions-item-85 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
}

.hiw-assumptions-item-85::before {
  content: "✓";
  color: #00b86b;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 2px;
  flex: 0 0 auto;
}

.hiw-assumptions-note-85 {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.58);
}

.end-message {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px;
  text-align: center;
}

#end-message-h3 {
  font-size: clamp(1.25rem, 1.6vw + 0.7rem, 1.75rem);
  line-height: 1.35;
  max-width: 70ch;
  margin: 16px auto 8px;
}

#get-started-aux {
  display: inline-flex;
  margin-bottom: 30px;
  background-color: #00c853;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  border-radius: 0;
  justify-content: center;
  min-height: 44px;
  line-height: 1;
  white-space: nowrap;
}

#get-started-aux:hover {
  background-color: #000;
  color: #fff;
  transition: color 0.3s ease;
}

/* CONTACT */
.contact-container-23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  gap: 30px;
}

.contact-text-23 {
  flex: 1;
  max-width: 50%;
}

.contact-text-23 p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-form-23 {
  flex: 1;
  max-width: 45%;
  background-color: rgb(245, 248, 244);
  padding: 25px;
  border: 1px dashed #ccc;
}

.contact-form-23 form {
  display: flex;
  flex-direction: column;
}

.contact-form-23 label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}

#first-name-23,
#last-name-23,
#email-23,
#usage-23,
#countries,
#states {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: Outfit, Arial, sans-serif;
  background: #fff;
}

textarea#usage-23 {
  height: 120px;
  resize: vertical;
}

.hidden {
  display: none;
}

.privacy-text-23 {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}

.privacy-text-23 a {
  color: #000;
  font-weight: bold;
}

.submit-button-23 {
  background-color: #00c853;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  font-family: Outfit, Arial, sans-serif;
}

.submit-button-23:hover {
  background-color: #000;
}

.contact-success-23,
.contact-error-23 {
  margin-top: 14px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
  border: 1px dashed #ccc;
}

.contact-success-23 {
  color: #0d7a45;
  background: #eefaf3;
  border-color: #8dd8af;
}

.contact-error-23 {
  color: #9d1c1c;
  background: #fff2f2;
  border-color: #e4a8a8;
}

/* TERMS / PRIVACY */
.add-container-pp {
  width: min(1320px, calc(100% - 30px));
  margin: 20px auto;
  padding: 2rem;
  border: 1px dashed #ccc;
  background-color: rgb(245, 248, 244);
}

#headcontact.add-container-pp,
#headcontact {
  width: min(1320px, calc(100% - 30px));
  margin: 20px auto;
  padding: 2rem;
}

.headtext-tp {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.55;
}

.termsitems {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 24px;
  color: #000;
  text-align: left;
}

.termsitemsp {
  font-size: 18px;
  line-height: 1.65;
  color: #000;
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .second-section .lets-see,
  .lets-see {
    font-size: clamp(1.25rem, 2vw + 1rem, 2rem);
    max-width: 70ch;
    margin: 24px auto 12px;
  }
}

@media (max-width: 1024px) {
  .footer-top-27 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links-27 {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }

  .titulos-aux-h1 {
    margin-top: 28px;
  }

  .add-container-au {
    gap: 20px;
    flex-wrap: wrap;
    padding-inline: 1px;
  }

  #a1,
  #b1,
  #a2,
  #b2,
  #a3,
  #b3,
  #a4,
  #b4 {
    width: calc(50% - 10px);
  }

  .add-container-au .left-div,
  .add-container-au .right-div {
    min-height: 0;
    padding: 20px;
    align-items: flex-start;
  }

  .add-container-au .left-div h2,
  .add-container-au .right-div h2 {
    font-size: clamp(1.25rem, 1vw + 1rem, 1.75rem);
    line-height: 1.25;
  }

  .add-container-au .left-div p,
  .add-container-au .right-div p {
    width: 100%;
    max-width: 70ch;
    font-size: 1rem;
  }

  #accordion {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-inline: 16px;
  }

  .add-container-pp {
    margin-left: 15px;
    margin-right: 15px;
    padding-inline: 15px;
  }

  .hero-text_1 h1 {
    text-align: center;
  }

  .headtext-tp {
    max-width: 72ch;
    margin: 0 auto 20px;
    overflow-wrap: anywhere;
  }

  .termsitems {
    font-size: clamp(1.25rem, 1.4vw + 1rem, 1.6rem);
  }

  .termsitemsp {
    font-size: clamp(0.95rem, 1vw + 0.8rem, 1.05rem);
    overflow-wrap: anywhere;
  }

  .add-container-cu-hiw {
    grid-template-columns: 1fr min(360px, 34vw);
    gap: 28px;
  }

  .hiw-assumptions-card-85 {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .hiw-assumptions-title-85 {
    font-size: 22px;
  }

  .hiw-assumptions-subtitle-85 {
    font-size: 14px;
  }

  .hiw-assumptions-item-85 {
    font-size: 14px;
  }

  .hiw-assumptions-note-85 {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .contact-container-23 {
    flex-direction: column;
    text-align: center;
    margin: 20px auto 0;
  }

  .contact-text-23,
  .contact-form-23 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 60px;
  }

  .nav-links,
  .get-started {
    display: none !important;
  }

  .hamburger {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    line-height: 0;
    background: #fff;
    border: none;
    cursor: pointer;
  }

  .hamburger span,
  .hamburger .line,
  .hamburger .bar {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transform: translateX(-50%);
    transform-origin: 50% 50%;
    transition:
      transform 0.22s ease,
      top 0.22s ease,
      opacity 0.18s ease;
  }

  .hamburger span:nth-child(1),
  .hamburger .line:nth-child(1),
  .hamburger .bar:nth-child(1) {
    top: 12px;
  }

  .hamburger span:nth-child(2),
  .hamburger .line:nth-child(2),
  .hamburger .bar:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3),
  .hamburger .line:nth-child(3),
  .hamburger .bar:nth-child(3) {
    top: 28px;
  }

  .hamburger.open span:nth-child(1),
  .hamburger.open .line:nth-child(1),
  .hamburger.open .bar:nth-child(1) {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }

  .hamburger.open span:nth-child(2),
  .hamburger.open .line:nth-child(2),
  .hamburger.open .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3),
  .hamburger.open .line:nth-child(3),
  .hamburger.open .bar:nth-child(3) {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 64px;
    left: 15px;
    right: 15px;
    display: none;
    opacity: 0;
    transform: translateY(-6px);
    background: #fff;
    border-top: 1px dashed #ccc;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .mobile-menu.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu ul {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mobile-menu ul li {
    border-bottom: 1px dashed #ddd;
  }

  .mobile-menu ul li:last-child {
    border-bottom: 0;
  }

  .mobile-menu ul li a {
    display: block;
    color: #000;
    font-size: 1.1rem;
    padding: 12px 0;
  }

  body.no-scroll {
    overflow: hidden;
  }

  .titulos-aux-h1 {
    margin-top: 10px;
  }

  .add-container-au {
    gap: 16px;
    margin-bottom: 28px;
  }

  #a1,
  #b1,
  #a2,
  #b2,
  #a3,
  #b3,
  #a4,
  #b4 {
    width: 100%;
  }

  .add-container-au .left-div,
  .add-container-au .right-div {
    padding: 16px;
  }

  .add-container-pp {
    padding: 20px 15px;
  }

  .headtext-tp {
    max-width: 65ch;
  }

  .termsitems {
    margin-top: 22px;
  }

  .termsitemsp {
    margin-bottom: 18px;
  }

  .add-container-cu-hiw {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .add-container-cu-hiw .text-content-hiw,
  .add-container-cu-hiw .anim-content-hiw {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: center;
  }

  .add-container-cu-hiw .text-content-hiw h2,
  .add-container-cu-hiw .text-content-hiw p {
    text-align: center;
  }

  .add-container-cu-hiw .anim-content-hiw dotlottie-player {
    width: min(92vw, 420px) !important;
  }

  .hiw-assumptions-card-85 {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .hiw-assumptions-title-85 {
    font-size: 20px;
  }

  .hiw-assumptions-subtitle-85 {
    font-size: 13px;
  }

  .hiw-assumptions-item-85 {
    font-size: 13px;
    line-height: 1.5;
  }

  .hiw-assumptions-note-85 {
    font-size: 11px;
    line-height: 1.4;
  }

  #end-message-h3 {
    font-size: clamp(1.15rem, 1.2vw + 0.9rem, 1.5rem);
    margin-top: 12px;
  }

  #get-started-aux {
    width: 100%;
    max-width: 360px;
    padding: 12px 16px;
  }

  .contact-text-23 p {
    margin: 0 auto 12px;
    font-size: 16px;
  }

  .contact-form-23 {
    text-align: left;
  }
}

@media (max-width: 480px) {
  #small-icons {
    width: 28px;
  }

  #end-message-h3 {
    margin-bottom: 6px;
  }

  #get-started-aux {
    max-width: 320px;
  }
}

@media (min-width: 769px) {
  .mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .hamburger {
    display: none !important;
  }

  .nav-links {
    display: flex !important;
  }

  .get-started {
    display: inline-flex !important;
  }
}

@media (max-width: 768px) {
  #aboutus-margine {
    margin-top: 40px;
    margin-bottom: 16px;
    letter-spacing: -2px;
  }

  .index-aboutus-values {
    margin-top: 32px;
    margin-bottom: 16px;
    letter-spacing: -2px;
  }

  .accordion-container #end-button {
    margin-top: 24px;
  }
}

.anim-content-hiw {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiw-step-illustration-wrap {
  width: min(100%, 420px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiw-step-illustration {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleY(1.1);
  transform-origin: center;
}

@media (max-width: 768px) {
  .hiw-step-illustration-wrap {
    width: min(100%, 320px);
  }
}
