.styles_menu__9VCB2 {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center
}

.styles_menu__9VCB2 .styles_menuVideo__hgSQ4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media(min-width:1200px) {
    .styles_menu__9VCB2 .styles_menuVideo__hgSQ4 {
        inset: 0
    }
}

@media(max-width:1199px) {
    .styles_menu__9VCB2 .styles_menuVideo__hgSQ4 {
        bottom: 0;
        height: calc(100% - 7.459rem)
    }
}

@media(max-width:767px) {
    .styles_menu__9VCB2 .styles_menuVideo__hgSQ4 {
        height: calc(100% - 5.02rem)
    }
}

/* Menu video faint effect - all screen sizes */
.styles_menu__9VCB2 .styles_menuVideo__hgSQ4 .styles_videoP__cAyUF {
    background: #000;
}

.styles_menu__9VCB2 .styles_menuVideo__hgSQ4 .styles_videoP__cAyUF video {
    opacity: 0.5;
}

.styles_menu__9VCB2 .styles_menuContent__dUEtc {
    grid-column: 2/span 10;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between
}

@media(max-width:1199px) {
    .styles_menu__9VCB2 .styles_menuContent__dUEtc {
        grid-column: 2/span 6
    }
}

@media(max-width:767px) {
    .styles_menu__9VCB2 .styles_menuContent__dUEtc {
        grid-column: 1/-1
    }
}

.styles_menu__9VCB2 .styles_menuContent_link__SA0mv {
    display: flex;
    gap: 1.6rem;
    color: var(--warm-sand);
    position: relative;
    overflow: hidden
}

@media(max-width:767px) {
    .styles_menu__9VCB2 .styles_menuContent_link__SA0mv {
        flex-direction: column;
        align-items: center;
        gap: .8rem
    }
}

.styles_menu__9VCB2 .styles_menuContent_caption__Is_Q8 {
    margin-top: .4em;
    position: relative;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content
}

@media(max-width:767px) {
    .styles_menu__9VCB2 .styles_menuContent_caption__Is_Q8 {
        margin-top: 0
    }
}

.styles_animated__1Mab2 {
    display: inline-block;
    transition: transform .6s var(--primary-ease);
    transform: translateY(110%) rotate(.01deg)
}

.styles_videoP__cAyUF {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: var(--ratio);
    background: #000;
}

.styles_videoP__cAyUF.styles_border__RbTtP {
    border-radius: 1.2rem;
    overflow: hidden
}

.styles_videoP__cAyUF video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.styles_videoP_btn__pIo3H {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s var(--primary-ease);
    cursor: pointer
}

.styles_videoP_btn__pIo3H.styles_active__jkv7m {
    opacity: 0
}

.styles_videoP_btn_inner__55IZA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}