.nr-usecase-help {
    position: relative;
}

.nr-usecase-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nr-usecase-help-bg-box {
    width: min(50vw, 50vh);
    aspect-ratio: 1/1;
    margin-top: max(35vw, 35vh);
    margin-left: min(25vw, 25vh);
    margin-right: min(25vw, 25vh);
    border-radius: 17%;
    transform: rotate(47.457deg);
    transform-origin: center;
    background: linear-gradient(90deg, #3F63B0 0%, #63CDFF 100%);
    filter: blur(19vw);
}

.nr-usecase-help-list {
    width: 100%;
}

.nr-usecase-help-item {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px;
}

.help-item-info {
    width: 60%;
}

.help-item-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15px;
    margin: 0.5em 0;
}

.help-item-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15px;
}

.help-item-img {
    flex-shrink: 0;
    width: 32%;
    max-width: 432px;
    aspect-ratio: 1/1;
}

.help-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.nr-usecase-features .nr-subTitle {
    margin: 1em 0;
}
.nr-usecase-features .nr-main-text {
    text-align: center;
}
.nr-usecase-features-list,
.nr-usecase-features-item {
    width: 100%;
}
.nr-usecase-features-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 44px 24px;
}
.nr-usecase-features-info {
    width: 60%;
}
.nr-usecase-features-info .nr-subTitle,
.nr-usecase-features-info .nr-main-text {
    width: 100%;
    font-weight: 500;
    text-align: left;
}
.nr-usecase-features-info .nr-subTitle.short {
    width: 70%;
}
.nr-usecase-features-img {
    flex-shrink: 0;
    width: 35%;
    max-width: 548px;
    aspect-ratio: 1/1;
}
.nr-usecase-features-img img {
    width: 100%;
    height: 100%;
}

.nr-usecase-ways-card {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1.242px solid rgba(123, 187, 234, 0.50);
    background: linear-gradient(144deg, rgba(255, 255, 255, 0.25) 5%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 5.563px 347.693px 0px rgba(0, 0, 0, 0.08);
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nr-usecase-ways-card:hover {
    border: 1.242px solid rgba(255, 255, 255, 0.5);
    background: #182638;
}
.nr-usecase-ways-img {
    width: 100%;
    height: 318px;
}
.nr-usecase-ways-img img {
    width: 100%;
    height: 100%;
    max-height: 318px;
    object-fit: contain;
}

.nr-usecase-ways-info {
    width: 100%;
    text-align: center;
    padding-top: 24px;
}

.nr-usecase-ways-title {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 1.29;
}

.nr-usecase-ways-text {
    color: #AFB9C8;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.13;
    margin: 1em 0;
}

.nr-usecase-ways-info .btn-link-white {
    font-size: 22.738px;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -0.584px;
}
.nr-usecase-products .nr-title {
    margin-bottom: 0;
}
.nr-usecase-products-bg {
    width: 100%;
}
.nr-usecase-products-bg img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.nr-usecase-products .col-lg-4 {
    margin: 0 0 24px;
}
.nr-usecase-products-card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #142031;
    border: 1px solid transparent;
    backdrop-filter: blur(2px);
    padding: 24px;
    display: block;
    text-decoration: none;
}

.nr-usecase-products-card:hover  {
    background: #182638;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.nr-usecase-products-tip {
    color: rgba(255, 255, 255, 0.50);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}
.nr-usecase-products-title {
    color: #ffffff;
    width: 76%;
    font-size: 28.289px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -0.726px;
    margin: 0.5em 0;
}
.nr-usecase-products-title.edu {
    width: 50%;
}
.nr-usecase-products-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625;
}

.btn-link-normal {
    color: #E5F1FF;
}

.btn-link-normal:hover {
    background-color: #e5f1ff3c !important;
    color: #E5F1FF !important;
}

@media (max-width: 1440px) {
    .help-item-title {
        font-size: 44px;
    }

    .help-item-text {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .help-item-title {
        font-size: 40px;
    }

    .help-item-text {
        font-size: 24px;
    }
    .nr-usecase-ways-title {
        font-size: 24px;
    }
    .nr-usecase-ways-text {
        font-size: 16px;
    }
    .nr-usecase-ways-info .btn-link-white {
        font-size: 18px;
    }
    .nr-usecase-products-title {
        width: 100%;
    }
    .nr-usecase-products-title.edu {
        width: 56%;
    }
}

@media (max-width: 991px) {
    .nr-usecase-help-item {
        padding: 24px 12px;
    }
    .help-item-title {
        font-size: 36px;
    }
    .help-item-text {
        font-size: 20px;
    }
    .nr-usecase-ways .col-lg-4 {
        margin: 24px 0;
    }
    .nr-usecase-ways-card  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nr-usecase-ways-img {
        width: 300px;
        height: unset;
    }
    .nr-usecase-products-card {
        padding: 24px 44px;
    }
    .nr-usecase-features-info .nr-subTitle.short {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .nr-usecase-help-item {
        padding: 24px 0;
    }

    .help-item-title {
        font-size: 32px;
    }

    .help-item-text {
        font-size: 16px;
    }

    .nr-usecase-features-item {
        padding: 44px 12px 0;
    }
    .nr-usecase-features-info .nr-subTitle.short {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .nr-usecase-help-item {
        justify-content: space-between;
    }

    .help-item-info {
        width: 65%;
    }

    .help-item-img {
        width: 30%;
    }

    .help-item-title {
        font-size: 28px;
    }

    .help-item-text {
        font-size: 14px;
    }

    .nr-usecase-features-item {
        flex-direction: column;
        padding: 30px 0 0;
    }
    .nr-usecase-features-item.odd {
        flex-direction: column-reverse;
    }
    .nr-usecase-features-info {
        width: 100%;
    }
    .nr-usecase-features-info .nr-subTitle,
    .nr-usecase-features-info .nr-main-text {
        text-align: center;
    }
    .nr-usecase-features-info .nr-subTitle.short {
        width: 100%;
    }
    .nr-usecase-features-img {
        width: 100%;
        max-width: 300px;
        margin: 24px 0 10px;
    }
    .nr-usecase-ways-card  {
        flex-direction: column;
    }
    .nr-usecase-ways-img {
        width: 100%;
        max-width: 280px;
        max-height: 318px;
    }
    .nr-usecase-ways-info {
        width: 80%;
    }
    .nr-usecase-ways-title {
        font-size: 22px;
    }
    .nr-usecase-ways-text {
        font-size: 14px;
        line-height: 1.5;
    }
    .nr-usecase-ways-info .btn-link-white {
        font-size: 16px;
    }
    .nr-usecase-products-card {
        padding: 24px;
    }
    .nr-usecase-products-title {
        font-size: 24px;
    }
}

@media (max-width: 460px) {
    .nr-usecase-help-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nr-usecase-help-item.odd-item {
        flex-direction: column-reverse;
    }
    .help-item-info {
        width: 100%;
        text-align: center;
    }

    .help-item-img {
        width: 130px;
        height: 130px;
        margin-top: 12px;
    }
    .help-item-title {
        font-size: 20px;
    }
    .nr-usecase-ways-info {
        width: 100%;
    }
}