.v2-about,
.v2-about * {
    box-sizing: border-box;
}

.v2-about {
    width: 100%;
    min-width: 0;
    overflow: clip;
    background: #ffffff;
    color: #202124;
}

.v2-about .v2-breadcrumbs {
    max-width: 1440px;
    margin: 0 auto;
}

.v2-about .v2-about__intro {
    padding-top: 48px;
    padding-bottom: 48px;
}

.v2-about-video {
    width: 100%;
    padding: 48px 120px;
    background: linear-gradient(to bottom, #ffffff 0 70.333%, #202124 70.333% 100%);
}

.v2-about__price .v2-contact {
    padding-top: 48px;
    padding-bottom: 48px;
}

.v2-about-director {
    width: 100%;
    padding: 24px 120px;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
}

.v2-about-director__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    min-height: 443px;
    display: grid;
    grid-template-columns: 313px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    margin: 0 auto;
}

.v2-about-director__image {
    width: 313px;
    height: 443px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.v2-about-director__content {
    min-width: 0;
    min-height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.v2-about-director__quote,
.v2-about-director__quote p,
.v2-about-director__caption {
    min-width: 0;
    margin: 0;
}

.v2-about-director__quote {
    order: 1;
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.v2-about-director__caption {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #202124;
    font-style: normal;
}

.v2-about-director__caption strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-about-director__caption span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-about-benefits {
    width: 100%;
    padding: 24px 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.v2-about-benefits__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
}

.v2-about-benefits__track {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    outline: 0;
}

.v2-about-benefit {
    min-width: 0;
    min-height: 367px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    padding: 30px 20px;
    border-radius: 30px;
    background: #ffffff;
    scroll-snap-align: start;
}

.v2-about-benefit__icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    display: block;
    object-fit: contain;
}

.v2-about-benefit__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.v2-about-benefit__title,
.v2-about-benefit__text {
    min-width: 0;
    margin: 0;
    color: #111827;
    overflow-wrap: anywhere;
}

.v2-about-benefit__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-about-benefit__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-about-benefits__pagination {
    display: none;
}

.v2-about__jobs {
    background: #202124;
}

.v2-about__jobs::before,
.v2-about__jobs::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #f7f8fa;
}

.v2-about__jobs::before {
    border-radius: 0 0 32px 32px;
}

.v2-about__jobs::after {
    border-radius: 32px 32px 0 0;
}

.v2-about__jobs .v2-strip {
    padding-top: 28px;
    padding-bottom: 28px;
}

@media (min-width: 1440px) {
    .v2-about__jobs .v2-strip {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .v2-about__jobs .v2-strip--jobs .v2-strip__content {
        align-items: flex-start;
    }

    .v2-about__jobs .v2-jobs__title {
        flex: 0 0 283px;
        flex-basis: 283px;
        width: 283px;
    }

    .v2-about__jobs .v2-strip__actions {
        position: relative;
        display: block;
        flex: 0 0 765px;
        width: 765px;
        height: 98px;
        overflow: visible;
    }

    .v2-about__jobs .v2-strip__actions .v2-button {
        position: absolute;
        gap: 12px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button__label {
        line-height: 14px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button:nth-child(1) {
        top: 0;
        left: 0;
        width: 196px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button:nth-child(2) {
        top: 0;
        left: 210px;
        width: 269px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button:nth-child(3) {
        top: 0;
        left: 493px;
        width: 272px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button:nth-child(4) {
        top: 54px;
        left: -134px;
        width: 373px;
    }

    .v2-about__jobs .v2-strip__actions .v2-button:nth-child(5) {
        top: 54px;
        left: 253px;
        width: 512px;
    }
}

.v2-about__tasting.v2-text-section--feature {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #f7f8fa;
}

.v2-about__tasting .v2-text-section__inner {
    gap: 24px;
}

.v2-about__tasting .v2-text-section__feature-body {
    grid-template-columns: minmax(0, 537px) minmax(0, 568px);
}

.v2-about__tasting .v2-text-section__feature-primary,
.v2-about__tasting .v2-text-section__feature-secondary {
    gap: 0;
}

.v2-about__tasting .v2-text-section__feature-icon-action {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.v2-about__tasting .v2-text-section__feature-icon-label {
    color: #202124;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.v2-about__tasting .v2-text-section__feature-icon-link {
    width: 44px;
    height: 44px;
}

.v2-about__location {
    width: 100%;
    scroll-margin-top: 24px;
}

.v2-about__location .v2-location {
    padding: 48px 16px;
    background: #f7f8fa;
}

.v2-about__location .v2-location__card {
    max-width: 1200px;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    padding: 40px;
}

.v2-about__location .v2-location__media {
    min-height: 420px;
}

.v2-about__location .v2-location__details {
    padding: 32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .v2-about-video,
    .v2-about-director,
    .v2-about-benefits {
        padding-right: 48px;
        padding-left: 48px;
    }

    .v2-about-director__inner {
        grid-template-columns: minmax(250px, 313px) minmax(0, 1fr);
    }

    .v2-about-benefits__inner {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .v2-about-benefits__track {
        width: 100%;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .v2-about-benefits__track::-webkit-scrollbar {
        display: none;
    }

    .v2-about-benefit {
        flex: 0 0 min(568px, calc(100% - 72px));
        width: min(568px, calc(100% - 72px));
        min-height: 420px;
    }

    .v2-about-benefits__pagination {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 auto;
        padding: 8px 12px;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.76);
        backdrop-filter: blur(20px);
    }

    .v2-about-benefits__dot {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(42, 86, 142, 0.3);
        cursor: pointer;
    }

    .v2-about-benefits__dot.is-active {
        background: #2a568e;
    }
}

@media (max-width: 767px) {
    .v2-about .v2-about__intro {
        padding: 48px 16px;
    }

    .v2-about__intro .v2-text-section__inner {
        gap: 40px;
    }

    .v2-about__intro .v2-text-section__editorial-mobile-content {
        gap: 24px;
    }

    .v2-about__intro .v2-text-section__primary {
        gap: 24px;
    }

    .v2-app .v2-about .v2-about__intro .v2-text-section__mobile-preview {
        overflow: visible;
        font-size: 18px;
        line-height: 1.6;
        text-overflow: clip;
        white-space: normal;
    }

    .v2-about__intro .v2-text-section__paragraph,
    .v2-about__intro .v2-text-section__highlight {
        font-size: 18px;
    }

    .v2-about-video {
        padding: 0;
        background: linear-gradient(to bottom, #ffffff 0 73.604%, #202124 73.869% 100%);
    }

    .v2-about__price .v2-contact {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .v2-about-director {
        padding: 24px 16px;
    }

    .v2-about-director__inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
        padding: 0 16px;
    }

    .v2-about-director__image {
        width: 100%;
        height: auto;
        aspect-ratio: 367 / 443;
        object-fit: contain;
    }

    .v2-about-director__content {
        min-height: 0;
        gap: 24px;
    }

    .v2-about-director__quote {
        order: 2;
        font-size: 18px;
    }

    .v2-about-director__caption {
        order: 1;
    }

    .v2-about-benefits {
        padding: 24px 16px;
    }

    .v2-about-benefits__inner {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .v2-about-benefits__track {
        width: 100%;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .v2-about-benefits__track::-webkit-scrollbar {
        display: none;
    }

    .v2-about-benefit {
        flex: 0 0 100%;
        width: 100%;
        min-height: 380px;
    }

    .v2-about-benefits__pagination {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 auto;
        padding: 8px 12px;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.76);
        backdrop-filter: blur(20px);
    }

    .v2-about-benefits__dot {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(42, 86, 142, 0.3);
        cursor: pointer;
    }

    .v2-about-benefits__dot.is-active {
        background: #2a568e;
    }

    .v2-about__jobs .v2-strip {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-about__jobs .v2-strip__actions {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .v2-about__tasting.v2-text-section--feature {
        padding: 24px 16px;
        background: #ffffff;
    }

    .v2-about__tasting .v2-text-section__inner {
        gap: 14px;
    }

    .v2-about__tasting .v2-text-section__feature-body {
        gap: 24px;
    }

    .v2-app .v2-about .v2-about__tasting .v2-text-section__feature-primary,
    .v2-app .v2-about .v2-about__tasting .v2-text-section__feature-secondary {
        display: flex;
        gap: 0;
    }

    .v2-app .v2-about .v2-about__tasting .v2-text-section__primary {
        display: flex;
    }

    .v2-app .v2-about .v2-about__tasting .v2-text-section__mobile-preview,
    .v2-app .v2-about .v2-about__tasting .v2-text-section__mobile-action {
        display: none;
    }

    .v2-about__tasting .v2-text-section__feature-icon-action {
        justify-content: space-between;
    }

    .v2-about__tasting .v2-text-section__feature-icon-link {
        width: 44px;
        height: 44px;
    }

    .v2-about__location .v2-location {
        padding: 0 8px;
    }

    .v2-about__location .v2-location__card {
        display: flex;
        flex-direction: column;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .v2-about__location .v2-location__media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 374 / 235.507;
        border-width: 0;
        border-radius: 6px;
    }

    .v2-about__location .v2-location__details {
        width: 100%;
        min-height: 450px;
        aspect-ratio: auto;
        margin: -4px 0 0;
        padding: 62px 26px 26px;
        border-radius: 30px;
    }

    .v2-about__location .v2-location__description,
    .v2-about__location .v2-location__meta {
        font-size: 16px;
    }

    .v2-about__location .v2-location__meta-row {
        gap: 8px;
    }
}

@media (max-width: 359px) {
    .v2-about-director__inner {
        padding: 0;
    }

    .v2-about-benefit {
        min-height: 410px;
    }

    .v2-about__tasting .v2-text-section__feature-icon-label {
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-about-benefits__track {
        scroll-behavior: auto;
    }
}
