@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@keyframes scrollx {0% {transform: translateY(-12px);opacity: 0;}30%, 70% {opacity: 1;}100% {transform: translateY(12px);opacity: 0;}}

.EXA-nAv_1g4T0r {
    --color01: #ffffff;
    --cubicbz: cubic-bezier(.9, 0, .1, 1);
    --shdwsvg: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.24));				
    --tip: #ffffff;
    --tipF: #0f0f0f;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    .grdnt, .pattern, .exa_btn1, .exa_btn2, .wrap, .wrap-0, .wrap-1, .menu-img, .menu_item, .menu_link, .social {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .menu_link, .exa_btn2 {
        position: relative;
        overflow: hidden;
    }
    .menu-img, .menu-img img, .pattern, .menu_item::before, .exa_btn1 .icon:before, .exa_btn1 .icon:after, .exa_btn2 .icon:before, .exa_btn2 .icon:after {
        position: absolute;
    }
    .grdnt {
        pointer-events: none;					
        backdrop-filter: blur(3px);
        background-color: #0F0F0F;	
        background-position: calc(50% - 0px);					
        top: 0; 
        left: 0;
        opacity: 0;
        scale: 100%;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, opacity 0.3s ease;
        transform: translateX(0%) translateY(0%);
        box-shadow: 0 0 100px rgba(0,0,0,0.5) inset;
    }
    .wrap {
        top: 0; 
        left: 0;
    }
    .grdnt, .wrap, .wrap-0 {
        overflow: hidden;
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        width: 100vw;
        min-height: 100vh;
        height: 100%;
    }
    .wrap-0 {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23777777' fill-opacity='0.28' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    }
    .wrap-1 {
        position: relative;
        margin-top: 5vmin;
        margin-bottom: 5vmin;
        left: 0;
    }
    .wrap-scroll {
        scroll-behavior: smooth;
        overflow: hidden;
        display: grid;
        position: fixed;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .exa-scroll {
        position: fixed;
        display: flex;
        bottom: 20px;
        right: 20px;
        height: 2em;
        width: 1.2em;
        font-size: 22px;
        color: #ffffff;
        border-radius: 2em;
        border: solid 2px;
        opacity: 0;
        transition: opacity 0.3s;
        filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.24));
    }
    .exa-scroll.visible {
        opacity: 0.8;
    }
    .exa-scroll.hidden {
        opacity: 0;
        pointer-events: none;
    }
    .exa-scroll::after {
        content: '';
        position: relative;
        top: calc(50% - 3px);
        left: calc(50% - 2.5px);
        width: 5px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 50%;
        animation: scrollx 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .pattern {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23777777' fill-opacity='0.22' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
        width: 100vw;
        min-height: 100vh;
        height: 100%;
    }
    .menu-img {
        overflow: hidden;
        width: 100vw;
        height: 100vh;
        align-content: center;
        opacity: 0.4;
        -webkit-mask-size: auto;
        -webkit-mask-position: 50%;
        pointer-events: none;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                scale: 100%;
                top: 0;
                left: 0;
                filter: blur(6px);
                transition: .3s var(--cubicbz);
                transform: scale(1.2);
                opacity: 0;
            }
            img.active {
                transform: scale(1.05);
                opacity: 1;
            }            
    }
    .menu:not(:focus-within):not(:hover) .menu_item .menu_link {
        opacity: 1;
        transform: translate(0, 0);
    }
    .menu_item .menu_link {
        opacity: 0.1;
        transform: translate(0, calc(12% * -1));
    }

    .menu_item:hover > .menu_link{
        opacity: 1;
        transform: translate(0, 0);
    }
    .menu_item:hover ~ .menu_item > .menu_link {
        transform: translate(0, 12%);
    }
    .menu_item {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        list-style: none;
    }
    .menu_item::before {
        width: 1.6em;
        height: 1.6em;
        top: 50%;
        left: 0;
        transform: translate(-30px, -40%) rotate(225deg);
        opacity: 0;
        filter: drop-shadow(-2px -2px 1px rgb(0 0 0 / 0.24));
        will-change: transform;
        transition: .3s var(--cubicbz);
    }
    .menu {
        padding: 8px 0 13px 0;
        display: grid;
        justify-items: left;
    }
    .menu_item {
        font-size: 2em;
        font-family: "Oswald", Sans-serif;
        font-weight: 500; 
        text-transform: uppercase;
        letter-spacing: -0.06em;
        color: #ffffff;
        display: block;
        transition-delay: 0.8s;
        opacity: 0;
        transform: translate(0%, 100%);
        transition: opacity 0.2s ease, transform 0.3s ease;
    }
    .menu_link {      
        line-height: 0.96em;
        overflow: visible;
        text-overflow: ellipsis;
        display: block;
        text-decoration: none;
        z-index: 1;
        transition: .3s var(--cubicbz);
    }
    .menu_link exa {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.24);
        pointer-events: none;
    }
    .menu_item:hover {
        color: #ffffff;
    }
    .menu_item:hover::before {
        opacity: 1;
        transform: translate(0%, -50%) rotate(180deg);
    }
    .wrapTB, .wrapB {
        display: block;
        text-align-last: left;
    }
    .wrapB {
        margin: 0px;
        max-width: 100%;
    }
    .badge_txt {
        font-size: 0.4em;
        font-family: "Oswald", Sans-serif;
        font-weight: 500; 
        text-transform: uppercase;
        line-height: 0.96em;
        letter-spacing: 0px;
        color: #0f0f0f;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.24);
        display: inline-block;
        text-decoration: none;
        position: relative;
        vertical-align: top;
        box-sizing: border-box;
        margin-left: 0.3em;
        padding: 2px 4px 4px 4px;
        background-color: #ffffff;
        border-radius: 5px;
        top: 0.3em;
    }
    .desc_txt {
        display: grid;
        text-align: left;
        font-size: 0.29em;
        font-family: "Oswald", Sans-serif;
        font-weight: 400; 
        text-transform: uppercase;
        line-height: 0.96em;
        letter-spacing: 0.4em;
        color: #ffffff;
        line-break: loose;
        margin-top: 2px;
        position: relative;
        margin-left: 0.25em;
        max-width: 100vmin;
        text-decoration: none;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.24);
        transition: .3s var(--cubicbz);
    }

    .social {
        position: relative;
        display: flex;
        justify-content: left;
        gap: 0.6em;
        padding-top: 1.3vh;
        max-width: 100vw;
        opacity: 0;
        a {
            text-decoration: none;
        }
        a svg {
            height: 3em;
            fill: #ffffff;
            opacity: 0.3;
            padding: 0 !important;
            -o-transition:.3s;
            -ms-transition:.3s;
            -moz-transition:.3s;
            -webkit-transition:.3s;
            transition:.3s;
            filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.24));
        }
        a svg:hover {
            filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 0.24));
            opacity: 1;
            fill: #ffffff;
            transform: translateX(0%) translateY(-8%);
            transition: transform 0.2s ease;
        }
    }

    [tooltip] {
        position: relative;
    }
    [tooltip]::before,
    [tooltip]::after {
        transition: transform 0.2s ease, opacity 0.2s ease;
        text-transform: none;
        font-size: 1em;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: block;
        opacity: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    [tooltip]::before {
        content: '';
        border: 5px solid transparent;
        top: 100%;
        border-top-width: 0;
        border-bottom-color: var(--tip);
    }
    [tooltip]::after {
        content: attr(tooltip);
        font-family: "Oswald", sans-serif;
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        background: var(--tip);
        color: var(--tipF);
        top: calc(100% + 4px);
    }
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        opacity: 1;
        transform: translate(-50%, 0px);
        transition: transform 0.2s ease, opacity 0.3s ease;
    }
    [tooltip='']::before,
    [tooltip='']::after {
        display: none !important;
    }

    .btnW1 {
        --ratio: 1.0;
        --btnWH: 60px; 
        --btnTop: 27px;
        --bntLeft: 15px;
        --btnWidth: 30px;
        --btnHeight: 4px;
        --btnSpace1: -10px;
        --btnSpace2: 10px;
        --rot1: 6.5px;
        --rot2: -6px;
        --rot3: 6px;
    }
    .exa_btn1 {
        --hamC1: #212121;
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: baseline;
        background-color: #787878;
        border-radius: 5px;
        width: calc(var(--btnWH) * var(--ratio));
        height: calc(var(--btnWH) * var(--ratio));
        transition-duration: 0.3s;

        .icon {
            position: relative;
            top: calc(var(--btnTop) * var(--ratio));
            left: calc(var(--bntLeft) * var(--ratio));
        }
        .icon, .icon:before, .icon:after {
            transition-duration: 0.3s;
            width: calc(var(--btnWidth) * var(--ratio));
            height: calc(var(--btnHeight) * var(--ratio));
            background-color: var(--hamC1);
            border-radius: 5px;
        }
        .icon:before {top: calc(var(--btnSpace1) * var(--ratio)); content: "";}
        .icon:after {top: calc(var(--btnSpace2) * var(--ratio)); content: "";}
    }
    .exa_btn1:hover {
        background-color: #787878;
        cursor: pointer;
        --hamC1: #212121;
    }

    .btnW2 {
        font-size: 1em;
        display: grid;
        justify-content: left;
    }
    .exa_btn2 {
        --hamC2: #0f0f0f;
        --btnSZ: 3.5em;
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: baseline;
        background-color: #ffffff;
        border-radius: 0.3em;
        margin-bottom: 0.6em;
        width: var(--btnSZ);
        height: var(--btnSZ);
        margin-left: 0.25em;
        transition-duration: 0.2s;
        filter: var(--shdwsvg);

        .icon {
            position: relative;
            top: 1.5em;
            left: 0.42em;
        }
        .icon, .icon:before, .icon:after {
            transition-duration: 0.4s;
            width: 2.5em;
            height: 0.5em;
            background-color: var(--hamC2);
            border-radius: 0.25em;
        }
        .icon:before {top: -0.6rem; content: "";}
        .icon:after {top: 0.6rem; content: "";}
    }
    .exa_btn2:hover {
        background-color: transparent;
        cursor: pointer;
        --hamC2: #ffffff;
    }
}

@keyframes delOF {0% {overflow:visible;}99.9% {overflow:visible;}100% {overflow:hidden;}}
body:has(.nAv_active-g54x) {
    overflow: hidden;
    animation: delOF 400ms forwards;
}
.nAv_active-g54x {
    .grdnt {
        pointer-events: auto;
        opacity: 1;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, opacity 0.5s ease;
        transform: translateX(0%) translateY(0%);
    }
    .wrap {
        pointer-events: auto;
    }
    .social {
        opacity: 1;
        transition: opacity 0.7s ease, color 0.3s;
        transition-delay: 0.6s;
    }
    .menu {
        visibility: visible;
    }
    .menu:before, .menu:after {
        transform: translateX(0%) translateY(0%);
    }
    .menu_item {
        opacity: 1;
        transform: translateX(0%);
        transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    }
    .menu_item {
        transition-delay: calc(0.2s + 0.1s * var(--item));
    }
    .exa_btn1 .icon {
        transition-duration: 0.5s;
        background: transparent;
    }
    .exa_btn1 .icon:before {
        transform: rotateZ(45deg) scaleX(1.25) translate(calc(var(--rot1) * var(--ratio)), calc(var(--rot1) * var(--ratio)));
    }
    .exa_btn1 .icon:after {
        transform: rotateZ(-45deg) scaleX(1.25) translate(calc(var(--rot3) * var(--ratio)), calc(var(--rot2) * var(--ratio)));
    }
    .exa_btn2 .icon {
        transition-duration: 0.5s;
        background: transparent;
    }
    .exa_btn2 .icon:before {
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }
    .exa_btn2 .icon:after {
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }
}

body[data-elementor-device-mode="tablet"] .EXA-nAv_1g4T0r { .menu_item { font-size: 1.6em; } }
body[data-elementor-device-mode="mobile"] .EXA-nAv_1g4T0r { .menu_item { font-size: 1.1em; } }

body[data-elementor-device-mode="tablet"] .EXA-nAv_1g4T0r { .menu_item::before { left: -0.4vmin; } }
body[data-elementor-device-mode="mobile"] .EXA-nAv_1g4T0r { .menu_item::before { left: -1.9vmin; } }



