.cnt.v1 {
    --cnt-v1-hx-s: 268;
    --cnt-v1-hx-s-mbl:  16;
    --cnt-v1-hx-s-clc: calc((var(--cnt-v1-hx-s-mbl) * 1px) + (var(--cnt-v1-hx-s) - var(--cnt-v1-hx-s-mbl)) * ((var(--vw_) - 320px) / (1920 - 320)));

    --cnt-v1-bg-o: 1;

    .hex-dcr {
        position: absolute;
        width: var(--cnt-v1-hx-s-clc);
        height: var(--cnt-v1-hx-s-clc);
        z-index: 0;
        pointer-events: none;
        bottom: var(--pd-v);
        right: calc((var(--cnt-v1-hx-s-clc) * .45) * -1);
        
        svg {
            font-size: var(--cnt-v1-hx-s-clc);
        }
    }

    .bg img {
        object-fit: cover !important;
        opacity: 1 !important;
    }

    &.lt-bg .bg-bx.lk-bg::before {
        background-color: #e0e0e0;
        opacity: 1 !important;
    }

    .f_gp:not(:has(> .three-8ths *)) {
        .three-8ths {
            display: none;
        }
    }

    @media screen and (max-width: 1280px) {
        .grd .crd > div {
            text-align: center;
        }
    }

}