.back-404 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-404 {
    padding-top: clamp(92px, 9vw, 145px);
    padding-bottom: clamp(32px, 4vw, 64px);
}
.error-wrap {
    color: white;
    margin-top: -40px;
}
.error-wrap .c-btn {
    justify-content: center;
}
.error-wrap b {
    font-size: clamp(24px, 2vw, 30px);
    margin-bottom: clamp(4px, 2vw, 8px);
    font-family: var(--Semi);
}
.error-wrap p {
    font-size: clamp(16px, 2vw, 18px);
    font-family: var(--Regular);
}
/** access **/
.overlay__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.overlay-cat {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.025);
    transition: all .85s cubic-bezier(.39, .58, .57, 1);
    transition-property: opacity, transform;
}
.overlay-cat.active-overlay {
    opacity: 1;
    transform: scale(1);
}
.overlay-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.access__container {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.sw--access {
    height: 350px;
}
.sw--access .swiper-slide:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    left: 0;
    background-color: #fff;
}
.sw--access .swiper-slide {
    display: flex;
    align-items: end;
}
.sw--access .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(26 25 25 / 60%);
    mix-blend-mode: multiply;
    transition: 0.4s ease;
}
.sw--access .swiper-slide.slide-active:before {
    opacity: 0;
}
.item-access {
    text-align: center;
    color: var(--color4);
    z-index: 1;
    padding: 1rem 0.5rem;
    width: calc(100% - 4px);
    margin: 0 auto 0 4px;
    transition: 0.3s;
}
.sw--access .swiper-slide.slide-active .item-access_content,
.sw--access .swiper-slide:hover .item-access_content {
    max-height: 500px;
    transition: max-height 0.45s ease-in;
}
.sw--access .swiper-slide .item-access {
    background: var(--color1)
}
.item-access .access-title {
    font-variation-settings: "wght" 500;
    text-transform: capitalize;
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.item-access .item-access_content .access-subtitle {
    font-variation-settings: "wght" 300;
    color: #000714;
    display: none;
    margin: 8px 0 20px;
}
.swiper-access-wrap {
    position: relative;
}
.swiper-access-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 56px 56px;
    border-color: transparent transparent transparent #fff;
}
.swiper-access-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 56px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}
.item-access .btn-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color3);
    text-transform: capitalize;
    font-variation-settings: "wght" 500;
}
.item-access .btn-brand i {
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .item-access .item-access_content .access-subtitle {
        display: block
    }
    .item-access_content {
        max-height: 0;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
    }
    .sw--access {
        height: 540px;
    }
    .item-access {
        padding: 2rem 0.5rem;
    }
    .sw--access .swiper-slide .item-access {
        background: transparent;
    }
    .item-access .access-title {
        color: #fff;
    }
    .sw--access .swiper-slide:hover .item-access,
    .sw--access .swiper-slide.slide-active .item-access {
        background: var(--color1)
    }
    .sw--access .swiper-slide:hover .item-access .access-title,
    .sw--access .swiper-slide.slide-active .item-access .access-title {
        color: var(--color4)
    }
}
.btn-brand-full {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}