/* MARABIKA multilingual homepage About experience v2.3.0. */
#heading-text.mah-section,
#heading-text.mah-section * {
  box-sizing: border-box;
}

#heading-text.mah-section {
  padding: 34px 0 28px;
  margin-top: -20px;
  scroll-margin-top: 150px;
}

#heading-text.mah-section > .container {
  width: 100%;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
}

#heading-text.mah-section .heading-text-block > .section__title {
  margin: 0 0 20px !important;
  color: #493a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: none;
}

#heading-text.mah-section .heading-text-block {
  padding: 0;
}

#heading-text.mah-section .heading-text-block > .text-left {
  font-size: inherit;
  text-align: left;
}

#marabika-about-home.mah-home {
  --mah-ink: #493a36;
  --mah-muted: #6e5b55;
  --mah-paper: #fffdfa;
  --mah-cream: #fbf6f1;
  --mah-blush: #f3e4e1;
  --mah-line: #e5d8cf;
  --mah-gold: #9d7950;
  --mah-rose: #a96070;
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid var(--mah-line);
  border-radius: 30px;
  color: var(--mah-ink);
  background:
    radial-gradient(circle at 92% 3%, rgba(169, 96, 112, .11), transparent 28%),
    linear-gradient(145deg, #fffdfa 0%, #f8f0ea 100%);
  box-shadow: 0 18px 48px rgba(73, 58, 54, .07);
}

#marabika-about-home .mah-home__intro {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#marabika-about-home .mah-home__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--mah-gold);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#marabika-about-home .mah-home__kicker::before,
#marabika-about-home .mah-home__kicker::after {
  width: 22px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: .48;
}

#marabika-about-home .mah-home__title {
  max-width: 29ch;
  margin: 0 auto;
  color: var(--mah-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-transform: none;
}

#marabika-about-home .mah-home__lead {
  max-width: 74ch;
  margin: 16px auto 0;
  color: var(--mah-muted);
  font-size: 15px;
  line-height: 1.65;
}

#marabika-about-home .mah-home__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

#marabika-about-home .mah-home__button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mah-rose);
  border-radius: 15px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

#marabika-about-home .mah-home__button--primary {
  color: #fff;
  background: var(--mah-rose);
  box-shadow: 0 10px 22px rgba(127, 63, 77, .16);
}

#marabika-about-home .mah-home__button--secondary {
  color: var(--mah-rose);
  background: rgba(255, 253, 250, .86);
}

#marabika-about-home .mah-home__button:hover {
  border-color: #914e5d;
  transform: translateY(-1px);
}

#marabika-about-home .mah-home__button--primary:hover {
  color: #fff;
  background: #914e5d;
}

#marabika-about-home .mah-home__button--secondary:hover {
  color: #914e5d;
  background: #fff;
}

#marabika-about-home .mah-home__button:focus-visible,
#marabika-about-home .mah-home__summary:focus-visible {
  outline: 3px solid rgba(169, 96, 112, .45);
  outline-offset: 4px;
}

#marabika-about-home .mah-home__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1100px;
  margin: 30px auto 0;
}

#marabika-about-home .mah-home__step {
  position: relative;
  min-width: 0;
  min-height: 132px;
  padding: 20px 18px 18px 52px;
  border: 1px solid rgba(157, 121, 80, .18);
  border-radius: 18px;
  background: rgba(255, 253, 250, .78);
  box-shadow: 0 8px 24px rgba(73, 58, 54, .04);
}

#marabika-about-home .mah-home__number {
  position: absolute;
  top: 20px;
  left: 18px;
  color: var(--mah-rose);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

#marabika-about-home .mah-home__step-title {
  margin: 0 0 7px;
  color: var(--mah-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  text-transform: none;
}

#marabika-about-home .mah-home__step-text {
  margin: 0;
  color: var(--mah-muted);
  font-size: 13px;
  line-height: 1.48;
}

#marabika-about-home .mah-home__details {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 14px auto 0;
  border: 1px solid rgba(157, 121, 80, .2);
  border-radius: 16px;
  background: rgba(255, 253, 250, .72);
}

#marabika-about-home .mah-home__summary {
  display: flex;
  min-height: 52px;
  padding: 13px 18px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--mah-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: .08em;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

#marabika-about-home .mah-home__summary::-webkit-details-marker {
  display: none;
}

#marabika-about-home .mah-home__chevron {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--mah-rose);
  border-bottom: 1.5px solid var(--mah-rose);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

#marabika-about-home .mah-home__details[open] .mah-home__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

#marabika-about-home .mah-home__more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 14px 14px;
}

#marabika-about-home .mah-home__more-item {
  padding: 18px;
  border: 1px solid rgba(157, 121, 80, .15);
  border-radius: 14px;
  background: #fff;
}

#marabika-about-home .mah-home__more-title {
  margin: 0 0 8px;
  color: var(--mah-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: none;
}

#marabika-about-home .mah-home__more-text {
  margin: 0;
  color: var(--mah-muted);
  font-size: 13.5px;
  line-height: 1.58;
}

#marabika-about-home .mah-home__seo-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 4px 20px 22px;
  color: var(--mah-muted);
  font-size: 14px;
  line-height: 1.72;
}

#marabika-about-home .mah-home__seo-content strong {
  color: var(--mah-ink);
  font-weight: 750;
}

#marabika-about-home .mah-home__seo-content a {
  color: #914e5d;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(145, 78, 93, .42);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#marabika-about-home .mah-home__seo-content a:hover {
  color: #743b48;
  text-decoration-color: currentColor;
}

#marabika-about-home .mah-home__seo-paragraph {
  margin: 0 0 15px;
}

#marabika-about-home .mah-home__seo-card {
  margin: 16px 0 0;
  padding: 19px;
  border: 1px solid rgba(157, 121, 80, .17);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(73, 58, 54, .04);
}

#marabika-about-home .mah-home__seo-card h3 {
  margin: 0 0 10px;
  color: var(--mah-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.24;
  text-transform: none;
}

#marabika-about-home .mah-home__seo-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#marabika-about-home .mah-home__seo-card li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(157, 121, 80, .13);
}

#marabika-about-home .mah-home__seo-card li:first-child {
  padding-top: 0;
}

#marabika-about-home .mah-home__seo-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#marabika-about-home .mah-home__seo-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  #heading-text.mah-section {
    padding-top: 26px;
    scroll-margin-top: 90px;
  }

  #heading-text.mah-section > .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  #marabika-about-home .mah-home__steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  #marabika-about-home .mah-home__step {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 575px) {
  #heading-text.mah-section {
    padding: 22px 0 20px;
    margin-top: -26px;
  }

  #heading-text.mah-section > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  #heading-text.mah-section .heading-text-block > .section__title {
    margin-bottom: 15px !important;
    font-size: 27px;
  }

  #marabika-about-home.mah-home {
    padding: 24px 14px 14px;
    border-radius: 22px;
  }

  #marabika-about-home .mah-home__kicker {
    gap: 7px;
    font-size: 9.5px;
    letter-spacing: .13em;
  }

  #marabika-about-home .mah-home__kicker::before,
  #marabika-about-home .mah-home__kicker::after {
    width: 14px;
  }

  #marabika-about-home .mah-home__title {
    font-size: 25px;
  }

  #marabika-about-home .mah-home__lead {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.58;
  }

  #marabika-about-home .mah-home__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 18px;
  }

  #marabika-about-home .mah-home__button {
    width: 100%;
    min-height: 50px;
    padding-right: 14px;
    padding-left: 14px;
  }

  #marabika-about-home .mah-home__steps {
    margin-top: 20px;
  }

  #marabika-about-home .mah-home__step {
    padding: 14px 12px 14px 44px;
    border-radius: 15px;
  }

  #marabika-about-home .mah-home__number {
    top: 17px;
    left: 14px;
  }

  #marabika-about-home .mah-home__step-title {
    font-size: 14px;
  }

  #marabika-about-home .mah-home__step-text {
    font-size: 12.5px;
  }

  #marabika-about-home .mah-home__details {
    margin-top: 10px;
    border-radius: 15px;
  }

  #marabika-about-home .mah-home__summary {
    min-height: 52px;
    padding: 12px;
    font-size: 11px;
  }

  #marabika-about-home .mah-home__more {
    grid-template-columns: minmax(0, 1fr);
    padding: 0 9px 9px;
  }

  #marabika-about-home .mah-home__more-item {
    padding: 15px;
  }

  #marabika-about-home .mah-home__more-title {
    font-size: 19px;
  }

  #marabika-about-home .mah-home__seo-content {
    padding: 2px 11px 12px;
    font-size: 13.5px;
    line-height: 1.66;
  }

  #marabika-about-home .mah-home__seo-card {
    padding: 15px 13px;
    border-radius: 13px;
  }

  #marabika-about-home .mah-home__seo-card h3 {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #marabika-about-home .mah-home__button,
  #marabika-about-home .mah-home__chevron {
    transition: none;
  }

  #marabika-about-home .mah-home__button:hover {
    transform: none;
  }
}
