.nizu-logo{
    width: 44px;
}
.nizu-image{
    border-radius: 12px;
    width: 400px;
    height: 400px;
}
.nizu-integration-image{
    width: 123px;
    height: 123px;
    border-radius: 20%;
    background-color: white;
    padding: 11px;
}
.how-work-video-content {
    position: sticky;
    top: 30px;
    margin-left: 15px;
}

.how-work-video {
    width: 100%;
}

.how-work-video video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.nizu-competitor-icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.padding-6 {
    padding: 1.5rem;
}
/* Cost-savings calculator */
.ncc-card-selected {
    background-color: #f97316;
}
.ncc-savings-active {
    color: #f97316;
}
.ncc-savings-inactive {
    color: rgba(128,128,128,0.25);
}
