@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Variable-latin.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Variable-latin-ext.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Criteriacf;
  src: url('../fonts/CriteriaCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Criteriacf;
  src: url('../fonts/CriteriaCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Criteriacf;
  src: url('../fonts/CriteriaCF-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Criteriacf;
  src: url('../fonts/CriteriaCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Criteriacf;
  src: url('../fonts/CriteriaCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors — original palette preserved, refined for contrast */
  --neutral-dark: #4d4d4d;
  --neutral-white: #f9f9f9;
  --neutral-light: #e8e8e8;
  --brand-light: #deeeb9;
  --brand-dark: #7f9151;
  --brand: #97b764;
  --brand-accessible: #6d8a3e; /* WCAG AA on white */

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.06);

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --duration-slow: 400ms;

  /* Typography fluid scale — Round 2: bigger across the board */
  --fs-xs: clamp(0.75rem, 0.7rem + 0.2vw, 0.85rem);
  --fs-sm: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  --fs-base: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  --fs-md: clamp(1.05rem, 0.95rem + 0.5vw, 1.4rem);
  --fs-lg: clamp(1.3rem, 1.1rem + 0.8vw, 1.75rem);
  --fs-xl: clamp(1.6rem, 1.3rem + 1.2vw, 2.5rem);
  --fs-2xl: clamp(1.85rem, 1.35rem + 1.6vw, 2.9rem);
  --fs-3xl: clamp(2.5rem, 1.8rem + 2.5vw, 4.25rem);
  --fs-hero: clamp(2.8rem, 2rem + 3vw, 4.5rem);
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: var(--brand-light);
  color: var(--neutral-dark);
}

.w-layout-blockcontainer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 780px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1, h2 {
  color: var(--neutral-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
}

h3 {
  color: var(--neutral-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: var(--fs-2xl);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 105%;
  letter-spacing: -0.02em;
}

h4 {
  color: var(--neutral-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: var(--fs-3xl);
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.02em;
}

.heading {
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading.x {
  font-size: 16px;
}

.section-hero {
  width: 100%;
  min-height: 100vh;
  padding: clamp(4rem, 6vw, 6rem) clamp(5rem, 8vw, 9rem) clamp(3rem, 4vw, 4rem);
}

.section-hero.bg-1 {
  background-image: linear-gradient(#3f4e261a, #3f4e261a), url('../images/opt/1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

/* Hero crossfade slider — pure CSS, 5 slides, no JS library */
.hero-slider-wrap {
  position: relative;
  overflow: hidden;
}

.hero-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  animation: heroFade 15s ease-in-out infinite;
  pointer-events: none;
}

.hero-bg-slide-1 {
  background-image: url('../images/opt/hero-slide-4.webp');
  animation-delay: 0s;
}

.hero-bg-slide-2 {
  background-image: url('../images/opt/hero-slide-5.webp');
  animation-delay: 5s;
}

.hero-bg-slide-3 {
  background-image: url('../images/opt/1.webp');
  animation-delay: 10s;
}

/* 15s total cycle, 3 slides, each visible ~5s (33.3%) */
/* 0-6% fade in, 6-27% hold, 27-33% fade out, 33-100% hidden */
@keyframes heroFade {
  0%    { opacity: 0; }
  6%    { opacity: 1; }
  27%   { opacity: 1; }
  33.3% { opacity: 0; }
  100%  { opacity: 0; }
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(63,78,38,0.5) 0%, rgba(63,78,38,0.2) 50%, rgba(63,78,38,0.05) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content-z {
  position: relative;
  z-index: 2;
  height: 100%;
}

.section-hero.bg-3 {
  background-image: url('../images/opt/4.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-hero.bg-4 {
  background-image: url('../images/opt/4_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section-hero.bg-6 {
  background-image: linear-gradient(to right, rgba(63,78,38,0.7) 0%, rgba(63,78,38,0.45) 50%, rgba(63,78,38,0.1) 100%), url('../images/opt/legal-hero.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-hero.bg-contacto {
  background-image: linear-gradient(rgba(249,249,249,0.88), rgba(249,249,249,0.88)), url('../images/opt/hero-slide-5.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-hero.bg-8 {
  background-image: linear-gradient(rgba(77,77,77,0.5), rgba(77,77,77,0.3)), url('../images/opt/8_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 9.75rem;
  display: block;
}

.section-hero.color-white {
  background-color: var(--neutral-white);
}

.section-hero.color-white.hug {
  height: auto;
}

.section-hero.color-white.contact {
  height: auto;
  padding-top: 9.75rem;
}

.section-hero.color-dark {
  background-color: var(--neutral-dark);
}

.section-hero.color-dark.hug {
  height: auto;
}

.section-hero.bg-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-full {
  width: 100%;
  height: 100vh;
  padding: 6.25rem 6.25rem 6.25rem 6.26rem;
}

.section-full.bg-2 {
  background-image: url('../images/opt/2.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-full.bg-5 {
  background-image: url('../images/opt/5.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-full.bg-6 {
  background-image: url('../images/opt/6.webp');
  background-position: 0 0;
  background-size: auto;
}

.section-full.color-white {
  background-color: var(--neutral-white);
}

.section-full.bg-7 {
  background-image: url('../images/opt/7.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-full.bg-10 {
  background-image: url('../images/opt/9_1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  display: block;
}

.section-full.bg-9 {
  background-image: url('../images/opt/81.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-50 {
  width: 100%;
  height: 60vh;
  padding: 6.25rem;
}

.section-50.bg-3 {
  background-image: url('../images/opt/home-pago.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-75 {
  width: 100%;
  height: 85vh;
  padding: 6.25rem;
}

.section-75.bg-3 {
  background-image: url('../images/opt/home-pago.webp');
  background-position: 0 100%;
  background-size: cover;
}

.section-75.color-light {
  background-color: var(--neutral-light);
  height: 85vh;
}

.section-75.bg-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-75.color-dark {
  background-color: var(--neutral-dark);
}

.section-75.bg-white {
  background-color: var(--neutral-white);
}

.image {
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0 0% 0%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.image-2 {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-large {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-large.color-light {
  color: var(--neutral-white);
}

.image-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-100 {
  flex-flow: row;
  max-width: none;
  height: 100%;
  display: flex;
}

.text-body {
  color: var(--neutral-dark);
  text-align: left;
  text-wrap: pretty;
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 175%;
  overflow: visible;
}

.text-body.color-white {
  color: var(--neutral-white);
  text-decoration: none;
}

.text-body.color-white.position-center {
  background-color: #0000;
}

.text-body.color-white.tight {
  display: block;
}

.text-body.color-white.footer-text {
  overflow: visible;
}

.text-body.color-white.corp {
  display: none;
}

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

.text-body.justify {
  text-align: justify;
}

.text-body.position-center {
  text-align: center;
  background-color: #0000;
}

.text-body.color-red {
  color: red;
  background-color: #0000;
}

.text-body.center {
  text-align: center;
}

.text-small {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-small.color-white {
  color: var(--neutral-white);
  text-decoration: none;
}

.text-link {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: .625rem;
  line-height: 100%;
}

.text-xl {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-xl);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.text-xl.color-brandlight {
  color: var(--brand-light);
}

.text-xl.colorbrandark {
  color: var(--brand-dark);
}

.text-xl.color-brand {
  color: var(--brand-deep);
  justify-content: center;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.text-xl.color-white {
  color: var(--neutral-white);
}

.text-xl.color-branddark {
  color: var(--brand-dark);
}

.text-l {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-lg);
  font-weight: 600;
  line-height: 110%;
}

.text-l.color-brandlight {
  color: var(--brand-light);
}

.text-l.color-brand {
  color: var(--brand-deep);
}

.text-l.color-white {
  color: var(--neutral-white);
}

.text-l.color-branddark {
  color: var(--brand-deep);
}

.text-l.position-center {
  text-align: center;
}

.text-m {
  color: var(--neutral-dark);
  text-align: center;
  flex: 0 auto;
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 115%;
}

.text-m.color-brand {
  color: var(--brand-deep);
}

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

.text-m.color-white {
  color: var(--neutral-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.text-m.color-branddark {
  color: var(--brand-deep);
}

.text-m.color-branddark.position-left {
  text-align: left;
}

.text-m.color-brandlight {
  color: var(--brand-light);
}

.text-m.color-brandlight.position-left {
  text-align: left;
  line-height: 120%;
}

.text-m.color-brandlight.position-left.phone-corp {
  display: none;
}

.text-m.position-left {
  text-align: left;
}

.text-m.text-icon {
  font-size: 1rem;
  line-height: 130%;
}

.legal-ethics-callout {
  text-align: left;
  font-weight: 600;
  font-size: var(--fs-lg);
  line-height: 125%;
  border-left: 3px solid var(--brand-light);
  padding-left: 1rem;
}

.text-s {
  color: var(--neutral-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 135%;
}

.text-s.color-white {
  color: var(--neutral-white);
}

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

.text-s.position-center {
  text-align: center;
}

.text-s.position-center.color-brand {
  color: var(--brand-deep);
}

.text-s.center {
  text-align: center;
}

.section-hug {
  width: 100%;
  height: auto;
  padding: clamp(5.5rem, 9vw, 10rem) clamp(5rem, 8vw, 9rem);
}

.section-hug.bg-9 {
  background-image: url('../images/opt/10.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-hug.bg-11 {
  background-image: url('../images/opt/11.webp');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 3rem;
}

.section-hug.color-brandlight {
  background-color: var(--brand-light);
}

.section-hug.color-brandlight.special {
  padding-top: 3rem;
}

.section-hug.color-dark {
  background-color: var(--neutral-dark);
}

.section-hug.bg-white {
  background-color: var(--neutral-white);
}

.section-hug.bg-8 {
  background-image: url('../images/opt/8.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10rem;
}

.section-hug.bg-2 {
  background-image: url('../images/opt/2_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-hug.bg-3 {
  background-image: linear-gradient(#3f4e261a, #3f4e261a), url('../images/opt/3.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-hug.bg-5 {
  background-image: url('../images/opt/5_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-hug.bg-7 {
  background-image: url('../images/opt/7.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-hug.color-light {
  background-color: var(--neutral-light);
}

.section-hug.color-white {
  background-color: var(--neutral-white);
}

.section-hug.bg-8-1 {
  background-image: url('../images/opt/81.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section-hug.bg-10 {
  background-image: url('../images/opt/9_2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.button {
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 3rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.button-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subcontainer-50 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.subcontainer-100 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-base {
  background-color: var(--brand);
  color: var(--neutral-white);
  text-align: center;
  border-radius: var(--radius-lg);
  justify-content: center;
  align-items: center;
  width: 12rem;
  min-height: 3.25rem;
  padding: 0.65rem 1.75rem;
  font-family: Inter, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  display: flex;
  transition: all var(--duration-normal) var(--ease-out);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button-base:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.button-base:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}

.button-base:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 3px;
}

.button-base.primary {
  min-height: 3.5rem;
  padding: 0.75rem 2rem;
}

.button-base.primary:hover {
  background-color: var(--brand-dark);
  box-shadow: var(--shadow-lg);
}



.button-base.primary.variant {
  width: 20rem;
  min-height: 3.75rem;
  font-size: 1rem;
}

.button-base.secondary {
  background-color: var(--neutral-white);
  color: var(--neutral-dark);
  min-height: 3.5rem;
  padding: 0.75rem 2rem;
}

.button-base.secondary:hover {
  background-color: #fff;
  box-shadow: var(--shadow-lg);
}

.button-base.secondary.short {
  width: 12rem;
}

.button-base.minor-light {
  border: .1rem solid var(--neutral-white);
  background-color: #0000;
  width: 10rem;
}

.button-base.minor-light:hover {
  background-color: rgba(249, 249, 249, 0.15);
  box-shadow: var(--shadow-md);
}

.button-base.minor-dark {
  border: .1rem solid var(--neutral-dark);
  color: var(--neutral-dark);
  background-color: #0000;
  width: 10rem;
  min-height: 3.25rem;
}

.button-base.minor-dark:hover {
  background-color: var(--neutral-dark);
  color: var(--neutral-white);
  box-shadow: var(--shadow-md);
}

.button-base.minor-dark.navbar-button {
  display: flex;
}

.button-base.corp-primary {
  background-color: var(--neutral-dark);
  color: var(--brand-light);
}

.button-base.corp-primary:hover {
  background-color: #3a3a3a;
  box-shadow: var(--shadow-lg);
}

.button-base.corp-primary.small {
  height: 2.5rem;
}

.button-base.corp-primary.navbar-button {
  display: flex;
}

.button-base.corp-secondary {
  background-color: var(--brand-light);
  color: var(--neutral-dark);
}

.button-base.corp-secondary.corp-mobile {
  display: none;
}

.button-base.navbar-primary-button {
  width: 11rem;
  height: 2.5rem;
  display: flex;
}

.button-base.navbar-button {
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block.hero {
  margin-top: 2rem;
}

.heading-2 {
  color: var(--neutral-white);
  flex: 0 1 auto;
  width: auto;
  margin-top: auto;
  margin-bottom: 1.5rem;
  font-size: var(--fs-hero);
  letter-spacing: -0.03em;
  line-height: 110%;
}

.heading-2.hero {
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fs-hero);
  display: flex;
  max-width: 700px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.container-101 {
  width: 100%;
  margin-left: 6rem;
  margin-right: 6rem;
}

.navbar {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--neutral-white);
  width: 100%;
  max-width: none;
  margin-top: 100px;
  padding: 1rem 6.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container.corp {
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--neutral-dark);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  transition: color var(--duration-fast) var(--ease-out);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--brand);
  transition: width 0.3s var(--ease-out);
}

.nav-link:hover {
  color: var(--brand-dark);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: none;
}

.nav-link.w--current::after {
  width: 100%;
  background-color: var(--neutral-dark);
}

.nav-link.color-brandlight {
  color: var(--brand-dark);
}

.nav-link.color-brandlight.w--current::after {
  background-color: var(--brand-dark);
}

.nav-link.color-branddark {
  color: var(--brand-deep);
}

.nav-link.color-branddark.w--current::after {
  background-color: var(--brand-dark);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.menu-button {
  display: none;
}

.navbar-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-102 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-image: url('../images/opt/0.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6.25rem);
}

.footer a {
  transition: opacity var(--duration-fast) var(--ease-out);
}

.footer a:hover {
  opacity: 0.8;
}

.text-mail {
  color: var(--neutral-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-div.footer-sm {
  justify-content: space-between;
}

.div-block-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-legaltext {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.footer-contactinfo {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.title-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  margin-bottom: 2rem;
}

.heading-3 {
  text-wrap: balance;
  border-top: none;
  border-bottom: 0 #000;
  width: auto;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-top: 1rem;
  position: relative;
}

.heading-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background-color: var(--neutral-dark);
  border-radius: 2px;
}

.heading-3.color-brand {
  color: var(--brand-deep);
}

.heading-3.color-brand::before {
  background-color: var(--brand-deep);
}

.heading-3.color-brand.right {
  text-align: right;
}

.heading-3.color-brand.right::before {
  left: auto;
  right: 0;
}

.heading-3.color-white {
  color: var(--neutral-white);
  -webkit-text-stroke-color: var(--neutral-white);
}

.heading-3.color-white::before {
  background-color: var(--neutral-white);
}

.heading-3.color-branddark {
  color: var(--brand-deep);
}

.heading-3.color-branddark::before {
  background-color: var(--brand-dark);
}

.heading-3.color-branddark.position-right {
  text-align: right;
}

.heading-3.color-branddark.position-right::before {
  left: auto;
  right: 0;
}

.heading-3.color-brandlight {
  color: var(--brand-light);
}

.heading-3.color-brandlight::before {
  background-color: var(--brand-light);
}

.heading-3.color-brandlight.position-right {
  text-align: right;
}

.heading-3.color-brandlight.position-right::before {
  left: auto;
  right: 0;
}

.heading-4 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-deep);
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-4.right.color-white, .heading-4.color-white {
  color: var(--neutral-white);
}

.heading-4.color-brand {
  color: var(--brand-deep);
}

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

.div-benefits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: stretch;
  width: 100%;
}

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

.info_icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  display: flex;
  flex: 1 1 0%;
  min-width: 0;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-normal) var(--ease-out);
}

.info_icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.info_icon-desc {
  color: #5f5e5a;
  line-height: 1.5;
}

.cta-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.info_icon:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.content-50-body {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 3rem auto 2rem;
  display: flex;
}

.content-body.small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
}

.content-body.medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-end;
}

.content-body.hug {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
}

.content-body.short {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
}

.content-body.long {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.content-body.special {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.content-body.hug-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-top: 3rem;
  align-items: stretch;
}

.content-body.hug-content.long {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.content-body.hero_short {
  margin-top: 8rem;
}

.div-block-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-12.hug {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.div-block-13.hide {
  display: none;
}

.info-text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  flex: 1 1 0%;
  min-width: 0;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--radius-xl);
  padding: var(--space-xl) var(--space-lg);
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-normal) var(--ease-out);
}

.info-text:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.info-text.hide {
  display: none;
}

.div-block-14 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

/* Corporate contact band — replaces plain-text snapshot */
.contact-band {
  margin-top: 3rem;
  padding: 2.5rem 3rem;
  background-color: var(--neutral-light);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-band-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-band-header .heading-3 {
  margin-bottom: 0;
}

.contact-band-channels {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.contact-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: box-shadow var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);
}

.contact-channel:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.contact-channel-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.contact-channel-label {
  color: var(--neutral-dark);
  opacity: 0.7;
  margin-right: 0.25rem;
}

.contact-band-divider {
  width: 1px;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .contact-band {
    padding: 2rem 1.5rem;
  }

  .contact-band-channels {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .contact-band-divider {
    width: 100%;
    height: 1px;
  }
}

.div-block-15 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.banner-whatsapp {
  clear: left;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 3.5rem;
  display: flex;
  position: fixed;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 20;
}

.div-block-16 {
  background-color: var(--neutral-white);
  border-radius: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  margin-left: auto;
  margin-right: 2.5rem;
  padding: .5rem;
  display: flex;
}

.link-block {
  border: .1rem none var(--brand);
  background-color: var(--neutral-white);
  border-radius: var(--radius-full);
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-left: auto;
  margin-right: 2.5rem;
  padding: .5em .5rem .5rem;
  display: flex;
  box-shadow: var(--shadow-lg);
  transition: all var(--duration-normal) var(--ease-out);
}

.link-block:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-xl);
}

.link-block.whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 20;
  z-index: 4;
  animation: whatsapp-pulse 3s ease-in-out infinite;
}

@keyframes whatsapp-pulse {
  0%, 100% { box-shadow: var(--shadow-lg); }
  50% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.25), var(--shadow-lg); }
}

.dropdown-toggle {
  flex-flow: row;
  display: flex;
}

.content-faq {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.content-faq.corp {
  padding-bottom: .25rem;
}

.title-faq {
  border-top: .1rem solid var(--brand);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: .5rem;
  padding-top: .75rem;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  transition: opacity var(--duration-fast) var(--ease-out);
}

.title-faq:hover {
  opacity: 0.8;
}

.title-faq.corp {
  border-top-color: var(--brand-light);
  margin-bottom: .75rem;
  padding-top: 1rem;
}

.div-faq {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.content-answer {
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.link, .link-2, .bold-text, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--neutral-dark);
}

.div-block-17 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-result {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-resultdivs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-12 {
  color: var(--brand-dark);
}

.container-full-body {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.container-full-body.large {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.container-full-body.legal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.div-block-19 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22, .div-block-23 {
  margin-top: 2rem;
}

.link-13 {
  color: var(--neutral-white);
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-14, .link-15 {
  color: var(--brand-light);
}

.div-block-25 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.div-block-27, .div-block-28 {
  flex: 1;
}

.text-field {
  border: .1rem solid var(--neutral-white);
  color: var(--neutral-white);
  background-color: #f9f9f940;
  border-radius: var(--radius-sm);
  flex: 1;
  margin-bottom: 0;
  min-height: 3rem;
  padding: .75rem 1rem;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
  transition: border-color var(--duration-fast) var(--ease-out),
              box-shadow var(--duration-fast) var(--ease-out);
}

.text-field:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(151, 183, 100, 0.2);
}

.text-field::placeholder {
  color: var(--neutral-white);
}

.text-field.color-dark {
  border-color: var(--neutral-dark);
  color: var(--neutral-dark);
  background-color: #0000;
}

.text-field.color-dark:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(151, 183, 100, 0.15);
}

.text-field.color-dark::placeholder {
  color: var(--neutral-dark);
}

.div-block-29 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.div-block-29.smal {
  margin-top: 1rem;
}

.form-block {
  margin-bottom: 0;
}

.form-contact {
  color: var(--neutral-dark);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.form-contact.corp {
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.form-corp {
  margin-top: 2rem;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--neutral-dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: .1rem solid var(--neutral-white);
  color: var(--neutral-white);
  background-color: #f9f9f940;
  border-radius: 3rem;
  margin-bottom: 0;
  padding: .25rem 1rem;
  font-family: Inter, Arial, sans-serif;
}

.text-field-2::placeholder, .image-4 {
  color: var(--neutral-white);
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  border-bottom: .1rem solid var(--brand);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
  transition: all var(--duration-normal) var(--ease-out);
}

.tab-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: .125rem solid var(--neutral-dark);
  color: var(--neutral-dark);
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.tab-link.tab-color {
  color: var(--brand);
  flex-flow: column;
  display: flex;
}

.tab-link.tab-color.w--current {
  color: var(--neutral-dark);
}

.tabs-menu {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-2 {
  border-bottom: .0875rem solid var(--brand);
  background-color: #0000;
  flex: 1;
  padding: 0;
}

.tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
  flex: 1;
}

.div-block-37 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}

.text-block-2 {
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.div-block-38 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.logo-tab {
  background-color: rgba(249, 249, 249, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  transition: all var(--duration-normal) var(--ease-out);
  cursor: pointer;
}

.logo-tab:hover {
  background-color: rgba(249, 249, 249, 0.8);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.logo-tab.w--current {
  border: 2px solid var(--neutral-dark);
  background-color: rgba(249, 249, 249, 0.85);
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: var(--shadow-md);
}

.tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  margin-top: 0;
  display: flex;
}

.div-block-41 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.div-block-43 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.navbar-component {
  z-index: 5;
  background-color: rgba(249, 249, 249, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 6.25rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transition: background-color var(--duration-normal) var(--ease-out),
              box-shadow var(--duration-normal) var(--ease-out);
}

.navbar-component.scrolled {
  background-color: rgba(249, 249, 249, 0.98);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.container-regular-2 {
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand-2 {
  flex: 0 auto;
  width: 3rem;
}

.cont-w-nav-menu {
  flex: 1;
}

._w-nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  flex: 0 auto;
}

.nav-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 120px;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navlink {
  color: var(--neutral-dark);
}

.list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  list-style-type: none;
  display: flex;
}

.image-5 {
  width: 100%;
  max-width: none;
}

.image-7 {
  display: none;
}

.minus-symbol {
  color: var(--brand);
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

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

.plus-symbol {
  color: var(--brand);
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.big-plus, .big-minus {
  color: var(--brand-light);
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

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

.metrics-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all var(--duration-normal) var(--ease-out);
}

.metrics-content:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.div-block-49 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-hero.bg-1 {
    background-position: 50% 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-hero.bg-4 {
    background-image: linear-gradient(#f9f9f980, #f9f9f980), url('../images/opt/4_1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hero.bg-6 {
    background-image: linear-gradient(rgba(63,78,38,0.7), rgba(63,78,38,0.5)), url('../images/opt/legal-hero.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .section-hero.bg-8 {
    background-image: linear-gradient(#4d4d4d80, #4d4d4d80), url('../images/opt/8_1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-full {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-full.bg-10 {
    background-image: linear-gradient(#f9f9f980, #f9f9f980), url('../images/opt/9_1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-50, .section-75 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-75.color-light, .section-75.bg-white {
    height: auto;
  }

  .section-hug {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-hug.bg-9 {
    background-image: linear-gradient(#4d4d4d80, #4d4d4d80), url('../images/opt/9.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hug.bg-11 {
    background-image: linear-gradient(#deeeb980, #deeeb980), url('../images/opt/11.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hug.bg-8 {
    background-image: linear-gradient(#4d4d4d80, #4d4d4d80), url('../images/opt/8.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hug.bg-8-1 {
    background-image: linear-gradient(#f9f9f980, #f9f9f980), url('../images/opt/81.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hug.bg-10 {
    background-image: linear-gradient(#f9f9f980, #f9f9f980), url('../images/opt/9_2.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .subcontainer-50.sc-100 {
    align-items: stretch;
    width: 100%;
  }

  .subcontainer-50.sc-0 {
    width: 0%;
    display: block;
  }

  .subcontainer-100 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .button-base.secondary.short {
    width: 12rem;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .div-block.hero {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-no-shadow-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar-brand.w--current {
    flex: 0 auto;
    width: 3rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    color: var(--neutral-dark);
    background-color: #0000;
  }

  .navbar-buttons {
    display: block;
  }

  .container-102 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer {
    height: auto;
    padding: 4rem 3rem;
  }

  .footer-div.footer-sm {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-3 {
    justify-content: space-around;
    width: 100%;
  }

  .footer-legaltext {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-contactinfo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .div-block-10 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-body {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .content-body.long {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-12.hug {
    flex: 1;
  }

  .link-block.whatsapp {
    width: 3rem;
    height: 3rem;
  }

  .content-resultdivs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 4rem;
  }

  .div-block-20 {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-44 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-45 {
    display: block;
  }

  .navbar-component {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cont-w-nav-menu {
    background-color: #0000;
    padding-left: 0;
  }

  ._w-nav-menu {
    background-color: var(--neutral-white);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrap {
    width: 100%;
    margin-left: 0;
  }

  ._w-nav-button {
    padding: 12px;
  }

  ._w-nav-button.w--open {
    color: var(--neutral-dark);
    background-color: #0000;
  }

  .tabs {
    flex: 0 auto;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
    padding: 4rem 1.5rem 3rem;
  }

  .section-hero.bg-1 {
    background-image: url('../images/opt/1.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 100vh;
    padding: 4rem 1.5rem;
  }

  .section-hero.hero-slider-wrap {
    height: 100vh;
    padding: 4rem 1.5rem;
  }

  .section-hero.bg-8 {
    background-image: linear-gradient(#4d4d4d80, #4d4d4d80), url('../images/opt/8_1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 7.5rem;
  }

  .section-hero.color-white {
    height: auto;
    padding-top: 7.5rem;
  }

  .section-full {
    height: auto;
    padding: 3rem 1.5rem;
  }

  .section-full.bg-2 {
    padding: 3rem 1.5rem;
  }

  .section-full.bg-10 {
    height: auto;
  }

  .section-50 {
    height: auto;
    padding: 3rem 1.5rem;
  }

  .section-50.bg-3, .section-75 {
    padding: 3rem 1.5rem;
  }

  .section-75.color-dark {
    height: auto;
  }

  .text-body.color-white {
    text-align: left;
  }

  .text-body.color-white.footer-text {
    text-align: center;
  }

  .text-m.color-brandlight.position-left {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .section-hug {
    padding: 3rem 1.5rem;
  }

  .section-hug.bg-11 {
    background-image: linear-gradient(#deeeb980, #deeeb980), url('../images/opt/11.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-hug.bg-8 {
    padding-top: 8rem;
  }

  .subcontainer-50.sc-100.hero {
    height: 90%;
  }

  .button-base.primary, .button-base.secondary {
    width: 20rem;
  }

  .button-base.minor-dark.navbar-button {
    width: 14rem;
    height: 3rem;
  }

  .button-base.corp-secondary.corp-mobile {
    display: none;
  }

  .button-base.navbar-button {
    width: 14rem;
    height: 3rem;
  }

  .div-block.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-contactinfo {
    flex-flow: column;
  }

  .div-benefits {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .content-50-body {
    margin-top: 3rem;
  }

  .content-body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
  }

  .content-body.hug {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-body.short {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
  }

  .content-resultdivs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 3rem;
  }

  .container-full-body {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-24 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .link-14 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-29 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-29.smal {
    margin-top: 0;
  }

  .form-contact.corp {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .form-corp {
    padding-top: 2rem;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-32 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-around;
    align-items: flex-start;
  }

  .tab-link.tab-color {
    flex-flow: row;
    justify-content: space-between;
  }

  .tab-link.tab-color.w--current {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-2 {
    text-align: right;
    font-size: 1.1rem;
    line-height: 100%;
  }

  .navbar-component {
    height: 4rem;
    padding: 0 1.5rem;
  }

  .navbar-brand-2 {
    width: 2rem;
    padding-left: 0;
  }

  ._w-nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 1.5rem;
    padding-left: 1.5px;
    padding-right: 3rem;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 0;
  }

  .nav-button-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-left: 0;
  }

  .list-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: right;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    padding-bottom: 6rem;
  }

  .section-hero.bg-1,
  .section-hero.hero-slider-wrap {
    flex-flow: column;
    justify-content: space-between;
    height: 90vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .section-hero.bg-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/opt/9_1.webp');
  }

  .section-full, .section-full.bg-2 {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-50.bg-3, .section-75 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container {
    align-items: stretch;
    height: 100%;
  }

  .text-body {
    font-size: 1rem;
  }

  .text-l.color-brandlight, .text-m, .text-m.color-brand, .text-m.position-right.color-brand, .text-m.color-white, .text-m.color-branddark, .text-s {
    line-height: 120%;
  }

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

  .section-hug {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subcontainer-50.sc-100 {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .subcontainer-50.sc-100.hero {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .subcontainer-50.sc-0 {
    display: none;
  }

  .subcontainer-100 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .button-base.primary {
    width: 100%;
    min-height: 4rem;
    font-size: 1.2rem;
  }

  .button-base.primary.variant {
    width: 100%;
  }

  .button-base.secondary {
    width: 100%;
    min-height: 4rem;
    font-size: 1.2rem;
  }

  .button-base.secondary.short {
    width: 100%;
  }

  .button-base.minor-dark.navbar-button {
    width: 100%;
    min-height: 4rem;
  }

  .button-base.corp-secondary {
    display: none;
  }

  .button-base.corp-secondary.corp-mobile {
    display: block;
  }

  .button-base.navbar-button {
    width: 100%;
    min-height: 4rem;
    font-size: 1.2rem;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block.hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    align-items: center;
    margin-top: 2rem;
  }

  .heading-2 {
    flex: 1;
  }

  .heading-2.hero {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-102 {
    max-width: none;
  }

  .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .footer-contactinfo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .content-body.short {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-bottom: 2rem;
  }

  .content-body.special {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content-result {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-resultdivs {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .container-full-body {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .container-full-body.large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .div-block-26 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .text-field {
    flex: 0 auto;
  }

  .div-block-29 {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-29.smal {
    margin-top: 1rem;
  }

  .div-block-31 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-32 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-36, .tabs-menu-2 {
    flex-flow: column;
  }

  .div-block-44 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .navbar-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cont-w-nav-menu {
    flex: 0 auto;
    width: 100%;
    height: 100vh;
  }

  ._w-nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mobile-margin-top-11 {
    width: 100%;
  }

  .nav-button-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
  }

  .list-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-46 {
    width: 100%;
  }

  .image-6 {
    display: none;
  }

  .metrics-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}


/* ========================================
   Modern Enhancements — Scroll Reveal
   ======================================== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out),
              transform 0.7s var(--ease-out);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }

/* ========================================
   Modern Enhancements — General Links
   ======================================== */

a {
  transition: color var(--duration-fast) var(--ease-out);
}

.text-body.color-white.footer-text:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ========================================
   Modern Enhancements — Mail link
   ======================================== */

.text-mail {
  transition: opacity var(--duration-fast) var(--ease-out);
}

.text-mail:hover {
  opacity: 0.85;
}

/* ========================================
   Modern Enhancements — Image Polish
   ======================================== */

.info_icon img {
  transition: transform var(--duration-slow) var(--ease-out);
}

.info_icon:hover img {
  transform: scale(1.05);
}

/* ========================================
   Stats Strip — Corporativo
   ======================================== */

.stats-strip {
  background-color: var(--neutral-dark);
  padding: 3.5rem 2rem;
  overflow: hidden;
}

.stats-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
}

.stat-number {
  font-family: Criteriacf, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--brand-light);
  letter-spacing: -0.02em;
}

.stat-suffix {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand);
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--neutral-light);
  margin-top: 0.5rem;
  letter-spacing: 0.03em;
}

.stat-divider {
  width: 1px;
  height: 4rem;
  background: linear-gradient(to bottom, transparent, var(--brand), transparent);
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .stats-strip-inner {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .stat-item {
    flex: 1 1 40%;
    padding: 1rem;
  }

  .stat-divider {
    display: none;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .stats-strip {
    padding: 2.5rem 1rem;
  }

  .stats-strip-inner {
    gap: 1.5rem;
  }

  .stat-item {
    flex: 1 1 100%;
  }

  .stat-number {
    font-size: 2.25rem;
  }
}

/* ========================================
   Reduced Motion — Accessibility
   ======================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* ========================================
   Pago — Toku capture + secondary cards
   ======================================== */

/* --- Main capture --- */
.pay-capture {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
/* Titular header (Veritus attribution) */
.pay-capture__titular {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pay-capture__titular-logo {
  width: clamp(130px, 28vw, 165px);
  height: auto;
}
.pay-capture__titular-text {
  color: var(--brand-dark);
  text-align: center;
}
/* The whole card is the clickable pay affordance */
.pay-capture__logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.5rem 2.5rem;
  border-radius: var(--radius-lg);
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--duration-normal) var(--ease-out),
              box-shadow var(--duration-normal) var(--ease-out);
}
.pay-capture__logo-link:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-xl);
}
.pay-capture__logo-link:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 4px;
}
.pay-capture__cta {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-accessible);
}
.pay-capture__cue {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--brand-accessible);
  letter-spacing: 0.01em;
  transition: transform var(--duration-fast) var(--ease-out);
}
.pay-capture__logo-link:hover .pay-capture__cue {
  transform: translateX(3px);
}

/* Powered by Toku */
.pay-capture__poweredby {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity var(--duration-fast) var(--ease-out);
}
.pay-capture__poweredby:hover {
  opacity: 1;
}
.pay-capture__poweredby-label {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--neutral-dark);
}
.pay-capture__poweredby-mark {
  height: 20px;
  width: auto;
}

/* Accepted-payment badges (informational, not links) */
.pay-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pay-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3rem;
  padding: 0 1rem;
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-md);
}
.pay-badge__img {
  max-height: 1.5rem;
  width: auto;
}
.pay-badge__img--card {
  height: 1.6rem;
  max-height: 1.6rem;
  width: auto;
}
.pay-badge__icon {
  height: 1.5rem;
  width: auto;
}
.pay-badge--wide {
  padding: 0 1.25rem;
}

/* Consolidated support block */
.pay-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}
.pay-support__channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}
.pay-support__chan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.65rem 1.25rem;
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: box-shadow var(--duration-fast) var(--ease-out),
              transform var(--duration-fast) var(--ease-out);
}
.pay-support__chan:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.pay-support__label {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-accessible);
}

/* --- Secondary cards (ADT / IPLACEX) --- */
.pay-secondary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.pay-secondary__head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(127, 145, 81, 0.35);
}
.pay-cards {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}
.pay-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem;
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.pay-card__logo {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
}
.pay-card__logo img {
  max-height: 3rem;
  width: auto;
}
.pay-card__hint {
  opacity: 0.75;
}

.pay-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pay-method {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 30%;
  min-width: 6rem;
  padding: 0.85rem 1rem;
  background: rgba(249, 249, 249, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
}
.pay-method:hover {
  background: var(--neutral-white);
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.pay-method:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 2px;
}
.pay-method img {
  max-height: 1.6rem;
  width: auto;
}

.pay-card__contact {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* --- Responsive --- */
@media screen and (max-width: 767px) {
  .pay-cards {
    flex-direction: column;
  }
  .pay-capture {
    padding: 1.5rem;
  }
  .pay-support__channels,
  .pay-badges {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  .pay-method {
    flex: 1 1 100%;
  }
}

/* Respect reduced-motion for the new interactive blocks */
@media (prefers-reduced-motion: reduce) {
  .pay-capture__logo-link:hover,
  .pay-support__chan:hover,
  .pay-method:hover {
    transform: none;
  }
  .pay-capture__logo-link:hover .pay-capture__cue {
    transform: none;
  }
}
/* ==========================================================
   Button system v2 — Veritus
   One voice: Inter for UI/body. One green: --brand-deep (AA).
   ========================================================== */
:root {
  --brand-deep: #5a7233;
  --brand-deep-hover: #4c612b;
  --brand-tint: #f1f6e6;
}

.button-base,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  transform: none;
  cursor: pointer;
  transition: background-color var(--duration-fast) var(--ease-out),
              color var(--duration-fast) var(--ease-out),
              border-color var(--duration-fast) var(--ease-out),
              box-shadow var(--duration-fast) var(--ease-out);
}
.button-base:hover { transform: none; }
.button-base:active { transform: translateY(1px); }

/* Primary: pay actions only */
.button-base,
.button-base.primary,
.button-base.primary.variant,
.button-base.navbar-button,
.button-base.navbar-primary-button,
.btn--primary {
  background-color: var(--brand-deep);
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}
.button-base:hover,
.button-base.primary:hover,
.button-base.navbar-button:hover,
.btn--primary:hover {
  background-color: var(--brand-deep-hover);
  color: #ffffff;
  box-shadow: var(--shadow-md);
}

/* Secondary: contact / advisor */
.button-base.secondary,
.button-base.minor-dark,
.button-base.minor-dark.navbar-button,
.button-base.corp-primary,
.btn--secondary {
  background-color: transparent;
  border-color: var(--brand-deep);
  color: var(--brand-deep);
  box-shadow: none;
}
.button-base.secondary:hover,
.button-base.minor-dark:hover,
.button-base.corp-primary:hover,
.btn--secondary:hover {
  background-color: var(--brand-tint);
  border-color: var(--brand-deep-hover);
  color: var(--brand-deep-hover);
  box-shadow: none;
}

/* On dark/green bands: swap to white ink */
.bg-3 .button-base.secondary,
.bg-8 .button-base.corp-primary,
.footer .button-base.minor-light,
.article-cta .button-base.primary,
.article-cta .button-base.secondary,
.section-hug.color-dark .button-base.secondary,
.btn--secondary.on-dark {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--brand-deep);
}
.bg-3 .button-base.secondary:hover,
.bg-8 .button-base.corp-primary:hover,
.footer .button-base.minor-light:hover,
.article-cta .button-base.primary:hover,
.article-cta .button-base.secondary:hover,
.section-hug.color-dark .button-base.secondary:hover,
.btn--secondary.on-dark:hover {
  background-color: var(--brand-light);
  border-color: var(--brand-light);
  color: var(--brand-deep-hover);
}

/* Dark photo heroes (legal): white is the strongest ink */
.bg-6 .button-base.primary {
  background-color: #ffffff;
  color: var(--brand-deep);
  box-shadow: var(--shadow-sm);
}
.bg-6 .button-base.primary:hover {
  background-color: var(--brand-light);
  color: var(--brand-deep-hover);
}
.bg-6 .button-base.secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.bg-6 .button-base.secondary:hover {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  color: #ffffff;
}

/* Tertiary: inline text links */
.btn--tertiary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 0;
  padding: 0.25rem 0;
  border: none;
  background: none;
  border-radius: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-deep);
  text-decoration: none;
  box-shadow: none;
}
.btn--tertiary::after { content: "\2192"; transition: transform var(--duration-fast) var(--ease-out); }
.btn--tertiary:hover { color: var(--brand-deep-hover); text-decoration: underline; text-underline-offset: 4px; }
.btn--tertiary:hover::after { transform: translateX(3px); }
.section-hero .btn--tertiary { color: #ffffff; }
.section-hero .btn--tertiary:hover { color: var(--brand-light); }

/* Shared states */
.button-base:focus-visible,
.btn:focus-visible,
.btn--tertiary:focus-visible {
  outline: 2px solid var(--brand-deep);
  outline-offset: 3px;
}
.button-base[disabled], .btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

/* Sizes */
.button-base.navbar-button,
.button-base.minor-dark.navbar-button,
.btn--sm {
  min-height: 2.75rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
}
.button-base.primary.variant,
.btn--lg {
  min-height: 3.5rem;
  padding: 1rem 2rem;
  font-size: 1.05rem;
}

/* Navbar layout: let the wrap breathe instead of a hardcoded margin */
.nav-button-wrap { margin-left: auto; }

/* Secure-payment note under a primary CTA */
.cta-secure-note {
  margin-top: 0.75rem;
  opacity: 0.85;
  font-size: 0.85rem;
}

/* Mobile: full-width stacked CTAs, never overflow */
@media screen and (max-width: 479px) {
  .button-base,
  .button-base.primary,
  .button-base.primary.variant,
  .button-base.secondary,
  .button-base.secondary.short,
  .button-base.navbar-button,
  .button-base.minor-dark.navbar-button {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }
}

/* Contact band: keep phone/email on one line inside their cards */
.contact-channel .text-m {
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .contact-channel .text-m { white-space: normal; }
}

/* Benefits band (servicios): cards in a row, full width */
.content-body.hug-content {
  flex-flow: row wrap;
  align-items: stretch;
  gap: 1.5rem;
}
.info-text {
  flex: 1 1 260px;
  border-radius: var(--radius-md);
  padding: var(--space-md);
  gap: 0.75rem;
}
.info-text .text-m.color-brand {
  text-align: left;
}
.info-text .text-body {
  text-align: left;
  font-size: var(--fs-sm);
}

/* Hero headline: retuned for CriteriaCF's wider metrics */
.heading-2.hero {
  font-size: clamp(2.3rem, 1.5rem + 2.1vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: 14em;
}

/* Hero: center content vertically so the CTA never falls below the fold.
   Flex on the section itself - inner percentage heights collapsed when
   the section moved from height to min-height. */
.section-hero.hero-slider-wrap,
.section-hero.bg-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-hero.hero-slider-wrap .hero-content-z {
  height: auto;
}
.section-hero .subcontainer-50.sc-100.hero {
  justify-content: center;
  height: auto;
}
.section-hero .heading-2.hero {
  margin-top: 0;
}

/* Blog index header: compact intro so article tiles are visible on load */
.blog-head {
  padding-top: 6.5rem;
  padding-bottom: 3rem;
}
.blog-head .subcontainer-100 {
  justify-content: flex-start;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
.blog-head .title-div {
  margin-bottom: 0;
}
.blog-head .heading-3 {
  font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.4rem);
  margin-top: 10px;
}
.blog-head-sub {
  max-width: 700px;
  text-align: left;
  margin-bottom: 0.75rem;
}
.blog-head .blog-grid {
  margin-top: 1rem;
}

/* Corporativo hero: consistent left alignment, no bottom-pinned gaps */
.section-hero.bg-8 .div-block-12 {
  justify-content: center;
  gap: 2.5rem;
}
.section-hero.bg-8 .text-m {
  text-align: left;
}

/* Reduced motion: keep the first hero slide visible instead of none */
@media (prefers-reduced-motion: reduce) {
  .hero-bg-slide-1 {
    opacity: 1 !important;
    animation: none !important;
  }
  .hero-bg-slide-2, .hero-bg-slide-3 {
    display: none;
  }
}


/* ==========================================================
   Polish pass: FAQ cards, stats strip, band scrims, misc
   ========================================================== */

/* FAQ accordions as cards */
.content-faq {
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 0.25rem 1.5rem;
  transition: background-color var(--duration-fast) var(--ease-out);
}
.content-faq:hover {
  background: var(--brand-tint);
}
.div-faq {
  grid-row-gap: 0.75rem;
}
.title-faq {
  border-bottom: none;
  padding: 1rem 0;
}
.content-answer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0 1rem;
}
.plus-symbol, .minus-symbol {
  color: var(--brand-deep);
  font-size: 1.4rem;
}
.content-faq.corp {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}
.content-faq.corp:hover {
  background: rgba(255, 255, 255, 0.12);
}
.content-faq.corp .content-answer {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.big-plus, .big-minus {
  color: var(--brand-light);
}

/* Stats strip: brand punctuation instead of flat grey */
.stats-strip {
  background-color: #3f4e26;
}
.stat-suffix {
  color: var(--brand-light);
}
.stat-divider {
  background: rgba(255, 255, 255, 0.18);
}

/* Band scrims: readable ink over the V-watermark backgrounds */
.section-hug.bg-3 {
  background-image: linear-gradient(rgba(63, 78, 38, 0.55), rgba(63, 78, 38, 0.55)), url('../images/opt/4.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}
.section-hug.bg-7 .heading-4 {
  color: var(--brand-light);
}
.section-hug.bg-9 {
  background-image: linear-gradient(rgba(63, 78, 38, 0.45), rgba(63, 78, 38, 0.45)), url('../images/opt/10.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

/* Dark-band eyebrows keep light ink */
.section-hero.bg-8 .heading-4,
.section-hug.color-dark .heading-4 {
  color: var(--brand-light);
}

/* Footer v2: solid deep green, column grid, AA text */
.footer {
  background-image: none;
  background-color: #3f4e26;
}
.footer-div.footer-sm {
  flex-flow: row wrap;
  gap: 2.5rem;
  align-items: flex-start;
}
.footer .button-base.minor-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.footer .button-base.minor-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

/* Pago: after-payment reassurance + unsure line */
.pay-unsure {
  margin-top: 1.25rem;
  opacity: 0.9;
}
.after-pay {
  max-width: 720px;
  margin: 2.5rem auto 0;
  padding: 1.5rem 2rem;
  background: var(--neutral-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.after-pay__list {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Blog index conversion bands */
.blog-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--brand-tint);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.75rem;
  margin: 1rem 0;
}
.blog-cta-band__text {
  text-align: left;
  margin: 0;
}

/* Footer v2 layout */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  padding: 1rem 0 2rem;
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  text-align: left;
}
.footer-col .text-s,
.footer-col .text-small {
  text-align: left;
}
.footer-col__title {
  color: var(--brand-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
.footer-wordmark {
  width: 160px;
  max-width: 100%;
}
.footer-link {
  text-decoration: none;
  opacity: 0.92;
  transition: opacity var(--duration-fast) var(--ease-out);
}
.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
}
.footer-social img {
  width: 22px;
  height: 22px;
}
.footer-privacy {
  margin-top: 0.75rem;
  opacity: 0.8;
  line-height: 1.5;
}
.footer-inline-link {
  color: inherit;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.25rem;
  opacity: 0.8;
  text-align: left;
}

/* Verification page grid */
.verify-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.verify-note {
  text-align: left;
  max-width: 720px;
  margin-bottom: 1rem;
}

/* Contact form upgrades */
.field-textarea {
  min-height: 6.5rem;
  resize: vertical;
  line-height: 1.5;
}
select.text-field {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234d4d4d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.rut-error {
  color: #a32d2d;
  text-align: left;
  margin: -0.5rem 0 0.5rem;
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.consent-row input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  flex: none;
  accent-color: var(--brand-deep);
}
.consent-row a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.consent-row--dark {
  color: var(--neutral-white);
}
