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

.bottom-detail img {
    width: 100%;
}

.hero-content .section-subtitle {
    margin-bottom: 2rem;
}

.homepage-features .feature-card-content .feature-card-content__top {
    border: none;
    background: linear-gradient(0.0738313deg, rgba(0, 85, 255, 0.09) 0%, rgba(153, 153, 153, 0.09) 100%);
    border-radius: 10px;
    box-shadow: none;
}

.homepage-features .feature-card-content__middle h3 {
    font-size: 24px;
    font-weight: 500;
}

.homepage-features .feature-card {
    padding: 32px 30px;
}

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;
}

.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:hover {
    background: none;
}

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

.glow-separator {
    overflow: hidden;
}

section.about {
    padding-bottom: 132px;
}

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

.section-title .section-title__top {
    color: var(--text-white) !important;
}

.about .about-container__image {
    max-width: 600px;
}

.about .about-container__content {
    max-width: 500px;
}

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

.full-width-banner-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 200px;
    width: 100%;
    overflow: hidden;
}

.full-width-banner-section .section-wrapper {
    align-items: center;
    background: radial-gradient(50.62% 100% at 50% 0%, #00041f, #00020f 73.83%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 600px;
    justify-content: center;
    padding: 100px 280px;
    position: relative;
    scroll-margin-top: 150px;
    width: 100%;
}

.full-width-banner-section .section-wrapper .line {
    background: radial-gradient(50% 50% at 50% 50%, #131839, #13183900);
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.full-width-banner-section .section-wrapper .abstract-bg {
    -webkit-user-select: none;
    flex: none;
    gap: 0px;
    inset: 0;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    user-select: none;
    z-index: 0;
}

.full-width-banner-section .section-wrapper .abstract-bg__texture {
    flex: none;
    inset: 0;
    mix-blend-mode: color-dodge;
    position: absolute;
}

.full-width-banner-section .section-wrapper .abstract-bg__gradient {
    background: radial-gradient(50% 100% at 50% 0%, #00041f00, #00020f);
    inset: 0;
    position: absolute;
}

.full-width-section-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 635px;
    width: 100%;
}

.full-width-section-content__wrapper {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: min-content;
    width: 100%;
    z-index: 1;
}

.full-width-section-content__wrapper .full-width-content__title,
.testimonials-section__row-header-top .section-title h2 {
    font-style: normal;
    font-weight: 400;
    color: var(--text-white);
    font-size: 54px;
    letter-spacing: -1.9px;
    text-transform: none;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
}

.full-width-section-content__wrapper .full-width-content__summary {
    font-style: normal;
    font-weight: 400;
    color: var(--muted-white);
    font-size: 16px;
    letter-spacing: -0.2px;
    text-transform: none;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
}

.full-width-banner-section .abstract-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: fill;
}

.full-width-banner-section .abstract-img-wrapper__right img {
    user-select: none;
    flex: none;
    height: 527px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    z-index: 0;
}

.full-width-banner-section .abstract-img-wrapper__left img {
    user-select: none;
    flex: none;
    height: 527px;
    left: 0;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 34%;
    z-index: 0;
}

.testimonials-section__row {
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    gap: 80px;
    max-width: 1440px;
    scroll-margin-top: 150px;
}

.testimonials-section__row-header {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    max-width: 630px;
    width: 100%;
}

.testimonials-section__row-header-top {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.testimonials-section__row-header-top .section-title {
    align-items: center;
}

.testimonials-section__row-header-bottom {
    text-align: center;
    color: var(--muted-white);
}

.testimonials-section__row-main {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.testimonials-grid {
    align-content: center;
    align-items: center;
    display: grid;
    flex: none;
    gap: 24px;
    grid-auto-rows: minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    height: min-content;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 100%;
}

.testimonial-card {
    align-content: center;
    align-items: center;
    align-self: start;
    border-radius: 24px;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 30px;
    height: min-content;
    justify-content: center;
    justify-self: start;
    opacity: 1;
    overflow: hidden;
    padding: 24px 24px 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.testomial-card__bg-wrapper {
    flex: none;
    inset: 0 0 1px;
    position: absolute;
    z-index: 0;
}

.testomial-card__bg-wrapper[data-border=true]:after {
    background: radial-gradient(100% 100% at 50% 0%, rgb(0, 4, 31) 0%, rgb(0, 2, 15) 73.8313%);
    border: 1px solid rgb(19, 24, 57);
    border-radius: 24px;
    height: 100%;
    width: 100%;
    opacity: 1;
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.testimonial-card .card-bg-main img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}



.testimonial-card .blue-curve {
    aspect-ratio: .8953068592057761 / 1;
    bottom: -9px;
    flex: none;
    height: 175px;
    mix-blend-mode: color-dodge;
    overflow: hidden;
    position: absolute;
    width: 157px;
}

.testimonial-card .blue-curve-left {
    left: 2px;
}

.testimonial-card .blue-curve-right {
    right: 2px;
}

.testimonial-card .card-top-image {
    position: absolute;
    top: 1px;
    left: calc(50% - 61px);
    width: 122px;
    height: 90px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-card .card-top-image__line {
    position: absolute;
    top: 0;
    left: calc(50% - 17px);
    width: 34px;
    height: 1px;
    background-color: rgb(0, 59, 255);
    border-radius: 42px;
    overflow: hidden;
    will-change: transform;
}

.testimonial-card .testimonial-card__content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 85%;
}

.testimonial-card .testimonial-card__content-quote {
    flex: none;
    overflow: visible;
    position: relative;
    aspect-ratio: 1.0166666666666666 / 1;
    height: 40px;
    width: 40px;
}

.testimonial-card .testimonial-card__content-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.testimonial-card .testimonial-card__contetn-text-top p {
    text-align: center;
    font-size: 18px;
    color: var(--muted-white);
    letter-spacing: 0;
    line-height: 150%;
    font-weight: 400;
}

.testimonial-card .testimonial-card-reviewer {
    display: flex;
    position: relative;
    gap: 12px;
    align-items: center;
}

.testimonial-card .testimonial-card-reviewer__details {
    display: flex;
    flex-direction: column;
}

.testimonial-card .testimonial-card-reviewr__name {
    color: var(--text-white);
}

.testimonial-card .testimonial-card-reviewr__desg {
    color: var(--muted-white);
}

.testimonial-card .testimonial-card-reviewer__avatar img {
    width: 60px;
}

.testimonial-card .testimonial-card-reviewer__details p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.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;
    margin: 96px auto;
}

.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;
}

@media screen and (max-width:768px) {
    .full-width-banner-section .section-wrapper {
        gap: 30px;
        overflow: hidden;
        padding: 24px;
        height: 400px;
    }

    section.hero {
        padding: initial;
    }

    .full-width-section-content__wrapper .full-width-content__title,
    .testimonials-section__row-header-top .section-title h2 {
        color: var(--text-white);
        font-size: 35px;
        line-height: 32px;
    }

    .full-width-banner-section .abstract-img-wrapper__right img,
    .full-width-banner-section .abstract-img-wrapper__left img {
        height: 325px;
        width: 40%;
    }

    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: 40px 0 0;
    }

    .testimonials-grid {
        grid-template-columns: repeat(1, minmax(50px, 1fr));
    }

    .testimonial-card .testimonial-card__content-top {
        width: 100%;
    }

}

@media screen and (min-width:769px) {
    .about .about-container__image {
        height: 600px;
    }

    .testimonials-section__row-header-bottom {
        max-width: 75%;
    }

    .home-cta-section__row-content-middle {
        max-width: 50%;
    }
}

a.btn.feature-card-content__btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    background: cornflowerblue;
}

section.home-cta-section {
    padding-top: 0 !IMPORTANT;
}