html,
body {
  scroll-behavior: smooth;
  font-family: "QuickSand", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  font-size: clamp(14px, 1vw + 0.5em, 16px);
}

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

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

button {
  all: unset;
}

[animate] > * {
  opacity: 0;
}
[animate] > *:nth-child(1) {
  animation-delay: 0.1s !important;
}
[animate] > *:nth-child(2) {
  animation-delay: 0.2s !important;
}
[animate] > *:nth-child(3) {
  animation-delay: 0.3s !important;
}
[animate] > *:nth-child(4) {
  animation-delay: 0.4s !important;
}
[animate] > *:nth-child(5) {
  animation-delay: 0.5s !important;
}
[animate] > *:nth-child(6) {
  animation-delay: 0.6s !important;
}
[animate] > *:nth-child(7) {
  animation-delay: 0.7s !important;
}
[animate] > *:nth-child(8) {
  animation-delay: 0.8s !important;
}
[animate] > *:nth-child(9) {
  animation-delay: 0.9s !important;
}
[animate] > *:nth-child(10) {
  animation-delay: 1s !important;
}

[up] > * {
  transform: translateY(10px);
}

.animate > * {
  animation-name: animateInView;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes animateInView {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main {
  max-width: 2560px;
  margin-inline: auto;
}

footer {
  max-width: 2560px;
  margin: auto;
  padding: 5rem 0;
  background-color: hsl(55, 25%, 80%);
}
footer .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  row-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (min-width: 600px) {
  footer .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  footer .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  footer .wrapper {
    max-width: 1400px;
    justify-items: center;
    grid-template-columns: repeat(5, 1fr);
  }
}
footer ul {
  list-style: none;
}
footer li {
  line-height: 2;
  font-size: 14px;
}
footer li a {
  transition: opacity 0.2s ease-in-out;
}
footer li a:hover {
  opacity: 0.5;
}
footer .title {
  font-weight: 700;
  margin-bottom: 1rem;
}
footer .fineprint {
  color: #555;
  font-size: 12px;
  font-style: italic;
}
footer .social-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
footer .social-icon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: 2rem;
  transition: opacity 0.3s ease-in-out;
}
footer .social-icon:hover {
  opacity: 0.5;
}

.hero {
  isolation: isolate;
  overflow: hidden;
  background-color: #edece5;
}
.hero .container {
  padding-block: 10rem;
  padding-inline: 2.5%;
}
.hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.618rem;
  padding-bottom: 2.618rem;
}
.hero__header .heading {
  font-size: clamp(2.618rem, 3vw, 3.386rem);
  font-family: "Nunito";
  font-weight: 800;
  line-height: 1;
}
.hero__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero__header .paragraph {
  font-size: clamp(1rem, 3.5vw, 1.272rem);
  font-weight: 500;
  max-width: 70ch;
}
.hero__header .cta-book {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  gap: 0.368rem;
  align-items: center;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  border-radius: 99999px;
  padding: 0.768rem 2.618rem;
  color: #ffffff;
  font-weight: 600;
  transition: box-shadow 0.3s, transform 0.3s;
}
.hero__header .cta-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hero__header .cta-book img {
  height: 1.618rem;
}
.hero__figure {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  width: 100%;
  height: 600px;
}
.hero__figure > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero__figure .features {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.hero__figure .features .feature-item {
  background-color: white;
  border: 2px solid white;
  border-radius: 99999px;
  display: flex;
  align-items: center;
}
.hero__figure .features .feature-item img {
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 99999px;
  background-color: #8a875c;
}
.hero__figure .features .feature-item p {
  line-height: 1.2;
  max-width: 15ch;
  font-size: clamp(0.768rem, 2.5vw, 1rem);
  padding-inline: 1rem 0.768rem;
}
.hero__figure .features .feature-item:nth-child(even) {
  align-self: flex-end;
}
.hero .gradient-bg1 {
  position: relative;
}
.hero .gradient-bg1::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(circle at 100% -10%, rgb(138, 135, 92), transparent 20%), radial-gradient(circle at 0% -10%, rgb(203, 176, 95), transparent 20%);
}
.hero .gradient-bg2 {
  position: relative;
}
.hero .gradient-bg2::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 150%;
  width: 150%;
  background: radial-gradient(circle at 50% 50%, rgb(138, 135, 92), transparent 20em), radial-gradient(circle at 50% 40%, rgb(203, 176, 95), transparent 20em);
}
@media (min-width: 1440px) {
  .hero .container {
    padding-block: 7.5rem;
    display: grid;
    width: 100%;
    max-width: 1920px;
    justify-content: center;
    margin-inline: auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.272rem;
    height: 80vh;
    min-height: 800px;
  }
  .hero__header {
    grid-column: 1/3;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
  }
  .hero__figure {
    grid-column: 3/-1;
    height: 100%;
  }
  .hero__figure > img {
    width: 100%;
  }
  .hero__figure .features .feature-item img {
    height: 50px;
    width: 50px;
  }
  .hero .gradient-bg1::before {
    background-image: radial-gradient(circle at 35% -15%, rgb(138, 135, 92), transparent 20%), radial-gradient(circle at 20% -15%, rgb(203, 176, 95), transparent 20%);
  }
  .hero .gradient-bg2::before {
    background: radial-gradient(circle at 70% 60%, rgb(138, 135, 92), transparent 25%), radial-gradient(circle at 60% 30%, rgb(203, 176, 95), transparent 25%);
  }
}

.problem .container {
  padding-block: 10rem;
  padding-inline: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.618rem;
}
.problem__header {
  text-align: center;
}
.problem__header .heading {
  font-family: "Nunito";
  font-size: clamp(1.618rem, 10vw, 2.618rem);
  font-weight: 800;
  line-height: 1.2;
}
.problem__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.problem__header .paragraph {
  margin-top: 1.618rem;
  font-size: clamp(1rem, 4vw, 1.272rem);
  line-height: 1.68;
  font-weight: 500;
}
.problem__grid {
  list-style: none;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.618rem;
}
.problem__grid .grid-item {
  background-color: #edece5;
  padding: 1.618rem 2.618rem;
  border-radius: 20px;
  flex-basis: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.problem__grid .grid-item img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem__grid .grid-item h3 {
  line-height: 1.2;
}
.problem__cta {
  text-align: center;
}
.problem__cta .paragraph {
  max-width: 70ch;
  margin-bottom: 2.618rem;
}
.problem__cta .cta-book {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  gap: 0.368rem;
  align-items: center;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  border-radius: 99999px;
  padding: 0.768rem 2.618rem;
  color: #ffffff;
  font-weight: 600;
  transition: box-shadow 0.3s, transform 0.3s;
}
.problem__cta .cta-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.problem__cta .cta-book img {
  height: 1.618rem;
}

.solution .container {
  background-color: #edece5;
  padding-block: 5rem;
  padding-inline: 2.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.618rem;
}
.solution__header, .solution__content {
  display: grid;
  gap: 2.618rem;
}
.solution .wrapper {
  max-width: 60ch;
  display: flex;
  flex-direction: column;
  gap: 1.618rem;
}
.solution .heading {
  font-family: "Nunito";
  font-size: clamp(1.618rem, 10vw, 2.618rem);
  font-weight: 800;
  line-height: 1.2;
}
.solution .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.solution .paragraph {
  line-height: 1.68;
  font-weight: 500;
  font-size: 1rem;
}
.solution .figure {
  width: 325px;
  height: 375px;
}
.solution .figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .solution .container {
    display: grid;
    padding-inline: 0;
  }
  .solution__header {
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
  }
  .solution__header .wrapper {
    grid-row: 1;
    grid-column: 2/4;
  }
  .solution__header .figure {
    grid-row: 1;
    grid-column: 4/-1;
  }
  .solution__content {
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
  }
  .solution__content .wrapper {
    grid-row: 1;
    grid-column: 3/-1;
  }
  .solution__content .figure {
    grid-row: 1;
    grid-column: 2/3;
  }
}

.team .container {
  padding-block: 7.5rem;
  background-color: #ffffff;
}
.team__header {
  text-align: center;
  margin-bottom: 3.618rem;
}
.team__header .tagline {
  font-weight: 500;
  font-size: 1.272rem;
  margin-bottom: 1.272rem;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.team__header .heading {
  font-family: "Nunito";
  font-size: clamp(1.618rem, 8vw, 2.618rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.team__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.team__header .paragraph {
  color: #ffffff;
  font-size: 1rem;
}
.team__grid {
  display: grid;
  justify-content: center;
  padding-inline: 2.5%;
  gap: 2.618rem;
}
.team__grid .staff {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
.team__grid .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.team__grid .name {
  text-align: center;
  font-family: "Nunito";
  font-size: clamp(1rem, 5vw, 1.272rem);
  font-style: normal;
  color: #c6a43e;
  margin-bottom: 1rem;
}
.team__grid .text {
  font-size: clamp(0.368rem, 2.5vw, 0.768rem);
  font-weight: 400;
  line-height: 1.68;
  max-width: 65ch;
}
.team__grid figure {
  max-width: 15em;
}
.team__grid figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}

.gallery .container {
  background-color: #8a875c;
  padding-block: 10rem;
  padding-inline: 2.5%;
  display: grid;
  place-items: center;
  gap: 2.618rem;
}
.gallery__header {
  color: white;
  padding-bottom: 2.618rem;
  text-align: center;
}
.gallery__header .heading {
  font-family: "Nunito";
  font-size: clamp(1.618rem, 10vw, 2.618rem);
  font-weight: 800;
  line-height: 1.2;
}
.gallery__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.gallery img {
  display: block;
  max-width: 100%;
}
.gallery .gallery-wrapper {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}
.gallery .image-container {
  max-width: 800px;
  max-height: 50vh;
  aspect-ratio: 16/9;
}
.gallery .slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.gallery .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.gallery .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.gallery .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.gallery .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.gallery .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsla(0, 50%, 2%, 0.5);
}

.pricing .container {
  padding-block: 10rem;
  background-color: #ffffff;
}
.pricing__header {
  text-align: center;
  margin-bottom: 3.618rem;
  display: flex;
  flex-direction: column;
  gap: 1.618rem;
  padding-inline: 0.368rem;
}
.pricing__header .heading {
  font-family: "Nunito";
  font-size: clamp(1.618rem, 8vw, 2.618rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.pricing__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.pricing__header .paragraph {
  font-size: clamp(1rem, 4vw, 1.272rem);
  font-weight: 500;
  max-width: 70ch;
  margin-inline: auto;
}
.pricing__grid {
  position: relative;
  isolation: isolate;
  margin-block: 4.618rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.618rem;
}
.pricing__grid .item {
  position: relative;
  background-color: #edece5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  max-width: 25em;
}
.pricing__grid .item-img {
  height: 12em;
  width: 100%;
}
.pricing__grid .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.pricing__grid .content {
  padding-block: 2.618rem;
  padding-inline: 2.618rem;
}
.pricing__grid .item-header {
  border-bottom: 2px solid #edece5;
  padding-bottom: 1.618rem;
}
.pricing__grid .item-header .service-promo {
  position: absolute;
  top: 2.618rem;
  right: 2.618rem;
  border-radius: 8px;
  font-size: 1rem;
  color: white;
  font-weight: 500;
  font-family: "Nunito";
  display: inline-block;
  justify-self: flex-end;
  text-align: right;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  padding-inline: 0.768rem;
}
.pricing__grid .item-header .service-name {
  font-size: 1.272rem;
}
.pricing__grid .item-header .service-price {
  font-family: "Nunito";
  font-size: 2.618rem;
  font-weight: 700;
}
.pricing__grid .item-header .service-reg {
  text-decoration: line-through;
  color: #999;
  font-family: "Nunito";
  font-size: 1.618rem;
  font-weight: 500;
}
.pricing__grid .item-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.368rem;
}
.pricing__grid .item-features ul li {
  font-size: clamp(0.768rem, 3vw, 1rem);
  font-weight: 500;
}
.pricing__grid .item-features ul li:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 5px;
  vertical-align: middle;
}
.pricing__grid .item-1 .service-name {
  color: #c6a43e;
}
.pricing__grid .item-1 li:before {
  content: url("/assets/pages/home/svg/check.svg") !important;
}
.pricing__grid .item-2 .service-name {
  color: #478a8f;
}
.pricing__grid .item-2 li:before {
  content: url("/assets/pages/home/svg/check-blue.svg") !important;
}
.pricing__grid .item-3 .service-name {
  color: #785dc8;
}
.pricing__grid .item-3 li:before {
  content: url("/assets/pages/home/svg/check-purple.svg") !important;
}
.pricing__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.272rem;
  text-align: center;
}
.pricing__cta .cta-book {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  gap: 0.368rem;
  align-items: center;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  border-radius: 99999px;
  padding: 0.768rem 2.618rem;
  color: #ffffff;
  font-weight: 600;
  transition: box-shadow 0.3s, transform 0.3s;
}
.pricing__cta .cta-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.pricing__cta .cta-book img {
  height: 1.618rem;
}
.pricing__features {
  margin-top: 3.618rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.618rem;
       column-gap: 1.618rem;
  row-gap: 0.768rem;
}
.pricing__features .item {
  flex-basis: 30%;
  max-width: 25ch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.368rem;
}
.pricing__features .item img {
  height: clamp(1.272rem, 2vw, 1.618rem);
}
.pricing__features .item div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.368rem;
  text-align: center;
}
.pricing__features .item .title {
  font-size: clamp(0.368rem, 2.5vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  max-width: 18ch;
}

.faq .container {
  overflow: hidden;
  background-color: #edece5;
  padding-block: 7.5rem;
}
.faq__header {
  display: grid;
  justify-items: center;
  margin-bottom: 3.618rem;
}
.faq__header .heading {
  font-family: "Nunito";
  font-size: 1.618rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.faq__header .heading strong {
  font-weight: 800;
  background: linear-gradient(135deg, #ebd784 0%, #d3b84d 35%, #d0b54a 65%, #c6a43e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.faq__header .subheading {
  color: #666;
  margin: 0;
}
.faq__header .faq__actions {
  display: flex;
  gap: 0.5rem;
}
.faq__header .faq__actions .faq__toggle-all {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font: inherit;
}
.faq__header .faq__actions .faq__toggle-all:hover {
  background: #f7f7f7;
}
.faq__header .faq__actions .faq__toggle-all:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.faq__grid {
  margin-inline: auto;
  max-width: 70ch;
  padding-inline: 2.5%;
}
.faq__grid .faq__list {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq__grid .faq-item {
  border: 1px solid #eee;
  border-radius: 0.75rem;
  background: #fff;
}
.faq__grid .faq-item__title {
  margin: 0;
  font-weight: 500;
}
.faq__grid .faq-item__button {
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem 2.75rem;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  position: relative;
}
.faq__grid .faq-item__button::before, .faq__grid .faq-item__button::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.faq__grid .faq-item__button::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__grid .faq-item__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq__grid .faq-item__button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.faq__grid .faq-item__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  will-change: max-height;
}
.faq__grid .faq-item__panel .faq-item__answer {
  padding: 0 1rem 1rem 2.75rem;
  color: #333;
}
.faq__grid .faq-item--open .faq-item__panel {
  max-height: 600px;
}
@media (prefers-reduced-motion: reduce) {
  .faq__grid .faq-item__panel {
    transition: none;
  }
  .faq__grid .faq-item__button::after {
    transition: none;
  }
}