.elementor-4183 .elementor-element.elementor-element-09ff55a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-81c0d05 *//* =========================================================
   GLOBAL
========================================================= */

/* =========================================================
   FULL WIDTH ELEMENTOR FIX
========================================================= */

.sz-barista-page{
    position:relative;
    width:100vw;
    max-width:100vw;

    left:50%;
    margin-left:-50vw;

    overflow:hidden;
}

.sz-barista-page .sz-barista-hero,
.sz-barista-page .sz-trust-section,
.sz-barista-page .sz-section,
.sz-barista-page .sz-level-slider-section,
.sz-barista-page .sz-recognition,
.sz-barista-page .sz-barista-google-reviews,
.sz-barista-page .sz-career-section,
.sz-barista-page .sz-final-cta{
    width:100vw;
    max-width:100vw;
}

.sz-barista-container{
    width:100%;
    max-width:1280px;

    margin:0 auto;

    padding-left:25px;
    padding-right:25px;
}

.sz-barista-page{
    --blue:#277bb7;
    --dark:#103740;
    --text:#5f6970;
    --light:#f6f8fa;

    width:100%;
    overflow:hidden;
    font-family:Arial,Helvetica,sans-serif;
}

.sz-barista-page *{
    box-sizing:border-box;
}

.sz-barista-container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 25px;
}

.sz-section{
    padding:90px 0;
}

.sz-light-section{
    background:#f6f8fa;
}

.sz-eyebrow{
    display:inline-block;
    margin-bottom:14px;
    color:#277bb7;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.8px;
}

.sz-content h2,
.sz-section-heading h2{
    margin:0;
    color:#103740;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
}

.sz-content p,
.sz-section-heading p{
    color:#66727a;
    font-size:15px;
    line-height:1.75;
}

.sz-section-heading{
    max-width:760px;
    margin:0 auto 45px;
    text-align:center;
}


/* =========================================================
   HERO
========================================================= */

.sz-barista-hero{
    padding:100px 0 80px;
    background:#f7f9fb;
}

.sz-hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.sz-hero-content h1{
    margin:0;
    color:#103740;
    font-size:62px;
    line-height:1.03;
    font-weight:800;
}

.sz-hero-content h1 span{
    display:block;
    color:#277bb7;
}

.sz-hero-text{
    margin:22px 0;
    color:#647078;
    font-size:16px;
    line-height:1.75;
}

.sz-hero-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:25px 0;
    color:#33454d;
    font-size:13px;
    font-weight:600;
}

.sz-hero-buttons{
    display:flex;
    gap:12px;
    margin-top:30px;
}

.sz-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:12px 24px;
    border-radius:5px;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.sz-btn-primary{
    background:#277bb7;
    color:#fff;
}

.sz-btn-outline{
    border:2px solid #277bb7;
    color:#277bb7;
}

.sz-hero-image{
    position:relative;
}

.sz-hero-image img{
    width:100%;
    display:block;
    border-radius:14px;
}

.sz-hero-badge,
.sz-hero-mini-card{
    position:absolute;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    border-radius:8px;
}

.sz-hero-badge{
    right:-20px;
    top:30px;
    padding:16px;
}

.sz-hero-badge strong{
    display:block;
    color:#277bb7;
    font-size:24px;
}

.sz-hero-mini-card{
    left:-25px;
    bottom:25px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:13px 16px;
}

.sz-hero-mini-card strong,
.sz-hero-mini-card small{
    display:block;
}

.sz-hero-mini-card small{
    margin-top:3px;
    color:#777;
}


/* =========================================================
   TRUST
========================================================= */

.sz-trust-section{
    padding:25px 0;
    background:#103740;
}

.sz-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.sz-trust-item{
    padding:10px 20px;
    text-align:center;
    color:rgba(255,255,255,.75);
    border-right:1px solid rgba(255,255,255,.15);
    font-size:12px;
}

.sz-trust-item:last-child{
    border-right:0;
}

.sz-trust-item strong{
    display:block;
    margin-bottom:4px;
    color:#fff;
    font-size:20px;
}


/* =========================================================
   TWO COLUMN
========================================================= */

.sz-two-column{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:75px;
}

.sz-about-images,
.sz-why-image{
    position:relative;
}

.sz-about-main,
.sz-why-image > img{
    width:82%;
    display:block;
    border-radius:12px;
}

.sz-about-small{
    position:absolute;
    width:46%;
    right:0;
    bottom:-40px;
    border:7px solid #fff;
    border-radius:10px;
}

.sz-about-label{
    position:absolute;
    left:25px;
    bottom:20px;
    padding:15px 18px;
    background:#277bb7;
    color:#fff;
    font-size:10px;
}

.sz-about-label strong{
    display:block;
    font-size:18px;
}

.sz-check-list{
    list-style:none;
    padding:0;
    columns:2;
}

.sz-check-list li{
    margin:10px 0;
    color:#46585f;
    font-size:13px;
}

.sz-check-list li:before{
    content:"✓";
    margin-right:8px;
    color:#277bb7;
    font-weight:bold;
}

.sz-inline-link{
    display:inline-block;
    margin-top:15px;
    color:#277bb7;
    text-decoration:none;
    font-weight:800;
}


/* =========================================================
   SKILLS
========================================================= */

.sz-skills-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.sz-skill-card{
    padding:28px;
    background:#fff;
    border:1px solid #e8ecef;
}

.sz-skill-icon{
    width:50px;
    height:50px;
    margin-bottom:22px;
}

.sz-skill-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.sz-skill-card > span{
    color:#bdd9eb;
    font-size:14px;
    font-weight:800;
}

.sz-skill-card h3{
    color:#173840;
    font-size:18px;
}

.sz-skill-card p{
    color:#6c777d;
    font-size:13px;
    line-height:1.65;
}


/* =========================================================
   LEVEL SLIDER
========================================================= */

.sz-level-slider-section{
    padding:90px 0 45px;
    background:#277bb7;
}

.sz-level-slider-heading{
    max-width:800px;
    margin:0 auto 45px;
    text-align:center;
}

.sz-level-eyebrow{
    color:rgba(255,255,255,.78);
    font-size:11px;
    letter-spacing:2px;
    font-weight:800;
}

.sz-level-slider-heading h2{
    margin:12px 0 0;
    color:#fff;
    font-size:50px;
    line-height:1.08;
}

.sz-level-slider-heading h2 span{
    display:block;
}

.sz-level-slider-heading p{
    color:rgba(255,255,255,.8);
    line-height:1.7;
}

.sz-slider-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.sz-slider-progress{
    width:280px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:11px;
}

.sz-progress-line{
    flex:1;
    height:2px;
    background:rgba(255,255,255,.25);
}

.sz-progress-fill{
    width:25%;
    height:100%;
    background:#fff;
}

.sz-slider-controls{
    display:flex;
    gap:8px;
}

.sz-slider-btn{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.5);
    background:transparent;
    color:#fff;
    cursor:pointer;
}

.sz-level-slider{
    overflow:hidden;
}

.sz-level-track{
    display:flex;
    gap:22px;
    transition:transform .4s ease;
}

.sz-level-slide{
    position:relative;
    flex:0 0 calc((100% - 44px)/3);
    min-height:620px;
    padding:36px 30px 30px;
    background:#fff;
    border-radius:13px;
    display:flex;
    flex-direction:column;
}

.sz-level-number{
    margin-bottom:25px;
    color:#dcebf6;
    font-size:52px;
    font-weight:800;
}

.sz-level-label{
    color:#277bb7;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px;
}

.sz-level-slide h3{
    margin:14px 0;
    color:#080808;
    font-size:24px;
}

.sz-level-intro{
    min-height:72px;
    color:#667078;
    line-height:1.65;
    font-size:13px;
}

.sz-level-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:10px 0 22px;
    padding:17px 0;
    border-top:1px solid #e5e8ea;
    border-bottom:1px solid #e5e8ea;
}

.sz-level-meta small{
    display:block;
    color:#92999d;
    font-size:9px;
}

.sz-level-meta strong{
    display:block;
    margin-top:5px;
    color:#111;
    font-size:12px;
}

.sz-level-features{
    list-style:none;
    padding:0;
    margin:0 0 24px;
}

.sz-level-features li{
    margin:11px 0;
    padding-left:20px;
    color:#667078;
    font-size:12px;
    position:relative;
}

.sz-level-features li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#277bb7;
}

.sz-level-link{
    margin-top:auto;
    color:#277bb7;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
}

.sz-level-featured{
    border:2px solid #111;
}

.sz-popular,
.sz-pro-badge{
    position:absolute;
    right:0;
    top:0;
    padding:11px 17px;
    background:#111;
    color:#fff;
    font-size:8px;
    font-weight:800;
    letter-spacing:1px;
}

.sz-professional-level{
    border:2px solid #277bb7;
}

.sz-pro-badge{
    background:#277bb7;
}

.sz-level-bottom{
    margin-top:30px;
    text-align:center;
    color:rgba(255,255,255,.8);
    font-size:13px;
}

.sz-level-bottom a{
    margin-left:8px;
    color:#fff;
    text-decoration:none;
    font-weight:800;
}


/* =========================================================
   CURRICULUM
========================================================= */

.sz-curriculum-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}

.sz-training-image img{
    width:100%;
    margin-top:25px;
    border-radius:10px;
}

.sz-curriculum-item{
    display:flex;
    gap:20px;
    padding:18px 0;
    border-bottom:1px solid #e5e8ea;
}

.sz-curriculum-item > span{
    color:#277bb7;
    font-weight:800;
}

.sz-curriculum-item h3{
    margin:0;
    color:#183940;
    font-size:17px;
}

.sz-curriculum-item p{
    color:#6e787d;
    font-size:13px;
    line-height:1.6;
}


/* =========================================================
   WHY
========================================================= */

.sz-why-stat{
    position:absolute;
    right:0;
    bottom:20px;
    padding:18px;
    background:#277bb7;
    color:#fff;
}

.sz-why-stat strong{
    display:block;
}

.sz-reason{
    display:flex;
    gap:15px;
    margin:18px 0;
}

.sz-reason > span{
    color:#277bb7;
    font-weight:800;
}

.sz-reason h3{
    margin:0;
    color:#183940;
}

.sz-reason p{
    margin:5px 0 0;
}


/* =========================================================
   RECOGNITION
========================================================= */

.sz-recognition{
    padding:65px 0;
    background:#103740;
}

.sz-recognition-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:50px;
}

.sz-recognition-content{
    color:#fff;
}

.sz-recognition-content h2{
    font-size:38px;
}

.sz-recognition-content p{
    color:rgba(255,255,255,.75);
}

.sz-recognition-logos{
    display:flex;
    justify-content:flex-end;
    gap:20px;
}

.sz-recognition-logos div{
    width:150px;
    height:100px;
    padding:12px;
    background:#fff;
}

.sz-recognition-logos img{
    width:100%;
    height:100%;
    object-fit:contain;
}


/* =========================================================
   AUDIENCE
========================================================= */

.sz-audience-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.sz-audience-card{
    padding:28px;
    border:1px solid #e4e8eb;
}

.sz-audience-card span{
    color:#277bb7;
    font-weight:800;
}

.sz-audience-card h3{
    color:#183940;
}

.sz-audience-card p{
    color:#6c777d;
    font-size:13px;
}


/* =========================================================
   REVIEWS
========================================================= */

.sz-barista-google-reviews{
    padding:80px 0;
    background:#f7f9fb;
}

.sz-reviews-heading{
    max-width:700px;
    margin:0 auto 35px;
    text-align:center;
}

.sz-reviews-heading h2{
    color:#103740;
    font-size:46px;
}

.sz-reviews-heading h2 span{
    display:block;
    color:#277bb7;
}

.sz-google-review-shortcode{
    width:100%;
    min-height:240px;
}


/* =========================================================
   CAREER
========================================================= */

.sz-career-section{
    padding:70px 0;
    background:#277bb7;
}

.sz-career-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.sz-career-grid h2{
    color:#fff;
    font-size:42px;
}

.sz-career-grid p{
    color:rgba(255,255,255,.8);
}

.sz-career-small{
    color:#fff;
    font-size:11px;
}

.sz-career-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.sz-career-tags span{
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:30px;
    color:#fff;
}


/* =========================================================
   FAQ
========================================================= */

.sz-faq-container{
    max-width:900px;
}

.sz-faq{
    border-bottom:1px solid #e3e7ea;
    padding:18px 0;
}

.sz-faq summary{
    cursor:pointer;
    color:#153840;
    font-size:16px;
    font-weight:800;
}

.sz-faq p{
    color:#68747a;
    line-height:1.65;
}


/* =========================================================
   FINAL CTA
========================================================= */

.sz-final-cta{
    padding:75px 0;
    background:#103740;
}

.sz-final-grid{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:40px;
}

.sz-final-grid h2{
    color:#fff;
    font-size:42px;
}

.sz-final-grid p{
    color:rgba(255,255,255,.75);
}

.sz-final-grid > div:first-child > span{
    color:#72bce8;
    font-size:11px;
}

.sz-final-buttons{
    display:flex;
    gap:10px;
}

.sz-btn-white{
    background:#fff;
    color:#103740;
}

.sz-btn-black{
    background:#000;
    color:#fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1024px){

    .sz-hero-grid,
    .sz-two-column,
    .sz-curriculum-layout{
        grid-template-columns:1fr;
    }

    .sz-skills-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sz-level-slide{
        flex:0 0 calc((100% - 22px)/2);
    }

    .sz-audience-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


@media(max-width:767px){

    .sz-section{
        padding:60px 0;
    }

    .sz-barista-container{
        padding:0 16px;
    }

    .sz-barista-hero{
        padding:70px 0 55px;
    }

    .sz-hero-content h1{
        font-size:42px;
    }

    .sz-content h2,
    .sz-section-heading h2{
        font-size:34px;
    }

    .sz-hero-features,
    .sz-trust-grid,
    .sz-skills-grid,
    .sz-audience-grid,
    .sz-recognition-grid,
    .sz-career-grid,
    .sz-final-grid{
        grid-template-columns:1fr;
    }

    .sz-hero-buttons,
    .sz-final-buttons{
        flex-direction:column;
    }

    .sz-btn{
        width:100%;
    }

    .sz-trust-item{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .sz-check-list{
        columns:1;
    }

    .sz-level-slider-heading h2{
        font-size:34px;
    }

    .sz-level-slide{
        flex:0 0 88%;
        min-height:600px;
    }

    .sz-slider-progress{
        width:170px;
    }

    .sz-recognition-logos{
        justify-content:flex-start;
    }

    .sz-final-grid h2,
    .sz-career-grid h2{
        font-size:34px;
    }

}/* End custom CSS */