:root {
    --fs-med: 40px;
}


.open-modal {
    display:none !important;
}
#content>.ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.explore-opportunities .section-title h2,
.about .section-title h2 {
    margin: 0;
}

.glow-separator {
    overflow: hidden;
}

.hero-content h1 {
    font-weight: 700;
}

.hero-content-cta-wrapper,
.testimonial-grid {
    display: grid;
    gap: 24px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-template-rows: repeat(2, min-content);
    position: relative;
    z-index: 3;
    margin-top: 3rem;
}

.feature-card.hero-cta-card {
    padding: 50px 30px;
}

.btn.feature-card-content__btn {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
    width: 100%;
    backdrop-filter: none;
    background-color: rgb(0, 85, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 85, 255, 0.5) 0px 8px 40px 0px,
        rgba(255, 255, 255, 0) 0px 0px 10px 1px inset,
        rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
    opacity: 1;
    will-change: transform;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(0, 85, 255);
    line-height: 1.25;
    color: #fff;
}

.btn.feature-card-content__btn.featured-btn-green {
    background-color: #11B981;
    box-shadow: #11B98180 0px 8px 40px 0px,
        rgba(255, 255, 255, 0) 0px 0px 10px 1px inset,
        rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
    border-color: #11B981;
}

.btn.feature-card-content__btn:hover {
    background: none;
}

.hero-cta-card .feature-card-content {
    align-items: center;
}

.hero-cta-card .feature-card-content__separator {
    flex: none;
}

section.resources {
    padding: 96px 0 0;
}

.resources-grid.grid {
    margin: 3rem auto;
}

.feature-card-content__separator {
    flex: none;
}

.resources .explore-section__content-middle {
    justify-content: center;
}

.explore-opportunities .feature-card-content__middle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.explore-opportunities .feature-card-content__middle h3 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -1px;
    font-weight: 400;
}

.explore-opportunities .feature-card-content-text,
.hero-cta-card .feature-card-content-text {
    font-size: 18px;
    color: var(--text-white);
    font-weight: 300;
}

.explore-opportunities .feature-card-content__middle img {
    box-shadow: 0 0 3px #FFFFFF40 inset;
    backdrop-filter: blur(65px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.featured-tools-section {
    position: relative;
}

.featured-tools-section .section-title {
    align-items: center;
}

.blue-bg,
.green-bg {
    position: absolute;
    top: 0;
}

.blue-bg.blue-bg-left,
.green-bg.green-bg-left {
    left: 0;
}

.blue-bg.blue-bg-right,
.green-bg.green-bg-right {
    right: 0;
}

.new-teacher-tools-section,
.exp-teacher-tools-section {
    position: relative;
    background: linear-gradient(180deg, rgba(4, 13, 37, 0) 0%, #040D25 100%);
    z-index: 2;
    border: 2px solid #0055FF;
    border-radius: 20px;
    padding: 30px 40px;
}

.exp-teacher-tools-section {
    border: 2px solid #11B981;
}

.exp-teacher-tools-section {
    margin-top: 3rem;
}

.new-teacher-tools-section__title,
.exp-teacher-tools-section__title {
    font-size: 35px;
    font-weight: 500;
}

.new-teacher-tools-section .separator.separator-blue,
.exp-teacher-tools-section .separator.separator-blue {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0052F9 50%, rgba(255, 255, 255, 0) 100%);
    width: 300px;
    margin: auto;
}

.exp-teacher-tools-section .separator.separator-green {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #11B981 50%, rgba(255, 255, 255, 0) 100%);
    width: 300px;
    margin: auto;
}

.new-teacher-tools-row,
.exp-teacher-tools-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 3rem;
}

.new-teacher-tool-cta__title,
.exp-teacher-tool-cta__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.new-teacher-tool-cta__summary,
.exp-teacher-tool-cta__summary {
    font-size: 18px;
    color: var(--text-white);
    line-height: 1.6;
    font-weight: 400;
    margin: 10px auto;
}

.new-teacher-tool-cta,
.exp-teacher-tool-cta {
    position: relative;
}

.new-teacher-tol-cta__btn,
.exp-teacher-tol-cta__btn {
    position: absolute;
    background: #0F0F18;
    font-size: 12px;
    color: var(--text-white);
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px inset #33333d;
    right: 0;
    bottom: 0;
}

.new-teacher-tol-cta__btn:hover,
.exp-teacher-tol-cta__btn:hover {
    color: var(--text-white);
    background: #33333d;
}

.about-container {
    gap: 30px;
}

.about .btn {
    margin-top: 1rem;
}

.about .about-container__image img {
    height: 100%;
    object-fit: cover;
}

.about-container__content-middle {
    width: 100%;
    padding: 20px 0;
}

.about-container__content-middle p {
    color: var(--text-white);
}

.about-container__content .separator {
    width: 100%;
}

.about-container__content {
    gap: 0;
}

.testimonial-card {
    background: linear-gradient(180deg, rgba(4, 13, 37, 0) 0%, #040D25 100%);
    border: 1px solid #292D38;
    padding: 30px 20px 20px;
    border-radius: 8px;
    color: var(--text-white);
    position: relative;
}

.testimonial-card__avatar {
    --dim: 70px;
    width: var(--dim);
    height: var(--dim);
    border-radius: 10px;
    position: absolute;
    top: calc(-1 * var(--dim)/1.5);
    left: 50%;
    transform: translateX(-50%);
}

p.testimonial-card__text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 300;
}

.testimonial-card__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.about-container__content-bottom {
    margin-top: 1rem;
}

.home-cta-section__row {
    border: 1px solid #0e122e;
    border-radius: 30px;
    background: linear-gradient(180deg, #00041f00, #00041f99);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 80px 0;
    width: 100%;
    height: min-content;
    overflow: hidden;
    position: relative;
}

.home-cta-section__row .cta-bg-abstract {
    aspect-ratio: 0.9809523809523809;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    user-select: none;
    width: 410px;
    z-index: 0;
}

.home-cta-section__row .cta-bg-abstract__left {
    border-radius: 30px 0 0 30px;
    left: 0;
}

.home-cta-section__row .cta-bg-abstract__right {
    border-radius: 0 30px 30px 0;
    right: 0;
}

.home-cta-section__row .home-cta-section__row-content {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.home-cta-section__row .home-cta-section__row-content-top h2 {
    color: var(--text-white);
}

.home-cta-section__row-content-middle {
    color: var(--muted-white);
    text-align: center;
}

section.home-cta-section {
    margin-bottom: 2rem;
}

@media screen and (min-width:769px) {
    .hero-cta-card .feature-card-content {
        max-width: 75%;
        margin: auto;
    }

    .explore-opportunities .feature-card-content__bottom {
        max-width: 80%;
    }

    .new-teacher-tool-cta.has-separator-below::after,
    .exp-teacher-tool-cta.has-separator-below::after {
        content: "";
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
        width: 50%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: -20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .about .about-container__image {
        height: 480px;
    }
}

@media screen and (max-width:768px) {

    .hero-content-cta-wrapper,
    .testimonial-grid {
        grid-template-columns: repeat(1, minmax(50px, 1fr));
    }

    .hero-cta-card.feature-card {
        padding: 25px;
    }

    .new-teacher-tools-row,
    .exp-teacher-tools-row {
        grid-template-columns: 1fr;
    }

    .about-container>* {
        max-width: 100%;
    }

    section.hero .hero-content h1 {
        line-height: 1em;
        font-size: 2rem;
    }

    .feature-card-content__middle h3 {
        font-size: 24px;
        line-height: 26px;
    }

    section.hero {
        padding-bottom: 2rem;
    }

    section.features,
    section.hero,
    section.explore-opportunities,
    section.image-gallery,
    section.job-insights,
    section.glow-separator,
    section.cta-section,
    section.home-cta-section,
    section.testimonials-section {
        padding: 50px 0 0;
    }

    .new-teacher-tools-section,
    .exp-teacher-tools-section {
        padding: 20px;
    }

    .new-teacher-tol-cta__btn,
    .exp-teacher-tol-cta__btn {
        position: relative;
    }
}