@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-SemiBold.eot");
    src:
        local("Plus Jakarta Sans SemiBold"),
        local("PlusJakartaSans-SemiBold"),
        url("./fonts/PlusJakartaSans-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-SemiBold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Italic.eot");
    src:
        local("Plus Jakarta Sans Italic"),
        local("PlusJakartaSans-Italic"),
        url("./fonts/PlusJakartaSans-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-Italic.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Italic.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-ExtraBold.eot");
    src:
        local("Plus Jakarta Sans ExtraBold"),
        local("PlusJakartaSans-ExtraBold"),
        url("./fonts/PlusJakartaSans-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-ExtraBold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Bold.eot");
    src:
        local("Plus Jakarta Sans Bold"),
        local("PlusJakartaSans-Bold"),
        url("./fonts/PlusJakartaSans-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-Bold.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Bold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Regular.eot");
    src:
        local("Plus Jakarta Sans Regular"),
        local("PlusJakartaSans-Regular"),
        url("./fonts/PlusJakartaSans-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Regular.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Medium.eot");
    src:
        local("Plus Jakarta Sans Medium"),
        local("PlusJakartaSans-Medium"),
        url("./fonts/PlusJakartaSans-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Medium.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Light.eot");
    src:
        local("Plus Jakarta Sans Light"),
        local("PlusJakartaSans-Light"),
        url("./fonts/PlusJakartaSans-Light.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/PlusJakartaSans-Light.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Light.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}
body{
    overflow-x: hidden;
}
.ntp {
    /* colors */
    --ntp-white: #ffffff;
    --ntp-black: #000000;
    --ntp-primary: #5045e6;
    --ntp-features-bg: #f4f4ff;

    font-family: "Plus Jakarta Sans", sans-serif;
}

.ntp .ntp-container {
    max-width: 1464px;
}

/* spacing */

.ntp .ntp-ptb-90 {
    padding: 90px 0;
}

@media screen and (max-width: 1599px) {
    .ntp .ntp-ptb-90 {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-ptb-90 {
        padding: 55px 0;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-ptb-90 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-ptb-90 {
        padding: 45px 0;
    }
}

@media screen and (max-width: 575px) {
    .ntp .ntp-ptb-90 {
        padding: 35px 0;
    }
}

.ntp .ntp-pb-90 {
    padding-bottom: 90px;
}

@media screen and (max-width: 1599px) {
    .ntp .ntp-pb-90 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-pb-90 {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-pb-90 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-pb-90 {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 575px) {
    .ntp .ntp-pb-90 {
        padding-bottom: 35px;
    }
}

.ntp-rounded-40 {
    border-radius: 40px;
}

@media screen and (max-width: 1199px) {
    .ntp-rounded-40 {
        border-radius: 32px;
    }
}

@media screen and (max-width: 991px) {
    .ntp-rounded-40 {
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ntp-rounded-40 {
        border-radius: 15px;
    }
}

.ntp b {
    font-weight: 600;
}

/* font */

.text-clr-primary {
    color: var(--ntp-primary);
}
.ntp .ntp-fw-400 {
    font-weight: 400;
}

.ntp .ntp-fw-500 {
    font-weight: 500;
}

.ntp .ntp-fw-600 {
    font-weight: 600;
}

.ntp .ntp-fw-700 {
    font-weight: 700;
}

.ntp .ntp-font-52 {
    font-size: 52px;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .ntp .ntp-font-52 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .ntp .ntp-font-52 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ntp .ntp-font-52 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .ntp .ntp-font-52 {
        font-size: 28px;
    }
}

.ntp .ntp-font-40 {
    font-size: 40px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .ntp .ntp-font-40 {
        font-size: 36px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .ntp .ntp-font-40 {
        font-size: 32px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .ntp .ntp-font-40 {
        font-size: 28px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .ntp .ntp-font-40 {
        font-size: 24px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .ntp .ntp-font-40 {
        font-size: 22px;
        line-height: 2.3rem;
    }
}

.ntp .ntp-font-32 {
    font-size: 32px;
    line-height: 2.8rem;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-font-32 {
        font-size: 26px;
        line-height: 2.6rem;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-font-32 {
        font-size: 24px;
        line-height: 2.2rem;
    }
}

.ntp .ntp-font-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
    .ntp .ntp-font-20 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.ntp .ntp-font-24 {
    font-size: 24px;
    line-height: 2rem;
}
@media screen and (max-width: 1365px) {
    .ntp .ntp-font-24 {
        font-size: 22px;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 1199px) {
    .ntp .ntp-font-24 {
        font-size: 18px;
        line-height: 2rem;
    }
}
@media screen and (max-width: 1023px) {
    .ntp .ntp-font-24 {
        font-size: 18px;
        line-height: 1.8rem;
    }
}

.ntp .ntp-font-18 {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .ntp .ntp-font-18 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.ntp .ntp-font-16 {
    font-size: 16px;
    line-height: 1.5;
}

/* SATRT : hero */
.ntp .ntp-hero {
    background-image: url("./img/webp/big/nutrition-ai-hero.webp");
    color: var(--ntp-white);
    min-height: calc(100vh -80px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ntp-hero-title {
    position: relative;
    z-index: 2;
    max-width: 1100px;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-hero .ntp-hero-img {
        max-width: 60%;
        margin-left: auto;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-hero .ntp-hero-img {
        max-width: 80%;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-hero {
        background-image: url("./img/webp/nutrition-ai-hero.webp");
        background-position: center top;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-hero {
        background: url("./img/webp/nutrition-ai-hero.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* END : hero */

/* START : info */
.ntp .ntp-info .ntp-info-list {
    display: grid;
    gap: 32px;
}

@media screen and (max-width: 1365px) {
    .ntp .ntp-info .ntp-info-list {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-info .ntp-info-list {
        gap: 15px;
    }
}

.ntp .ntp-info .ntp-info-has-list {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media screen and (max-width: 1365px) {
    .ntp .ntp-info .ntp-info-has-list {
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-info .ntp-info-has-list {
        flex-direction: column;
    }
}

.ntp .ntp-info .ntp-info-has-list ul {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--ntp-primary);
}

.ntp .ntp-info .ntp-info-has-list .ntp-fw-500 {
    white-space: nowrap;
}

@media screen and (max-width: 1365px) {
    .ntp .ntp-info .ntp-info-has-list ul {
        flex-wrap: wrap;
    }
}

.ntp .ntp-info .ntp-info-has-list ul li {
    padding: 12px 16px 13px;
    border: 1px solid var(--ntp-primary);
    border-radius: 100rem;
}

@media screen and (max-width: 767px) {
    .ntp .ntp-info .ntp-info-has-list ul li {
        padding: 6px 12px 8px;
    }
}
/* END : info */

/* START : Vision */

.ntp .ntp-vision .ntp-vision-inner {
    display: grid;
    grid-template-columns: 1fr 610px;
    gap: 126px;
    align-items: center;
}

@media screen and (max-width: 1439px) {
    .ntp .ntp-vision .ntp-vision-inner {
        gap: 52px;
        grid-template-columns: 1fr 550px;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-vision .ntp-vision-inner {
        grid-template-columns: 1fr 400px;
        gap: 32px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-vision .ntp-vision-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-vision .ntp-vision-inner {
        gap: 15px;
    }
}

.ntp .ntp-vision .ntp-vision-title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-vision .ntp-vision-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-vision .ntp-vision-title {
        margin-bottom: 6px;
    }
}

/* END : Vision */

/* START : features */
.ntp .ntp-features {
    padding: 80px;
    background-color: var(--ntp-features-bg);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 120px;
}

@media screen and (max-width: 1439px) {
    .ntp .ntp-features {
        padding: 60px 40px;
        grid-gap: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-features {
        padding: 40px;
        grid-gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-features {
        display: flex;
        overflow: auto;
        padding: 32px;
        gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-features {
        padding: 15px;
        gap: 15px;
    }
}

.ntp .ntp-features picture {
    padding-top: 98px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-features picture {
        padding: 0;
        width: 40%;
        flex: 0 0 40%;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-features picture {
        width: 70%;
        flex: 0 0 70%;
    }
}

.ntp .ntp-features picture:nth-child(even) {
    padding: 0;
}
/* END : features */

/* START : challenge */

.ntp .ntp-challenge .ntp-challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-grid {
        margin-top: 40px;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-challenge .ntp-challenge-grid {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.ntp .ntp-challenge .ntp-challenge-grid-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    padding: 28px 32px;
    background-color: var(--ntp-features-bg);
    border: 1px solid #d6d6fe;
}

@media screen and (max-width: 1439px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item {
        padding: 20px 24px;
    }
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item {
        padding: 18px 20px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item {
        padding: 18px;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item {
        padding: 15px;
    }
}

.ntp .ntp-challenge .ntp-challenge-grid-item img {
    object-fit: cover;
}

.ntp .ntp-challenge .ntp-challenge-grid-item.ntp-challenge-grid-item-large {
    grid-row: span 3;
    border: none;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item.ntp-challenge-grid-item-large {
        grid-row: span 1;
    }
}

.ntp .ntp-challenge .ntp-challenge-grid-item-text .ntp-font-24 {
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item-text .ntp-font-24 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-challenge .ntp-challenge-grid-item-text .ntp-font-24 {
        margin-bottom: 0;
    }
}

.ntp .ntp-challenge .ntp-challenge-grid-icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ntp-primary);
    border-radius: 100rem;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-grid-icon {
        height: 50px;
        width: 50px;
    }
}

.ntp .ntp-challenge .ntp-challenge-title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-challenge .ntp-challenge-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-challenge .ntp-challenge-title {
        margin-bottom: 6px;
    }
}

.ntp .ntp-challenge .ntp-challenge-text p + p {
    margin-top: 10px;
}

/* END : challenge */

/* START : steps */
.ntp .ntp-steps .ntp-steps-title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-title {
        margin-bottom: 6px;
    }
}

.ntp .ntp-steps .ntp-steps-text {
    margin-bottom: 60px;
}

.ntp .ntp-steps .ntp-steps-list-item {
    counter-increment: steps-counter;
    position: relative;
    padding-left: 170px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-list-item {
        padding-left: 150px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list-item {
        padding: 0;
        background-color: var(--ntp-features-bg);
        border-radius: 15px;
    }
}

.ntp .ntp-steps .ntp-steps-list-item::before {
    content: "Step" counter(steps-counter);
    position: absolute;
    left: 10px;
    top: 10px;
    height: 120px;
    width: 120px;
    border: 2px solid var(--ntp-primary);
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: var(--ntp-primary);
    background-color: var(--ntp-features-bg);
    align-items: center;
    box-shadow: 0 0 0 10px var(--ntp-features-bg);
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-list-item::before {
        height: 100px;
        width: 100px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list-item::before {
        position: static;
        font-size: 16px;
        box-shadow: none;
        margin-top: 15px;
        margin-left: 15px;
        height: auto;
        min-height: 34px;
        background-color: var(--ntp-white);
    }
}

.ntp .ntp-steps .ntp-steps-list-item:not(:first-child)::after {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    left: 70px;
    bottom: 120px;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='844' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%235045E6' stroke-width='2' stroke-dasharray='8 8' d='M1 0v844'/%3E%3C/svg%3E");
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-list-item:not(:first-child)::after {
        left: 60px;
        bottom: 190px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list-item:not(:first-child)::after {
        display: none;
    }
}

.ntp .ntp-steps .ntp-steps-list-item-inner {
    padding: 40px;
    background-color: var(--ntp-features-bg);
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-steps .ntp-steps-list-item-inner {
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-list-item-inner {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list-item-inner {
        padding: 15px;
    }
}

.ntp .ntp-steps .ntp-steps-list-item-title {
    margin-bottom: 20px;
    color: var(--ntp-primary);
}

@media screen and (max-width: 991px) {
    .ntp .ntp-steps .ntp-steps-list-item-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list-item-title {
        margin-bottom: 6px;
    }
}

.ntp .ntp-steps .ntp-steps-list {
    counter-reset: steps-counter;
    display: grid;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .ntp .ntp-steps .ntp-steps-list {
        gap: 15px;
    }
}

.ntp .ntp-steps .ntp-steps-list ul {
    list-style-type: disc;
    margin-left: 20px;
}
/* END : steps */

/* START : innovation */

.ntp .ntp-innovation {
    background-color: var(--ntp-features-bg);
}

.ntp .ntp-innovation .ntp-innovation-title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-innovation .ntp-innovation-title {
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

.ntp .ntp-innovation .ntp-innovation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-innovation .ntp-innovation-grid {
        gap: 24px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-innovation .ntp-innovation-grid {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-innovation .ntp-innovation-grid {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.ntp .ntp-innovation .ntp-innovation-grid-item {
    background-color: var(--ntp-white);
    padding: 40px;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-innovation .ntp-innovation-grid-item {
        padding: 32px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-innovation .ntp-innovation-grid-item {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-innovation .ntp-innovation-grid-item {
        padding: 15px;
    }
}

.ntp .ntp-innovation .ntp-innovation-grid-item .ntp-font-24 {
    color: var(--ntp-primary);
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-innovation .ntp-innovation-grid-item .ntp-font-24 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-innovation .ntp-innovation-grid-item .ntp-font-24 {
        margin-bottom: 6px;
    }
}
/* END : innovation */

/* START : impact */

.ntp .ntp-impact .ntp-impact-inner {
    display: grid;
    grid-template-columns: 800px 1fr;
    gap: 120px;
    align-items: center;
}

@media screen and (max-width: 1359px) {
    .ntp .ntp-impact .ntp-impact-inner {
        gap: 60px;
        grid-template-columns: 550px 1fr;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-impact .ntp-impact-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
.ntp .ntp-impact .ntp-impact-title {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-impact .ntp-impact-title {
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-impact .ntp-impact-title {
        margin-bottom: 6px;
    }
}

.ntp .ntp-impact .ntp-impact-content ul {
    background-color: var(--ntp-features-bg);
    padding: 40px;
    padding-left: 60px;
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-impact .ntp-impact-content ul {
        padding: 32px;
        padding-left: 50px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-impact .ntp-impact-content ul {
        padding: 24px;
        padding-left: 40px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-impact .ntp-impact-content ul {
        padding: 15px;
        padding-left: 35px;
        margin-top: 10px;
    }
}

.ntp .ntp-impact .ntp-impact-img {
    position: relative;
    height: 810px;
}

@media screen and (max-width: 1599px) {
    .ntp .ntp-impact .ntp-impact-img {
        height: auto;
    }
}

.ntp .ntp-impact .ntp-impact-img picture {
    position: absolute;
    left: 0;
    width: 765px !important;
}

@media screen and (max-width: 1599px) {
    .ntp .ntp-impact .ntp-impact-img picture {
        width: 100% !important;
        position: relative;
        transform: translateX(12px);
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-impact .ntp-impact-img picture {
        display: none;
    }
}

.ntp .ntp-impact {
    position: relative;
}

/* END : impact */

/* START : cta */

.ntp .ntp-cta .ntp-cta-inner {
    color: var(--ntp-white);
    background-color: #5045e6;
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 32px;
}

.ntp .ntp-cta .ntp-cta-inner img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .ntp .ntp-cta .ntp-cta-inner {
        background-image: linear-gradient(272deg, #005bd4, #1948dc, #610bef);
        grid-template-columns: 1fr 400px;
    }
}

@media screen and (max-width: 991px) {
    .ntp .ntp-cta .ntp-cta-inner {
        grid-template-columns: 1fr;
    }
}

.ntp .ntp-cta .ntp-cta-title {
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-cta .ntp-cta-title {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-cta .ntp-cta-title {
        margin-bottom: 3px;
        line-height: 1.2;
    }
}

.ntp .ntp-cta .ntp-cta-text {
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-cta .ntp-cta-text {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-cta .ntp-cta-text {
        margin-bottom: 15px;
    }
}

.ntp .ntp-cta .ntp-cta-btn {
    background-color: var(--ntp-white);
    color: var(--ntp-primary);
    padding: 12px 32px 16px;
    font-weight: 600;
    border-radius: 100rem;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-cta .ntp-cta-btn {
        padding: 8px 24px 12px;
    }
}

.ntp .ntp-cta .ntp-cta-btn:focus,
.ntp .ntp-cta .ntp-cta-btn:hover {
    background-color: var(--ntp-primary);
    box-shadow: 0 0 0 2px var(--ntp-white);
    color: var(--ntp-white);
}

.ntp .ntp-cta .ntp-cta-content {
    max-width: 580px;
    padding: 44px;
}

@media screen and (max-width: 991px) {
    .ntp .ntp-cta .ntp-cta-content {
        max-width: 100%;
        text-align: center;
        padding: 32px;
    }
}

@media screen and (max-width: 767px) {
    .ntp .ntp-cta .ntp-cta-content {
        padding: 15px;
    }
}
/* END : cta */
