/* HEP TEACHER APPLY CENTER V1 CSS */

*{box-sizing:border-box}
body.hep-teacher-apply-page{
    margin:0;
    background:#f5f8fc;
    color:#102f5c;
}
.hep-ta-shell{
    min-height:100vh;
    background:#f5f8fc;
}
.hep-ta-main{
    min-height:70vh;
}
.hep-ta-container{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
}
.hep-ta-hero{
    padding:52px 0 44px;
    background:
        radial-gradient(circle at 92% 8%,rgba(255,111,44,.10),transparent 28%),
        linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    border-bottom:1px solid #e1e9f2;
}
.hep-ta-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
    gap:48px;
    align-items:start;
}
.hep-ta-copy{
    padding:18px 0 0;
}
.hep-ta-kicker,
.hep-ta-section-head>span,
.hep-ta-final-inner>div:first-child>span{
    display:block;
    color:#ff6f2c;
    font-size:11px;
    font-weight:950;
    letter-spacing:.12em;
}
.hep-ta-copy h1{
    margin:12px 0 16px;
    color:#0c3268;
    font-size:50px;
    line-height:1.02;
    letter-spacing:-.045em;
    font-weight:950;
}
.hep-ta-lead{
    max-width:650px;
    margin:0;
    color:#62748b;
    font-size:16px;
    line-height:1.75;
}
.hep-ta-founder-banner{
    margin-top:24px;
    padding:17px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    border:1px solid #ffd2ba;
    border-radius:16px;
    background:linear-gradient(135deg,#fff9f5,#fff1e8);
    box-shadow:0 12px 30px rgba(255,111,44,.08);
}
.hep-ta-founder-banner>div{
    display:grid;
    gap:4px;
}
.hep-ta-founder-banner strong{
    color:#0c3268;
    font-size:17px;
}
.hep-ta-founder-banner span{
    color:#65758b;
    font-size:12px;
    line-height:1.45;
}
.hep-ta-founder-banner>b{
    min-width:116px;
    display:grid;
    place-items:center;
    padding:10px 12px;
    border-radius:13px;
    background:#ff6f2c;
    color:#fff;
    font-size:31px;
    line-height:1;
    text-align:center;
    box-shadow:0 8px 20px rgba(255,111,44,.20);
}
.hep-ta-founder-banner>b small{
    display:block;
    margin-top:5px;
    font-size:8px;
    line-height:1.2;
    letter-spacing:.06em;
}
.hep-ta-founder-banner.is-closed{
    border-color:#cad8e8;
    background:#eef4fa;
}
.hep-ta-founder-banner.is-closed>b{
    background:#174f91;
}
.hep-ta-feature-grid{
    margin-top:20px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.hep-ta-feature-grid>div{
    min-height:76px;
    padding:13px 14px;
    display:grid;
    grid-template-columns:25px 1fr;
    grid-template-rows:auto auto;
    column-gap:9px;
    align-items:start;
    border:1px solid #dbe6f1;
    border-radius:13px;
    background:#fff;
    box-shadow:0 7px 19px rgba(13,50,104,.045);
}
.hep-ta-feature-grid span{
    grid-row:1/3;
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:#e9f4ff;
    color:#1762b6;
    font-weight:950;
}
.hep-ta-feature-grid strong{
    color:#163d6c;
    font-size:12px;
}
.hep-ta-feature-grid small{
    margin-top:4px;
    color:#77879a;
    font-size:10px;
    line-height:1.35;
}
.hep-ta-price-box{
    margin-top:14px;
    padding:14px 16px;
    border:1px solid #dbe6f0;
    border-radius:14px;
    background:#fff;
}
.hep-ta-price-badge{
    display:inline-flex;
    padding:5px 9px;
    margin-bottom:8px;
    border-radius:999px;
    background:#e5f8ec;
    color:#147844;
    font-size:9px;
    font-weight:900;
}
.hep-ta-price-badge.paid{
    background:#eef4fb;
    color:#174f91;
}
.hep-ta-price-box>div{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}
.hep-ta-price-box>div span{
    color:#66758a;
    font-size:11px;
}
.hep-ta-price-box strong{
    color:#0c3268;
    font-size:17px;
}
.hep-ta-price-box>small{
    display:block;
    margin-top:6px;
    color:#8492a4;
    font-size:9px;
}
.hep-ta-whatsapp{
    margin-top:14px;
    min-height:66px;
    padding:12px 14px;
    display:grid;
    grid-template-columns:42px 1fr auto;
    gap:12px;
    align-items:center;
    border:1px solid #a8dfbd;
    border-radius:14px;
    background:#effbf3;
    color:#116a38;
    text-decoration:none!important;
    transition:.18s ease;
}
.hep-ta-whatsapp:hover{
    transform:translateY(-2px);
    color:#0d5a2f;
    box-shadow:0 10px 24px rgba(29,166,89,.12);
}
.hep-ta-whatsapp>span{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#21b968;
    color:#fff;
    font-size:20px;
}
.hep-ta-whatsapp>div{
    display:grid;
    gap:3px;
}
.hep-ta-whatsapp strong{
    font-size:13px;
}
.hep-ta-whatsapp small{
    color:#4d8061;
    font-size:10px;
}
.hep-ta-whatsapp>b{
    font-size:22px;
}
.hep-ta-form-card{
    overflow:hidden;
    border:1px solid #d4e1ed;
    border-radius:20px;
    background:#fff;
    box-shadow:0 24px 60px rgba(16,49,89,.11);
}
.hep-ta-form-head{
    padding:23px 25px 18px;
    border-bottom:1px solid #e4ebf2;
    background:linear-gradient(135deg,#f7fbff,#fff7f1);
}
.hep-ta-form-head>span{
    color:#ff6f2c;
    font-size:9px;
    font-weight:950;
    letter-spacing:.13em;
}
.hep-ta-form-head h2{
    margin:6px 0 4px;
    color:#0c3268;
    font-size:27px;
    line-height:1.15;
    font-weight:950;
}
.hep-ta-form-head p{
    margin:0;
    color:#6e7e91;
    font-size:11px;
}
.hep-ta-form{
    padding:20px 25px 24px;
    display:grid;
    gap:13px;
}
.hep-ta-form label{
    display:grid;
    gap:6px;
    margin:0;
}
.hep-ta-form label>span{
    color:#173d6c;
    font-size:10px;
    font-weight:850;
}
.hep-ta-form label>span>b{
    color:#ff6f2c;
}
.hep-ta-form label>span>small{
    color:#8a98a9;
    font-weight:650;
}
.hep-ta-form input[type="text"],
.hep-ta-form input[type="tel"],
.hep-ta-form input[type="email"],
.hep-ta-form select,
.hep-ta-form textarea{
    width:100%;
    min-height:45px;
    margin:0;
    padding:10px 12px;
    border:1px solid #cddbeb;
    border-radius:10px;
    background:#fff;
    color:#17345d;
    outline:none;
    font:600 12px/1.35 inherit;
    transition:border-color .15s ease,box-shadow .15s ease;
}
.hep-ta-form textarea{
    min-height:82px;
    resize:vertical;
}
.hep-ta-form input:focus,
.hep-ta-form select:focus,
.hep-ta-form textarea:focus{
    border-color:#4d8fd0;
    box-shadow:0 0 0 3px rgba(37,111,183,.10);
}
.hep-ta-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:11px;
}
.hep-ta-consent{
    display:grid!important;
    grid-template-columns:18px 1fr;
    gap:9px!important;
    align-items:start;
    padding:10px 11px;
    border-radius:10px;
    background:#f5f8fc;
}
.hep-ta-consent input{
    margin-top:2px;
}
.hep-ta-consent>span{
    color:#66788e!important;
    font-size:9.5px!important;
    line-height:1.45;
    font-weight:650!important;
}
.hep-ta-consent a{
    color:#185a9d;
    font-weight:850;
}
.hep-ta-submit{
    min-height:49px;
    border:0;
    border-radius:11px;
    background:linear-gradient(180deg,#ff7a2f,#ff681c);
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.025em;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(255,105,28,.22);
    transition:.18s ease;
}
.hep-ta-submit:hover{
    transform:translateY(-1px);
    box-shadow:0 13px 28px rgba(255,105,28,.27);
}
.hep-ta-form-note{
    margin:0;
    color:#8a98a8;
    font-size:9px;
    line-height:1.45;
    text-align:center;
}
.hep-ta-honeypot{
    position:absolute!important;
    left:-10000px!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
}
.hep-ta-errors{
    margin:18px 25px 0;
    padding:12px 14px;
    border:1px solid #f1b6b6;
    border-radius:11px;
    background:#fff1f1;
    color:#8d2929;
    font-size:11px;
}
.hep-ta-errors ul{
    margin:6px 0 0 18px;
    padding:0;
}
.hep-ta-success{
    margin:18px 25px 0;
    padding:18px;
    text-align:center;
    border:1px solid #aadfbd;
    border-radius:13px;
    background:#effbf3;
}
.hep-ta-success-icon{
    width:42px;
    height:42px;
    margin:0 auto 8px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#1cb265;
    color:#fff;
    font-size:23px;
    font-weight:950;
}
.hep-ta-success h3{
    margin:0;
    color:#12653a;
    font-size:18px;
}
.hep-ta-success p{
    margin:6px 0;
    color:#4c7c5f;
    font-size:11px;
}
.hep-ta-success a{
    color:#116a38;
    font-size:10px;
    font-weight:850;
}
.hep-ta-how{
    padding:40px 0;
    background:#fff;
}
.hep-ta-section-head{
    text-align:center;
}
.hep-ta-section-head h2{
    margin:7px 0 0;
    color:#0c3268;
    font-size:30px;
    font-weight:950;
}
.hep-ta-steps{
    margin-top:22px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}
.hep-ta-steps article{
    padding:18px;
    display:grid;
    grid-template-columns:40px 1fr;
    gap:12px;
    border:1px solid #dce6f0;
    border-radius:14px;
    background:#f9fbfe;
}
.hep-ta-steps article>b{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:#145baa;
    color:#fff;
    font-size:15px;
}
.hep-ta-steps article strong{
    display:block;
    color:#153d6d;
    font-size:12px;
}
.hep-ta-steps article p{
    margin:5px 0 0;
    color:#75869a;
    font-size:10px;
    line-height:1.5;
}
.hep-ta-final{
    padding:34px 0 42px;
    background:#f4f8fc;
}
.hep-ta-final-inner{
    padding:24px 27px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    border:1px solid #d4e1ed;
    border-radius:17px;
    background:linear-gradient(135deg,#fff,#fff7f2);
}
.hep-ta-final h2{
    margin:6px 0 4px;
    color:#0c3268;
    font-size:24px;
    font-weight:950;
}
.hep-ta-final p{
    margin:0;
    color:#708196;
    font-size:11px;
}
.hep-ta-final-inner>div:last-child{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}
.hep-ta-final a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 13px;
    border-radius:10px;
    text-decoration:none!important;
    font-size:10px;
    font-weight:900;
}
.hep-ta-final a.secondary{
    border:1px solid #bcd0e4;
    background:#fff;
    color:#184f8e;
}
.hep-ta-final a.primary{
    border:1px solid #ff6f2c;
    background:#ff6f2c;
    color:#fff;
}

/* DARK MODE */
html[data-hep-theme="dark"] body.hep-teacher-apply-page,
html[data-hep-theme="dark"] .hep-ta-shell{
    background:#07192c;
    color:#eef5fc;
}
html[data-hep-theme="dark"] .hep-ta-hero{
    background:
        radial-gradient(circle at 92% 8%,rgba(255,111,44,.08),transparent 28%),
        linear-gradient(180deg,#0b2036,#07192c);
    border-bottom-color:#294661;
}
html[data-hep-theme="dark"] .hep-ta-copy h1,
html[data-hep-theme="dark"] .hep-ta-section-head h2,
html[data-hep-theme="dark"] .hep-ta-final h2,
html[data-hep-theme="dark"] .hep-ta-form-head h2,
html[data-hep-theme="dark"] .hep-ta-price-box strong{
    color:#f5f9fe;
}
html[data-hep-theme="dark"] .hep-ta-lead,
html[data-hep-theme="dark"] .hep-ta-founder-banner span,
html[data-hep-theme="dark"] .hep-ta-feature-grid small,
html[data-hep-theme="dark"] .hep-ta-price-box>div span,
html[data-hep-theme="dark"] .hep-ta-price-box>small,
html[data-hep-theme="dark"] .hep-ta-form-head p,
html[data-hep-theme="dark"] .hep-ta-final p{
    color:#b7c7d9;
}
html[data-hep-theme="dark"] .hep-ta-founder-banner{
    border-color:#5a4a3f;
    background:#251f1b;
}
html[data-hep-theme="dark"] .hep-ta-founder-banner strong,
html[data-hep-theme="dark"] .hep-ta-feature-grid strong{
    color:#f4f8fd;
}
html[data-hep-theme="dark"] .hep-ta-founder-banner.is-closed{
    border-color:#31516f;
    background:#102b47;
}
html[data-hep-theme="dark"] .hep-ta-feature-grid>div,
html[data-hep-theme="dark"] .hep-ta-price-box,
html[data-hep-theme="dark"] .hep-ta-form-card{
    border-color:#31516e;
    background:#102b47;
    box-shadow:0 18px 44px rgba(0,0,0,.15);
}
html[data-hep-theme="dark"] .hep-ta-feature-grid span{
    background:#173b60;
    color:#8ac4ff;
}
html[data-hep-theme="dark"] .hep-ta-form-head{
    border-bottom-color:#31516e;
    background:linear-gradient(135deg,#122e4a,#1e292f);
}
html[data-hep-theme="dark"] .hep-ta-form label>span{
    color:#e8f1fb;
}
html[data-hep-theme="dark"] .hep-ta-form input[type="text"],
html[data-hep-theme="dark"] .hep-ta-form input[type="tel"],
html[data-hep-theme="dark"] .hep-ta-form input[type="email"],
html[data-hep-theme="dark"] .hep-ta-form select,
html[data-hep-theme="dark"] .hep-ta-form textarea{
    border-color:#3b5b78;
    background:#0c233b;
    color:#eef6ff;
}
html[data-hep-theme="dark"] .hep-ta-form input::placeholder,
html[data-hep-theme="dark"] .hep-ta-form textarea::placeholder{
    color:#7f96ad;
}
html[data-hep-theme="dark"] .hep-ta-consent{
    background:#0c233b;
}
html[data-hep-theme="dark"] .hep-ta-consent>span{
    color:#aec0d3!important;
}
html[data-hep-theme="dark"] .hep-ta-how{
    background:#081b2e;
}
html[data-hep-theme="dark"] .hep-ta-steps article{
    border-color:#31516e;
    background:#102b47;
}
html[data-hep-theme="dark"] .hep-ta-steps article strong{
    color:#f2f7fd;
}
html[data-hep-theme="dark"] .hep-ta-steps article p{
    color:#b4c5d7;
}
html[data-hep-theme="dark"] .hep-ta-final{
    background:#07192c;
}
html[data-hep-theme="dark"] .hep-ta-final-inner{
    border-color:#31516e;
    background:linear-gradient(135deg,#102b47,#1c282f);
}
html[data-hep-theme="dark"] .hep-ta-final a.secondary{
    border-color:#476b8b;
    background:#15324f;
    color:#eef6ff;
}

/* TABLET */
@media(max-width:980px){
    .hep-ta-hero-grid{
        grid-template-columns:1fr;
        gap:26px;
    }
    .hep-ta-copy{
        padding-top:0;
    }
    .hep-ta-form-card{
        max-width:720px;
        width:100%;
        margin:0 auto;
    }
}

/* MOBILE */
@media(max-width:640px){
    .hep-ta-container{
        width:min(100% - 24px,1180px);
    }
    .hep-ta-hero{
        padding:26px 0 28px;
    }
    .hep-ta-copy h1{
        font-size:35px;
    }
    .hep-ta-lead{
        font-size:13px;
        line-height:1.65;
    }
    .hep-ta-founder-banner{
        align-items:stretch;
    }
    .hep-ta-founder-banner>b{
        min-width:96px;
        font-size:27px;
    }
    .hep-ta-feature-grid{
        grid-template-columns:1fr;
    }
    .hep-ta-two{
        grid-template-columns:1fr;
    }
    .hep-ta-form-head{
        padding:19px 17px 15px;
    }
    .hep-ta-form{
        padding:17px;
    }
    .hep-ta-errors,
    .hep-ta-success{
        margin:15px 17px 0;
    }
    .hep-ta-steps{
        grid-template-columns:1fr;
    }
    .hep-ta-final-inner{
        align-items:flex-start;
        flex-direction:column;
        padding:19px;
    }
    .hep-ta-final-inner>div:last-child{
        width:100%;
    }
    .hep-ta-final a{
        flex:1 1 auto;
    }
}

/* HEP TEACHER APPLY V1.2 HEADER GEOMETRY RELEASE START */
/*
 * IMPORTANT:
 * Bu blok HEADER GEOMETRİSİ tanımlamaz.
 *
 * Üst menünün width / gap / logo / nav / action button ölçüleri
 * yalnız ortak HEP public header otoritesinden gelir:
 * public_header_unified.mustache + hep_public_ui.css.
 *
 * Böylece Kurucu Öğretmen sayfası diğer public sayfalarla aynı
 * responsive davranışı kullanır.
 */

/* Sayfanın temel HEP font ailesi. Header da body üzerinden doğal olarak miras alır. */
html body.hep-teacher-apply-page,
html body.hep-teacher-apply-page button,
html body.hep-teacher-apply-page input,
html body.hep-teacher-apply-page select,
html body.hep-teacher-apply-page textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Yalnız SAYFA İÇERİĞİ tipografisi */
html body.hep-teacher-apply-page .hep-ta-kicker,
html body.hep-teacher-apply-page .hep-ta-section-head > span,
html body.hep-teacher-apply-page .hep-ta-final-inner > div:first-child > span {
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body.hep-teacher-apply-page .hep-ta-copy h1 {
    font-size: 48px !important;
    line-height: 1.04 !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
}

html body.hep-teacher-apply-page .hep-ta-lead {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

html body.hep-teacher-apply-page .hep-ta-founder-banner strong {
    font-size: 16px !important;
    font-weight: 850 !important;
}

html body.hep-teacher-apply-page .hep-ta-founder-banner span {
    font-size: 12px !important;
}

html body.hep-teacher-apply-page .hep-ta-feature-grid strong {
    font-size: 12px !important;
    font-weight: 850 !important;
}

html body.hep-teacher-apply-page .hep-ta-feature-grid small {
    font-size: 10.5px !important;
}

html body.hep-teacher-apply-page .hep-ta-form-head h2 {
    font-size: 27px !important;
    font-weight: 900 !important;
    letter-spacing: -.02em !important;
}

html body.hep-teacher-apply-page .hep-ta-form-head p {
    font-size: 11px !important;
}

html body.hep-teacher-apply-page .hep-ta-form label > span {
    font-size: 11px !important;
    font-weight: 800 !important;
}

html body.hep-teacher-apply-page .hep-ta-form input[type="text"],
html body.hep-teacher-apply-page .hep-ta-form input[type="tel"],
html body.hep-teacher-apply-page .hep-ta-form input[type="email"],
html body.hep-teacher-apply-page .hep-ta-form select,
html body.hep-teacher-apply-page .hep-ta-form textarea {
    font-size: 12px !important;
    font-weight: 600 !important;
}

html body.hep-teacher-apply-page .hep-ta-consent > span {
    font-size: 10px !important;
    line-height: 1.45 !important;
}

html body.hep-teacher-apply-page .hep-ta-submit {
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body.hep-teacher-apply-page .hep-ta-price-box > div span {
    font-size: 11px !important;
}

html body.hep-teacher-apply-page .hep-ta-price-box strong {
    font-size: 16px !important;
}

@media (max-width:640px) {
    html body.hep-teacher-apply-page .hep-ta-copy h1 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }

    html body.hep-teacher-apply-page .hep-ta-lead {
        font-size: 14px !important;
    }

    html body.hep-teacher-apply-page .hep-ta-form input[type="text"],
    html body.hep-teacher-apply-page .hep-ta-form input[type="tel"],
    html body.hep-teacher-apply-page .hep-ta-form input[type="email"],
    html body.hep-teacher-apply-page .hep-ta-form select,
    html body.hep-teacher-apply-page .hep-ta-form textarea {
        font-size: 13px !important;
    }
}

/* HEP TEACHER APPLY V1.2 HEADER GEOMETRY RELEASE END */
/* HEP TEACHER DEMO D0.2 CTA CSS START */
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02{
    margin-top:14px;
    min-height:72px;
    padding:13px 15px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    border:1px solid #f2a36f;
    border-radius:14px;
    background:linear-gradient(135deg,#fff8f2,#ffffff);
    color:#173b66;
    text-decoration:none!important;
    box-shadow:0 10px 26px rgba(255,111,34,.10);
    transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02:hover{
    transform:translateY(-1px);
    border-color:#ff6f22;
    box-shadow:0 14px 30px rgba(255,111,34,.16);
    color:#173b66;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02-icon{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#ff6f22;
    color:#fff;
    font-size:14px;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02>span:nth-child(2){
    min-width:0;
    display:grid;
    gap:3px;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02 strong{
    color:#123d72;
    font-size:13px;
    font-weight:900;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02 small{
    color:#718399;
    font-size:10px;
    line-height:1.4;
}
html body.hep-teacher-apply-page .hep-ta-demo-cta-d02>b{
    color:#ff6f22;
    font-size:22px;
}
html[data-hep-theme="dark"] body.hep-teacher-apply-page .hep-ta-demo-cta-d02{
    border-color:#7f563e;
    background:linear-gradient(135deg,#1b2f44,#102b47);
    color:#eef6ff;
}
html[data-hep-theme="dark"] body.hep-teacher-apply-page .hep-ta-demo-cta-d02 strong{
    color:#f6f9fd;
}
html[data-hep-theme="dark"] body.hep-teacher-apply-page .hep-ta-demo-cta-d02 small{
    color:#b8c8d8;
}
@media(max-width:640px){
    html body.hep-teacher-apply-page .hep-ta-demo-cta-d02{
        grid-template-columns:38px minmax(0,1fr) auto;
        padding:12px;
    }
    html body.hep-teacher-apply-page .hep-ta-demo-cta-d02-icon{
        width:38px;
        height:38px;
    }
}
/* HEP TEACHER DEMO D0.2 CTA CSS END */
