/***************
Reset
 */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: unset;
}

body {
    background: #0d0d12;
}

@media (max-width: 800px) {

    body {
        background: #0d0d12;
    }

}


/************************** Hero ******************************/


#hero {
    border-top: 0.5px solid #23272e;
    padding: 88px 0 113px;
}

#heroInner {
    max-width: 1440px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    padding: 0 30px;
}

#heroLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
}

#heroTrust {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 10px;
}

#heroTrustRating {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
}

#heroTrustRating>span {
    color: #FFF;
}

#heroTrustStars {
    max-height: 20px;
    height: 100%;
}

.trustPilotLogo {
    max-height: 18px;
    height: 100%;
}

#heroTitle {
    line-height: 80px;
    font-size: 72px;
    margin-bottom: 24px;
    font-family: "Open Sans";
    font-weight: 600;
}

#heroTitle span {
    color: #8F5DFF;
    ;
}

#heroLeft>p {
    color: rgba(255, 255, 255, 0.64);
    font-family: Inter;
    line-height: 24px;
    margin-bottom: 40px;
    max-width: 456px;
}

#heroLeft>a {
    width: 75%;
}

#heroRight {
    display: flex;
    flex-direction: column;
}

#heroRightVideo {
    position: relative;
    width: 100%;
    max-width: 600px;
}

/*#heroRightVideoFrame {*/
/*    width: 100%;*/
/*    max-width: 600px;*/
/*}*/

/*#heroRightVideoFrameMobile {*/
/*    display: none;*/
/*}*/

#heroVideo {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 400px;
}

#heroTagline {
    margin: 32px 0 22px;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 150%;
}

#heroFeatures {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    row-gap: 16px;
}

#heroFeatures span {
    color: #FFF;
}

.heroFeature {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    background: url("/assets/images/Checkbox.svg") no-repeat 0 0;
    padding: 2px 0 0 34px;
    min-height: 24px;
}

@media (max-width: 800px) {

    #hero {
        padding: 20px 26px 0;
        background-color: #000;
    }

    #heroInner {
        grid-template-columns: 1fr;
        row-gap: 0;
        padding: 0;
        position: relative;
    }

    #heroTrust {
        margin: 0 0 10px;
        gap: 10px;
    }

    #heroTrustStars {
        max-height: 18px;
    }

    #heroTrustRating {
        font-size: 12px;
    }

    #heroTitle {
        line-height: 44px;
        font-size: 40px;
        margin: 0 0 10px;
        text-align: left;
    }

    #heroLeft {
        margin: 0;
    }

    #heroLeft>p {
        display: none;
    }

    #heroLeft>a {
        position: absolute;
        left: 50%;
        bottom: 71px;
        translate: -50% 0;
        box-shadow: var(--mobile-shadow);
        width: 100%;
    }

    #heroTagline {
        margin: 0 0 16px;
    }

    #heroFeatures {
        margin-bottom: 143px;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    #heroRightVideo {
        margin-bottom: 10px;
    }

    #heroVideo {
        max-height: 250px;
    }

    /*#heroRightVideoFrame {*/
    /*    display: none;*/
    /*}*/
    /*#heroRightVideoFrameMobile {*/
    /*    display: block;*/
    /*    width: 85%;*/
    /*    margin: 0 auto;*/
    /*}*/
}

/************************** Institutions ******************************/

#institutions {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    padding: 48px 0px;
    overflow: hidden;
}

#institutions>h3 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 65px;
}

#institutions>h3 span {
    color: #8F5DFF;
}


.institutions-marquee-section {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.institution-item {
    height: 60px;
}

.institution-item img {
    height: 100%;
    object-fit: contain;
}

.institutionMarquee {
    display: flex;
}

.institutionMarqueeWrap {
    margin-right: 3rem;
    flex: 0 0 auto;
}

.institutionGrid {
    display: flex;
    gap: 60px;
    align-items: center;
}

@media (max-width: 800px) {

    #institutions {
        padding: 26px 0px;
    }

    #institutions>h3 {
        font-size: 16px;
        margin-bottom: 37px;
    }

    #institutions>h3 span {
        color: #FFF;
    }

    .institution-item {
        height: 50px;
    }

    .institution-item img {
        height: 100%;
        object-fit: contain;
    }

}

/************************** Picture Reviews ******************************/
#pictureReviews {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #000;
    background: linear-gradient(31deg, rgba(143, 93, 255, 0.12) 16.45%, rgba(0, 0, 0, 0.00) 86.66%);
}

.pictureReviewsTitle {
    display: block;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.56px;
    color: #FFF;
    margin-bottom: 60px;
    text-align: center;
}

.pictureReviewsTitleMobile {
    display: none;
}

.pictureReviewsTitleMobile span,
.pictureReviewsTitle span {
    color: var(--prime-purple);
}

.pictureReviewsContainerMobile {
    display: none;
}

.pictureReviewsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px;
    white-space: nowrap;
}

.pictureReviewsContainer::-webkit-scrollbar {
    display: none;
}

.pictureReviewsGrid {
    display: flex;
    gap: 24px;
    align-items: center;
}

.review-item {
    height: 180px;
    border-radius: 16px;
    border: 1px solid #8F5DFF;
}

.review-item img {
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

@media screen and (max-width: 800px) {
    .pictureReviewsTitle {
        display: none;
    }

    .pictureReviewsTitleMobile {
        display: block;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 52px;
        letter-spacing: -0.44px;
        color: #FFF;
        margin-bottom: 48px;
        text-align: center;
    }

    .pictureReviewsContainer {
        display: none;
    }

    .pictureReviewsContainerMobile {
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .pictureReviewsContainerMobile::-webkit-scrollbar {
        display: none;
    }

    .pictureReviewsMarquee {
        display: flex;
    }

    .pictureReviewsMarqueeWrap {
        margin-right: 3rem;
        flex: 0 0 auto;
    }
}

/************************** Companies ******************************/

#companies {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(8px);
    padding-top: 50px;
    padding-bottom: 36px;
    overflow: hidden;
}

#companies>h3 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

#companies>h3 span {
    color: #8F5DFF;
}

#companies-marquee-section {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#companiesMobile {
    display: none;
}

.companiesMarquee {
    display: flex;
    flex: 0 0 auto;
}

.companiesGrid {
    display: flex;
    gap: 10rem;
    align-items: center;
}

.canvasImg {
    width: 209px;
    height: 61px;
}

.blackboardImg {
    width: 255px;
    height: 135px;
}

.moodleImg {
    width: 194px;
    height: 102px;
}

.d2lImg {
    width: 129px;
    height: 54px;
}

.tophatImg {
    width: 273px;
    height: 112px;
}

.inquisitiveImg {
    width: 267px;
    height: 62px;
}

.companyLogo img {
    display: block;
    object-fit: contain;
}

.companiesMarqueeWrap {
    margin-right: 10rem;
    flex: 0 0 auto;
}

.companiesMarqueeMobile {
    display: none;
}

@media (max-width: 800px) {

    #companies {
        display: none;
    }

    #companiesMobile {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(255, 255, 255, 0.01);
        box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.02) inset;
        backdrop-filter: blur(8px);
        padding: 28px 0px;
        overflow: hidden;
    }

    #companiesMobile>h3 {
        color: #FFF;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    #companiesMobile>h3 span {
        color: #8F5DFF;
    }

    .companies-mobile-marquee-section {
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .companiesMarqueeMobile {
        display: flex;

    }

    .companiesMarquee {
        display: none;
    }

    .companiesGrid {
        gap: 3rem;
    }

    .companiesMarqueeWrap {
        margin-right: 3rem;
    }

    .canvasImg {
        width: 146px;
        height: 43px;
    }

    .blackboardImg {
        width: 178px;
        height: 95px;
    }

    .moodleImg {
        width: 135px;
        height: 71px;
    }

    .tophatImg {
        width: 190px;
        height: 78px;
    }

    .inquisitiveImg {
        width: 186px;
        height: 43px;
    }

    .d2lImg {
        width: 90px;
        height: 38px;
    }
}


/************************** Try It Out ******************************/

#try {
    width: 100%;
    margin: 0 auto;
    padding: 95px 30px 38px;
    background-color: #000;
}

.tryTitle {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 56px;
}

.tryGrid {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 56px;
    max-width: 1020px;
}

.tryForm {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.03) inset;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 496px;
    width: 100%;
}

.tryFormTitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 26px;
}

#tryFormEmptyBox {
    display: inline-block;
    position: relative;
    top: 8px;
    margin: 0 8px 0 2px;
    height: 32px;
    width: 110px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.04) inset;
}

.tryFormAnswers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 12px;
    margin-bottom: 34px;
}

.tryFormAnswerItem {
    display: flex;
    align-items: center;
}

.tryFormAnswerItem label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
}

.tryFormAnswerItem input {
    appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.02);
    height: 18px;
    width: 18px;
    outline: none;
    padding-top: 2px;
    cursor: pointer;
}

.tryFormAnswerItem input:checked {
    background-color: var(--prime-purple);
    box-shadow: inset 0px 0px 0px 5px var(--prime-purple);
    /*border: 1px solid var(--prime-purple);*/
}

.tryFormAnswerActionButtonWrapper {
    background: var(--gradient);
    border-radius: 100vh;
    padding: 1px;
}

.tryFormAnswerActionButton {
    background-color: rgba(0, 0, 0, 0.95);
}

#tryButton {
    max-width: 348px;
    /*box-shadow: var(--mobile-shadow);*/
}

@media (max-width: 800px) {

    #try {
        padding: 55px 24px 0;
    }

    .tryTitle {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 46px;
    }

    .tryGrid {
        gap: 35px;
        margin: 0 auto 35px;
    }

    .tryForm {
        padding: 32px 24px 24px;
    }

    .tryFormTitle {
        font-size: 20px;
        line-height: 28px;
    }

    #tryFormEmptyBox {
        height: 24px;
        width: 65px;
    }

    .tryFormAnswers {
        gap: 10px;
        margin-bottom: 32px;
    }

    #tryButton {
        box-shadow: var(--mobile-shadow);
        padding: 14px;
    }
}


/************************* How *********/

#how {
    max-width: 1080px;
    margin: auto;
    padding: 120px 30px 61px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 56px;
    width: 100%;
}

#howTitle {
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-transform: capitalize;
}

#how span {
    color: var(--prime-purple);
}

#howTitleMobile {
    display: none;
}

.howItemVideo {
    max-width: 840px;
    width: 100%;
    object-fit: cover;
    margin: auto;
    max-height: 475px;
    border-radius: 10px;
}

@media (max-width: 800px) {

    #how {
        display: none;
    }
}

/************************** What Others Are Saying ******************************/

#reviews {
    max-width: 1440px;
    margin: auto;
    padding: 96px 30px 46px;
    text-align: center;
    background: radial-gradient(50% 50% at 50% 0,
            rgba(143, 93, 255, 0.4) 0%, #000 100%);
    border-top: solid 1px transparent;
    border-image: linear-gradient(to right, #000 0%, rgba(28, 28, 39, 0.2) 50%, #000 100%);
    /*border-image-slice: 1;*/
    position: relative;
}

#reviews::before {
    content: "";
    background: radial-gradient(50% 50% at 50% 0,
            rgba(143, 93, 255, 0.08) 0%, #000 100%), url("/assets/images/grid_bg.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}

#reviewsTitle {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin-bottom: 56px;
}

#reviewsTitle span {
    color: var(--prime-purple);
}

#reviewsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: auto;
    justify-content: center;
}

.reviewsSwiper {
    display: none;
}

.reviewsItem {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(6px);
    max-width: 392px;
    height: auto;
    width: 100%;
    padding: 32px;
    text-align: left;
}

.reviewsItemTop {
    display: flex;
    align-items: center;
    gap: 24px;
}

.reviewsItemTopImage {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.04) inset;
}

.reviewsItemTopImage img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.reviewsItemTopRight {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviewsItemTopRight h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.reviewsItemTopRight>p {
    display: none;
}

.reviewsItem p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    line-height: 20px;
}

.reviewsItemBottom {
    max-width: 328px;
    width: 100%;
    margin-top: 24px;
}


@media (max-width: 800px) {

    #reviews {
        padding: 72px 24px 76px;
        background: radial-gradient(50% 50% at 50% 0,
                rgba(143, 93, 255, 0.35) 0%, #000 100%);
    }

    #reviews::before {
        background: radial-gradient(50% 50% at 50% 0,
                rgba(143, 93, 255, 0.08) 0%, #000 100%), url("/assets/images/grid_bg.png");
        background-size: cover;
        opacity: 0.35;
    }

    #reviewsTitle {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    #reviewsContainer {
        flex-wrap: nowrap;
        gap: 17px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        justify-content: unset;
        position: relative;
    }

    #reviewsContainer::-webkit-scrollbar {
        /*display: none;*/
        width: 10px;
        position: absolute;
    }

    #reviewsContainer::-webkit-scrollbar-track {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(166, 52, 224, 0.4)) !important;
        border-radius: 20px;
    }

    #reviewsContainer::-webkit-scrollbar-thumb {
        background: var(--prime-purple);
        border-radius: 20px;
        ;
    }

    .reviewsSwiper {
        display: none;
    }

    .reviewsItem {
        min-width: 300px;
        padding: 24px;
    }

    .reviewsItemTopImage {
        width: 64px;
        height: 64px;
        border-radius: 32px;
        padding: 5px;
    }

    .reviewsItemTopImage img {
        width: 53px;
        height: 53px;
        border-radius: 26px;
    }

    .reviewsItemTopRight h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .reviewsItemBottom {
        max-width: 252px;
        margin-top: 16px;
    }

}

/************************** Pricing ******************************/

#price {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 30px 64px;
    text-align: center;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
}

#price::before {
    content: "";
    background: center url("/assets/images/price_background.png");
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 110px;
    left: 0;
    opacity: .3;
    z-index: -1;
}

#priceTitle {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

#priceTitleMobile {
    display: none;
}

#priceTitle span,
#priceTitleMobile span,
#pricePrice span {
    color: var(--prime-purple);
}

#price p {
    color: rgba(255, 255, 255, 0.64);
    font-family: Inter;
    line-height: 24px;
}

#price p span {
    color: #FFF;
}

#priceContainer {
    position: relative;
    margin: 48px auto 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.02) inset,
        0px 0px 57px 8px rgba(143, 93, 255, 0.16),
        0 0 50px 144px #000 inset;
    backdrop-filter: blur(6px);
    width: 100%;
    max-width: 440px;
    padding: 0 40px 32px;
    flex-direction: column;
    text-align: center;
    display: none;
}

#priceTag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: Inter;
    border-radius: 0px 0px 12px 12px;
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.04) inset;
    min-width: 220px;
}

#pricePrice {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.44px;
    margin: 40px auto 16px;
}

#priceMobileNotice {
    margin-bottom: 16px;
}

#priceATC {
    max-width: 361px;
    margin: 24px auto;
    position: relative;
}

#pricePoints {
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px rgba(255, 255, 255, 0.08) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.08) solid;
}

.pricePoint {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.pricePoint img {
    width: 24px;
}

#priceBenefits {
    color: rgba(255, 255, 255, 0.64);
    font-family: Inter;
    font-size: 12px;
    line-height: 16px;
    margin: 24px auto 0
}

@media (max-width: 800px) {

    #price {
        padding: 0 24px 78px;
        background-color: #000;
    }

    #priceTitle {
        display: none;
    }

    #priceTitleMobile {
        display: block;
        font-size: 34px;
        font-weight: 600;
        line-height: 48px;
        padding-top: 24px;
        margin-bottom: 35px;
    }

    #price>p {
        display: none;
    }

    #price p {
        font-size: 14px;
        line-height: 20px;
    }

    #priceContainer {
        display: flex;
        margin: 0;
        padding: 24px;
        box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.12) inset,
            0 0 57px 8px rgba(143, 93, 255, 0.46), 0 0 50px 144px #000 inset;
    }

    #priceTag {
        font-size: 12px;
        line-height: 16px;
    }

    #pricePrice {
        margin: 32px auto 16px;
    }

    #priceATC {
        max-width: 281px;
        box-shadow: var(--mobile-shadow);
    }

}

/*---------------------- Original -------------------------------*/

#priceDesktop {
    position: relative;
    max-width: 768px;
    margin: 40px auto;
    display: block;
    border: 4px solid var(--prime-purple);
    padding: 48px 99px 60px;
    border-radius: 20px;
    /*background-color: rgba(255, 255, 255, 0.01);*/
    /*backdrop-filter: blur(1px);*/
}

#priceDesktopTitle {
    font-size: 22px;
    line-height: 120%;
    color: white;
    text-align: center;
    font-family: 'Inter';
    margin-bottom: 40px;
}

#priceDesktopPrice {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: white;
    margin-bottom: 13px;
}

#priceDesktopPrice span {
    color: var(--prime-purple);
}

#priceDesktopNotice {
    margin-bottom: 25px;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 160%;
    opacity: 0.5;
    color: white;
    text-align: center;
}

#priceDesktopATCWrapper {
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 13px;
}

#priceDesktopATC {
    color: #FFFFFF;
    border-radius: 50px;
    padding: 22px;
    width: 100%;
    display: block;
    /*background-color: var(--primary-blue);*/
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

#priceDesktopATC::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjcwNzEgOC43MDcxMUMyMS4wOTc2IDguMzE2NTggMjEuMDk3NiA3LjY4MzQyIDIwLjcwNzEgNy4yOTI4OUwxNC4zNDMxIDAuOTI4OTMyQzEzLjk1MjYgMC41Mzg0MDggMTMuMzE5NSAwLjUzODQwOCAxMi45Mjg5IDAuOTI4OTMyQzEyLjUzODQgMS4zMTk0NiAxMi41Mzg0IDEuOTUyNjIgMTIuOTI4OSAyLjM0MzE1TDE4LjU4NTggOEwxMi45Mjg5IDEzLjY1NjlDMTIuNTM4NCAxNC4wNDc0IDEyLjUzODQgMTQuNjgwNSAxMi45Mjg5IDE1LjA3MTFDMTMuMzE5NSAxNS40NjE2IDEzLjk1MjYgMTUuNDYxNiAxNC4zNDMxIDE1LjA3MTFMMjAuNzA3MSA4LjcwNzExWk0wIDlIMjBWN0gwTDAgOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
}

#priceDesktopBenefits {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 160%;
    opacity: 0.5;
    color: white;
    text-align: center;
}

#priceDesktopIcons {
    margin-top: 1em;
    width: 100%;
    height: auto;
}


@media (max-width: 1000px) {

    #priceDesktop {
        display: none;
    }
}

#pricing {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    margin-bottom: 50px;
}

.pricingTitle {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.pricingTitle span {
    color: var(--prime-purple);
}               

.pricingDescription {
    color: rgba(255, 255, 255, 0.64);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;

}

.pricingDescription span {
    color: #FFF;
    margin-bottom: 24px;
}

#pricingContainer {
    position: relative;
    width: 388px;
    padding: 32px;
    border-radius: 15px;
    border: 1px solid var(--prime-purple);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

.pricingTag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 0px 0px 15px 15px;
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    text-transform: capitalize;
}

.pricingPrice {
    margin-top: 16px;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.44px;
    background: var(--UI-Sundae, linear-gradient(224deg, #2E9BFF -22.3%, #FF14FF 114.96%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.pricingTimeLimit {
    color: #F8FAFB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.pricingDiscount {
    border-radius: 10px;
    background: #FBB35E;
    padding: 8px;
    margin-left: 16px;
    margin-right: 16px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pricingSpotsLeft {
    color: #FBB35E;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: lowercase;
    margin-bottom: 24px;
}

.pricingPoints {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 24px;
    margin-bottom: 24px;
}

.pricingPoint {
    display: flex;
    align-items: center;
}

.pricingPoint img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.pricingPoint p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pricingPoint p span {
    font-weight: 600;
}

#pricingCTA {
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 16px 0;
    border-radius: 30px;
    background: #8F5DFF;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 24px;
}

#pricingCTA img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transform: rotate(180deg);
}

.pricingBenefits {
    color: rgba(255, 255, 255, 0.64);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

@media (max-width: 800px) {
    #pricing {
        padding: 48px 18px;
    }

    .pricingTitle {
        font-size: 44px;
        margin-bottom: 45px;
    }

    .pricingDescription {
        display: none;
    }

    #pricingContainer {
        width: 100%;
        padding: 32px 8px 24px 8px;
    }

    .pricingTag {
        width: 195px;
    }

    .pricingPrice {
        font-size: 40px;
    }

    .pricingDiscount {
        max-width: 296px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricingPoints {
        padding-left: 36px;
    }

    #pricingCTA {
        width: 100%;
        padding: 14px 0;
    }
    
}



/*--------------------------------------------------*/

/************************** How it works ******************************/

#howItWorks {
    position: relative;
    padding: 40px 0;
    margin-bottom: 100px;
}

.swiper-pagination-bullets {
    bottom: 10px !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--prime-purple) !important;
}

.howItWorksMobile {
    display: none;
}

.carouselContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.swiper {
    width: 840px;
    height: 600px;
    margin-left: unset;
    margin-right: unset;
}

.prev-btn,
.next-btn {
    position: relative;
    top: 50px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.04) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prev-btn img {
    width: 20px;
    height: 20px;
}

.next-btn img {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.howItWorksTitle {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.44px;
    margin-bottom: 50px;
    text-align: center;
}

.howItWorksTitle span {
    color: var(--prime-purple);
}

.howItWorksItem {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.howItWorksItem .itemHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.howItWorksItem .itemHeader .itemNumberBox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: var(--prime-purple);
}

.howItWorksItem .itemHeader a {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
}

.howItWorksItem .itemHeader a span {
    color: var(--prime-purple);
}

.howItWorksItem .itemHeader h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
}

.howItWorksItem .itemHeader h3 span {
    color: var(--prime-purple);
}

.howItWorksItem .itemDescription {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.howItWorksItem .itemContent {
    margin-top: 18px;
    width: 840px;
    height: 485px;
    border-radius: 20px;
    overflow: hidden;
}

.howItWorksItem .itemContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 800px) {

    #howItWorks {
        margin-bottom: 0px;
    }

    .carouselContainer {
        display: none;
    }

    .howItWorksMobile {
        display: flex;
        flex-direction: column;
    }

    .howItWorksItem {
        padding: 0px 24px;
        margin-bottom: 32px;
    }

    .howItWorksItem .itemHeader {
        justify-content: flex-start;
    }

    .howItWorksItem .itemHeader .itemNumberBox {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        font-size: 16px;
    }

    .howItWorksItem .itemHeader a {
        font-size: 20px;
        line-height: 28px;
    }

    .howItWorksItem .itemHeader h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .howItWorksItem .itemDescription {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .howItWorksItem .itemContent {
        margin-top: 10px;
        width: 100%;
        height: 250px;
    }
}

/************************** FAQ ******************************/

#faq {
    padding: 92px 30px 100px;
    max-width: 1440px;
    margin: auto;
    text-align: center;
}

#faqTitle {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin-bottom: 56px;
}

#faqTitleMobile {
    display: none;
}

#faqTitle span {
    color: var(--prime-purple);
}

#faqContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.faqItem {
    padding: 36px 32px;
    width: 100%;
    max-width: 496px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(1px);
    color: rgba(255, 255, 255, 0.64);
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.faqItemTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.faqItemTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.64);
}

.faqItemImageContainer {
    padding: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.02) inset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqItemImageContainer img {
    width: 20px;
    transition: transform ease 300ms;
}

.faqItemImageContainer.active img {
    transform: rotate(135deg);
}

.faqItemBottom {
    color: #FFF;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows ease 300ms;
    text-align: left;
}

.faqItemBottom.active {
    grid-template-rows: 1fr;
}

.faqItemBottom>div {
    overflow: hidden;
}

.faqContent {
    padding: 20px 0 0 10px;
}

@media (max-width: 800px) {

    #faq {
        padding: 20px 24px;
        background-color: #000;
    }

    #faqTitle {
        display: none;
    }

    #faqTitleMobile {
        display: block;
        font-size: 40px;
        line-height: 48px;
        margin: 32px 0px;
    }

    #faqTitleMobile span {
        color: var(--prime-purple);
    }

    #faqContainer {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .faqItem {
        padding: 8px 16px;
    }

    .faqContent {
        padding: 10px 0 0 10px;
    }

}

/************************** Features ******************************/

#features {
    margin: auto;
    padding: 90px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: radial-gradient(50% 50% at 50% 100%,
            rgba(143, 93, 255, 0.15) 0%, #000 100%);
}

.featuresTitle {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin-bottom: 64px;
}

.featuresTitle span {
    color: var(--prime-purple);
}

.featuresContainer {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.featureItem {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(1px);
    width: 100%;
    max-width: 392px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: ease all 500ms;
}

.featureItem:hover {
    transform: scale(1.03);
}

.featureItemHeaderTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.featureItem img {
    width: 28px;
}

.featuresContainerMobile {
    display: none;
}

@media (max-width: 800px) {

    #features {
        padding-top: 40px;
        padding-bottom: 50px;
        background: linear-gradient(12deg, rgba(143, 93, 255, 0.17) -6.14%, rgba(0, 0, 0, 0.00) 90.79%);
    }

    .featuresTitle {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.36px;
        text-transform: capitalize;
        margin-bottom: 36px;
    }

    .featuresContainer {
        display: none;
    }

    .featuresContainerMobile {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .featureItem {
        max-width: 292px;
        padding: 8px 24px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.01);
        backdrop-filter: blur(1px);
        gap: 0px;
    }

    .featureItem .featureItemHeaderTitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        color: #FFF;
    }

    .featureItem img {
        height: 20px;
        object-fit: contain;
        margin-right: 8px;
    }

}

/*******************
Popups
 */


/********************
Modal
 */

.answerContent {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background-color: #0e0e0e;
    --gradient-opacity: .15;
    border-radius: 20px;
    position: relative;
    background-image: linear-gradient(20deg, rgba(251, 44, 94, var(--gradient-opacity)), transparent, rgba(0, 148, 255, var(--gradient-opacity)));
}

.answerLogo {
    max-width: 200px;
    margin: 0 auto 10px;
    width: 100%;
}

.answerAnswer p {
    margin-bottom: 20px;
}

.answerAnswer p:last-child {
    margin-bottom: 0;
}

.answerClose {
    position: absolute;
    top: 10px;
    padding: 0;
    right: 10px;
    background-color: transparent;
    cursor: pointer;
    color: white;
}

.answerClose svg {
    width: 15px;
    height: auto;
    display: block;
}


/************ Trial ************/

.trialContent {
    position: relative;
    display: block;
    width: 424px;
    height: fit-content;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    border: 2px solid var(--UI-Sundae, #2e9bff);
    border-radius: 23px;
    background: var(--Neutral-800, #1a1b25);
    padding: 8px 16px 24px 16px;
}
  
.trial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
}
  
.header-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-logo p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.857px;
}
  
.header-logo span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.857px;
}
  
.trial-header .close-btn {
    cursor: pointer;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.trial-header .close-btn img {
      width: 24px;
      height: 24px;
}
  
.trial-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.trial-body .regular-price {
    position: relative;
    color: var(--Neutral-200, #c1c7d0);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}

.trial-body .regular-price::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: #f92941;
    top: 50%;
    left: 0;
}

.trial-body .free-trial {
    font-size: 58px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.58px;
    background: var(--UI-Sundae, linear-gradient(224deg, #2e9bff -22.3%, #ff14ff 114.96%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
  
#popup-cta-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(224deg, #2e9bff -22.3%, #ff14ff 114.96%), #8f5dff;
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.04) inset, 0px 0px 12px 2px rgba(255, 255, 255, 0.04) inset,
    0px 0px 16px 4px rgba(255, 255, 255, 0.12) inset, 0px 0px 16px 4px rgba(143, 93, 255, 0.4), 0px 1px 2px 0px #6b26c2;
    gap: 8px; 
}
  
#popup-cta-btn img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    rotate: 180deg;
}
  
@media (max-width: 800px) {
    .trailContent {
        width: 100%;
    }

    .trial-header {
        margin-top: 10px;
    }

    .trial-body .free-trial{
        font-size: 40px;

    }
}

/************ Trial ************/

/***************** Newsletter *************/


#newsletterContent {
    display: block;
    position: relative;
    max-width: 640px;
    width: 100%;
    background-color: white;
    border-radius: 30px;
    border: 6px solid black;
    color: black;
    font-family: 'Roboto', sans-serif;
}

#newsletterHeader {
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    padding: 20px 10px;
}

#newsletterHeaderLogo {
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: auto;
}

#newsletterHeaderExit {
    position: absolute;
    appearance: none;
    background-color: transparent;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    cursor: pointer;
    width: 27px;
}

#newsletterHeaderExit svg {
    display: block;
    width: 100%;
    height: auto;
}

#newsletterBody {
    padding: 40px 40px 60px;
}

#newsletterBodyTitle {
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 10px;
}

#newsletterBodySubtitle {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 32px;
}

.newsletterBodyInput {
    border: 2px solid black;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 14px 20px;
    margin-bottom: 14px;
    display: block;
    width: 100%;
    color: black;
}

#newsletterBodyATC {
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    padding: 13px 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 14px;
}

#newsletterBodyNotice {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

@media (max-width: 800px) {

    #newsletterBody {
        padding: 20px;
    }

    #newsletterBodyTitle {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 15px;
    }

    #newsletterBodySubtitle {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1;
    }

    .newsletterBodyInput {
        font-size: 16px;
        padding: 10px 20px;
    }

    #newsletterBodyATC {
        font-size: 18px;
        padding: 10px;
    }

    #newsletterBodyNotice {
        font-size: 14px;
    }

}

.shiny-link {
    position: relative;
    overflow: hidden;
    transition: color 0.4s;
}

.shiny-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 300%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 2s infinite linear;
}

@keyframes shine {
    0% {
        left: -150%;
    }

    50% {
        left: 150%;
    }

    100% {
        left: -150%;
    }
}