.elementor-350 .elementor-element.elementor-element-ac67a3f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-81d8902 */html,
body{
    overflow-x:hidden !important;
}

.uh-about-page,
.uh-about-page *{
    box-sizing:border-box;
}

.uh-about-page{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#fff;
    font-family:"Poppins",Arial,sans-serif;
    color:#111;
}

.uh-about-page section{
    width:100%;
    max-width:100%;
    margin:0;
}

.uh-about-wrap{
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}

.uh-yellow{
    color:#ffbd00;
}

.uh-about-section{
    padding:72px 0;
}

.uh-about-heading{
    text-align:center;
    margin-bottom:40px;
}

.uh-about-heading-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.uh-about-heading-line{
    width:42px;
    height:3px;
    background:#ffbd00;
    border-radius:20px;
}

.uh-about-heading h2{
    margin:0;
    font-size:34px;
    line-height:1.2;
    font-weight:900;
    color:#111;
    text-transform:uppercase;
}

.uh-about-heading p{
    max-width:690px;
    margin:11px auto 0;
    color:#666;
    font-size:14px;
    line-height:1.75;
}


.uh-about-hero{
    position:relative;
    padding:72px 32px 0;

    background:
        radial-gradient(circle at 83% 25%,rgba(255,189,0,.16),transparent 30%),
        linear-gradient(135deg,#050505 0%,#111 58%,#060606 100%);

    overflow:hidden;
}

.uh-about-hero::before{
    content:"";
    position:absolute;
    width:290px;
    height:290px;
    border-radius:50%;
    border:48px solid rgba(255,189,0,.06);
    left:-110px;
    bottom:-130px;
}

.uh-about-hero::after{
    content:"";
    position:absolute;
    width:145px;
    height:145px;
    background:#ffbd00;
    opacity:.05;
    transform:rotate(35deg);
    right:8%;
    top:-55px;
}

.uh-about-hero-inner{
    width:100%;
    max-width:1240px;
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
    align-items:center;
    gap:45px;

    position:relative;
    z-index:2;
}

.uh-about-hero-content{
    min-width:0;
    padding-bottom:70px;
}

.uh-about-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 14px;

    background:rgba(255,189,0,.09);
    border:1px solid rgba(255,189,0,.30);
    border-radius:999px;

    color:#ffbd00;

    font-size:12px;
    font-weight:800;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.uh-about-badge-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffbd00;
}

.uh-about-hero h1{
    max-width:730px;
    margin:20px 0 18px;

    color:#fff;

    font-size:clamp(42px,4.2vw,62px);
    line-height:1.06;
    font-weight:900;

    letter-spacing:-1px;
}

.uh-about-hero h1 span{
    color:#ffbd00;
}

.uh-about-hero p{
    max-width:680px;
    margin:0;

    color:#c7c7c7;

    font-size:15px;
    line-height:1.85;
}

.uh-about-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}


/* =========================================================
   BUTTONS
========================================================= */

.uh-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:14px 24px;

    border-radius:999px;

    font-size:13px;
    font-weight:800;

    text-decoration:none !important;

    transition:.3s ease;
}

.uh-about-btn-primary{
    background:#ffbd00 !important;
    border:2px solid #ffbd00 !important;
    color:#050505 !important;
}

.uh-about-btn-primary:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:#050505 !important;
    transform:translateY(-2px);
}

.uh-about-btn-secondary{
    background:transparent !important;
    border:2px solid #fff !important;
    color:#fff !important;
}

.uh-about-btn-secondary:hover{
    background:#fff !important;
    color:#050505 !important;
    transform:translateY(-2px);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.uh-about-hero-visual{
    position:relative;
    min-height:530px;

    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.uh-about-hero-circle{
    position:absolute;
    width:410px;
    height:410px;
    border-radius:50%;
    background:#ffbd00;
    bottom:-45px;
    z-index:1;
}

.uh-about-hero-img{
    position:relative;
    z-index:2;

    display:block;

    width:auto;
    max-width:100%;
    height:520px;

    object-fit:contain;
    object-position:center bottom;

    margin:0 auto;
}

.uh-about-mini-card{
    position:absolute;
    z-index:5;

    padding:14px 17px;

    background:#fff;

    border-radius:14px;

    box-shadow:0 14px 35px rgba(0,0,0,.18);
}

.uh-about-mini-card strong{
    display:block;
    color:#111;
    font-size:18px;
    line-height:1.15;
    font-weight:900;
}

.uh-about-mini-card span{
    display:block;
    margin-top:4px;
    color:#666;
    font-size:10px;
}

.uh-about-mini-1{
    left:0;
    top:90px;
}

.uh-about-mini-2{
    right:0;
    bottom:95px;
}


/* =========================================================
   STORY
========================================================= */

.uh-about-story{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:55px;
    align-items:center;
}

.uh-about-story-card{
    min-height:420px;
    position:relative;

    padding:25px;

    background:#f7f7f7;

    border-radius:24px;

    overflow:hidden;
}

.uh-about-story-yellow{
    position:absolute;
    width:220px;
    height:220px;

    background:#ffbd00;

    border-radius:50%;

    right:-45px;
    top:-55px;
}

.uh-about-story-black{
    position:absolute;
    width:170px;
    height:170px;

    background:#080808;

    border-radius:28px;

    left:-45px;
    bottom:-50px;

    transform:rotate(17deg);
}

.uh-about-story-main{
    min-height:370px;
    position:relative;
    z-index:2;

    padding:34px;

    background:#fff;

    border-radius:19px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.uh-story-icon{
    width:64px;
    height:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    background:#ffbd00;

    border-radius:16px;
}

.uh-story-icon svg{
    width:33px;
    height:33px;

    fill:none;
    stroke:#050505;

    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.uh-about-story-main h3{
    margin:0 0 10px;

    color:#111;

    font-size:28px;
    font-weight:900;
}

.uh-about-story-main p{
    margin:0;

    color:#666;

    font-size:13px;
    line-height:1.8;
}

.uh-small-title{
    display:inline-block;

    color:#ffbd00;

    font-size:12px;
    font-weight:900;

    text-transform:uppercase;
    letter-spacing:1.4px;
}

.uh-about-story-content h2{
    margin:10px 0 18px;

    color:#111;

    font-size:38px;
    line-height:1.18;

    font-weight:900;
}

.uh-about-story-content p{
    margin:0 0 14px;

    color:#666;

    font-size:14px;
    line-height:1.85;
}

.uh-about-checks{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:11px 18px;

    margin-top:20px;
}

.uh-about-check{
    display:flex;
    align-items:center;
    gap:9px;

    color:#222;

    font-size:13px;
    font-weight:700;
}

.uh-about-check-icon{
    width:22px;
    height:22px;
    min-width:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffbd00;

    color:#050505;

    border-radius:50%;

    font-size:12px;
    font-weight:900;
}

.uh-about-mvv{
    background:#f8f8f8;
}

.uh-mvv-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.uh-mvv-card{
    padding:28px;

    background:#fff;

    border:1px solid #ececec;
    border-radius:18px;

    transition:.3s ease;
}

.uh-mvv-card:hover{
    transform:translateY(-5px);
    border-color:#ffbd00;
    box-shadow:0 12px 30px rgba(0,0,0,.07);
}

.uh-mvv-icon{
    width:54px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;

    background:#ffbd00;

    border-radius:14px;
}

.uh-mvv-icon svg{
    width:28px;
    height:28px;

    fill:none;
    stroke:#050505;

    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.uh-mvv-card h3{
    margin:0 0 10px;

    color:#111;

    font-size:20px;
    font-weight:900;
}

.uh-mvv-card p{
    margin:0;

    color:#666;

    font-size:13px;
    line-height:1.8;
}

.uh-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:17px;
}

.uh-why-card{
    position:relative;

    padding:24px 20px;

    background:#fff;

    border:1px solid #ebebeb;
    border-radius:16px;

    overflow:hidden;

    transition:.3s ease;
}

.uh-why-card::before{
    content:"";
    position:absolute;

    left:0;
    top:0;

    width:4px;
    height:100%;

    background:#ffbd00;
}

.uh-why-card:hover{
    transform:translateY(-4px);
    border-color:#ffbd00;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
}

.uh-why-icon{
    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:15px;

    background:#fff7df;

    border-radius:12px;
}

.uh-why-icon svg{
    width:24px;
    height:24px;

    fill:none;
    stroke:#111;

    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.uh-why-card h3{
    margin:0 0 8px;

    color:#111;

    font-size:16px;
    font-weight:900;
}

.uh-why-card p{
    margin:0;

    color:#666;

    font-size:12.5px;
    line-height:1.7;
}

.uh-about-stats{
    background:#080808;
}

.uh-stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);

    background:#242424;

    gap:1px;
}

.uh-stat-card{
    padding:30px 15px;

    background:#080808;

    text-align:center;
}

.uh-stat-card strong{
    display:block;

    color:#ffbd00;

    font-size:29px;
    font-weight:900;
    line-height:1.1;
}

.uh-stat-card span{
    display:block;

    margin-top:7px;

    color:#bdbdbd;

    font-size:11px;
}

.uh-approach-layout{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:45px;

    align-items:center;
}

.uh-approach-content h2{
    margin:9px 0 15px;

    color:#111;

    font-size:37px;
    line-height:1.2;

    font-weight:900;
}

.uh-approach-content > p{
    margin:0 0 22px;

    color:#666;

    font-size:14px;
    line-height:1.8;
}

.uh-approach-step{
    display:flex;
    gap:14px;
    margin-bottom:18px;
}

.uh-approach-number{
    width:38px;
    height:38px;
    min-width:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffbd00;

    color:#050505;

    border-radius:50%;

    font-size:12px;
    font-weight:900;
}

.uh-approach-step h4{
    margin:0 0 4px;

    color:#111;

    font-size:14px;
    font-weight:900;
}

.uh-approach-step p{
    margin:0;

    color:#666;

    font-size:12.5px;
    line-height:1.65;
}

.uh-approach-visual{
    min-height:430px;
    position:relative;

    padding:30px;

    background:#ffbd00;

    border-radius:24px;

    overflow:hidden;
}

.uh-approach-visual::before{
    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border-radius:50%;

    border:42px solid rgba(0,0,0,.05);

    right:-80px;
    bottom:-90px;
}

.uh-approach-board{
    position:relative;
    z-index:2;

    padding:26px;

    background:#fff;

    border-radius:19px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.uh-board-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;

    margin-bottom:22px;
}

.uh-board-top strong{
    color:#111;
    font-size:19px;
    font-weight:900;
}

.uh-board-pill{
    padding:7px 11px;

    background:#111;

    color:#fff;

    border-radius:999px;

    font-size:10px;
    font-weight:800;
}

.uh-board-row{
    display:flex;
    align-items:center;
    gap:12px;

    padding:13px 0;

    border-bottom:1px solid #eee;
}

.uh-board-row:last-child{
    border-bottom:0;
}

.uh-board-row-icon{
    width:40px;
    height:40px;
    min-width:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff7df;

    border-radius:10px;

    font-size:17px;
}

.uh-board-row-text strong{
    display:block;

    color:#111;

    font-size:13px;
    font-weight:800;
}

.uh-board-row-text span{
    display:block;

    margin-top:2px;

    color:#777;

    font-size:10.5px;
}

.uh-about-classes{
    background:#f8f8f8;
}

.uh-class-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:18px;
}

.uh-class-card{
    padding:25px 20px;

    background:#fff;

    border:1px solid #ececec;
    border-radius:17px;

    text-align:center;

    transition:.3s ease;
}

.uh-class-card:hover{
    transform:translateY(-4px);
    border-color:#ffbd00;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
}

.uh-class-circle{
    width:62px;
    height:62px;

    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffbd00;

    color:#050505;

    border-radius:50%;

    font-size:15px;
    font-weight:900;
}

.uh-class-card h3{
    margin:0 0 6px;

    color:#111;

    font-size:16px;
    font-weight:900;
}

.uh-class-card p{
    margin:0;

    color:#777;

    font-size:11.5px;
    line-height:1.6;
}


.uh-values-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:18px;
}

.uh-value{
    display:flex;
    gap:13px;

    padding:22px;

    background:#fff;

    border:1px solid #ececec;
    border-radius:15px;
}

.uh-value-icon{
    width:42px;
    height:42px;
    min-width:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#111;

    color:#ffbd00;

    border-radius:12px;

    font-size:18px;
    font-weight:900;
}

.uh-value h3{
    margin:0 0 5px;

    color:#111;

    font-size:14px;
    font-weight:900;
}

.uh-value p{
    margin:0;

    color:#666;

    font-size:12px;
    line-height:1.6;
}



.uh-about-cta{
    background:#ffbd00;
}

.uh-about-cta-inner{
    width:100%;
    max-width:1240px;

    margin:0 auto;

    padding:48px 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:35px;
}

.uh-about-cta-content{
    width:60%;
    max-width:700px;
}

.uh-about-cta-content h2{
    margin:0 0 10px;

    color:#050505;

    font-size:35px;
    line-height:1.2;

    font-weight:900;
}

.uh-about-cta-content p{
    margin:0;

    max-width:650px;

    color:#292929;

    font-size:14px;
    line-height:1.7;
}

.uh-about-cta-buttons{
    display:flex;
    align-items:center;
    justify-content:flex-end;

    gap:12px;
}

.uh-about-cta .uh-about-btn-primary{
    background:#050505 !important;
    border-color:#050505 !important;
    color:#fff !important;
}

.uh-about-cta .uh-about-btn-primary:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:#050505 !important;
}

.uh-about-cta .uh-about-btn-secondary{
    border-color:#050505 !important;
    color:#050505 !important;
}

.uh-about-cta .uh-about-btn-secondary:hover{
    background:#050505 !important;
    color:#fff !important;
}



@media(max-width:1000px){

    .uh-about-hero-inner{
        grid-template-columns:minmax(0,1fr) minmax(330px,.85fr);
        gap:25px;
    }

    .uh-about-hero-img{
        height:460px;
    }

    .uh-about-hero-circle{
        width:345px;
        height:345px;
    }

    .uh-why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .uh-class-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


@media(max-width:767px){

    .uh-about-wrap{
        padding-left:15px;
        padding-right:15px;
    }

    .uh-about-section{
        padding:50px 0;
    }


    /* HEADINGS */

    .uh-about-heading{
        margin-bottom:28px;
    }

    .uh-about-heading-row{
        gap:8px;
    }

    .uh-about-heading-line{
        width:25px;
        height:2px;
    }

    .uh-about-heading h2{
        font-size:22px;
    }

    .uh-about-heading p{
        font-size:12.8px;
    }


    /* HERO */

    .uh-about-hero{
        padding:48px 16px 0;
    }

    .uh-about-hero-inner{
        grid-template-columns:1fr;
        gap:18px;
    }

    .uh-about-hero-content{
        padding-bottom:0;
    }

    .uh-about-hero h1{
        font-size:34px;
        line-height:1.08;
    }

    .uh-about-hero p{
        font-size:13px;
        line-height:1.75;
    }

    .uh-about-hero-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .uh-about-btn{
        width:100%;
    }

    .uh-about-hero-visual{
        min-height:400px;
    }

    .uh-about-hero-img{
        height:390px;
    }

    .uh-about-hero-circle{
        width:300px;
        height:300px;
        bottom:-30px;
    }

    .uh-about-mini-card{
        padding:10px 12px;
    }

    .uh-about-mini-card strong{
        font-size:14px;
    }

    .uh-about-mini-1{
        left:0;
        top:45px;
    }

    .uh-about-mini-2{
        right:0;
        bottom:55px;
    }


    /* STORY */

    .uh-about-story{
        grid-template-columns:1fr;
        gap:30px;
    }

    .uh-about-story-card{
        min-height:360px;
    }

    .uh-about-story-main{
        min-height:310px;
        padding:27px;
    }

    .uh-about-story-content h2{
        font-size:29px;
    }

    .uh-about-checks{
        grid-template-columns:1fr;
    }


    /* MVV */

    .uh-mvv-grid{
        grid-template-columns:1fr;
    }


    /* WHY */

    .uh-why-grid{
        grid-template-columns:1fr;
    }


    /* STATS */

    .uh-stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .uh-stat-card:last-child{
        grid-column:1 / -1;
    }


    /* APPROACH */

    .uh-approach-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .uh-approach-content h2{
        font-size:29px;
    }

    .uh-approach-visual{
        min-height:auto;
        padding:20px;
    }


    /* CLASSES */

    .uh-class-grid{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }


    /* PRINCIPLES */

    .uh-values-strip{
        grid-template-columns:1fr;
    }


    /* CTA */

    .uh-about-cta-inner{
        padding:38px 16px;

        flex-direction:column;
        align-items:flex-start;
    }

    .uh-about-cta-content{
        width:100%;
        max-width:100%;
    }

    .uh-about-cta-content h2{
        font-size:27px;
    }

    .uh-about-cta-buttons{
        width:100%;

        flex-direction:column;

        align-items:stretch;
    }

}

@media(max-width:430px){

    .uh-about-hero h1{
        font-size:30px;
    }

    .uh-about-hero-img{
        height:350px;
    }

    .uh-about-hero-circle{
        width:265px;
        height:265px;
    }

    .uh-about-mini-1{
        top:35px;
    }

    .uh-about-mini-2{
        bottom:40px;
    }

    .uh-class-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */