.blue-text-darker {
    color: #0092B8;
}

.content-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.gradient-text {
    background: linear-gradient(94.61deg, #00D3F3 5.84%, #007A8D 95.91%);
    -webkit-background-clip: text;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.content-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.content-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.sub-content {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #212529;
}

.hero-section {
    background-color: #F7FCFC;

    display: flex;
    flex-direction: column;
    text-align: center;

}

.hero-container {

    padding: 100px 260px 80px 260px;
        margin-top: 110px;
}

.hero-section h2 {
    font-size: 57px;
    font-weight: 700;
    line-height: 68px;
    color: #212529;
    padding: 12px;
}

.hero-section .desc {
    display: inline-block;
    max-width: 706px;
    padding: 12px;
}


.btn-block {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn {
    border-radius: 50px;
    padding: 23px 48px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    max-width: 350px;
}

.btn-gradient {
    background: linear-gradient(90deg, #00D3F3 0.23%, #007A8D 100.23%);
}

.btn-transparent {
    border: 1px solid transparent;
    background: linear-gradient(#f7fcfc, #f7fcfc) padding-box,
        linear-gradient(94.61deg, #00D3F3 5.84%, #007A8D 95.91%) border-box;
    border-radius: 50px;
}

.cta-list {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
    flex-wrap: wrap;
}

.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #7B8383;
    border-radius: 50%;
}

.cta-item {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.cta-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #575A5A;
}

.hero-img {
    width: 100%;
}

.hero-img img {
    width: 70%;
    margin-top: 40px;
}



.impact-section__heading {
    text-align: center;
    margin-bottom: 60px;
}

.impact-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;

}

.impact-group .impact-card {
    display: inline-block;
    padding: 32px;
    border: 2px solid #f5f9ff;
    gap: 1000px;
    border-radius: 16px;
    text-align: center;
    max-width: 500px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.495192) 49.52%, #FFFFFF 100%);

}

.impact-card__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #CEFAFE;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.impact-card__icon i {
    color: #005F78;
}

.impact-section-container {
    padding: 80px 360px;
    margin-bottom: 40px;
}


.benefit-container {
    padding: 40px 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(247, 252, 252);
    text-align: center;
    gap: 64px;
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.benefit-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    /* justify-content: center; */
    /* align-items: center; */
    border-right: 1px solid #e4e4e4;
}

.benefit-item bold {
    color: #00D3F3;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2%;
}

.adopted-with-line {
    display: flex;
    color: #575A5A;
    align-items: center;
    gap: 24px;
    margin: 80px 0;
}

.adopted-with-line::before,
.adopted-with-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #CAD5E2;
}


.adopted-img img {
    width: 100%;
}

.impact-card {
    max-width: 500px !important;
}

.unlock-ai-container {
    padding: 150px 200px;
    background-color: rgb(247, 252, 252);
}

.unlock-ai-container .unlock-title {
    text-align: center;
    margin-bottom: 80px;
}

.unlock-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 20px;
    padding: 56px;
    gap: 80px;
    background-color: #FFFFFF;
}

.unlock-list .unlock-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.unlock-item-wrapper .item-right,
.unlock-item-wrapper .item-left {
    width: 50%;
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding: 40px;
}

.unlock-item-wrapper .item-right {

    background-color: #F8FAFC;
    border-radius: 20px;
}

.item-right img {
    width: 100%;
}


.overview-container {
    padding: 80px 300px;
    background-color: rgb(248, 250, 252);
}

.overview-container h4 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.overview-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}


.overview-item .item-img img {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 50%;
    width: 67px;
    height: 67px;
}

.overview-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px 24px;
    background-color: #FFFFFF;
    border-radius: 20px;
}


.get-started-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 80px 0;
}

.get-started-left {
    width: 825px;
    max-width: 1320;
}

.get-started-right {
    width: 495px;
    padding: 24px;
    border-radius: 20px;
    background-color: white;
}

.get-started-wrapper .feature-highlights {
    color: #212529;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.check-icon {
    width: 24px;
    height: 24px;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid black;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 8px 0 8px 0;
}

.feature-item span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
}

.get-started-left p span {
    background: linear-gradient(to right, #00D3F3, #007A8D) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.getstarted-icon {
    display: flex;
    background-color: #2563EB;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 21px 20px 21px 20px;
    margin-bottom: 18px;
}

.getstarted-icon img {
    width: 26px;
    height: 24px;
}

.get-started-right .author-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}


.get-started-right span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #090914;

}

.footer-sub-text {
    font-family: 'UTM Avo', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #DDDEDE;
}


.contact-section {
    display: flex;
    flex-direction: column;
    color: white;
    margin-bottom: 20px;
    font-family: 'UTM Avo', Arial, Helvetica, sans-serif;
}

.contact-block {

    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-section h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.contact-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #DDDEDE;

}

.our-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'UTM Avo', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}


.footer .socials {
    padding-left: 0;
}

.background-image {
    background-image: url('../../../../media/66438486755d0a6ba1bd25570965a4c4c30bf029.png');
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center
}

.get-started-section {
    background-color: #f8fafc !important;
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-container {
        padding: 40px 14px;
    }

    .impact-section-container {
        padding: 80px 100px 80px 100px;
    }

    .impact-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .impact-group .impact-card {
        max-width: unset !important;
    }


    .benefit-container {
        padding: 80px 100px;
    }


    .benefit-list {
        grid-template-columns: repeat(1, 1fr);
        width: 50%;
        margin: 0 auto;

    }


    .benefit-item {
        border: unset;
        border-bottom: 1px solid #e4e4e4;
    }

    .unlock-ai-container {
        padding: 80px 40px;
    }

    .unlock-item-wrapper {
        flex-direction: column !important;
    }

    .unlock-item-wrapper .item-right,
    .unlock-item-wrapper .item-left {
        width: 100%;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }


    .overview-container {
        padding: 100px 32px;
    }

    .overview-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .get-started-wrapper {
        display: block;
    }

    .get-started-wrapper .get-started-left {
        width: 100%;
    }

    .get-started-wrapper .get-started-right {
        width: 100%;
        margin-top: 40px;
    }

    .footer-widget {
        width: 100%;
    }

    .container-width {
        width: 100%;
    }

    .socials {
        padding-left: 0;
    }

    .footer .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .container-width{
        width: unset !important;
    }
}



/* mobile */
@media only screen and (max-width: 767px) {
    .hero-container {
        padding: 80px 14px;
    }

    .hero-section h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
    }

    content-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .btn-block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .btn a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .btn {
        flex: 0;
        padding: 16px 32px;
    }

    .cta-item {
        gap: 12px;
    }

    .cta-list span {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
    }

    .impact-section-container {
        padding: 80px 24px;
    }

    .impact-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-sub-heading {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        color: #212529;
    }

    .benefit-container {
        padding: 80px 24px;
    }

    .benefit-list {
        grid-template-columns: repeat(1, 1fr);
    }


    .benefit-item {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }

    .benefit-item:last-child {
        border: none;
    }


    .unlock-ai-container {
        padding: 80px 12px;
    }

    .unlock-item-wrapper {
        flex-direction: column !important;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }

    .item-left,
    .item-right {
        width: 100% !important;
        padding: 20px 0 !important;
    }

    .overview-container {
        padding: 80px 12px;
    }

    .overview-list {
        grid-template-columns: repeat(1, 1fr);
    }

    /* get stared */

    .get-started-section .container{
        padding: 40px;
    }
    .get-started-wrapper {
        display: block;
    }

    .get-started-left {
        width: 100%;
    }

    .get-started-right {
        width: 100%;
        margin-top: 40px;
    }

    .get-started-wrapper .text-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .feature-list {
        margin: 40px 0 40px 0;
    }



    .feature-list .feature-item span {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #212529;
    }

    .get-started-right p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #090914;
    }

    .footer {
        padding: 8px;
    }

    .footer .socials {
        padding-left: 0px;
    }

}