/* Anylock About Page - based on supplied prototype */
.page-template-page-about {
    --about-navy: #1B2E4E;
    --about-teal: #00A895;
    --about-white: #fff;
    --about-grey: #D1D3D4;
    --about-lgrey: #F4F5F6;
    --about-orange: #F26128;
    --about-text: #1B2E4E;
    --about-mid: #7a8a9a;
    color: var(--about-text);
    background: var(--about-white);
    overflow-x: clip;
}

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

.anylock-about-page {
    position: relative;
    font-family: inherit;
}

.anylock-about-page section {
    position: relative;
    scroll-margin-top: 90px;
}

.about-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.anylock-about-page .sec-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--about-teal);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.anylock-about-page .sec-tag::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    background: var(--about-teal);
    vertical-align: middle;
    margin-inline-end: 9px;
    margin-bottom: 3px;
}

.anylock-about-page h2.sec-h {
    font-size: 42px;
    font-weight: 800;
    color: var(--about-navy);
    line-height: 1.18;
    margin: 0 0 14px;
}

.anylock-about-page .sec-sub {
    font-size: 18px;
    color: var(--about-mid);
    line-height: 1.7;
    max-width: 720px;
}

.anylock-about-page .sec-sub p:last-child,
.about-hero-sub p:last-child,
.about-story-txt p:last-child,
.about-cta-txt p:last-child {
    margin-bottom: 0;
}

/* Buttons */
.anylock-about-page .btn-orange {
    background: var(--about-orange);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .1s;
    text-decoration: none;
    display: inline-block;
}

.anylock-about-page .btn-orange:hover,
.anylock-about-page .btn-orange:focus-visible {
    transform: translateY(-2px);
}

.anylock-about-page .btn-ghost {
    background: #fff;
    color: var(--about-navy);
    border: 1.5px solid var(--about-grey);
    padding: 14px 30px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    display: inline-block;
}

.anylock-about-page .btn-ghost:hover,
.anylock-about-page .btn-ghost:focus-visible {
    border-color: var(--about-teal);
    color: var(--about-teal);
}

/* Media placeholder / media wrapper */
.anylock-about-page .vph {
    position: relative;
    /*background: linear-gradient(135deg, #eef1f4 0%, #e2e7ec 100%);*/
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.anylock-about-page .vph::after {
    content: 'וידאו — Placeholder';
    position: absolute;
    bottom: 14px;
    inset-inline-start: 16px;
    font-size: 11px;
    font-weight: 600;
    color: var(--about-mid);
    letter-spacing: .5px;
    background: rgba(255, 255, 255, .7);
    padding: 4px 10px;
    border-radius: 6px;
    pointer-events: none;
}

.anylock-about-page .vph:has(img)::after,
.anylock-about-page .vph:has(video)::after,
.anylock-about-page .vph:has(iframe)::after {
    display: none;
}

.anylock-about-page .vph img,
.anylock-about-page .vph video,
.anylock-about-page .vph iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.anylock-about-page .about-embed {
    width: 100%;
    height: 100%;
}

.anylock-about-page .play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 28px rgba(27, 46, 78, .16);
    display: none;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    position: relative;
    z-index: 2;
}

.anylock-about-page .vph:hover .play {
    transform: scale(1.08);
}

.anylock-about-page .play svg {
    margin-inline-start: 4px;
}

/* HERO */
.about-hero {

    display: flex;
    align-items: center;
    padding: 100px 0 40px;
    background: radial-gradient(ellipse at 80% 30%, rgba(0, 168, 149, .07) 0%, transparent 50%), radial-gradient(ellipse at 10% 90%, rgba(242, 97, 40, .04) 0%, transparent 45%), linear-gradient(180deg, #fbfcfd 0%, #f4f6f8 100%);
}

.about-hero-in {
    display: flex;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.about-hero-txt {
    flex: 1;
}

.about-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 168, 149, .1);
    border: 1px solid rgba(0, 168, 149, .25);
    color: var(--about-teal);
    padding: 7px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 26px;
}

.about-hero-pill::before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--about-teal);
    border-radius: 50%;
    animation: aboutBlink 2s infinite;
}

@keyframes aboutBlink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.25); }
}

.about-hero-rotator {
    height: 150px;
    position: relative;
    margin-bottom: 22px;
}

.about-hero-line {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    font-size: 52px;
    font-weight: 900;
    color: var(--about-navy);
    line-height: 1.2;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s, transform .7s;
    pointer-events: none;
}

.about-hero-line.on {
    opacity: 1;
    transform: translateY(0);
}

.about-hero-line span {
    color: var(--about-teal);
}

.about-hero-sub {
    font-size: 19px;
    color: var(--about-mid);
    line-height: 1.7;
    margin-bottom: 38px;
    max-width: 440px;
}

.about-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.about-hero-media {
    flex: 0 0 46%;
    aspect-ratio: 4 / 5;
}

.about-hero-media .vph {
    width: 100%;
    height: 100%;
}

.about-hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 0;
    position: absolute;
    bottom: -35px;
}

.about-hero-dots i {
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: var(--about-grey);
    transition: background .4s;
}

.about-hero-dots i.on {
    background: var(--about-teal);
}

/* VISION / MISSION */
.about-vision {
    padding: 110px 0;
    background: #fff;
}

.about-vm-head {
    text-align: center;
    margin-bottom: 64px;
}

.about-vm-head .sec-tag::before,
.about-exp-head .sec-tag::before {
    display: none;
}

.about-vm-head .sec-sub,
.about-exp-head .sec-sub {
    margin-inline: auto;
}

.about-vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.about-vm-card {
    background: #fff;
    border: 1px solid var(--about-grey);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(27, 46, 78, .06);
    transition: transform .35s, box-shadow .35s;
    display: flex;
    flex-direction: column;
}

.about-vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(27, 46, 78, .12);
}

.about-vm-card .vph {
    height: 280px;
    border-radius: 0;
}

.about-vm-body {
    padding: 34px 4.427vw 40px;
}

.about-vm-body .k {
    font-size: 13px;
    font-weight: 700;
    color: var(--about-teal);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.about-vm-body h3 {
    font-size: 27px;
    font-weight: 800;
    color: var(--about-navy);
    margin: 0 0 12px;
}

.about-vm-body div,
.about-vm-body p {
    font-size: 17px;
    color: var(--about-mid);
    line-height: 1.7;
}

/* EXPERTISE COVERFLOW */
.about-expertise {
    padding: 70px 0;
    background: var(--about-lgrey);
    overflow: hidden;
}

.about-exp-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.about-cf-stage {
    position: relative;
    height: 440px;
    perspective: 1600px;
    margin-bottom: 12px;
}

.about-cf-track {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
}

.about-cf-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 340px;
    height: 420px;
    margin-left: -170px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(27, 46, 78, .14);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1), opacity .6s;
    cursor: pointer;
    border: 1px solid rgba(27, 46, 78, .06);
}

.about-cf-img {
    height: 250px;
    background: linear-gradient(135deg, #dfe4ea 0%, #cfd6dd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa7b3;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.about-cf-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-cf-num {
    position: absolute;
    top: 16px;
    inset-inline-end: 18px;
    font-size: 44px;
    font-weight: 900;
    color: rgba(255, 255, 255, .7);
    z-index: 2;
}

.about-cf-body {
    padding: 24px 26px;
}

.about-cf-body h4 {
    font-size: 22px;
    font-weight: 800;
    color: var(--about-navy);
    margin: 0 0 10px;
}

.about-cf-body div,
.about-cf-body p {
    font-size: 13.5px;
    color: var(--about-mid);
    line-height: 1.6;
}

.about-cf-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 6px;
}

.about-cf-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--about-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--about-navy);
    transition: all .2s;
}

.about-cf-arrow:hover,
.about-cf-arrow:focus-visible {
    background: var(--about-navy);
    color: #fff;
    border-color: var(--about-navy);
}

.about-cf-dots {
    display: flex;
    gap: 9px;
}

.about-cf-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--about-grey);
    cursor: pointer;
    transition: all .3s;
}

.about-cf-dots i.on {
    background: var(--about-teal);
    transform: scale(1.4);
}

/* STORY */
.about-story {
    padding: 110px 0;
    background: #fff;
}

.about-story-in {
    display: flex;
    align-items: center;
    gap: 64px;
}

.about-story-media {
    flex: 0 0 48%;
    aspect-ratio: 16 / 11;
}

.about-story-media .vph {
    width: 100%;
    height: 100%;
}

.about-story-txt {
    flex: 1;
}

.about-story-txt h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--about-navy);
    margin: 0 0 22px;
    line-height: 1.2;
}

.about-story-txt p {
    font-size: 17px;
    color: var(--about-mid);
    line-height: 1.8;
    margin-bottom: 18px;
}

/* VALUES WHEEL */
.about-values {
    background: var(--about-lgrey);
    position: relative;
    min-height: 520vh;
}

.about-values-sticky {
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: sticky;
    top: 0;
}

.about-values-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr 42%;
    gap: 48px;
    align-items: center;
}

.about-vw-label {
    position: absolute;
    top: 48px;
    inset-inline-start: 40px;
}

.about-vw-label .sec-tag::before {
    display: none;
}

.about-num-wheel {
    height: 170px;
    perspective: 900px;
    position: relative;
}

.about-num-wheel::before,
.about-num-wheel::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    height: 56px;
    z-index: 3;
    pointer-events: none;
}

.about-num-wheel::before {
    top: 0;
    background: linear-gradient(var(--about-lgrey), transparent);
}

.about-num-wheel::after {
    bottom: 0;
    background: linear-gradient(transparent, var(--about-lgrey));
}

.about-num-strip {
    position: relative;
    will-change: transform;
}

.about-num-item {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150px;
    font-weight: 900;
    color: var(--about-navy);
    line-height: 1;
    transform-origin: center center;
    backface-visibility: hidden;
}

.about-num-item b,
.about-num-item strong,
.about-num-item span {
    color: var(--about-teal);
}

.about-val-texts {
    position: relative;
    min-height: 220px;
}

.about-val-text {
    position: absolute;
    inset-inline: 0;
    top: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s, transform .5s;
    pointer-events: none;
}

.about-val-text.on {
    opacity: 1;
    transform: translateY(0);
}

.about-val-text h3 {
    font-size: 34px;
    font-weight: 800;
    color: var(--about-navy);
    margin: 0 0 16px;
}

.about-val-text div,
.about-val-text p {
    font-size: 18px;
    color: var(--about-mid);
    line-height: 1.75;
    max-width: 460px;
}

.about-val-medias {
    position: relative;
    aspect-ratio: 1 / 1;
}

.about-val-media-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(.94);
    transition: opacity .5s, transform .5s;
}

.about-val-media-item.on {
    opacity: 1;
    transform: scale(1);
}

.about-val-media-item .vph {
    width: 100%;
    height: 100%;
}

.about-vw-progress {
    position: absolute;
    bottom: 44px;
    inset-inline-start: 40px;
    display: flex;
    gap: 8px;
}

.about-vw-progress i {
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--about-grey);
    transition: background .4s;
}

.about-vw-progress i.on {
    background: var(--about-teal);
}

/* CTA + FORM */
.about-cta {
    padding: 110px 0;
    background: #fff;
}

.about-cta-wrap {
    background: linear-gradient(135deg, #1B2E4E 0%, #122240 100%);
    border-radius: 28px;
    padding: 64px 56px;
    position: relative;
    overflow: hidden;
}

.about-cta-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 85% 20%, rgba(0, 168, 149, .16) 0%, transparent 50%);
}

.about-cta-in {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.about-cta-txt .sec-tag {
    color: var(--about-teal);
}

.about-cta-txt .sec-tag::before {
    background: var(--about-teal);
}

.about-cta-txt h2 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px;
}

.about-cta-txt div,
.about-cta-txt p {
    font-size: 17px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.7;
}

.about-cta-txt div{
    padding-inline-end: 55px;
}

.about-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 34px 32px;
}

.about-form-card form.wpcf7-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-form-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--about-navy);
    margin: 0 0 20px;
}

.about-form-card input,
.about-form-card textarea,
.about-form-card select {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--about-grey);
    border-radius: 11px;
    font-family: inherit;
    font-size: 15px;
    color: var(--about-navy);
    background: var(--about-lgrey);
}

.about-form-card input:focus,
.about-form-card textarea:focus,
.about-form-card select:focus {
    outline: none;
    border-color: var(--about-teal);
    background: #fff;
}

.about-form-card textarea {
    resize: vertical;
    max-height: 88px;
}

.about-form-card input[type="submit"],
.about-form-card button[type="submit"] {
    width: 100%;
    background: var(--about-orange);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.about-form-note {
    font-size: 11px;
    color: var(--about-mid);
    text-align: center;
    margin-top: 12px;
}

/* RIGHT DIAL / SIDE MENU */
.anylock-about-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anylock-about-menu li {
    list-style: none;
}

.anylock-about-menu a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(27, 46, 78, .2);
    cursor: pointer;
    transition: all .3s;
    position: relative;
    display: block;
    text-decoration: none;
}

.anylock-about-menu a.active,
.anylock-about-menu a:hover,
.anylock-about-menu a:focus-visible {
    background: var(--about-teal);
}

.anylock-about-menu a span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--about-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.anylock-about-menu a:hover span,
.anylock-about-menu a:focus-visible span {
    opacity: 1;
}

/* reveal util */
.rv {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s, transform .7s;
}

.rv.in {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.slide-r,
.slide-l {
    opacity: 0;
    transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
}

.slide-r {
    transform: translateX(130px);
}

.slide-l {
    transform: translateX(-130px);
}

.slide-r.in,
.slide-l.in {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width:1024px) {
    .about-values{
        min-height: auto;
    }

    .about-vw-progress{
        display: none;
    }

    .about-values {
        min-height: auto;
    }

    .about-values-sticky {
        height: auto;
        display: block;
        padding: 56px 0;
        position: relative;
    }

    .about-values-in {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 0 20px;
    }

    .about-values {
        position: relative;
        min-height: calc(var(--values-count, 5) * 100vh);
        background: var(--lgrey, #F4F5F6);
    }

    .about-values-sticky {
        position: sticky;
        top: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        padding: 40px 0;
    }

    .about-values-in {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
        padding: 0px 22px 50px;
    }

    .about-num-wheel {
        height: 150px;
        overflow: hidden;
        perspective: 900px;
        position: relative;
    }

    .about-num-strip {
        display: block;
        transform: translateY(0);
        will-change: transform;
    }

    .about-num-item {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 112px;
        line-height: 1;
        font-weight: 900;
    }

    .about-val-texts{
        text-align: center;
    }

    .about-val-media-item{
        max-width: 450px;
        margin: auto;
    }

    .about-val-text div, .about-val-text p{
        margin: auto;
    }    

    .about-val-media-item .vph{
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .about-cta-txt div{
        padding-inline-end: 0;
    }

    .about-form-card{
        padding: 15px;
    }

    .about-in {
        padding: 0 20px;
    }

    .anylock-about-page h2.sec-h {
        font-size: 28px;
    }

    .anylock-about-page .sec-sub {
        font-size: 15px;
    }

    .about-hero {
        padding-top: 50px;
    }

    .about-hero-in {
        flex-direction: column;
        gap: 70px;
    }

    .about-hero-rotator {
        height: 85px;
    }

    .about-hero-line {
        font-size: 34px;
    }

    .about-hero-media {
        flex: none;
        width: 100%;
        max-width: 340px;
        aspect-ratio: 4 / 5;
    }

    .about-vision,
    .about-expertise,
    .about-story,
    .about-cta {
        padding: 40px 0;
    }

    .about-vm-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-story-in {
        flex-direction: column;
        gap: 36px;
    }

    .about-story-media {
        flex: none;
        width: 100%;
    }

    .about-story-txt h2 {
        font-size: 28px;
    }

    .about-cf-card {
        width: 280px;
        margin-left: -140px;
    }

    .about-cta-in {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-cta-wrap {
        padding: 42px 24px;
    }

    .about-cta-txt h2 {
        font-size: 26px;
    }

    .about-values {
        min-height: auto;
    }

    .about-values-sticky {
        height: auto;
        display: block;
        padding: 56px 0;
        position: relative;
    }

    .about-values-in {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 0 20px;
    }

    .about-values {
        position: relative;
        min-height: calc(var(--values-count, 5) * 100vh);
        background: var(--lgrey, #F4F5F6);
    }

    .about-values-sticky {
        position: sticky;
        top: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        padding: 40px 0;
    }

    .about-values-in {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
        padding: 0px 22px 50px;
    }

    .about-num-wheel {
        height: 150px;
        overflow: hidden;
        perspective: 900px;
        position: relative;
    }

    .about-num-strip {
        display: block;
        transform: translateY(0);
        will-change: transform;
    }

    .about-num-item {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 95px;
        line-height: 1;
        font-weight: 900;
    }

    .about-val-texts {
        position: relative;
        min-height: 135px;
    }

    .about-val-text {
        position: absolute;
        inset-inline: 0;
        top: 0;
        opacity: 0;
        transform: translateY(18px);
        pointer-events: none;
        transition:
            opacity 0.45s ease,
            transform 0.45s ease;
    }

    .about-val-text.on {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .about-val-medias {
        position: relative;
        aspect-ratio: 1 / 1;
        max-height: 320px;
    }

    .about-val-media-item {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(0.94);
        transition:
            opacity 0.45s ease,
            transform 0.45s ease;
    }

    .about-val-media-item.on {
        opacity: 1;
        transform: scale(1);
    }

    .about-values-progress {
        position: absolute;
        right: 22px;
        bottom: 28px;
        display: flex;
        gap: 8px;
        z-index: 4;
    }

    .about-num-item {
        flex: 0 0 auto;
        height: auto;
    }

    .about-vw-label,
    .about-vw-progress {
        position: static;
        margin: 0 20px 20px;
    }

    .anylock-about-menu{
        right: 5px;
        z-index: 1;
    }

    .anylock-about-menu a{
        width: 6px;
         height: 6px;
    }

    .anylock-about-menu a.active{
        width: 11px;
        height: 11px;
    }     
}

@media (prefers-reduced-motion: reduce) {
    .rv,
    .slide-r,
    .slide-l,
    .about-hero-line,
    .about-cf-card,
    .about-num-strip,
    .about-num-item,
    .about-val-text,
    .about-val-media-item,
    .anylock-about-menu a {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .rv,
    .slide-r,
    .slide-l {
        opacity: 1;
    }
}