@media (max-width: 1520px) {
  .hero {
    height: auto;
  }

  .hero__inner {
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 52px;
    padding-top: 200px;
  }

  .hero__body {
    align-items: center;
    text-align: center;
  }

  .hero__actions {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 1220px) {
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
  }

  .header__overlay {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: clamp(24px, 6vw, 48px);
    box-sizing: border-box;
    background-color: rgba(29, 35, 28, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: none;
  }

  .header__overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    width: 100%;
    margin-block: auto;
    flex-shrink: 0;
  }

  .header.is-menu-open .header__overlay {
    transform: translateX(0);
    pointer-events: auto;
  }

  .header__nav-list {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    column-gap: 0;
  }

  .header__nav-link {
    font-size: 18px;
  }

  .header__soc1als .soc1als__list {
    justify-content: center;
  }

  .hero__inner {
    padding-bottom: 90px;
  }

  .hero__separator {
    height: 140px;
    bottom: -90px;
  }

  .concept .section__inner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .concept {
    overflow-x: clip;
  }

  .concept .section__header {
    max-width: min(100%, 36rem);
  }

  .concept__cards {
    padding-top: 54px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .concept-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    padding: 70px 0 120px 50px;
    box-sizing: border-box;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.24));
  }

  .concept-card__body {
    row-gap: 24px;
    align-items: normal;
  }

  .concept-card--negative {
    transform: rotate(0deg);
    margin-right: 0;
    margin-bottom: clamp(-44px, -9vw, -28px);
    z-index: 1;
  }

  .concept-card--positive {
    transform: rotate(0deg) translateY(-80px);
    width: min(100%, clamp(280px, 52vw, 720px));
    max-width: 100%;
    padding: 120px 50px 100px;
  }

  .concept-card--positive .concept-card__body {
    transform: none;
  }

  .concept-card--positive .concept-card__title {
    text-align: center;
  }

  .concept-card__item {
    font-size: 17px;
    line-height: 24px;
    column-gap: 8px;
  }

  .concept-card__item::before {
    width: 20px;
    height: 20px;
  }

  .why-us .section__inner {
    row-gap: 60px;
  }

  .why-us__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .team .section__inner {
    padding-block: 180px;
  }

  .team__stage {
    overflow: visible;
  }

  .team__backdrop {
    top: 60px;
    left: 50%;
    width: min(132%, 48rem);
    transform: translateX(-50%) rotate(10.5deg) scale(1.07);
    transform-origin: 50% 0;
  }

  .team__backdrop-image {
    transform: rotate(80deg);
  }

  .team__card {
    flex-direction: column;
    align-items: center;
    row-gap: clamp(40px, 6vmin, 70px);
    padding: 40px;
    overflow: visible;
  }

  .team__card-body {
    flex: none;
    row-gap: 24px;
  }

  .team__card-content {
    row-gap: 8px;
  }

  .team__card-body .button {
    align-self: center;
    margin-top: 8px;
  }

  .team__card-title {
    font-size: clamp(28px, 7vmin, 44px);
    line-height: clamp(34px, 8vmin, 50px);
  }

  .team__card-shots {
    flex: none;
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .team__polaroid-stack {
    margin-inline: auto;
    --team-p1-w: clamp(8.75rem, 72%, 14rem);
    --team-p1-h: calc(var(--team-p1-w) * 512 / 392);
    --team-p2-w: calc(var(--team-p1-w) * 300 / 392);
    --team-p2-h: calc(var(--team-p2-w) * 231 / 180);
  }

  .team .team__polaroid--main.polaroid--large {
    padding: clamp(6px, 1.4vmin, 11px) clamp(6px, 1.4vmin, 11px)
      clamp(10px, 3.5vmin, 22px) clamp(6px, 1.4vmin, 11px);
  }

  .team .team__polaroid--extra.polaroid--small {
    padding: clamp(5px, 1.1vmin, 9px) clamp(5px, 1.1vmin, 9px)
      clamp(8px, 2.8vmin, 18px) clamp(5px, 1.1vmin, 9px);
  }

  @supports (width: 1cqi) {
    .team__polaroid-stack {
      --team-p1-w: clamp(8.75rem, 62cqi, 14rem);
    }

    .team .team__polaroid--main.polaroid--large {
      padding: clamp(6px, 1.45cqi, 11px) clamp(6px, 1.45cqi, 11px)
        clamp(10px, 3.8cqi, 22px) clamp(6px, 1.45cqi, 11px);
    }

    .team .team__polaroid--extra.polaroid--small {
      padding: clamp(5px, 1.1cqi, 9px) clamp(5px, 1.1cqi, 9px)
        clamp(8px, 3cqi, 18px) clamp(5px, 1.1cqi, 9px);
    }
  }

  .footer__inner {
    padding-top: 80px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__brand-row {
    flex: none;
  }

  .footer__clouds {
    position: relative;
    bottom: 0;
  }

  .contacts .contacts__inner {
    container-type: inline-size;
    container-name: contacts-inner;
  }

  .contacts__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 140px;
    overflow-x: clip;
  }

  .contacts__polaroids {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    min-height: clamp(196px, 48vmin, 280px);
    margin-inline: auto;
    flex-shrink: 1;
    min-width: 0;
    align-self: stretch;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
    container-type: inline-size;
    container-name: contacts-polaroids;
  }

  .contacts__form-card {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-image: url("../images/application_form_mobile.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 50px 90px;
    padding-bottom: 320px;
  }

  .contacts__form-card__inner {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    row-gap: clamp(24px, 5vmin, 32px);
  }

  .contacts-form {
    row-gap: clamp(24px, 5vmin, 32px);
  }

  .contacts-form__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .contacts-form__radios {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .contacts .contacts__title {
    font-size: clamp(26px, 6.5vmin, 34px);
    line-height: clamp(30px, 7vmin, 38px);
  }

  @supports (width: 1cqw) {
    .contacts .contacts__title {
      font-size: clamp(26px, 6.5cqw, 34px);
      line-height: clamp(30px, 7cqw, 38px);
    }
  }

  .contacts__polaroid--1,
  .contacts__polaroid--2 {
    padding: clamp(6px, 1.6vmin, 11px) clamp(6px, 1.6vmin, 11px) clamp(11px, 3.6vmin, 24px)
      clamp(6px, 1.6vmin, 11px);
    min-width: 0;
  }

  .contacts__polaroid .polaroid__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .contacts__polaroid--1 {
    width: clamp(9rem, 66%, 14.25rem);
    max-width: calc(100% - 0.35rem);
    left: 50%;
    right: auto;
    top: 2%;
    bottom: auto;
    transform: translate(calc(-50% + clamp(10px, 3.5vmin, 22px)), 0) rotate(8deg);
    transform-origin: center center;
    z-index: 0;
  }

  .contacts__polaroid--2 {
    width: clamp(7.5rem, 54%, 11.75rem);
    max-width: calc(100% - 0.35rem);
    left: 50%;
    right: auto;
    top: auto;
    bottom: 1%;
    transform: translate(calc(-50% - clamp(10px, 3.5vmin, 22px)), 4%) rotate(-6deg);
    transform-origin: center center;
    z-index: 1;
  }

  @supports (width: 1cqi) {
    .contacts__polaroids {
      min-height: clamp(196px, 54cqi, 280px);
    }

    .contacts__polaroid--1,
    .contacts__polaroid--2 {
      padding: clamp(6px, 1.55cqi, 11px) clamp(6px, 1.55cqi, 11px)
        clamp(11px, 4cqi, 26px) clamp(6px, 1.55cqi, 11px);
    }

    .contacts__polaroid--1 {
      width: clamp(9rem, 64cqw, 14.25rem);
      transform: translate(calc(-50% + clamp(10px, 3.8cqi, 22px)), 0) rotate(8deg);
    }

    .contacts__polaroid--2 {
      width: clamp(7.5rem, 52cqw, 11.75rem);
      transform: translate(calc(-100% - clamp(10px, 3.8cqi, 22px)), 20%) rotate(-6deg);
    }
  }

  .how-it-works .section__inner {
    row-gap: 80px;
  }

  .spread-cards__grid {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .spread-cards__card {
    position: static;
    transform: none;
    margin: 0;
  }

  .spread-cards__card--deck-1 {
    transform: rotate(-1deg);
  }

  .spread-cards__card--deck-3 {
    transform: rotate(-2deg);
  }

  .reviews .section__inner {
    padding-top: 60px;
    padding-bottom: 180px;
    row-gap: 80px;
  }

  .reviews .section__body {
    row-gap: 80px;
  }

  .spread-cards__title {
    font-size: 24px;
  }

  .faq .section__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .faq-sheet {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 100px;
    padding-top: 180px;
    padding-right: 200px;
    row-gap: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .faq-accordion {
    order: 1;
    width: 100%;
    max-width: min(752px, 100%);
    min-width: 0;
  }

  .faq-sheet .faq__flowers {
    order: 2;
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    margin-inline: auto;
    width: clamp(120px, 42vmin, 280px);
    max-width: min(200px, 92%);
    height: auto;
    aspect-ratio: 1;
    flex-shrink: 0;
    transform: rotate(2deg);
    transform-origin: center center;
  }
}

@media (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  .tours-card {
    background-image: url("../images/tour_card_bg_mobile.png");
  }

  .tours-card__inner {
    flex-direction: column;
    row-gap: 180px;
  }

  .tours-card__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .tours-card__actions {
    flex: auto;
  }

  .tours-card__actions-content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  .for-whom .section__inner {
    row-gap: 60px;
  }

  .for-whom .section__body {
    padding-top: 0;
  }

  .audience-wheel {
    --aw-size: 687px;
    --aw-scale: 1;
    --aw-dot: 22px;
    --audience-mobile-line-up: 40px;
    --audience-mobile-line-up-first: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: min(400px, 100%);
    height: auto;
    row-gap: 80px;
    overflow-x: clip;
  }

  .audience-wheel__ring {
    display: none;
  }

  .audience-wheel__points {
    order: -1;
    position: relative;
    inset: auto;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    row-gap: 20px;
    pointer-events: auto;
  }

  .audience-wheel__point--dir-top {
    display: none;
  }

  .audience-wheel__point {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: min(360px, 100%);
    z-index: 1;
    pointer-events: auto;
  }

  .audience-wheel__point:not(.audience-wheel__point--dir-top)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: var(--audience-mobile-line-up, 28px);
    transform: translate(-60%, -50%);
    border-left: 1px dashed rgba(113, 126, 113, 0.95);
    pointer-events: none;
    z-index: 0;
  }

  .audience-wheel__points > .audience-wheel__point:last-child::before {
    height: var(--audience-mobile-line-up-first, 60px);
  }

  .audience-wheel__point--active {
    z-index: 2;
  }

  .audience-wheel__point-body {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .audience-wheel__point--right .audience-wheel__point-body,
  .audience-wheel__point--left .audience-wheel__point-body,
  .audience-wheel__point--bottom .audience-wheel__point-body {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .audience-wheel__label {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 191px;
    padding-inline: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px dashed #5c6b56;
  }

  .audience-wheel__text {
    font-size: 20px;
    line-height: 24px;
  }

  .audience-wheel__point--active .audience-wheel__dot {
    box-shadow: none;
  }

  .audience-wheel__dot {
    width: 14px;
    height: 14px;
    position: relative;
    top: 20px;
  }

  .audience-wheel__photos {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: min(292px, 100%);
    height: clamp(168px, calc(72px + 26vmin), 268px);
    margin-inline: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-inline: clamp(6px, 2.4vw, 14px);
    overflow-x: clip;
    overflow-y: visible;
  }

  .audience-wheel__polaroid.polaroid--large {
    left: 50%;
    top: 44%;
    transform: translate(calc(-50% - 4%), -48%) rotate(-6deg);
    transform-origin: center center;
  }

  .audience-wheel__polaroid.polaroid--small {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(calc(-18% + 2vw), calc(-12% + 1vw)) rotate(8deg);
    transform-origin: center center;
  }

  .audience-wheel .polaroid--large {
    width: clamp(142px, 54%, 178px);
    max-width: calc(100% - 12px);
    padding: clamp(9px, 1.75vw + 1px, 18px) clamp(9px, 1.75vw + 1px, 18px)
      clamp(30px, 6vw + 18px, 62px) clamp(9px, 1.75vw + 1px, 18px);
  }

  .audience-wheel .polaroid--small {
    width: clamp(78px, 34%, 112px);
    max-width: calc(100% - 12px);
    padding: clamp(7px, 1.15vw + 2px, 11px) clamp(7px, 1.15vw + 2px, 11px)
      clamp(26px, 4.2vw + 14px, 46px) clamp(7px, 1.15vw + 2px, 11px);
  }

  .questionnaire-intro {
    padding-top: 60px;
  }

  .questionnaire-intro__stack {
    max-width: 100%;
    min-width: 0;
    padding: clamp(32px, 4.5vw, 48px) clamp(22px, 5.5vw, 72px)
      clamp(40px, 4.5vw, 56px);
    box-sizing: border-box;
  }

  .questionnaire-intro__card {
    max-width: min(519px, 100%);
    row-gap: 12px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }

  .button {
    font-size: 15px;
    line-height: 20px;
  }

  .hero__inner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero__separator {
    height: 120px;
    bottom: -70px;
  }

  .section__inner {
    padding-top: 40px;
  }

  .team__card {
    padding: 24px;
  }

  .team .section__inner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section__header {
    row-gap: 24px;
  }

  .section__link {
    font-size: 15px;
    line-height: 20px;
  }

  .concept .section__inner {
    padding-top: 108px;
    padding-bottom: 40px;
  }

  .for-whom .section__inner {
    padding-top: 40px;
  }

  .questionnaire-intro {
    padding-top: 0;
  }

  .for-whom .section__body {
    padding-bottom: 90px;
  }

  .how-it-works .section__inner {
    padding-top: 60px;
    padding-bottom: 180px;
    row-gap: 60px;
  }

  .spread-cards__text {
    font-size: 17px;
    line-height: 24px;
  }

  .tours .section__inner {
    padding-top: 100px;
  }

  .tours-card__inner {
    row-gap: 120px;
    padding: 40px 50px;
  }
  
  .tours-slider {
    row-gap: 30px;
  }

  .tours-slider__button {
    width: 57px;
    height: 57px;
  }

  .tours-slider__icon {
    width: 24px;
    height: 24px;
  }

  .results {
    background-image: url("../images/results_bg_mobile.png");
  }

  .results__separator--bottom {
    height: 100px;
  }

  .results .section__inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .results__panel {
    max-width: 100%;
    background-image: url("../images/results_body_bg_mobile.png");
    background-position: center;
    background-size: 100% 100%;
  }

  .results__panel-inner {
    padding: 60px 50px 337px 52px;
  }

  .results__item {
    font-size: 17px;
    line-height: 24px;
    align-items: center;
  }

  .results__item::before {
    width: 20px;
    height: 20px;
  }

  .why-us .section__inner {
    row-gap: 40px;
    padding-top: 0;
  }

  .why-us__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .why-us__item {
    padding: 32px;
  }

  .why-us__item-content p {
    font-size: 17px;
  }

  .contacts__form-card {
    padding: 50px;
    padding-bottom: 300px;
  }

  .faq .section__inner {
    row-gap: 0;
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .faq-sheet {
    background-image: none;
    padding: 0;
    row-gap: 40px;
  }

  .faq-accordion {
    background-image: url("../images/a.png");
    background-position: center top;
    background-size: 100% 100%;
    padding: 120px 60px 80px;
  }

  .faq-item:last-child {
    border-bottom: none;
  }

  .faq-item__trigger {
    padding-block: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .faq-item__answer {
    font-size: 15px;
    line-height: 20px;
  }

  .footer__inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .footer__top {
    padding-bottom: 32px;
  }

  .footer__brand-row {
    column-gap: 40px;
    row-gap: 24px;
  }

  .footer__logo-image {
    max-width: 75px;
  }

  .footer__nav-list {
    column-gap: 40px;
    row-gap: 12px;
  }

  .footer__nav-link {
    font-size: 15px;
    line-height: 20px;
  }

  .footer__bottom {
    padding-top: 32px;
    align-items: start;
  }

  .footer__meta {
    row-gap: 8px;
  }

  .footer__extra {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
  }

  .footer__extra-list {
    column-gap: 80px;
  }
}

@media (max-width: 568px) {
  .header__inner {
    padding-block: 16px;
  }

  .logo__image {
    max-width: 150px;
  }

  .hero__cta-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__cta-group .button--outline .icon::after {
    display: none;
  }

  .concept-card {
    max-width: 100%;
  }

  .concept-card--positive {
    width: 100%;
    max-width: 100%;
    padding: clamp(120px, 16vw, 140px) clamp(36px, 5vw, 60px)
      clamp(90px, 14vw, 120px);
    box-sizing: border-box;
  }

  .questionnaire-intro__card {
    padding: clamp(26px, 6.5vw, 40px);
  }

  .questionnaire-intro__dec {
    width: min(580px, 148%, calc(100% - 12px), 90%);
  }

  .questionnaire-intro__dec--mid {
    width: min(360px, 115%, calc(100% - 20px), 64%);
    transform: translate(-8%, -90%) rotate(-3deg);
  }

  .questionnaire-intro__dec--back {
    transform: translate(-65%, -43%) rotate(8deg);
  }

  .for-whom .section__body {
    padding-bottom: 60px;
  }

  .how-it-works .section__inner {
    padding-bottom: 120px;
  }

  .why-us .button {
    width: 100%;
  }

  .contacts__polaroid--2 {
    width: clamp(7.5rem, 52cqw, 11.75rem);
    transform: translate(calc(-80% - clamp(10px, 3.8cqi, 22px)), 25%) rotate(-6deg);
  }

  .team .section__inner {
    padding-bottom: 60px;
  }

  .tours .section__body {
    padding-bottom: 120px;
  }

  .tours-card__inner {
    row-gap: 100px;
    padding: 40px 30px;
  }

  .tours-card__extra-links {
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
  }

  .tours-card__eyebrow, .tours-card__tagline, .tours-card__extra-link {
    font-size: 17px;
    line-height: 24px;
  }

  .tours-card__meta-item {
    font-size: 15px;
    line-height: 20px;
  }

  .reviews .section__inner {
    padding-top: 40px;
    padding-bottom: 120px;
    row-gap: 60px;
  }

  .reviews .section__body {
    row-gap: 60px;
  }

  .reviews .section__title br {
    display: none;
  }

  .spread-cards__title {
    font-size: 20px;
    line-height: 27px;
  }

  .team__card-body .button {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .faq .section__inner {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .faq-sheet {
    row-gap: 30px;
  }

  .faq-accordion {
    padding-inline: 40px;
  }
}

@media (max-width: 420px) {
  .concept {
    overflow-x: clip;
    margin-inline: 0;
  }

  .concept .section__inner {
    padding-inline: 0;
    box-sizing: border-box;
  }

  .concept .section__header {
    padding-inline: var(--container-padding-x);
    box-sizing: border-box;
  }

  .concept__cards {
    padding-top: 36px;
    padding-inline: 0;
    max-width: 100%;
  }

  .concept-card {
    background-size: cover;
    max-width: 100%;
  }

  .concept-card--positive {
    transform: rotate(0deg) translateY(-90px);
    width: 100%;
    max-width: 100%;
  }

  .contacts__form-card {
    padding: 36px 20px 50px;
    background-image: none;
    background-color: #FAF8EF;
    border: 1px solid rgba(165, 167, 164, 0.5);
    border-radius: 8px;
  }
  
  .questionnaire-intro__stack {
    padding: 0;
  }

  .questionnaire-intro__dec {
    display: none;
  }

  .results .section__inner {
    row-gap: 60px;
  }

  .tours-card {
    background: none;
    background-color: #FAF8EF;
    border: 1px solid rgba(165, 167, 164, 0.5);
    border-radius: 8px;
    padding: 24px;
  }

  .tours-card__inner {
    padding: 0;
    row-gap: 30px;
  }

  .results__panel {
    background-image: none;
    background-color: #FAF8EF;
    border: 1px solid rgba(165, 167, 164, 0.5);
    border-radius: 8px;
  }

  .results__panel-inner {
    padding: 20px;
    row-gap: 0;
  }

  .results__list {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #D3D3D3;
  }

  .results__separator--bottom {
    height: 80px;
  }

  .team .section__inner {
    padding-top: 80px;
  }

  .team__backdrop {
    display: none;
  }

  .faq .section__inner {
    row-gap: 40px;
  }

  .faq-accordion {
    background-color: #FAF8EF;
    border: 1px solid rgba(165, 167, 164, 0.5);
    border-radius: 8px;
    background-image: none;
    padding: 30px;
  }
}
